搜索资源列表
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
HillClimbingSegment.1.0
- 程序实现Matlab下爬山法(hill-climbing)方法,用于彩色图像分割。-mage is first converted to CIE lab color space and the 3d color histogram is generated. Hill-climbing algorithm is used to find the local maximums in lab histogram, which is used to automatically decide the c
Match2
- 最小二乘和爬山法算法的影像匹配,能够找到很多个同名点-photogram match less multiple and crash the mountain
LSM
- 图像点特征提取,图像相关系数法匹配。二维匹配,爬山法匹配-Image point feature extraction, image correlation coefficient matching. Two-dimensional matching, matching climbing method
Segment
- 这是一个基于爬山法的图像分割matlab程序,绝对可以运行!-this is a hill climbing program using matlab, and it can be run easly!
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
HillClimbingSegment
- 使用爬山法,对图像进行边缘曲线的提取,我是用在舌头边缘提取上的。-Use climbing method, the image edge extraction curve, I was on the tongue edge extraction.