搜索资源列表
siftDemoV4
- sift算法进行特征匹配的程序,先检测出关键点,找到两幅图像的关键点连线,里边附有几张图片,效果不错!-code for keypoint match based on sift,the performance is good!
KB-Detector-src
- 功能说明:输入一幅图像,能对此图像检测关键点,这些点通常对应图像中的重要对象,可用于对象识别,也可用来作为特征进行图像分类。运行其中的例程Ldx_GoSalScale.m,就可以知道此程序的用法(调试环境matlab7.0)。-Function: input image, this image can detect critical points, these points usually correspond to an important object of the image can be
SIFT
- sift算法实现与研究,包括gaussian,DOG尺度空间的构造,极值点的检测,边缘检测,计算方向,形成描述子,关键点的匹配-sift algorithm and Research
hist_corner
- 基于直方图的关键点检测,包括测试数据图像,可用于图像应用处理-the histogram-based interest point detectors
siftDemoV4
- sift算法,检测角点,关键点描述,匹配特征点-sift algorithm
face-landmark-localization-master
- 使用caffe 进行人脸关键点检测,共68个关键点,使用的语言是python。-Caffe use for face detection key points, a total of 68 key points, the language used is python.
MTCNN-Tensorflow-master
- 基于tensorflow的mtcnn人脸关键点检测(tensorflow mtcnn face_landmarks)