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

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

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