搜索资源列表
LSH
- python编写的LSH算法的图像识别匹配小程序,适于初学者-LSH written in python image recognition algorithm matching small program, suitable for beginners
test
- Python语言来计算不同图像的相似度,找出最佳匹配-calculate the picture similar
histprocessing
- 利用python、cv2、numpy、matplotlib对图像进行直方图处理,包括直方图显示、直方图均衡化、直方图匹配(规定化)-Use python, cv2, numpy, matplotlib to process the image histogram for enhenceing, including the histogram display, histogram equalization, histogram matching
个人作业
- 实现sift,orb,surf,并可以用ransac匹配。(Implement sift, orb, surf, and match with ransac.)
sift_match_Python
- 基于Python,用SIFT算法实现图像匹配。(This code can do image match by SIFT algorithm.)
SIFT-python
- l利用SIFT算法提取图像特征点,然后对图像进行匹配。(Extract the feature points of image and then match the images)
SiftDetector
- 调用opencv库中的SIFT算法实现图像的匹配和分类(Call opencv library SIFT algorithm to achieve image matching and classification)
jiaozhun1
- 通过surf匹配特征点然后进行仿射变换实现图像配准。(using surf to match the two images)