-
SURF
该算法可以应用于计算机视觉的物体识别以及3D重构中。(The algorithm can be applied to object recognition in computer vision and 3D Reconstruction.)
- 2016-05-31 10:32:38下载
- 积分:1
-
LossCompression
C语言编程,利用矢量量化思想进行图像有损压缩和解压缩(C language programming, using vector quantization thoughts lossy image compression and decompression)
- 2016-05-24 21:50:39下载
- 积分:1
-
ZaoShengXiaoChuDib
图像噪声消除,内有很多种消除噪声的方法,比如均值法等。(Image noise reduction, there are many ways to eliminate noise, such as the average method.)
- 2010-11-26 10:12:42下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
PM
说明: Perona和Malik在热传导方程的基础上,建立了各向异性扩散方程并将其应用到了图像处理中尺度空间的图像平滑上,该模型针对图像的边缘部分和非边缘部分进行不同性质的图像处理,同时解算方程的迭代格式简单,克服传统滤波的主要缺陷,是图像质量大为改善,为图像的边缘检测和增强开辟了新的方向。(This process smoothes regions while preserving, and enhancing, the contrast at sharp intensity gradients.)
- 2011-07-04 21:30:44下载
- 积分:1
-
JROI
Compression of face images impact the performance of face recognition (FR) systems. JPEG Region of Interest (JROI) compression maintains high image quality in facial regions while compressing the background more, with minimal impact on FR performance.(Compression of face images impact the perf ormance of face recognition (FR) systems. JPEG Region of Interest (JROI) compression maintai ns high image quality in facial regions while co mpressing the background more, with minimal impact on FR performance.)
- 2007-02-15 22:58:14下载
- 积分:1
-
yuzhibianhua
图像处理基本算法其中之一的yuzhibianhua (Image processing one of the basic algorithm yuzhibianhua)
- 2008-06-04 17:13:13下载
- 积分:1
-
EExamplesofGax
高斯平滑滤波实例,高斯滤波实质上是一种信号的滤波器,其用途是信号的平滑处理,我们知道数字图像用于后期应用,其噪声是最大的问题,,由于误差会累计传递等原因,很多图像处理教材会在很早的时候介绍Gauss滤波器,用于得到信噪比SNR较高的图像(反应真实信号)。
(Instance of the Gaussian smoothing filter, Gaussian filter is essentially a signal filter, its purpose is to smooth processing of the signal, we know that the digital image for the late application, the noise is the biggest problem, the error accumulated transfer reason, a lot of image processing textbooks will be introduced at an early Gauss filter for higher SNR of the image (real response signal).)
- 2012-06-10 16:26:45下载
- 积分:1
-
SURF
基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高(Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly improved)
- 2013-10-04 11:10:04下载
- 积分:1
-
VCPP-image-processing-chapter09
VisualC++数字图像处理技术详解第2版-光盘 第九章(VisualC++ digital image processing technology Detailed Version 2- CD Chapter IX)
- 2016-04-16 13:59:03下载
- 积分:1