/C_ImageProcessing

I am trying to reproduce some of the basic filter to pre-process images for data eextraction

Primary LanguageC

C_ImageProcessing

I am trying to reproduce some of the basic filter to pre-process images for data eextraction

Todo

-test if the image is a power of 2 and zero pad it or resize it with ReSizeImage function. (need to find the spot of when the size is not as close to a power of 2 than a reisize) Test suite is here for that.

good documentation :

(excelent one) http://www.cs.cmu.edu/~16385/s15/lectures/Lecture3.pdf

https://sbme-tutorials.github.io/2018/cv/notes/3_week3.html

https://cseweb.ucsd.edu/classes/fa20/cse166-a/lec7.pdf

for the reverse FFT: https://adamsiembida.com/how-to-compute-the-ifft-using-only-the-forward-fft/