Searched refs:CV_PROP (Results 1 – 5 of 5) sorted by relevance
421 CV_PROP Size winSize;422 CV_PROP Size blockSize;423 CV_PROP Size blockStride;424 CV_PROP Size cellSize;425 CV_PROP int nbins;426 CV_PROP int derivAperture;427 CV_PROP double winSigma;428 CV_PROP int histogramNormType;429 CV_PROP double L2HysThreshold;430 CV_PROP bool gammaCorrection;[all …]
88 …CV_PROP Mat points; //!< all the points. It can be a reordered copy of the input vector set or the…89 CV_PROP std::vector<int> labels; //!< the parallel array of labels.90 CV_PROP int maxDepth; //!< maximum depth of the search tree. Do not modify it
88 #define CV_PROP macro
233 CV_PROP= \
82 Similarly, CV_PROP is used for class fields.