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