Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 409 Bytes

File metadata and controls

14 lines (6 loc) · 409 Bytes

SHAPE DETECTION USING

  • About the topic:

    • This topic consists of creating a python script to detect shapes using openCV library.

    (1)Create a file called ShapeDetection and write functions to detect the shapes based on the contours and output the shape accordingly

    (2) Preprocessed the image file by applying threshold and GaussianBlur

    (3) Print the output image file