搜索资源列表
Forstnercornerdetect
- 原创:根据里面的PPT自己编写的角点定位算子Forstner,该方法对图象清晰的效果好,所以检测前最好进行锐化什么的
corner
- 提出了一种快速准确车辆牌照的分割方法。首先利用形态学算子获取车牌的候选区域,剔除较小的和较大的区域;对保留的候选区域利用Trajkovic算法获取角点;最后对检测后的结果聚类,从而分割出包含车牌区域的子图像。
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
- 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
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.
detection
- OPENCV相结合的角点的检测方法和源代码介绍,对OPENCV初学者很有用-OPENCV corner combination of detection methods and source code descr iption, useful for beginners on OPENCV
harris
- 角点提取,利用HARRS角点检测方法,测试出棋盘格角点,是标定的前提-corner detect
harris
- pdf Harris 图像中角点的检测 一种新的方法,双目视觉 标定。-Image corner detection
YES-corner
- 基本角点检测方法的算法代码! 无错误,直接运行!-Basic corner detection algorithm code! Error-free, direct run!
SIFTVC6
- sift角点检测及匹配,在不同尺度空间下的角点检测方法,很方便实用。-sift corner detection and matching, the corner detection methods under different scales of space, it is convenient and practical.
Harris_point_detector
- 角点检测,harris point detector是最基础也是最简单的角点检测方法,后续的角点检测都是以此为基础进行的改进。-feature descr iption
fast-matlab-src
- 这是用matlab编写的fast算法,这是一种速度非常快的角点检测方法,实时性很强。-binary descr iptor
jiaojiance
- harris角检测方法,从图像中提取兴趣点的程序算法-harris corner detection methods to extract an image point of interest program algorithm
conerdetection
- 是.m文件,详细介绍了角点检测的方法,便于新手理解算法。(The harris conner detection is very popular .so it is nessary to understand this algorithm.)