搜索资源列表
ex01
- opencv在vc下,读入连续图像,并输出边缘和角点的程序-OpenCV in vc, read consecutive images, and output edge and corner procedures
harrisCorner__2006528
- 用openCV编写的角点检测程序,其中第一个角点检测是从一缓冲区读入到图像,转换成IplImage后检测出角点;第二个角点检测函数是检测两副图像的角点,以便于进行匹配等运算操作。-used to prepare the corner detection procedures, the first one corner detection is a buffer to read images into IplImage after detect corner; the second corner
VC_Harris
- 从其它地方下关于Harris角点检测算法的原码,原作者的邮件地址如下 bugzhao@sdu.edu.cn-from elsewhere Harris on the next corner detection algorithm of the original code, Author's e-mail addresses are bugzhao@sdu.edu.cn
IMPROVEDHARRISCorner
- 经典的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.
IMPROVEDSUSANDETECT
- 经典的SUSAN角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。- The classical SUSAN vertex examination algorithm after the improvement VC code, may use for to withdraw the gradation image characteristic point, uses in to match, the movement estimated
MORAVECCORNERMATCH
- 角点匹配算法,使用MORAVEC角点检测算法,可以很好的实现两幅图象中角点的匹配。-Corner matching algorithm, MORAVEC angle detection algorithm, can achieve two very good image corner of the match.
harrisconnertest
- 利用harris算法对图像的角点进行检测,对一般的图像检测的效果都还不错-use of the algorithm for image Corner detection, the general image detection results are also good
VC_Harris_Corner
- VC编写的Harris图像角点检测程序,这是跟SUSAN并列的角点检测算法。-VC prepared by the Harris Image corner detection procedures, This is juxtaposed with SUSAN corner detection algorithm.
VC_Susan
- VC开发的SUSAN检测程序,包括了主要的角点检测算法,并在边缘检测上进行了应用!-development of the VC SUSAN testing procedures, including the main angle detection algorithm, and edge detection on the application!
corner
- 基于OPENCV的,用VC++编的角点检测程序.
5-2
- 找出图形中的角点,采用opencv编写 具有很强的检测能力,对于矩形及多边形的角点都能检出
Harris
- harris角点检测,比较稳定,是一个很好的算法。
角点检测算法用于图像匹配
- Harris角点检测算法的VC++实现,速度快,精度高。
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
- 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
Moravec.rar
- 自己编写的采用Moravec Interest Operator提取角点的算法,I have written using the Moravec Interest Operator Corner Extraction algorithm
SusanDetection
- 用c++编写了一个角点检测的测试程序,方法是利用最小核值相似区算法实现了图像角点的检测程序。-C++ written by a corner detection test procedure is similar to using the value of the minimum core area algorithm of the image corner detection process.
fast-corner-detect
- 基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
Harris-VC
- 图像处理和相机标定中的经典角点提取算法,Harris算法的VC源代码-Image processing and camera calibration in the classical corner-point extraction algorithm, Harris algorithm source code for VC
cornerdetection
- 角点检测(corner detection)的源代码(需要OPENCV库的支持) -Corner detection (corner detection) of the source code (required OPENCV library support)
corners
- harris角点检测,多尺度harris角点检测(Harris corner detection and multi-scale Harris corner detection)