搜索资源列表
imagematch
- 影像匹配,最小二乘法影像匹配源代码,转载的。-imagematch
MatchLSM
- 1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)-1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommend
Least-squares-matching
- 最小二乘匹配,图像匹配算法,需要初始匹配坐标,可以达到亚像素精度-Least squares matching, image matching algorithm, need the initial matching coordinates, can achieve sub-pixel accuracy
LS_esprit
- 测向定位 信号处理思想 ESPRIT的思想在于,将传感器阵列分解为两个完全相同的子阵列,两个子阵中每两个相对应的阵元具有相同的平移,即要求阵列具有平移不变性,每两个位移相同的阵元匹配成对。实际中许多阵列满足这个条件,比如等距直线阵。它还有一些改进演算法,如最小二乘ESPRIT (LS-ESPRIT),整体最小二乘ESPRIT(TLS-ESPRIT)等-Finding ideological positioning signal processing ESPRIT thought that t
pengqeng
- 粒子图像分割及匹配均为自行编制的子例程,现代信号处理中谱估计在matlab中的使用,PLS部分最小二乘工具箱。- Particle image segmentation and matching subroutines themselves are prepared, Modern signal processing used in the spectral estimation in matlab, PLS PLS toolbox.
sunqou_v16
- 匹配追踪和正交匹配追踪,采用偏最小二乘法,最小二乘回归分析算法。- Matching Pursuit and orthogonal matching pursuit, Partial least squares method, Least-squares regression analysis algorithm.
fun_ak43
- 匹配追踪和正交匹配追踪,外文资料里面的源代码,PLS部分最小二乘工具箱。- Matching Pursuit and orthogonal matching pursuit, Foreign materials inside the source code, PLS PLS toolbox.
LsMatch
- 最小二乘影像匹配,精度可以达到亚像素级别-leastsquare match
LMS of image
- 最小二乘影像匹配,提高影像匹配控制点精度,有详细注释文档,(least square image matching to improve the accuracy of image matching control points, and detailed annotated documents.)
main
- 最小二乘算法拟合多项式,最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。(Least square algorithm fitting polynomial)