ImLab Scilab Function
Last update :

imlabel - image labelling

Calling Sequence

[label_image,nb_objects] = imlabel(image_data,connectivity[,vertical_parsing])

Parameters

Description

This function labels all regions in an image using connectivity defined by the user.

Examples

-Image before labelling :
	0000000
	0011100
	0000000
	0001100
	0000000

-Image after labelling :
	0000000
	0011100
	0000000
	0002200
	0000000