What is CCL also known as
Region Extraction
What is the goal of CCL
Group pixels into connected components
What do all pixels in a connected component shared
Same pixel intensity
How many passes does CCL use?
Two pass algorithm
What happens in pass 1
Scan image and assign temporary labels
What happens in pass 2
Resolve equivalence abd relabel
What is CCL the foundation of
Automated image analysis