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

https://github.com/aslandevbrat/computer-vision

This repository contains the guided project on object detection using OpenCV
https://github.com/aslandevbrat/computer-vision

Last synced: 4 months ago
JSON representation

This repository contains the guided project on object detection using OpenCV

Awesome Lists containing this project

README

          

# Computer-VIsion
This repository contains the guided project on object detection using OpenCV




This repository contains Jupyter Notebook for the following purpose:
## Detect Faces
| Original Image | Results |
| -------------- | ------- |
| ![image](https://user-images.githubusercontent.com/39759685/135742768-cd893064-8a0b-44bd-95e2-61c47a035371.png) | ![image](https://user-images.githubusercontent.com/39759685/135742730-92141784-3597-4138-8f09-d32255ab1d26.png) |

## Detect Eyes
| Original Image | Results |
| -------------- | ------- |
| ![image](https://user-images.githubusercontent.com/39759685/135742683-a0219b1b-ca18-4fac-91e5-6757bf56da89.png) | ![image](https://user-images.githubusercontent.com/39759685/135742778-dd1d2d1e-8d83-40aa-84f6-1f6d83126950.png) |

## Detect both eyeand face from Images.
| Original Image | Results |
| -------------- | ------- |
| ![image](https://user-images.githubusercontent.com/39759685/135742683-a0219b1b-ca18-4fac-91e5-6757bf56da89.png) | ![image](https://user-images.githubusercontent.com/39759685/135742822-52626eb7-fd7b-492b-95d3-911ce83b1c90.png) |

## Detect a Car's Plate from Images
| Original Image | Results |
| -------------- | ------- |
| ![image](https://user-images.githubusercontent.com/39759685/135742862-5ad3e215-4af9-4cc6-81d1-a6a802d459aa.png) | ![image](https://user-images.githubusercontent.com/39759685/135742870-4f1f539e-b4d6-4ee8-b8c7-1cd094b28569.png) |

## Detect Cars from Videos