登录
首页 » Visual C++ » FFT_armtest_vc

FFT_armtest_vc

于 2012-07-10 发布 文件大小:74KB
0 293
下载积分: 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 个回复

  • Dechirp
    雷达成像Dechirp 脉冲压缩代码 ,感兴趣的可以看看。(Radar the imaging Dechirp pulse compression code, and can see the interest.)
    2012-10-23 19:52:29下载
    积分:1
  • wave
    小波学习资料 供初学者和小波爱好者参考用()
    2007-08-13 17:14:24下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • BasicProcessing
    能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码(can more comprehensive image processing system. Main contents include : bitmap based, image display, image geometry transformation, gray transform, image smoothing, image sharpening and edge detection, image segmentation and measurement, image morphology, Image Transform and application processing, image synthesis, 24-bit color image processing, JPEG image compression coding)
    2006-11-03 16:41:45下载
    积分:1
  • RayTracer
    VB像素光影跟踪(图像渲染)工具,有需要的就下载吧。(VB Tracking pixel lighting (image rendering) tools, there is a need to download it.)
    2013-08-04 15:09:52下载
    积分:1
  • RidgeletTransform
    关于脊波变换的图像分割源码,运行良好,测试可行,绝对超值(Ridgelet transform for image segmentation source code, run the test feasible, the absolute value)
    2012-08-16 18:10:29下载
    积分:1
  • CameraCalibration
    张正友经典论文,灵活的相机标定法,内附图片+源码,可以直接使用(zhangzhengyou,image+program, A Flexible New Technique for Camera Calibration)
    2017-07-18 17:10:59下载
    积分:1
  • pinghua
    实现对图像平滑模糊,有简单平滑、高斯模糊和中值滤波三种可选,基于OPenCV类库实现,代码可直接运行(Achieve a smooth blur the image, a simple smooth, Gaussian blur and median filtering three options, OPenCV-based library, the code can be run directly)
    2014-06-13 16:45:36下载
    积分:1
  • SCU_S082167
    《基于计算机视觉的普适性三维重建方法研究》源代码,实现了一种将二维图像重建成三维场景的方法。(Source code of <General Sense Three-Dimension Reconstruction Research Based on Computer Vision>, a technique which can convert 2D images into 3D sence.)
    2020-11-30 10:59:28下载
    积分:1
  • calibration-3-cameras
    C++和halcon结合,用于图形处理时进行三相机标定(C++ and halcon combined for three camera calibration)
    2013-09-09 10:12:10下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载