简体   繁体   English

使用c#aforge.net的图像2D FFT

[英]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 是否有可能使用aforge.net获得2d-fft的图像,我想从原始图像获取数值,使其与其他图像区分开

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 注意:我在捕获种子图像后检测种子形状和边缘模式(使用一些图像处理功能)后进行种子识别项目,之后我需要获取每个种子图像(即黑白图像)的2d-fft并存储到数据库中

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 ? 我使用aforge.net完成了其余部分,但有人说使用Mathlab可以轻松完成此任务,但是Mathlab不能使人们在这里有任何想法吗?

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 我对数学和神经网络没有太多的了解,只是一个男生,我很难从某个人那里得到2d-fft的图像,这就是我被这东西卡住的方式

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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