Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkweon/opencv-exercises
- Owner: kkweon
- Created: 2017-04-24T06:05:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T00:46:41.000Z (over 7 years ago)
- Last Synced: 2024-10-29T08:05:24.061Z (2 months ago)
- Language: Jupyter Notebook
- Size: 19.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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