ContRap
The symbolic tool for control-flow based rapid prototyping.

Function cvComponents from cvimages
Brief description

cvComponents(image:IplImage):List

Finds all the connected components in a binary image More ...

Function information
Name: cvComponents
Base:
Group: OpenCV plugins:Segmentation
Icon: opencv.png
Color:
Authors:
Copyright:

Detailed description

Finds all the connected components in a binary image. The method returns a list of the mask image and a list of all connected components.

Input parameters
image: IplImage
Binary input image

Return values
Default return value: List