ImLab Scilab Function
Last update :
imshapeanalysis - objects analyse in a labellized image
Calling Sequence
-
[parameters_value] = imshapeanalysis(image_data, parameters)
Parameters
-
parameters_value
: values of the parameters wanted by the user in the same order as in call (cf parameters). Structure of this matrix : one object per line, one parameter per column.
-
image_data
: labellized image with background value equal to 0
-
parameters
: parameters to compute (column matrix). Parameters which can be compute by this function are :
-
'surface'
-
'perimeter'
-
'compacity'
-
'xcenter'
-
'ycenter'
-
'axis1'
-
'axis2'
-
'angle'
If you want to compute all possible parameters, use 'all'.
Description
This function computes parameters of objects in a labellized image so that they can be studied.