搜索资源列表
LSM_Match
- 最小二乘匹配,图像匹配算法,需要初始匹配坐标,可以达到亚像素精度-least squares matching, image matching algorithm, the initial need to match coordinates, can reach sub-pixel accuracy
ddeematch_template
- 本程序是基于OpenCV的程序,采用最小二乘算法,进行模板区域匹配。-the OpenCV are based on the procedures, the use of least squares algorithm for template matching region.
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
lubangxingdetuxiangpinjie
- 图像拼接的核心是图像的配准.提出一种准确、高效的图像拼接方法:利用Harris角点检测算子提取相邻图 像的特征点,通过Euclid度量改进熵变换的算法,进行特征点匹配,并通过最小均值二乘估计求解相邻图像的变换 矩阵,以此实现宽视角图像的拼接.实验结果表明:所给出的算法能够实现场景图像的精确匹配. -Image mosaic is the core of image registration. Make an accurate and efficient method of image
adistortedimagerectificationalgorithmbasedonleasts
- 针对高精度的畸变图像,提出了一种基于最小二乘影像匹配的高精度畸变图像矫正算 法. 算法首先利用特征提取与边缘检测对图像进行预处理,并且将特征匹配与最小二乘算法相 结合,从而实现了图像与模板之间精确的子像素定位与匹配. 实验表明,该算法较好的解决了目前高精度畸变图像矫正算法中普遍存在的定位和匹配精度较差的缺陷,图像矫正效果良好,是一种有效的畸变图像矫正算法.-Image distortion for high-precision, a least-squares image matchin
lsm
- 最小二乘匹配的一个参考程序。本站已有类似程序,但运行结果有问题,提供一个供大家对照。-image match based on lsm
Match2
- 最小二乘和爬山法算法的影像匹配,能够找到很多个同名点-photogram match less multiple and crash the mountain
simplemathodandLS
- 单纯形法是线性规划问题的最优解求解的方法,最小二乘法通过最小化误差平方和寻找数据的最佳函数匹配。这里给提供了源码。-Simplex method linear programming method for solving the optimal solution, the least square method by minimizing the square error function to find the best match the data. Here to provide a so
pipei
- 用最小二乘的方式,进行图像的匹配,可以同时显示两张图像,并计算匹配的精度-The least square approach for image matching that can display two images and calculate the accuracy of matching
code
- 金字塔影像匹配,最小二乘影像匹配,相关系数影像匹配。-Pyramid Image Matching . . . . ..
lsmatch
- 最小二乘影像匹配源代码,C++程序代码,希望可以帮到大家-Least Squares Matching
GipsView
- 用最小二乘影像方法进行影像匹配,以实现高精度影像匹配。-I use least square method to match image which has high precise.
pipei
- 匹配程序,实现了普通匹配,基于特征点匹配,利用“爬山法”进行匹配,以及最小二乘匹配-Matching program, to achieve a normal match, based on the feature point matching, the use of " hill-climbing" to match, and least squares matching
matching
- 基于核线约束的最小二乘匹配,可以提取特征点-least squares matching
PicMatch.zip
- 角点提取、最小二乘匹配,图像匹配算法,可以运行.,image match.
Lsm_match
- 最小二乘图像影像匹配方法,一个很详细的源码例程,有过程有结果,希望对初学者有帮助。高斯解方程,以及最小二乘匹配,里面都很详细。-Squares image image matching method, a very detailed source code routines, the outcome of the process, I hope to help beginners. Gaussian solution of equations, and least squares matchin
ImageProcessEx
- 图形显示、图像角点特征提取、最小二乘匹配、图像基本处理功能(旋转等)-Graphic display, image corner feature extraction, least squares matching, image basic processing functions (rotation, etc.)
code
- MFC;影像匹配、特征点提取、影像相关、最小二乘;亲测可用,有源码!(MFC; image matching, feature extraction, image correlation, least squares, pro test available, source code!)
最小二乘影像匹配
- 运用最小二乘方法的matlab影像匹配,经典算法(MATLAB image matching using least squares method, classical algorithm.)
Matching
- 数字摄影测量中的最小二乘匹配算法,带示例图像(Feature points matching using LSTM)