Skip to content

nishnik/ImageProcessingCheatSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

img

Detection of edges and centers of objects

img2 img3