Skip to content
/ ccl Public

Fast Connected Component Labeling (Cconnected Component Analysis) based on Lifeng He et.al. paper. http://www.sciencedirect.com/science/article/pii/S0031320308004573. I also adding some features for gray-scale image labeling

License

Notifications You must be signed in to change notification settings

theparitt/ccl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

=========================================== ccl - fast Connected Component Labeling

author: moodaeng theparitt email: [email protected]

=========================================== version 1.0

Fast Connected Component Labeling (Connected Component Analysis) based on Lifeng He et.al. paper. http://www.sciencedirect.com/science/article/pii/S0031320308004573. Normally Connected Component Labeling is the bottleneck for many image procesing algorithms. However the new brillint method from Lifeng H. eliminate this limitation. In the code, I modified the algorithm to make it possible to run with gray scale image. Moreover the code can tells dimension ( width, height, centroid) of groups of connected component labels. Some methods for fastening the runtime are also included in the code to make the code run as fast as possible.

=========================================== Configuration

The code is linked with opencv. please install opencv and setup the paths before including the code. The program needs to link with opencv libralies; opencv_core, opencv_imgproc, opencv_highgui

=========================================== Example

About

Fast Connected Component Labeling (Cconnected Component Analysis) based on Lifeng He et.al. paper. http://www.sciencedirect.com/science/article/pii/S0031320308004573. I also adding some features for gray-scale image labeling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published