资源列表
pca
- 主成分分析程序,应用于图像特征提取,数据降维等方面 -the code of PCA
image-stitching
- 实验两张图片的拼接,对于图片中的匹配对,用ransac方法消除错配,并估计出仿射矩阵。然后将一张图进行仿射变换,再实现拼接-Experiment two pictures of the stitching, matching pairs for the picture, with ransac way to eliminate mismatches, and to estimate the affine matrix. Then an affine transformation diagram,
BD IP2006
- 一个盲去卷积程序,可以实现去除图像的各类模糊,同时可进行相关参数的自适应调整。-A blind deconvolution process can be achieved to remove all kinds of image blur, while the relevant parameters can be adaptive.
levelset
- Levelset 算法的C/C++实现 Levelset 算法的C/C++实现-Levelset 算法的C/C++实现 Levelset 算法的C/C++实现
chicks
- 运用帧差法进行运动对象的识别,用矩形框标出。-using frame-difference method to identify moving objects
fileBandMix
- 多个idl批处理代码 envi 二次开发 融合以及波段运算 -mosaic idl batch code
halcon-match
- 基于halcon软件做的图像匹配例子程序-image processing using halcon software
Color-Pattern-Matching-Example
- LabVIEW图像处理例程,实现从图像中自己圈出目标,程序自己学习该目标特征(颜色、形状)后,在图片上找到并定位目标-LabVIEW image processing routines to implement the image circle of the target, and procedures for their own learning of the target feature (color, shape), to find and locate targets on the pi
LSB-Data-Hiding-Image
- 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string,
TDLMS
- 图像处理中应用非常广泛的二维最小均方误差算法(TDLMS)。绝对好用!-Image Processing is widely used two-dimensional MMSE algorithm (TDLMS). Absolute ease of use!
curveletdenoise
- curvelet变换贝叶斯估计方法,用于估计含噪声图像的噪声参数。再对图像进行去噪处理-curvelet transform Bayesian estimation methods used to estimate the image noise with noise parameters. Re-image de-noising processing
VC++DigitalImagingProssing
- VC++图像处理程序设计-杨淑莹-配套源码: 本书介绍了各种数字图像处理的算法及编程实现技术。全书由13章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPIG图像的压缩编码。 -VC++ Image processing program design-杨淑莹- supporting source code: