搜索资源列表
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
7105_0xFDF
- 浙江大学机器人竞赛文档:提供完整的上位机图像识别挑选物品的匹配算法、下位机反馈控制机器人完成行走路线以及串口通讯的Python/C++/Arduino C代码(Robot contest documentation of Zhejiang University.It provides complete image recognition of the host computer, the matching algorithm of the selected items, the feedback
个人作业
- 实现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)
Python_VLPR-master
- 基于树莓派B+版本的车牌识别设计,辨识部分以树莓派3B+/3B为核心处理器,基于Linux平台,通过python3.5和OpenCV来对含有车牌信息的图片,进行高斯去噪、灰度化、边缘检测、二值化、闭操作、字符分割、字符识别匹配等一系列图像处理操作最终实现车牌识别这个系统。(Based on the design of license plate recognition of raspberry pie B+version, the recognition part takes raspberry
harris
- 使用python语言实现对灰度图像的角点检测,并实现匹配(Corner detection and matching of gray image using Python language)