Home
last modified time | relevance | path

Searched refs:CV_IN_OUT (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/video/include/opencv2/video/
Dtracking.hpp79 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/
Dimgproc.hpp3818 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/
Dfeatures2d_manual.hpp298 …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/
Dcvdef.h86 #define CV_IN_OUT macro
/external/opencv3/doc/
DDoxyfile.in231 CV_IN_OUT= \
/external/opencv3/modules/objdetect/include/opencv2/
Dobjdetect.hpp153 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/
Dpy_bindings_basics.markdown76 macros like CV_OUT, CV_IN_OUT etc. are used.
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp172 CV_OUT CV_IN_OUT std::vector<KeyPoint>& keypoints,