当前位置:
首页 资源下载
搜索资源 - harris corner match
搜索资源列表
-
0下载:
经典的Harris角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。-classic Harris corner detection algorithm improved VC code, Gray can be used to extract image feature points for the match, motion estimation, optical flow, shape analysis.
-
-
0下载:
应用harris算子进行角点检测,然后利用相关性检测得到匹配焦点,然后进行图像的重采样,适于对于彩色图像的处理,对于灰度图像,只要将harris算子检测时的图像从彩色道灰度图像的语句去掉即可-Application of operator harris corner detection, and then make use of relevant test match to be the focus, and then carried out resampling images, suitabl
-
-
0下载:
可以在harris角点检测和ncc粗匹配之后实现精确准确的角点匹配,为下一步配准做准备-Can the Harris corner detection and NCC coarse matching after achieve precise accurate angular point matching, preparing for the next registration
-
-
0下载:
harris角点检测算法,利用vc++实现,对于后续三维重建匹配有帮助-harris corner detection algorithm, using vc++ to achieve, for the follow-up to help match the three-dimensional reconstruction
-
-
0下载:
harris角点检测的实现,对应左右视图,用于同名点的匹配。程序可用,附有实验图。-harris corner detection implementation, the corresponding left and right view for the same name as the points of the match. Is available, with experimental map.
-
-
0下载:
该程序主要功能是实现两幅图像特征点的匹配。首先用harris角点检测算法检测出图像角点,然后使用ssd算法筛选匹配的角点,最后将匹配的角点用线连接起来-The program is to achieve two main functions of image feature points of the match. First, with harris corner detection algorithm to detect image corners, then use the ssd cor
-
-
0下载:
采用harris角点特征完成图像拼接,包含特征点的选取以及最终拼接后的结果输出-Harris corner feature complete image stitching, contains the feature points selected and the resulting output after final stitching
-
-
0下载:
针对多幅图像之间的图像配准问题,该文提出了一种新的图像自动配准算法。该算法应用Harris
角点检测方法获得角点信息。在匹配过程中。采用圆形区域和双向相关系数法进行相似性度量。采用圆
形区域,很好的解决了旋转问题;采用双向相关系数法,更加保证了匹配的精确度,减少误匹配率。初步
实验结果表明:该方法可以高效短时地实现图像间的自动配准。-Image registration problem between multiple images of the paper, a new autom
-
-
0下载:
有关图像中的角点检测(Harris)问题以及图像间的匹配-Problem as well as the match between the image of the image corner detection (Harris)
-
-
0下载:
该程序实现了harris角点的提取以及其在两幅影像上的配准结果,希望对大家有用-The program implements the harris corner extraction as well as their two images on the registration results, we hope to be useful
-
-
0下载:
harris角点检测,并且实现两幅图像特征点的匹配,最终完成图像的拼接-harris corner detection, and realize two image feature point matching, the final completion of image stitching
-
-
0下载:
该程序采用harris角点检测,使用ncc进行初匹配,双向重复搜索后得到特征匹配点。-The program uses harris corner detection, using ncc conducted early match, after a two-way repeated search feature to get the matching point.
-
-
0下载:
使用Harris角点检测,然后使用RANSA算法进行相应的match匹配算法,主要应用在计算机视觉以及opencv中-Harris corner detection and match corresponding corner points by match algorithm and RANSA algorithm in computer vision and openCV
-