搜索资源列表
《学习opencv》中文版.rar
- 第1章OpenCV概述...................... 1 第2章 OpenCV入门..... 18 第3章 初探OpenCV..... 35 OpenCV的基本数据类型 35 CvMat矩阵结构................ 38 IplImage数据结构............. 48 矩阵和图像操作................ 54 第4章 细说HighGUI...... 106
OpenCV傅里叶变换
- 使用vc,opencv,进行图像傅里叶变换。
基于OpenCV的傅里叶变换程序
- 基于OpenCV的傅里叶变换程序,有图片,可以直接运行
fft
- 基于opencv图像处理库的傅里叶变换,首先说明是pdf文件,但源码运行过了,是正确的。-Opencv image-processing library based on the Fourier transform, first of all that are pdf files, but source code to run before, are correct.
dft
- 基于OpenCV的源码, 实现了利用DFT离散傅里叶变换计算图像的功率谱。-OpenCV based on the source, the use of implementation of the Discrete Fourier Transform DFT calculation of the power spectrum image.
FFTtransformation
- 采用OPENCV实现傅里叶正逆变换,在控制台下显示图像处理结果,处理的图片只针对方图,并且是2的幂次长度的图像-adopt the FFT tranformation and IFFT tranformation in OPENCV
FFTsAndIFFTbySystemFunction
- 采用OPENCV系统的正逆傅里叶变换的函数实现傅里叶正逆变换,写成了一个类。-adopt system functions to implement the FFTs and IFFTs.
HightFilterAndLowFilter
- 实现正逆傅里叶变换,并在此基础上实现各种高低通滤波器,采用OPENCV实现。图像只针对2的整数次幂的方图-implement kinds of high filters and low filters in OPENCV based on implementing the FFTs and IFFTS.
OPENCVDFT
- 采用OPENCV中函数DFT实现正傅里叶变换。-implement the FFTs by using DFT function in OPENCV .
fft
- 利用傅里叶变换对图像进行降低噪声处理,而且内附有高通和低通滤波功能-Fourier transform
watermodelfft
- 利用OPENCV做图像的傅里叶变换以达到对图像的降噪处理-OPENCV done using the Fourier transform of the image in order to achieve noise reduction of the image
testfft
- opencv实现对图像fft变换和逆变换,画出傅里叶变换谱-opencv realized the image fft transform and inverse transform, Fourier transform spectrum plot
fftw-code-samples
- opencv 傅里叶变换,比较实用的学习参考-opencv fourier transform
DFT
- VC++和opencv联用,实现对图像的傅里叶变换。简单高效。-VC++ and opencv MS, Fourier transform over the images. Simple and efficient.
dft-opencv-code
- opencv与vc6.0环境中对离散傅里叶变换的代码实现,但要求图像是512*512-opencv and vc6.0 environment Discrete Fourier Transform code, but requires that the image is 512* 512
opencv-fft2
- 灰度图像的二维傅里叶变换(cv_gray_fft2),二维傅里叶变换结果的幅值计算(cv_abs),频谱平移(cv_gray_fft2shift),将数值归一化到0到255区间(cv_range_0to255)是非常常用的四个功能!所以写成四个函数,方便将来调用!附运行截图~并附对应的MATLAB程序!-Dimensional Fourier transform of the grayscale image (cv_gray fft2)
新建 Microsoft Word 文档
- opencv实现傅里叶变换,傅立叶变换是把图像从空间域转化到频率域的变换。空间域:一般的情况下,空间域的图像是f(x,y)=灰度级(0-255),形象一点就是一个二维矩阵,每个坐标对应一个颜色值。频率域:频率:对于图像来说可以指图像颜色值的梯度,即灰度级的变化速度,幅度:可以简单的理解为是频率的权,即该频率所占的比例:能量=幅度(可能不太准确),变换结果为F(u,v),F代表幅度值,u代表x方向的频率,v代表y方向的频率(Fu Liye
fft
- 图像傅里叶变换与逆变换,用c语言实现,基于opencv(Image Fu Liye transform and inverse transformation, C implementation)
OpenCV实现基于傅里叶变换的旋转文本校正
- opencv的基于傅里叶的文本倾斜校正,可以完美实现倾斜校正(OpenCV realizes rotation Text Correction Based on Fourier transform.)
textRotCorrect-master
- 通过opencv结合傅里叶变换,检测文字的倾斜角,并矫正倾斜文字(opencvandFourier,textRotCorrect)