Skip to content

M-Danyal-Asim/Connected-Component-Analysis-Image-Processing-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Connected-Component-Analysis-Image-Processing-

The complete code of connected component analysis which is an algorithm in image processig that is used to detect different objects from a binary image.

I used the following approach:

Read binary image as you can see in files with name "input_image.png".

2 - Applied connected component analysis.

3 - And then count the equivilancy list.

4 - and print the result.

Application of this code:

It can be used to perform different operations on image it like.

Counting the number of objects in an image.

Finding the biggest object in the image.

Finding the smallest object in the image.

Finding the closest objects in image.

Finding the farthest objects in image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages