Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishnik/imageprocessingcheatsheet
Cheat Sheet for Image Processing competitions
https://github.com/nishnik/imageprocessingcheatsheet
cheat-sheets computer-vision image-processing opencv
Last synced: 2 days ago
JSON representation
Cheat Sheet for Image Processing competitions
- Host: GitHub
- URL: https://github.com/nishnik/imageprocessingcheatsheet
- Owner: nishnik
- License: agpl-3.0
- Created: 2017-01-30T00:52:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T18:11:09.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T11:23:55.379Z (2 months ago)
- Topics: cheat-sheets, computer-vision, image-processing, opencv
- Language: C++
- Size: 1.12 MB
- Stars: 37
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageProcessingCheatSheet
Cheat Sheet for Image Processing competitionsLanguage: C++
Library used: OpenCVThese program can help any image processing enthusiast, provides codebase to develop on.
- [get_pic](get_pic) Get picture from camera for manipulation purpose.
- [color_range](color_range) Get threshold range of RGB values for different objects using trackbar.
- [manuall_anno](manual_anno) Manually select point of interest for test purpose, like points you want your robot to follow.
- [detect_shapes](detect_shapes) Detect position of objects using Image Processing.# Sample screenshots:
### Detection of robot based on RGB values
![img](color_range/color_range_snap.png)
### Detection of edges and centers of objects
![img2](detect_shapes/detect_shapes.png)
![img3](detect_shapes/detect_shapes2.png)