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

https://github.com/betterrunner/opencv-utils

Some basic opencv-based algorithms.
https://github.com/betterrunner/opencv-utils

Last synced: 12 months ago
JSON representation

Some basic opencv-based algorithms.

Awesome Lists containing this project

README

          

# opencv-utils
Some basic opencv-based algorithms.

Each algorithm runs on a single codeblocks project.

### structure

al-about folder

-- draw_histogram // draw histogram of one image.

-- hog_visual // opencv hog algorithm.

-- opencv_orb // opencv orb algorithm.

-- orb_vs_akaze // a comparation between orb and akaze.

tracking-about folder

-- mouse-tracking // mouse tracking with KalmanFilter.