An open API service indexing awesome lists of open source software.

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的图像识别基础库

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