https://github.com/abraaohonorio/dct-discrete-cosine-transform
Identify the frequency domain of an image. Aplly Discrete Cosine Transform(DCT ) and Inverse Discrete Cosine Transform(IDCT) in image
https://github.com/abraaohonorio/dct-discrete-cosine-transform
Last synced: 2 months ago
JSON representation
Identify the frequency domain of an image. Aplly Discrete Cosine Transform(DCT ) and Inverse Discrete Cosine Transform(IDCT) in image
- Host: GitHub
- URL: https://github.com/abraaohonorio/dct-discrete-cosine-transform
- Owner: AbraaoHonorio
- Created: 2018-06-10T14:41:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T14:21:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T12:01:40.831Z (3 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DCT - Discrete Cosine Transform
Identify the frequency domain of an image. Aplly Discrete Cosine Transform([DCT](https://en.wikipedia.org/wiki/Discrete_cosine_transform)) and Inverse Discrete Cosine Transform([IDCT](https://en.wikipedia.org/wiki/Discrete_cosine_transform#Inverse_transforms)) in image## Dependencias
[OpenCV](https://docs.opencv.org/3.0-beta/index.html)
```
sudo apt-get install python-opencv
```## Como usar
```sh
python main.py
```## Grupo
- Abraão Allysson
- Felipe Andrade
- Wellton Thyago
- Yuri Gouveia