cmsgun
cmsgun

Reputation: 33

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

Upvotes: 1

Views: 2728

Answers (1)

Anders Gustafsson
Anders Gustafsson

Reputation: 15971

Apparently the ComplexImage class in AForge.NET contains methods for doing both forward and backward Fourier transforms.

Upvotes: 1

Related Questions