登录
首页 » Visual C++ » MeFrm

MeFrm

于 2011-03-28 发布 文件大小:144KB
0 259
下载积分: 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 个回复

  • Binarization-Transformation
    图像处理源程序,实现二值化变换,经一幅图像灰度化后,变成二值化图像,包括大津法、最大类间方差法、一般阈值法、及文本识别最有用的Niblack法(Image processing program and realized binarization transformation, after by a gray-scale image into binary image, including the Otsu method, Otsu method, the general threshold, and text to identify the most useful Niblack method)
    2011-11-19 09:53:11下载
    积分:1
  • hfjh
    本程序基于近景摄影测量,单片空间后方交会算法完成,用C++代码编写,内含有样本数据,以供试验。运行正常,注释完整。(This procedure based on the close shot photogrammetry, monolithic space resection algorithm, contains sample data, and written in c++ code for test. Running normally, notes complete.)
    2016-06-08 18:20:48下载
    积分:1
  • image
    用数字图像处理主要是为了修改图形,改善图像质量,或是从图像中提起有效信息,还有利用数字图像处理可以对图像进行体积.(Using digital image processing is mainly graphics in order to modify and improve the image quality, or from the image to bring effective information, as well as the use of digital image processing can be carried out on the image size.)
    2008-03-04 19:38:04下载
    积分:1
  • two
    :植物种类识别方法主要是根据叶片低维特征进行自动化鉴定。然而,低维特征不能全面描述叶片信息,识别准确率低,本文提 出一种基于多特征降维的植物叶片识别方法。首先通过数字图像处理技术对植物叶片彩色样本图像进行预处理,获得去除颜色、虫洞、 叶柄和背景的叶片二值图像、灰度图像和纹理图像。然后对二值图像提取几何特征和结构特征,对灰度图像提取 Hu不变矩特征、灰 度共生矩阵特征、局部二值模式特征和 Gabor 特征,对纹理图像提取分形维数,共得到 2183 维特征参数。再采用主成分分析与线性 评判分析相结合的方法对叶片多特征进行特征降维,将叶片高维特征数据降到低维空间。使用降维后的训练样本特征数据对支持向量 机分类器进行训练(plant species identification method is mainly based on blade automatic identification of low dimensional characteristics.However, can not fully describe blade low-dimensional feature information, identification accuracy is low, in this paper A kind of plant leaves recognition method based on multiple feature dimension reduction.First by digital image processing technology to the plant leaf color sample image preprocessing, obtain background color removal, wormhole, petioles, and the blades of a binary image, gray image and texture image.Then the binary image to extract the geometric characteristics and characteristics of structure and characteristics of gray image extraction Hu moment invariants, gray co-occurrence matrix feature, local binary pattern features and Gabor, to extract the fractal dimension of texture image, get 2183 d characteristic parameters.By principal component analysis and linear uation analysis method of combining the characteristics of blade more feature dimensi)
    2017-02-28 09:57:50下载
    积分:1
  • txcl
    说明:  实现了图像的打开功能,并能实现图像打开时的扫描,渐进,马赛克等功能(To realize the image of the open function, and can achieve image scans open, progressive, mosaic and other functions)
    2010-04-18 22:43:57下载
    积分:1
  • mesh_simplification
    网格简化, 将复杂的带有很多细节的物体的三维立体网格进行任意比例的简化,使得其减少点和面片的数量并保持物体的基本特征,以达到加快图像显示及压缩文件的效果。(Mesh simplification, the complex three-dimensional grid with many of the details of the object simplified in any proportion, such that it reduce the number of points and surfaces of the sheet and keep the basic characteristics of the object, in order to achieve the speed up of the image display and the effect of the compressed file .)
    2014-12-21 14:36:07下载
    积分:1
  • jpegIO
    实现原始的JPEG图片编解码,不借助任何的第三方库,纯C++。(To achieve the original JPEG image decoding, without using any third-party libraries, pure C++.)
    2011-10-06 13:50:13下载
    积分:1
  • meanshift
    meanshift算法,及其在图像处理方面的应用(meanshift algorithm)
    2011-10-10 08:23:48下载
    积分:1
  • lane-detect
    canny边缘检测,还有车道线检测。效果还可以。(canny edge detection, and lane detection. The effect can be.)
    2014-01-14 16:44:00下载
    积分:1
  • SURF-V1.0.9-WinDLL
    SURF算法较SIFT算法速度快,SURF算法源代码。(SURF code)
    2021-04-21 22:48:49下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载