登录
首页 » Visual C++ » opencv-fft2

opencv-fft2

于 2020-11-30 发布 文件大小:179KB
0 258
下载积分: 1 下载次数: 21

代码说明:

  灰度图像的二维傅里叶变换(cv_gray_fft2),二维傅里叶变换结果的幅值计算(cv_abs),频谱平移(cv_gray_fft2shift),将数值归一化到0到255区间(cv_range_0to255)是非常常用的四个功能!所以写成四个函数,方便将来调用!附运行截图~并附对应的MATLAB程序!(Dimensional Fourier transform of the grayscale image (cv_gray fft2), two-dimensional Fourier transform results to calculate the amplitude (cv_abs), spectral translation (cv_gray_fft2shift), the value normalized to range 0 to 255 (cv_range_0to255) is very common four function! so written as four function to facilitate future calls! attached run shot- along with the corresponding MATLAB program!)

文件列表:

在OpenCV环境下写的灰度图像二维傅里叶换,幅值计算,频谱平移和将数值归一化到0到255区间的四个函数
............................................................................................\MATLAB源码
............................................................................................\..........\fft2.m,283,2016-04-13
............................................................................................\单文件源码
............................................................................................\..........\FFT_function.cpp,4971,2016-04-13
............................................................................................\头文件版源码
............................................................................................\............\FFT_function_2.cpp,2214,2016-04-13
............................................................................................\............\VC_include
............................................................................................\............\..........\my_cvfft2.h,2775,2016-04-13
............................................................................................\运行结果与MATLAB运行结果的对比(两者结果相同)
............................................................................................\............................................\cv_abs


............................................................................................\............................................\cv_gray_fft2



............................................................................................\............................................\cv_gray_fft2shift


............................................................................................\............................................\cv_range_0to255


下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • yudp
    运动目标检测与跟踪,包括目标定位,匹配与跟踪!(moving target detection and tracking, including Target, matching and tracking!)
    2020-06-26 05:20:01下载
    积分:1
  • VIBE
    VIBE用于视频背景建模,经典算法,C++和matlab代码都有,文件是全的。(VIBE for video background modeling, classical algorithms, C++ and matlab code has a file is complete.)
    2020-09-20 16:27:53下载
    积分:1
  • gesture-system
    目前已有的手部运动跟踪系统大多在一定程度上限制了人体运动自由. 基于此, 提出一种无线、 可穿戴、 无障碍的腕关节、 指关节运动跟踪系统. 在人体每个手指甲上粘贴一轻小永磁体, 用以产生标示腕关节、指关节运动的信号 若干磁传感器置于手腕处的电子腕带上, 作为标示信号( 磁信号) 检测器. 当腕关节、 指关 节运动时, 永磁体在各传感器所在位置处的合成磁场发生变化, 传感器对该磁场信号进行测量, 所检测到的磁场信号送入手部姿势估计器, 估计器基于系统数学模型计算手部姿势, 从而实现对手部运动的跟踪.(Most of the existing hand movement tracking system to a certain extent limited the freedom of human motion. This paper presents a wireless, wearable, accessible wrist, knuckles motion tracking system. In each fingernail on the human body Paste a light small permanent magnet to produce marked the wrist, referring to the signal of the joint movement the number of magnetic sensors placed in the wrist at the electronic wristband, as marked signal (magnetic signal) detector. when the wrist, knuckles campaign , the permanent magnet in the magnetic field of the sensor location at changes in the sensors of the magnetic signal measurement, the detected magnetic field signal sent from the start with the Ministry of posture is estimated, the estimator based on the mathematical model to calculate the hand position in order to achieve of hand movement tracking.)
    2020-06-30 07:40:02下载
    积分:1
  • LSB
    C++语言实现的LSB数字水印算法,Visual C++亲测可用。(C++ language LSB digital watermarking algorithm, the Visual C++ pro-measurement available.)
    2020-10-20 20:07:24下载
    积分:1
  • VisualC_PMATLAB
    vc+matlab的混合编程三维图像方面的。很有用。还不错。(Hybrid programming to achieve three-dimensional image reconstruction )
    2012-02-14 15:48:57下载
    积分:1
  • HazeRemoval
    数字图像处理有关于图像去雾的新型算法与实现(There are new digital image processing algorithms on the image to go to the fog and Implementation)
    2014-11-12 14:34:37下载
    积分:1
  • SURF
    该算法可以应用于计算机视觉的物体识别以及3D重构中。(The algorithm can be applied to object recognition in computer vision and 3D Reconstruction.)
    2016-05-31 10:32:38下载
    积分:1
  • fuliyebianhuan
    能够成功实现傅里叶变换,包括32点 64点 128点 256点 512点 1024点。(Fourier transform can be successfully achieved, including 32 points 64 points 128 points 256 points 512 points 1024 points.)
    2013-05-31 19:57:28下载
    积分:1
  • Aaform
    图像变换,处理图片的变换及反走样处理,包含VB和VC的源文件(Image transformation, to deal with the change of image and anti-aliasing processing, VB and VC contains source files)
    2007-12-19 13:48:33下载
    积分:1
  • A-Wavelet-Tour-of-Signal-Processing
    信号处理的小波导引:稀疏方法(原书第3版) 《信号处理的小波导引:稀疏方法(原书第3版)》全面论述了稀疏表示的重要概念、技术和应用,反映了该主题在当今信号处理领域所起的关键作用。作者在解释了稀疏的主要概念后将其运用于信号压缩、噪声衰减和逆问题,同时给出了冗余字典、超分辨率和压缩感知中的稀疏表示。   本书既可以让应用数学系的学生了解数学公式的工程意义,也可以让计算机及电子工程系的学生了解工程问题的数学描述。对于小波理论与应用的研究人员,本书更是一本极具价值的参考书。(a Wavelet Tour of Signal Processing(Third Edition.The Sparse Way))
    2016-03-23 15:27:38下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载