Click here to Skip to main content
15,891,629 members
Articles / Programming Languages / C

An Implementation Of The Connected Component Labelling Algorithm

Rate me:
Please Sign up or sign in to vote.
4.94/5 (14 votes)
1 Oct 2014CPOL4 min read 72.8K   2.1K   27  
This article presents the recursive connected component labelling algorithm with a workaround for the stack limitation. All in less than 70 lines of C/C++ code.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Denmark Denmark
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions