登录
首页 » Visual C++ » Image_Processing

Image_Processing

于 2020-06-26 发布 文件大小:5063KB
0 219
下载积分: 1 下载次数: 3091

代码说明:

  数字图像获取, 处理及实践应用源代码——很多有用的图像处理的源代码:图像显示(原图、抖动),图像增强(灰度变换、直方图均衡、多种滤波器、伪彩色增强等),图像复原(运动模糊、逆滤波等等),图像变换(傅立叶变换、快速傅立叶变换、离散余弦变换、沃尔什变换、霍特林变换、小波变换、小波反变换),图像编码(霍夫曼编码、香浓-费诺编码、算术编码、位平面编码等),图像识别。(Digital image acquisition, processing and practical application source code- a lot of useful image processing source code: Image Display (image, jitter), image enhancement (gray-scale transformation, histogram equalization, multi-filter, pseudo-color enhancement, etc. ), image restoration (motion blur, inverse filtering, etc.), image transform (Fourier transform, fast Fourier transform, discrete cosine transform, Walsh transform, Hotelling transform, wavelet transform, wavelet transform), image coding (Huffman coding, Shannon- Fenno coding, arithmetic coding, bit plane coding, etc.), image recognition.)

文件列表:

数字图像获取, 处理及实践应用源代码
..................................\ImageProcessing
..................................\...............\cdib.cpp
..................................\...............\cdib.h
..................................\...............\ChildFrm.cpp
..................................\...............\ChildFrm.h
..................................\...............\ColorTable.h
..................................\...............\Debug
..................................\...............\Default.SUP
..................................\...............\DIBPrcs.cpp
..................................\...............\DibShow.cpp
..................................\...............\DlgAftReg.cpp
..................................\...............\DlgAftReg.h
..................................\...............\DlgArith.cpp
..................................\...............\DlgBitPlane.cpp
..................................\...............\DlgCoding.h
..................................\...............\DlgCodingHuffman.cpp
..................................\...............\DlgEhnLinTrans.cpp
..................................\...............\DlgEhnLinTrans.h
..................................\...............\DlgEnhColor.cpp
..................................\...............\DlgEnhColor.h
..................................\...............\DlgHistShow.cpp
..................................\...............\DlgHistShow.h
..................................\...............\DlgHistShow1.cpp
..................................\...............\DlgHistShow1.h
..................................\...............\DlgHuffman.cpp
..................................\...............\DlgMedian.cpp
..................................\...............\DlgMedian.h
..................................\...............\DlgRecMatch.cpp
..................................\...............\DlgRecMatch.h
..................................\...............\DlgReg.cpp
..................................\...............\DlgReg.h
..................................\...............\DlgShannon.cpp
..................................\...............\DlgSmooth.cpp
..................................\...............\DlgSmooth.h
..................................\...............\DWT.CPP
..................................\...............\Enhance.cpp
..................................\...............\FreTrans.cpp
..................................\...............\GlobalApi.h
..................................\...............\ImageAnalysis.cpp
..................................\...............\ImageCoding.cpp
..................................\...............\ImageProcessing.aps
..................................\...............\ImageProcessing.clw
..................................\...............\ImageProcessing.cpp
..................................\...............\ImageProcessing.dsp
..................................\...............\ImageProcessing.dsw
..................................\...............\ImageProcessing.h
..................................\...............\ImageProcessing.ncb
..................................\...............\ImageProcessing.opt
..................................\...............\ImageProcessing.plg
..................................\...............\ImageProcessing.rc
..................................\...............\ImageProcessingDoc.cpp
..................................\...............\ImageProcessingDoc.h
..................................\...............\ImageProcessingView.cpp
..................................\...............\ImageProcessingView.h
..................................\...............\ImageView.cpp
..................................\...............\MainFrm.cpp
..................................\...............\MainFrm.h
..................................\...............\Motion.cpp
..................................\...............\ReadMe.txt
..................................\...............\Recog.asp
..................................\...............\Recog.cpp
..................................\...............\Release
..................................\...............\res

..................................\...............\...\ImageProcessing.rc2


..................................\...............\resource.h
..................................\...............\restore.cpp
..................................\...............\SegApi.cpp
..................................\...............\StdAfx.cpp
..................................\...............\StdAfx.h

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

发表评论

0 个回复

  • S的一种扩展 st
    S变换是小波变换的一种扩展,有非常大的价值(S transform is an extension of wavelet transform, has a very large value)
    2020-07-04 01:00:01下载
    积分:1
  • wavelet_.M
    一维信号的小波去噪,这是一个很好的基于小波变换的小波去噪,是针对一维的,去噪效果非常好!(1DWT wavelet denoide)
    2015-09-22 19:57:53下载
    积分:1
  • Wavelet-dec--rec
    在理解了离散小波变换的基本原理和算法的基础上,通过设计VC程序对简单的一维信 号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波和Haar小波变换,从而得到小波分解系数;再通过改变分解得到的各层高频系数进行信号的小波重构达到消噪的目的。在这一程序实现的过程中能直观地理解信号小波分解重构的过程和在信号消噪中的重要作用,以及在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。(In understanding the basis of discrete wavelet transform basic principles and algorithms, through the design VC program Daubechies wavelet, Morlet wavelet and Haar wavelet transform after a simple one-dimensional signal plus a Gaussian white noise, resulting wavelet coefficients wavelet reconstruction signal again by changing the layers to achieve high-frequency coefficients decomposed noise cancellation purposes. Can intuitively understand wavelet decomposition and reconstruction process and an important role in signal de-noising in the process of implementation of this program, and in the high-frequency coefficients when the weight of the layers selected for signal processing coefficients denoising affected.)
    2014-07-10 18:16:49下载
    积分:1
  • Blur-Detection-Using-Wavelet
    基于论文<<Blur Detection for digital images using wavelet transform>>,使用Haar小波变换实现图像模糊度检测。(Based on paper <Blur Detection for digital images using wavelet transform> > , Using the Haar wavelet transform of image blur detection.)
    2020-07-17 20:58:48下载
    积分:1
  • idwt
    小波变换、小波逆变换代码,数字信号处理领域常用(Wavelet transform, wavelet inverse transform code, digital signal processing used)
    2010-01-01 18:57:14下载
    积分:1
  • 97wavelettansform
    9/7 二维整数小波变换,可以实现图像的无损恢复。(9/7 two-dimensional integer wavelet transform, you can realize non-destructive restoration of images.)
    2008-07-27 17:57:49下载
    积分:1
  • Gaborfeature
    基于gabor小波变换的论文,对做人脸识别很有用(Gabor wavelet transform-based papers, do face recognition is useful)
    2013-02-26 20:18:31下载
    积分:1
  • IntDCT
    具有提升分解结构的整数离散变换,可用于基于提升格式的小波变换设计。(Enhance the breakdown structure of the integers with the discrete transform can be used for wavelet transform based on lifting scheme design.)
    2011-11-07 12:45:45下载
    积分:1
  • gabor_filter
    实现对图像的gabor小波变换,利用了opencv的函数库,可实现方向和尺度等多项选择。(Achieve image gabor wavelet transform, using the opencv function library, enabling the direction and scale and many other options.)
    2010-08-06 15:46:39下载
    积分:1
  • zsb
    用于折射波处理时的to、θ函数法求界面深度,浅层地震(Used for refraction wave in processing, θ function method to ask interface depth, shallow earthquake)
    2020-12-20 10:59:10下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载