-
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
-
hough直线检测
matlab实现的直线检测方法,主要为hough变换,包括图片及实验结果(Matlab implementation of the line detection method, mainly for the Hough transform, including pictures and experimental results)
- 2017-11-24 11:33:18下载
- 积分:1
-
AMDGPU
介绍图像处理技在AMD上的GPU的处理方案,加速高清,快速度(The processing scheme, image processing technology on AMD GPU accelerated HD, speed)
- 2013-07-22 17:28:48下载
- 积分:1
-
teng-yg01
可以动态调节运行环境的参数,重要参数的提取,利用自然梯度算法。( Can dynamically adjust the parameters of the operating environment, Extract important parameters, Use of natural gradient algorithm.)
- 2017-03-25 10:22:25下载
- 积分:1
-
fast_dt
快速距离变换的程序,是在外国人的一个程序上小改了一下,vs2008下的控制台程序,可以直接设置断点调试(Fast distance transform procedure is a procedure in the foreign small change a bit, vs2008 console under the program, you can set breakpoints directly)
- 2011-10-11 16:16:21下载
- 积分:1
-
LBF
说明: 这是“Implicit Active Contours Driven by Local Binary Fitting Energy”(简称LBF模型)的MATLAB源代码。LBF模型是非常重要局部区域活动轮廓模型,它被广泛使用于各个领域,如MRI大脑图像分割,血管图像分割,图像偏差场纠正。(This is the "Implicit Active Contours Driven by Local Binary Fitting Energy" (referred to as the LBF model) of the MATLAB source code. LBF model is very important to local area active contour model, which is widely used in various fields, such as MRI brain image segmentation, vessel segmentation, image bias field correction.)
- 2021-04-16 10:58:53下载
- 积分:1
-
cviimage
cvi图像设计替换背景 扣图专用代码 毕业设计可用(cvi replace the background of graphic design graduate design buckle Figure specific code available)
- 2020-07-01 15:00:01下载
- 积分:1
-
CFAR
介绍了一种典型的CFAR检测算法,使用matlab进行仿真(CFAR detecting algorithm)
- 2021-03-18 20:59:19下载
- 积分:1
-
fingerprint-enhencement
指纹图像与处理源码及资料,包括图像滤波、方向场计算、频率图计算等(source code and papers of fingerprint preprocessing methods)
- 2020-10-26 10:29:59下载
- 积分:1
-
GLCM-implement
实现了灰度共生矩阵,并应用到了几张图片上。 C++ 和OPENCV 代码。 图像处理(GLCM achieved and applied to a few pictures. C++ and OPENCV code. Image Processing)
- 2011-01-26 02:35:22下载
- 积分:1