搜索资源列表
Harris
- 基于Opencv和C++, 使用harris算法, 对输入视频,提取亚像素级角点的个数和坐标。-base on Opencv and C++, using Harris algorithm, output the subpixel corners number and coordinate of video.
Harris-corner-detection
- Harris corner detection algorithm for OpenCV.
ha
- 用opencv2.3.1和vc++2010编写的harris角点检测算法,内含包括边缘检测在内的全部中间过程-It is a harris conner detection calculate algorithm which using opencv2.3.1 and vc++2010 software writting.Including all inner course such as edge detection calculate algorithm
MyHarris
- Harris算法的实现,自己写的,opencv2.3,纯c-Harris algorithm, write my own opencv2.3 pure c++
Harris
- opencv环境下实现的harris-laplace算法(多尺度harris角点特征提取算法)-opencv environment Harris-laplace algorithm (multi-scale Harris corner feature extraction algorithm)
CV2
- 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harris algorithm corner detection,
fruite
- 关于harris算法的一种特例程序源代码-About Harris algorithm a special case of program source code
My_corner
- 仅用opencv读图,c语言实现了harris角点检测算法-Opencv only interpret blueprints, c language the harris corner detection algorithm
harris-
- 计算机视觉基于opencv的harris角点检测数学原理参考资料,便于快速理解该算法-Computer Vision Based harris corner detection opencv mathematical principle reference for quick understanding of the algorithm
Harris
- 该算法为Harris单幅图像角点提取算法,经过调试可以运行。正确配置opencv即可,版本号为2.4.3,vs2008-The algorithm for Harris single image corner detection algorithm, a debugging can run. opencv is configured correctly and the version number for 2.4.3,vs2008
062501
- 角点检测算法是一种基于信号的点特征提取算法,Harris角点检测算子是通过Taylor级数展开法扩展了思路,计算窗口沿任何方向移动后的灰度变换情况,利用数学解析式来进一步确定特征点。-Corner detection algorithm is a point-based feature extraction algorithm signal, Harris corner detection operator is expanded by Taylor series expansion ideas
harris
- 实现harris的算法,适用于角点检测,图像处理处学习的-Harris algorithm of Harris is realized
HarrisCorner
- 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
harris
- 该算法是基于像素领域包含若干元素的近似圆形模板,对每个像素基于该模板领域的图像灰度计算角点响应函数(CRF)的数值,如果大于某阈值且为局部极大值,则认为该点为角点。角点的精度与圆形模板大小无关,圆形模板越大,检测的角点数越多,则计算量也越大,本文圆形模板包含37个元素,该近似圆形模板-The algorithm is based on pixel art consists of several elements approximation circular template for each p
实现Harris角点检测算法
- 基于vs2010实现Harris角点检测算法(C语言)(Implementation of Harris corner detection algorithm)