Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# ImageProcessingCheatSheet
Cheat Sheet for Image Processing competitions

Language: C++
Library used: OpenCV

These 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)