OPENCV & C++ TUTORIALS - 111 | dct () - idct() | Discrete Cosine Transform

Опубликовано: 30 Сентябрь 2024
на канале: Computer Vision Lab
336
8

This video contains about how to use OpenCV dct and idct functions. DCT stands for Discrete cosine tranform. This transformation helps us to switch etween space and frequency domain. By using frequency domain we can make image compression, increase some process speed and robustness etc.

🌠 I will continue to this tutorial series with this plan : https://docs.opencv.org/4.3.0/modules...

🌠dct() function: https://docs.opencv.org/4.3.0/d2/de8/...

🌠 You may want to watch also:    • Push-up Counter Project with Python |...  

🌠 Stackoverflow: https://stackoverflow.com/users/11048...

🌠 Github: https://github.com/yunus-temurlenk?ta...

🌠 Twitter:   / code_enjoy  

🌠Hashnode: https://yunustemurlenk.hashnode.dev/

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬

0:00 - Introduction
2:40 - Coding part

If you see any mistake and any advice please comment. Thanks for watching...

#opencv, #dct, #tutorial