Skip to content

Chaitanya-01/connected-component-labeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connected-component-labeling

Simple two-pass algorithm with union-find data structure for connected component labeling.

Steps to compile and run:

Make sure relevant packages are present (like OpenCV). To build with cmake run the following commands:

chmod +x build.sh
./build.sh

To run on an image:

./results/bin/ccl ./data/moon.jpg

Example:

Output 1:

Output 2:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors