Skip to content

sahirnoorali/shape-detection-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Detecting Shapes from Noisy Image Using OpenCV

This project utilizes OpenCV functions to smoothen the noise in the image and extract shapes

Code

The code does the following in sequence:

  • Reading the image and converting from RGB to Gray scale
  • Removing Gaussian Noise via Gaussian Blur
  • Applying Inverse Binary Adaptive Thresholding
  • Finding all Countours in the processed image
  • Filtering countours based on their area
  • Initializing a new image and drawing the filtered contours

About

Detecting Shapes from Noisy Image Using OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages