Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 310 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 310 Bytes

opencv_draw_mask

Small code demo for draw mask on an image

  1. Put the image that you want to make a mask
  2. Rename it to test.jpg, or you can change the name in code.
  3. python test.py
  4. Draw the mask, and if you finish it, press 'q' to stop the program
  5. Check the mask you make, it's done!! :)