简体   繁体   中英

2D FFT of a image using c# aforge.net

Is it's possible to get 2d-fft of image using aforge.net i want get numeric values form original image to distinct image from other image

note : i doing seed identification project after capture seed image detect the seed shape and edge pattern(using some image processing function )after that i need get 2d-fft of each seed image ( those are black and white image ) and store to the database

I did rest of the part using aforge.net but some people say using Mathlab can do this task easy but Mathlab not free people here any idea ?

I have no much knowledge about mathematics and neural network just school boy I hard from some one you can get 2d-fft of image that's way I'm stuck with this thing

显然, ComplexImage在AForge.NET类包含的方法做向前和向后傅立叶变换。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM