An open API service indexing awesome lists of open source software.

https://github.com/mdipcit/tensorflow-block-dct

Block Discrete Cosine Transform (block DCT) using TensorFlow
https://github.com/mdipcit/tensorflow-block-dct

dct tensorflow

Last synced: 9 months ago
JSON representation

Block Discrete Cosine Transform (block DCT) using TensorFlow

Awesome Lists containing this project

README

          

# Block Discrete Cosine Transform (block DCT) using TensorFlow
This is a TensorFlow implementation for block based discrete cosine transform (block DCT).

## Compatibility
The code is tested using TensorFlow 1.10.0 under Windows 10 with Python 3.5.2

## Demo
For testing DCT and inverse DCT by
``` python BlockDCT.py ```

## License
Apache2.0