CV_PROP            88 modules/ml/src/kdtree.hpp     CV_PROP Mat points; //!< all the points. It can be a reordered copy of the input vector set or the original vector set.
CV_PROP            89 modules/ml/src/kdtree.hpp     CV_PROP std::vector<int> labels; //!< the parallel array of labels.
CV_PROP            90 modules/ml/src/kdtree.hpp     CV_PROP int maxDepth; //!< maximum depth of the search tree. Do not modify it
CV_PROP           421 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP Size winSize;
CV_PROP           422 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP Size blockSize;
CV_PROP           423 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP Size blockStride;
CV_PROP           424 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP Size cellSize;
CV_PROP           425 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP int nbins;
CV_PROP           426 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP int derivAperture;
CV_PROP           427 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP double winSigma;
CV_PROP           428 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP int histogramNormType;
CV_PROP           429 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP double L2HysThreshold;
CV_PROP           430 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP bool gammaCorrection;
CV_PROP           431 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP std::vector<float> svmDetector;
CV_PROP           434 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP int nlevels;
CV_PROP           435 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP bool signedGradient;