struct mrpt::detectors::CFaceDetection::TMeasurement

struct TMeasurement
{
    //
fields

    bool takeMeasures;
    mrpt::math::CVectorDouble lessEigenVals;
    mrpt::math::CVectorDouble errorEstimations;
    mrpt::math::CVectorDouble meanRegions;
    mrpt::math::CVectorDouble sumDistances;
    int faceNum;
    std::vector<uint32_t> deletedRegions;
    int numPossibleFacesDetected;
    int numRealFacesDetected;
    bool takeTime;
    bool saveMeasurementsToFile;
};