登录
首页 » Visual C++ » MeFrm

MeFrm

于 2011-03-28 发布 文件大小:144KB
0 239
下载积分: 1 下载次数: 0

代码说明:

说明:  傅立叶变换在图像处理中的重要作用: (A) 图像增强与图像去噪 绝大部分噪音都是图像的高频分量,通过低通滤波器来滤除高频噪声;边缘也是图像的高频分量,可以通过添加高频分量来增强原始图像的边缘; (B) 图像分割与边缘检测 提取图像高频分量 (C) 图像特征提取 形状特征:傅里叶描述子 纹理特征:直接通过傅里叶系数来计算纹理特征 其他特征:将提取的特征值进行傅里叶变换来使特征具有平移、伸缩、旋转不变性 (D ) 图像压缩 可以直接通过傅里叶系数来压缩数据;常用的离散余弦变换是傅立叶变换的实变换; (Fourier transform in the important role of image processing: (A) image enhancement and image denoising Most of all images of high frequency noise by low pass filter to filter out high frequency noise edge is the image of the high frequency components can be enhanced by adding high frequency components to the edge of the original image (B) Image segmentation and edge detection High frequency components extracted image (C) image feature extraction Shape features: Fourier descriptors Texture: directly through the Fourier coefficients to calculate the texture features Other features: The characteristic value extracted by Fourier transform to the characteristics of translation, scaling, rotation invariance (D) image compression Fourier coefficients can be directly compressed data commonly used discrete cosine transform is the Fourier transform of the real transformation 朗读显示对应的拉丁字符的拼音)

文件列表:

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


..........\源代码
..........\......\dibapi.cpp,23782,2004-03-07
..........\......\dibapi.h,1876,2000-02-03
..........\......\MainFrm.cpp,2506,2004-05-20
..........\......\MainFrm.h,1581,2004-05-20
..........\......\mydib.cpp,3157,2004-05-20
..........\......\mydib.h,72,2004-05-20
..........\......\MyDIP.aps,46320,2004-06-30
..........\......\MyDIP.clw,2615,2004-06-30
..........\......\MyDIP.cpp,4158,2004-05-20
..........\......\MyDIP.dsp,4781,2004-05-20
..........\......\MyDIP.dsw,533,2004-05-20
..........\......\MyDIP.h,1345,2004-05-20
..........\......\MyDIP.rc,12279,2004-06-30
..........\......\MyDIPDoc.cpp,4007,2004-05-20
..........\......\MyDIPDoc.h,1830,2004-05-20
..........\......\MyDIPView.cpp,10272,2004-06-30
..........\......\MyDIPView.h,1852,2004-06-30
..........\......\ReadMe.txt,4287,2004-05-20
..........\......\Release
..........\......\.......\MyDIP.exe,40960,2004-06-30
..........\......\res

..........\......\...\MyDIP.rc2,397,2004-05-20


..........\......\Resource.h,874,2004-06-30
..........\......\StdAfx.cpp,207,2004-05-20
..........\......\StdAfx.h,1040,2004-05-20

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

发表评论

0 个回复

  • kd-tree.cpp
    三维点云配准kd-tree搜索算法,用于特征点的搜索匹配(3 d point cloud registration kd- tree search algorithm, is used to search of feature point matching)
    2016-12-09 14:01:01下载
    积分:1
  • Features2D_Homography
    使用OpenCV实现特征点的查找以及两幅图像中的特征点匹配(Use the function findHomography to find the transform between matched keypoints. Use the function perspectiveTransform to map the points)
    2014-03-07 11:04:15下载
    积分:1
  • optimark_manual
    水印攻击测试程序optimark。 这个比stirmark更全面测试水印程序,很好用(Watermark attack test program optimark. This more comprehensive test than stirmark watermark program, very good use)
    2009-11-12 11:19:47下载
    积分:1
  • Three-dimensional-algorithm
    关于MC三维重建算法的二义性消除的文章,很好的消除了MC算法中的二义性(it s the article about Three-dimensional reconstruction algorithm to eliminate ambiguity in MC)
    2014-01-17 13:19:26下载
    积分:1
  • stereo
    立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
    2020-06-29 14:40:02下载
    积分:1
  • Digital_image_processing_frequency_domain
    该数字图像处理文件有很强的修改能力,可以仔细的分析每一个频域不同条件下的实验结果分析。有很强的处理图像能力(The digital image processing of documents has a strong ability to change and be more careful analysis of each under different conditions, a frequency-domain analysis of the experimental results. Has a strong ability to deal with images)
    2010-01-03 16:37:44下载
    积分:1
  • MRF2.0
    说明:  在VC++下基于MRF来进行的图像分割源代码(In VC++ For MRF-based image segmentation source code)
    2008-08-29 14:43:10下载
    积分:1
  • count-rice
    本程序可以使用图像处理算法对图片进行处理,对于一个含有各种物体的图片,如米粒,可以计算物体的个数。使用前请配置好opencv环境。希望对大家学习图像处理和opencv有所帮助...(This procedure can use the image processing algorithm for processing images for a picture with a variety of objects, such as a grain of rice, can calculate the number of objects. Configured before use opencv environment. We would like to learn opencv image processing and help ...)
    2009-04-23 16:05:57下载
    积分:1
  • ImageZoom
    利用VTK实现图像的放大缩小,基于对话框编写的,有助于学习VTK的朋友(Using VTK to achieve the image to zoom in, based on the dialog box, prepared to help a friend learn VTK)
    2009-11-24 16:22:21下载
    积分:1
  • Pyramid-methods-in-image-processing
    Pyramid methods in image processing
    2013-12-05 20:08:18下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载