ImLab Scilab Function
Last update :
impmanpauto - compares automatic and manual segmentations
Calling Sequence
-
[pauto,pmanu,Ninter,Nauto,Nmanu]=impmanpauto(auto,manu)
Parameters
-
Ninter
: number of pixels classified in both classes
-
Nauto
: number of pixels in automatic class
-
Nmanu
:number of pixels in manual class
-
pauto
: 100*Ninter/Nauto
-
pmanu
: 100*Ninter/Nman
-
auto
: binary image, mask of the region segmented automatically
-
manu
: binary image, mask of the region segmented manually
Description
This function gives the concordance between 2 classes, comparing 2 binary images