Skip to content

Latest commit

 

History

History

13. contouring

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Shape Contouring

Contouring is like drawing an outline along the boundary of an object. In OpenCV this will be achieved with 2 processes:
Thresholding and Contouring.

  • Thresholding allows us to filter the object
  • Contouring lets us outline/mark the boundary of the object

Result

Original Contoured

Refrences

  1. Thresholding
  2. Contours