Skip to content

Latest commit

 

History

History

connected_components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Connected Components


cc-1

A program to detect a specific type of connected components.

  • Input:

    Stadium1

  • Output:

    Stadium1 out

  • Input:

    Stadium2

  • Output:

    Stadium2 out

cc-2

A program to count the number of connected components in an input image.

  • Input:

    shapes

  • Output:

# of connected components:  27
# of holes:  10
# of shapes with hole:  6
# of squares:  11
# of circles:  16