ImLab Scilab Function
Last update :
immaxconnex - biggest object searching
Calling Sequence
-
[object_image] = immaxconnex(image_data)
Parameters
-
image_data
: image pixel values (labellized image)
-
object_image
: binary image with ones in pixels corresponding to the biggest object in image and zeros elsewhere
Description
This function searches the biggest object in an image and return a mask surrounding it.