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

https://github.com/ishaan28malik/identity-mapper

Template matching using Open-CV
https://github.com/ishaan28malik/identity-mapper

machine-learning open-source opencv python trending-repositories

Last synced: about 2 months ago
JSON representation

Template matching using Open-CV

Awesome Lists containing this project

README

          

# Identity Mapper :cop:

## Templte-identification :mag_right:

**Template matching using Open-CV**

### This is mainly used in case of security domain inorder to catch a prime suspect , matching some identical points at any given moment from past.

## 1) Original Image to be matched
![img1](https://github.com/Ishaan28malik/Identity-mapper/blob/master/src/original.jpg)

## 2) Template to be matched
![img2](https://github.com/Ishaan28malik/Identity-mapper/blob/master/src/template.jpg)

## 3) Processed Image
![img3](https://github.com/Ishaan28malik/Identity-mapper/blob/master/src/processed.png)