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