ImageProcessingCheatSheet
ImageProcessingCheatSheet copied to clipboard
Cheat Sheet for Image Processing competitions
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 picture from camera for manipulation purpose.
- color_range Get threshold range of RGB values for different objects using trackbar.
- manuall_anno Manually select point of interest for test purpose, like points you want your robot to follow.
- detect_shapes Detect position of objects using Image Processing.
Sample screenshots:
Detection of robot based on RGB values
Detection of edges and centers of objects