https://github.com/hakaboom/image_registration
基于opencv的图像识别基础库
https://github.com/hakaboom/image_registration
feature-matching opencv python template-matching
Last synced: about 1 year ago
JSON representation
基于opencv的图像识别基础库
- Host: GitHub
- URL: https://github.com/hakaboom/image_registration
- Owner: hakaboom
- License: apache-2.0
- Created: 2022-03-28T14:39:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T14:47:47.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T16:06:54.991Z (about 1 year ago)
- Topics: feature-matching, opencv, python, template-matching
- Language: Python
- Homepage:
- Size: 22.9 MB
- Stars: 149
- Watchers: 6
- Forks: 42
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image_registration
- [1. 简介](#1)
- [2. 相关参考](#2)
- [3. 使用文档](#3)
- [4. 后续计划](#4)
## 1. 简介
这是一个用于图像识别(目标检测)的基础库
相关介绍放置到[testerhome](https://testerhome.com/topics/33034) | [github](docs/introduction.md)
## 2. 相关参考
本库目前使用了两种基于opencv的匹配方法,对应的匹配算法如下
- 模板匹配
- MatchTemplate
- 特征点匹配
- SIFT
- ORB
- AKAZE
- SURF
## 3. 使用文档
编辑中....
## 4. 后续计划
优化识别速度,增加相应的开发工具以及服务器的部署方式
有问题与建议欢迎留言或者提issue