Home
last modified time | relevance | path

Searched refs:CV_PROP (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/objdetect/include/opencv2/
Dobjdetect.hpp421 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 …]
/external/opencv3/modules/ml/src/
Dkdtree.hpp88CV_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
/external/opencv3/modules/core/include/opencv2/core/
Dcvdef.h88 #define CV_PROP macro
/external/opencv3/doc/
DDoxyfile.in233 CV_PROP= \
/external/opencv3/doc/py_tutorials/py_bindings/py_bindings_basics/
Dpy_bindings_basics.markdown82 Similarly, CV_PROP is used for class fields.