36 #include <QStringList> 95 int nbLabelledObjects;
99 QStringList layersName;
100 int *layersNbObjects;
101 int *layersNbLabelledObjects;
int getLayerNbObjects(int layerId)
get the number of object in layer 'layerId'
int getLayerNbLabelledObjects(int layerId)
get the number of object in layer 'layerId' which are labelled
int getNbLabelledObjects()
the number of objects which are labelled
int getNbObjects()
the number of object in problem
Summary statistics of labeling problem.
QString getLayerName(int layerId)
get a name of the labelled layer 'layerId'
PalStat & operator=(const PalStat &other)=delete
PalStat cannot be copied.
Representation of a labeling problem.
int getNbLayers()
how many layersare labelled ?