登录
首页 » Visual C++ » FFT_armtest_vc

FFT_armtest_vc

于 2012-07-10 发布 文件大小:74KB
0 306
下载积分: 1 下载次数: 3

代码说明:

  这是一个比较全面的傅里叶变换,例子中含有测试的图片,能让人更加明白傅里叶变换的处理效果。(This is a more comprehensive Fourier transform, the example contains a picture of the test, can make people more aware of the Fourier transform of the treatment effect.)

文件列表:

armtest_vc
..........\armtest.aps,21408,2011-03-30
..........\armtest.clw,2358,2011-03-30
..........\armtest.cpp,2077,2008-10-24
..........\armtest.dsp,4345,2008-10-24
..........\armtest.dsw,537,2008-10-24
..........\armtest.h,1335,2008-10-24
..........\armtest.ncb,91136,2011-03-30
..........\armtest.opt,123904,2011-03-30
..........\armtest.plg,4428,2011-03-30
..........\armtest.rc,6184,2008-11-20
..........\armtestDlg.cpp,18410,2008-11-20
..........\armtestDlg.h,2612,2008-11-20
..........\Fourier.cpp,3793,2008-11-20
..........\Fourier.h,531,2008-11-20
..........\ReadMe.txt,3597,2008-10-24
..........\res

..........\...\armtest.rc2,399,2008-10-24
..........\resource.h,1145,2008-11-20
..........\StdAfx.cpp,209,2008-10-24
..........\StdAfx.h,1095,2008-10-24
..........\vc等效测试版forevc版FFT分析,0,2011-03-30

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

发表评论

0 个回复

  • tuxiangpipei
    一种基于特征点的图像匹配算法 一种基于特征点的图像匹配算法(Feature point based image matching algorithm based on feature points matching algorithm)
    2020-12-10 10:59:18下载
    积分:1
  • opencvhello_matlab
    说明:  opencv入门程序,使用opencv模式读取图像并显示,在vs环境下调用matlab进行图像读取和显示(opencv entry procedures, read the image using opencv mode and display, in the vs environment, call matlab to read and display the image)
    2021-02-23 11:39:40下载
    积分:1
  • opticalflow
    用光流法进行运动物体的检测和跟踪,并返回运动方向(Light flow method of moving object detection and tracking, and return to the direction of movement)
    2009-07-15 14:03:10下载
    积分:1
  • Edge-Detection
    边缘检测 Edge Detection Edge Detection(Edge Detection)
    2014-05-08 13:49:15下载
    积分:1
  • 相机采集、控制、、坐标计算、坐标显示等功能的小软件 WProject
    做项目时写的关于相机图像采集、控制、图像处理、坐标计算、坐标显示等功能的小软件(Do item written on the camera image acquisition, control, image processing, coordinates of the calculation, the coordinates show features such as small software)
    2020-07-08 11:28:57下载
    积分:1
  • DCT
    该函数用来实现快速离散余弦变换。该函数利用2N点的快速付立叶变换来实现离散余弦变换(This function is used to implement fast discrete cosine transform. 2N points of the function using the fast Fourier transform to achieve the discrete cosine transform)
    2010-11-15 09:53:27下载
    积分:1
  • 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), 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!)
    2020-11-30 10:59:29下载
    积分:1
  • weighted-spatial-
    多径条件下基于加权空间平滑的阵元幅相误差校正(Multipath based on weighted spatial smoothing array element amplitude and phase error correction)
    2013-12-12 13:20:38下载
    积分:1
  • PC_grid
    通过点云数据的格网化,建立格网分块索引,这是一种有效的点云数据存储方式。( Through the point cloud data grid , the establishment of a grid block index, which is a valid point cloud data storage. )
    2014-02-20 10:55:46下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载