Location:
Search - opencv dft
Search list
Description: 第1章OpenCV概述...................... 1
第2章 OpenCV入门..... 18
第3章 初探OpenCV..... 35
OpenCV的基本数据类型 35
CvMat矩阵结构................ 38
IplImage数据结构............. 48
矩阵和图像操作................ 54
第4章 细说HighGUI...... 106
一个可移植的图形工具包............................ 106
创建窗口.......................... 107
载入图像.......................... 108
显示图像.......................... 110
视频的处理...................... 120
第5章 图像处理.......... 128
第6章 图像变换.......... 165
梯度和Sobel导数........... 169
拉普拉斯变换.................. 172
Canny算子...................... 173
霍夫变换.......................... 175
重映射 183
拉伸、收缩、扭曲和旋转............................ 185
CartToPolar与PolarToCart........................... 196
LogPolar........................... 197
离散傅里叶变换(DFT)... 200
离散余弦变换(DCT)....... 205
积分图像.......................... 206
距离变换.......................... 208
直方图均衡化.................. 211
练习. .. 213
第7章 直方图与匹配... 216
第9章 图像局部与分割................. 293
局部与分割...................... 293
背景减除.......................... 294
第10章 跟踪与运动..... 350
第11章 摄像机模型与标定........... 406
第12章 投影与三维视觉............... 441
第13章 机器学习........ 499
第14章 OpenCV的未来............... 564
Platform: |
Size: 8513510 |
Author: afd_326 |
Hits:
Description: OpenCV写得一个图像边缘检测的代码,功能很强,能够用于24位真彩图像的边缘的识别-OpenCV write an image edge detection code, function very strong, can be used for 24-bit true color image edge identification
Platform: |
Size: 2048 |
Author: quan |
Hits:
Description: 基于opencv 利用dft计算图像的功率谱-opencv dft
Platform: |
Size: 422912 |
Author: li |
Hits:
Description: 用dft计算图像的功率谱,希望对opencv的新手有帮助-DFT calculation using the power spectrum image, and they hope to have opencv assist novice
Platform: |
Size: 95232 |
Author: yinxin |
Hits:
Description: 基于OpenCV的源码, 实现了利用DFT离散傅里叶变换计算图像的功率谱。-OpenCV based on the source, the use of implementation of the Discrete Fourier Transform DFT calculation of the power spectrum image.
Platform: |
Size: 99328 |
Author: 无梦 |
Hits:
Description: 采用OPENCV中函数DFT实现正傅里叶变换。-implement the FFTs by using DFT function in OPENCV .
Platform: |
Size: 227328 |
Author: 薛琴 |
Hits:
Description: 函数功能说明:利用c#+OpenCV写的DFT变换-Functions Function Description: Use c#+ OpenCV written DFT-
Platform: |
Size: 1024 |
Author: lp |
Hits:
Description: 基于OpenCV和FFTW实现的相位相关图像匹配程序,需要OpenCV和FFTW库文件的支持。本程序并没有用到OpenCV中的DFT,而是用了FFTW中的FFT,所以速度要快很多。-Based on OpenCV and the FFTW implementation phase correlation image matching procedures, require OpenCV and FFTW library files. This procedure does not use OpenCV in the DFT, but with the FFTW in the FFT, so much faster.
Platform: |
Size: 1560576 |
Author: 瘦猪呆兔 |
Hits:
Description: Discrete Fourier transform, DFTshift, Inverse DFT, opencv
Platform: |
Size: 2048 |
Author: mmia |
Hits:
Description: 用opencv实现离散傅立叶变换(DFT)-Discrete Fourier Transform using opencv implementation (DFT)
Platform: |
Size: 2048 |
Author: 丫丫 |
Hits:
Description: 傅里叶变换及傅里叶逆变换的c++实现,令附有测试数据和实验结果。-Fourier transform and its inverse transform of the c++ implementation, so that with test data and experimental results.
Platform: |
Size: 9216 |
Author: 张敏 |
Hits:
Description: 用OpenCV在VC++6.0中对jpg图像进行傅立叶变换,输入灰度图像,程序会对其进行DFT变换,并输出频域图像.-In VC++6.0 using OpenCV on the jpg image in Fourier transform, input grayscale image, the program will conduct its DFT transform, and output frequency domain image.
Platform: |
Size: 131072 |
Author: randy |
Hits:
Description: 在VC++环境下,安装OPENCV库函数后,实现离散傅立叶变化的代码-In the VC++ environment, the installation OPENCV library after changing the code to achieve the Discrete Fourier
Platform: |
Size: 2048 |
Author: 江林 |
Hits:
Description: Python opencv image enhancement in frequency domain. DFT , inverse DFT , highpass , lowpass filter
Platform: |
Size: 24576 |
Author: like_wind_mgl |
Hits:
Description: 该程序是opencv实现图像离散傅立叶变换的源码,可以在vc++6.0等类似环境下直接运行。-The program is opencv discrete Fourier transform of image source, such as in vc++6.0 run directly under a similar environment.
Platform: |
Size: 2048 |
Author: 张桦 |
Hits:
Description: opencv dft变换实例,基于opencv进行测试的一个例子-opencv dft transform instance, based on an example of testing opencv
Platform: |
Size: 1000448 |
Author: ckolk |
Hits:
Description: 低通滤波器,对图像滤波。采用opencv。其中包含二维高斯低通滤波器,衰减系数为2的二维指数低通滤波器,2阶巴特沃思低通滤波器,二维理想低通滤波器-Low-pass filter, the image filtering. Using opencv. Which contains two-dimensional Gaussian low-pass filter, the attenuation factor of 2 two-dimensional index of low-pass filter, 2-order Butterworth low-pass filter, two-dimensional ideal low-pass filter
Platform: |
Size: 1024 |
Author: cd |
Hits:
Description: VC++和opencv联用,实现对图像的傅里叶变换。简单高效。-VC++ and opencv MS, Fourier transform over the images. Simple and efficient.
Platform: |
Size: 2132992 |
Author: 李风 |
Hits:
Description: opencv实现傅里叶变换,vc 6.0实现-opencv realized Fourier transform, vc 6.0 to achieve
Platform: |
Size: 390144 |
Author: kevin |
Hits:
Description: DFT and IDFT in OpenCV
Platform: |
Size: 176128 |
Author: Dima22 |
Hits: