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.
- Host: GitHub
- URL: https://github.com/betterrunner/opencv-utils
- Owner: betterRunner
- Created: 2018-01-03T07:43:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T07:53:27.000Z (over 8 years ago)
- Last Synced: 2025-03-17T03:42:44.989Z (over 1 year ago)
- Language: C++
- Size: 4.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.