Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kkweon/opencv-exercises

OpenCV basic for future reference
https://github.com/kkweon/opencv-exercises

Last synced: 24 days ago
JSON representation

OpenCV basic for future reference

Awesome Lists containing this project

README

        

# OpenCV quick examples

## Files

- [Distortion, Calibration, Perspective](https://nbviewer.jupyter.org/github/kkweon/opencv-exercises/blob/master/distortion_perspective.ipynb)
- How to calibrate a camera lens
- How to make the image to the top view (bird eye's view)

- [Vehicle Detection](https://nbviewer.jupyter.org/github/kkweon/opencv-exercises/blob/master/object_detection.ipynb)
- How to detect vehicles using template matching
- How to detect vehicles using sliding windows