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
- Host: GitHub
- URL: https://github.com/mdipcit/tensorflow-block-dct
- Owner: mdipcit
- License: apache-2.0
- Created: 2018-11-08T01:00:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T01:02:32.000Z (over 7 years ago)
- Last Synced: 2024-07-05T21:30:22.475Z (almost 2 years ago)
- Topics: dct, tensorflow
- Language: Python
- Size: 43 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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