Searched refs:CV_IN_OUT (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/video/include/opencv2/video/ |
D | tracking.hpp | 79 CV_EXPORTS_W RotatedRect CamShift( InputArray probImage, CV_IN_OUT Rect& window, 103 CV_EXPORTS_W int meanShift( InputArray probImage, CV_IN_OUT Rect& window, TermCriteria criteria );
|
/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 3818 CV_EXPORTS void rectangle(CV_IN_OUT Mat& img, Rect rec, 4031 CV_EXPORTS bool clipLine(Size imgSize, CV_IN_OUT Point& pt1, CV_IN_OUT Point& pt2); 4038 CV_EXPORTS_W bool clipLine(Rect imgRect, CV_OUT CV_IN_OUT Point& pt1, CV_OUT CV_IN_OUT Point& pt2);
|
/external/opencv3/modules/features2d/misc/java/src/cpp/ |
D | features2d_manual.hpp | 298 …CV_WRAP void compute( const Mat& image, CV_IN_OUT std::vector<KeyPoint>& keypoints, Mat& descripto… 301 …CV_WRAP void compute( const std::vector<Mat>& images, CV_IN_OUT std::vector<std::vector<KeyPoint> …
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | cvdef.h | 86 #define CV_IN_OUT macro
|
/external/opencv3/doc/ |
D | Doxyfile.in | 231 CV_IN_OUT= \
|
/external/opencv3/modules/objdetect/include/opencv2/ |
D | objdetect.hpp | 153 CV_EXPORTS_W void groupRectangles(CV_IN_OUT std::vector<Rect>& rectList, CV_OUT std::vector<int>& w…
|
/external/opencv3/doc/py_tutorials/py_bindings/py_bindings_basics/ |
D | py_bindings_basics.markdown | 76 macros like CV_OUT, CV_IN_OUT etc. are used.
|
/external/opencv3/modules/features2d/include/opencv2/ |
D | features2d.hpp | 172 CV_OUT CV_IN_OUT std::vector<KeyPoint>& keypoints,
|