-
bilinear_algorithm
图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现(image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve)
- 2006-11-16 16:40:25下载
- 积分:1
-
a-weihted-blind-SR
利用加权矩阵的盲超分辨率方法重建出一幅高分辨率的图像(The weighted matrix method of blind super-resolution reconstruction of a high-resolution image)
- 2011-08-12 15:35:59下载
- 积分:1
-
DCTbook
书上的简单DCT图像处理程序,最基本的DCT,简单,价值低(Book on the simple DCT image processing program, the most basic DCT, simple, low value)
- 2017-04-05 13:01:00下载
- 积分:1
-
imagesegmentation
matlab图像分割实例,基于Lab空间的色彩分,割调用库函数实现,带注释,简单易懂;(matlab example of image segmentation, based on Lab color space points, call the library functions achieve cutting, with comments, easy to understand )
- 2010-06-23 17:19:32下载
- 积分:1
-
BitmapRotateBitmaponc
bitmap rotate for visual c and c++ builder
- 2009-06-12 14:54:35下载
- 积分:1
-
hsv_file
本代码主要是基于HSV的阴影检测及消除,分别提取前景及背景图像,进行色彩空间转换。HSV空间类似人类感觉色彩的方式,可以更加准确地识别阴影,并保持在计算上简单。(This code is mainly based on the HSV shadow detection and elimination, extract the foreground and the background image, respectively, for color space conversion. HSV space is similar to the ways the human feel color, can more accurately identify the shadow, and keep it simple in calculation.
)
- 2013-05-27 08:27:32下载
- 积分:1
-
goodcode2
vc++图像处理原程序:图片亮度增减源代码(vc original image processing procedures : Photo brightness change source code)
- 2007-04-25 20:30:19下载
- 积分:1
-
iekfpf_demos
基于扩展卡尔曼滤波器的粒子滤波器源程序The iterated extended kalman particle filter(based on extended Kalman Filter The particle filter iterated extend source ed Tracking particle filter)
- 2007-05-09 13:24:29下载
- 积分:1
-
fusion_IHS
实现常用的IHS,PCA 加权三种图像融合算法(To achieve common IHS, PCA three-weighted image fusion algorithm)
- 2009-01-05 15:54:47下载
- 积分:1
-
SURF-based-image-stitching
SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。
采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
(SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching.
This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching.
)
- 2014-08-30 15:12:42下载
- 积分:1