登录
首页 » Visual C++ » VC_FFT

VC_FFT

于 2021-02-13 发布 文件大小:4556KB
0 125
下载积分: 1 下载次数: 7

代码说明:

  傅里叶变换:采用VC++编写,实现二维图像的傅里叶变换(Fourier Transform: The VC++ prepared to achieve the two-dimensional Fourier transform of the image)

文件列表:

傅立叶变换
..........\测试图片


..........\源代码
..........\......\Debug
..........\......\.....\dibapi.obj,18742,2013-11-17
..........\......\.....\dibapi.sbr,0,2013-11-17
..........\......\.....\MainFrm.obj,20140,2013-11-17
..........\......\.....\MainFrm.sbr,0,2013-11-17
..........\......\.....\mydib.obj,5943,2013-11-17
..........\......\.....\mydib.sbr,0,2013-11-17
..........\......\.....\MyDIP.bsc,3458048,2013-11-17
..........\......\.....\MyDIP.exe,143446,2013-11-17
..........\......\.....\MyDIP.ilk,365928,2013-11-17
..........\......\.....\MyDIP.obj,23021,2013-11-17
..........\......\.....\MyDIP.pch,6889080,2013-11-17
..........\......\.....\MyDIP.pdb,467968,2013-11-17
..........\......\.....\MyDIP.res,9344,2013-11-16
..........\......\.....\MyDIP.sbr,0,2013-11-17
..........\......\.....\MyDIPDoc.obj,24768,2013-11-17
..........\......\.....\MyDIPDoc.sbr,0,2013-11-17
..........\......\.....\MyDIPView.obj,43411,2013-11-17
..........\......\.....\MyDIPView.sbr,0,2013-11-17
..........\......\.....\StdAfx.obj,105863,2013-11-17
..........\......\.....\StdAfx.sbr,1375947,2013-11-17
..........\......\.....\vc60.idb,254976,2013-11-29
..........\......\.....\vc60.pdb,454656,2013-11-17
..........\......\dibapi.cpp,23782,2013-07-02
..........\......\dibapi.h,1876,2013-07-02
..........\......\MainFrm.cpp,2506,2013-07-02
..........\......\MainFrm.h,1581,2013-07-02
..........\......\mydib.cpp,3157,2013-07-02
..........\......\mydib.h,72,2013-07-02
..........\......\MyDIP.aps,46320,2013-07-02
..........\......\MyDIP.clw,2615,2013-07-02
..........\......\MyDIP.cpp,4158,2013-07-02
..........\......\MyDIP.dsp,4781,2013-11-17
..........\......\MyDIP.dsw,533,2013-07-02
..........\......\MyDIP.h,1345,2013-07-02
..........\......\MyDIP.ncb,107520,2013-11-29
..........\......\MyDIP.opt,48640,2013-11-29
..........\......\MyDIP.plg,737,2013-11-29
..........\......\MyDIP.rc,12279,2013-07-02
..........\......\MyDIPDoc.cpp,4007,2013-07-02
..........\......\MyDIPDoc.h,1830,2013-07-02
..........\......\MyDIPView.cpp,10272,2013-11-17
..........\......\MyDIPView.h,1852,2013-07-02
..........\......\ReadMe.txt,4287,2013-07-02
..........\......\Release
..........\......\.......\MyDIP.exe,40960,2013-07-04
..........\......\res

..........\......\...\MyDIP.rc2,397,2013-07-02


..........\......\Resource.h,874,2013-07-02
..........\......\StdAfx.cpp,207,2013-07-02
..........\......\StdAfx.h,1040,2013-07-02

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

发表评论

0 个回复

  • ComputerGraphics
    多边形填充 多边形裁剪 自定义多边形区域 自定义裁剪区域(Polygon fill polygon clipping custom polygon area custom crop area)
    2012-11-14 23:04:40下载
    积分:1
  • smooth
    图像的平滑函数,对指定区域的图像,并有门限值和魔板大小限制。(the smooth of a bmp image)
    2013-09-19 21:16:46下载
    积分:1
  • Relative-orientation
    摄影测量学 通过迭代法求解五个相对定向元素(Relative orientation)
    2014-10-09 18:08:53下载
    积分:1
  • demo
    对BMP文件进行图像处理,包括:边缘检测、频域变换、几何变换、图像变换校正、灰度变换、图像编码、平滑和匹配(BMP files for image processing, comprising: an edge detection, a frequency domain transformation, geometric transformation, image transformation correction gradation conversion, image coding, and matching the smooth)
    2014-01-12 10:17:03下载
    积分:1
  • dynamic-cloud-effect-
    动态的模拟天空中的云效果,速度特别流畅。(Dynamic simulation of the effect of cloud in the sky, the speed is very smooth.)
    2011-11-06 09:48:28下载
    积分: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
  • eyeball-detection-in-video
    随着视频的播放进行眼球追踪,如果眼镜反光会影响正确率(eyeball tracking in video p.s. note that the reflection of glasses may influence the performance)
    2013-08-02 19:33:12下载
    积分:1
  • TemplateTrans
    数字图像处理中图像的增强方便的源代码,包括图像灰度修正,图像的平滑,中值滤波,图像的锐化,伪彩色和假彩色的增强等(Digital image processing image enhancement convenient source code, including the gray correction, image smoothing, median filtering, image sharpening, pseudo-color and false color enhancement, etc.)
    2013-12-02 10:50:31下载
    积分:1
  • test3
    利用Artoolkit实现了虚拟现实的算法,VS2008下测试通过(Use Artoolkit algorithm to achieve a virtual reality, VS2008 under test)
    2013-12-12 12:39:48下载
    积分:1
  • opencv4.3
    自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。(Self-selective color in an image to view a partial area of ​ ​ the histogram: Allows the user to select a rectangular area in an image by holding down the mouse button to draw a rectangle when the mouse is released, the highlighted rectangle, Meanwhile in a separate window, using the drawing functions to draw a chart (selected color histogram region), respectively, with blue, green, red indicates the number of pixels in the selected area of ​ ​ each color.)
    2014-02-13 16:18:41下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载