搜索资源列表
tzdtq
- 特征点提取程序,实现对2张BMP图像的特征点提取,提取结果很号
main
- ORB描述子,是比sift算法更加快速的图像特征点提取方法,检测的方法更加暴力。opencv已经实现。-ORB descr iptors, sift algorithm is faster than the image feature extraction methods, detection of the method is more violence. opencv has been achieved.
ASIFT_windows_beta_20090415
- 一种比sift效果更好的算法,可实现图像在几乎任意仿射变化下的特征提取,而且特征点比SIFT多,是09年最新的算法-asift, full name is the affine scale-invariant feature transform, that is, of scale-invariant features of affine transform, is used to extract more of the characteristics of affine distortion
cvut_test
- 实现图像校正、特征点提取、特征匹配到3D图片显示等功能。-3D rebuild
ASampleDemoc
- 实现指纹图像的预处理,增强,及及特征点提取,效果好 -Fingerprint image preprocessing, enhancement, and feature point extraction, the effect
ssift-mattchi
- sift特征点提取代码和对两幅图像提取特征点后进行特特征点匹配,可用于图像拼接等。c和matlab代码都有 -sift feature point extraction code and the special feature points matching image stitching, etc., can be used to extract feature points of the two images. c and matlab code has
Harrisdetector
- Harris特征点提取,用于图像处理中角点的提取-Harris feature point extraction for the extraction of image processing in the corner
SIFT-algorithm
- D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
Forstner_szw
- 提取图像特征点,提取的效果较好,程序由matlab编写,简单易懂,可作为参考。-Extract image feature points extracted better, the program written by matlab, easy to understand, can be used as a reference.
bag-of-words
- 图像特征点提取词袋模型,添加LBP特征的选择,融合两种特征进行图像的特征提取-bag of words in images
Moravec
- 作用是提取图像角点,用于图像特征匹配的算法。Moravec为经典算子了。(Extracting image corner points for image feature matching algorithm.)
C#提取特征点并进行图像匹配
- 建立在Moravec算子基础上提取特征点后与另外一幅图像进行匹配计算,并输出特征点对应的匹配点像素坐标(Based on the Moravec operator, the feature points are extracted and matched with another image, and the matching pixel coordinates corresponding to the feature points are output)
CReadJiaodian
- 可以实现凸显中的角点提取,有利于进一步提取图像特征方便锦衣部的识别,可以比较好的上手。(It can be used to extract the corner points, which can further extract the image features and facilitate the identification of the clothing department.)
harris图像拼接
- 该代码用于图像拼接,harris算法对特征点进行提取后的拼接,可看到特征点的图(The code used for image stitching, Harris algorithm for the extraction of feature points after the stitching, you can see the feature points of the map)
68033465featureextraction
- 基于图像的特征提取,对图片里面包含的一些特征点进行提取(Based on the feature extraction of images, some feature points are extracted from the image.)
MoravecPoint
- 利用moravec算子实现图像的点特征提取,效果基于阈值的选择(The Moravec operator is used to extract the point feature of the image, and the effect is based on the selection of the threshold.)
fast-matlab
- FAST特征提取matalb代码,该代码可以快速提取的图像的FAST特征点(FAST feature extraction matalb code, the code can quickly extract the FAST feature points of the image)
harrisdemo
- 对图像进行harris特征点提取,代码是用opencv和C++书写(Image harris feature extraction, the code is written with opencv and C ++)
matlab数字图像处理与识别
- 将理论知识、科学研究和工程实践有机结合起来,内容涉及数字图像处理和识别技术的方方面面,包括图像的点运算、几何变换、空域和频域滤波、小波变换、图像复原、形态学处理、图像分割以及图像特征提取的相关内容;同时对于机器视觉进行了前导性的探究,重点介绍了两种目前在工程技术领域非常流行的分类技术——人工神经网络(ANN)和支持向量机(SVM),并在人脸识别这样的热点问题中结束《精通Matlab数字图像处理与识别》。(Combining theoretical knowledge, scientific re
SIFT特征匹配(matlab版)
- 非常好用,可以提取两幅图像的同名点,匹配,配准,一整个流程,都可以实现,代码注释易懂,简单易学(Very useful, can extract two images of the same name points, matching, registration, a whole process, can be achieved, code annotations easy to understand, easy to learn)