CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - opencv傅里叶变换

搜索资源列表

  1. fft

    0下载:
  2. 利用傅里叶变换对图像进行降低噪声处理,而且内附有高通和低通滤波功能-Fourier transform
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1339807
    • 提供者:zhang zhe
  1. DFT2D

    0下载:
  2. 采用OPENCV封装的图像二维DFT运算,通过该类可生成图像二维傅里叶变换矩阵,通过可选参数可调整生成傅里叶矩阵、傅里叶频谱同时可选择对数加强属性增强傅里叶频谱的显示效果。-OPENCV package using two-dimensional DFT computation of image, the image can be generated through such two-dimensional Fourier transform matrix generated by the op
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:1177
    • 提供者:葛世超
  1. watermodelfft

    0下载:
  2. 利用OPENCV做图像的傅里叶变换以达到对图像的降噪处理-OPENCV done using the Fourier transform of the image in order to achieve noise reduction of the image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1162976
    • 提供者:zhang zhe
  1. DFT

    0下载:
  2. vs下C++编程,使用openCV第三方库的C++接口函数编写而成的离散傅里叶变换。注意是新的C++接口而不是老的C接口。-Under the vs C++ programming, the use of openCV third party c++ library interface function to write a discrete Fourier transform. Pay attention to is the new C++ interface and not old C in
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:3878521
    • 提供者:李凯
  1. Fouriar

    0下载:
  2. VC++与OpenCV结合的傅里叶变换程序实现代码,经过调试后的代码-VC++ and OpenCV combination of Fourier transform program implementation code, the code after debugging
  3. 所属分类:OpenCV

    • 发布日期:2017-04-17
    • 文件大小:294547
    • 提供者:lirui
  1. testfft

    0下载:
  2. opencv实现对图像fft变换和逆变换,画出傅里叶变换谱-opencv realized the image fft transform and inverse transform, Fourier transform spectrum plot
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1282397
    • 提供者:刘文波
  1. DataKC

    0下载:
  2. 使用OpenCV完成傅里叶变换,以及直方图均衡化和举止滤波的操作-Complete Fourier transform, histogram equalization and filtering operation and behavior
  3. 所属分类:OpenCV

    • 发布日期:2017-06-21
    • 文件大小:39218120
    • 提供者:余天雨
  1. fftw-code-samples

    0下载:
  2. opencv 傅里叶变换,比较实用的学习参考-opencv fourier transform
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:40403
    • 提供者:兴东
  1. DFT

    0下载:
  2. VC++和opencv联用,实现对图像的傅里叶变换。简单高效。-VC++ and opencv MS, Fourier transform over the images. Simple and efficient.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2132668
    • 提供者:李风
  1. image-process

    0下载:
  2. 利用opencv简单的图像处理程序 包含直方图均衡,平滑,锐化,傅里叶变换-A simple code about image process
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:444077
    • 提供者:sunjing
  1. Exmaple6_5_cvDFT

    0下载:
  2. opencv图像的离散傅里叶变换。对图像处理专业掌握opencv编程,有一点帮助-opencv image of the discrete Fourier transform. Image processing professional to master the opencv programming, a little help
  3. 所属分类:OpenCV

    • 发布日期:2014-01-13
    • 文件大小:1924207
    • 提供者:罗国中
  1. dft

    0下载:
  2. 本程序通过加载OPenCV的VC++的开发平台实现离散傅里叶变换-This program through the load OPenCV VC++ the development platform for discrete Fourier transform
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:1534
    • 提供者:程序猿
  1. dft-opencv-code

    1下载:
  2. opencv与vc6.0环境中对离散傅里叶变换的代码实现,但要求图像是512*512-opencv and vc6.0 environment Discrete Fourier Transform code, but requires that the image is 512* 512
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1096550
    • 提供者:wangqingcheng
  1. opencv_dft

    0下载:
  2.   本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。   实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:931840
    • 提供者:wuwei
  1. openCV5

    0下载:
  2. 基于opencv的五分完整源码,包括轮廓检测、摄像头标定、图像旋转与缩放、离散傅里叶变换、BMP与IplImage相互转换。-Opencv fifth complete source code, including contour detection, camera calibration, image rotation and scaling, discrete Fourier transform, BMP and IplImage conversion.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:11989
    • 提供者:焦文祥
  1. DFT

    0下载:
  2. opencv快速傅里叶变换算法,对图形进行频域高通滤波-failed to translate
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:131361
    • 提供者:
  1. IMGFFT

    0下载:
  2. 图像边缘提取、傅里叶变换等,用到OpenCV库-DFT、Edge Detect
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:139555
    • 提供者:Grant Hill
  1. opencv-fft2

    0下载:
  2. 灰度图像的二维傅里叶变换(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 tran
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:183058
    • 提供者:文昊
  1. OpenCV实现基于傅里叶变换的旋转文本校正

    0下载:
  2. opencv的基于傅里叶的文本倾斜校正,可以完美实现倾斜校正(OpenCV realizes rotation Text Correction Based on Fourier transform.)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:SUMMER999
  1. textRotCorrect-master

    0下载:
  2. 通过opencv结合傅里叶变换,检测文字的倾斜角,并矫正倾斜文字(opencvandFourier,textRotCorrect)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:alexxxxxxx
« 12 »
搜珍网 www.dssz.com