HomeSort by relevance Sort by last modified time
    Searched refs:CV_IN_OUT (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/video/include/opencv2/video/
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/features2d/misc/java/src/cpp/
features2d_manual.hpp 298 CV_WRAP void compute( const Mat& image, CV_IN_OUT std::vector<KeyPoint>& keypoints, Mat& descriptors ) const
301 CV_WRAP void compute( const std::vector<Mat>& images, CV_IN_OUT std::vector<std::vector<KeyPoint> >& keypoints, CV_OUT std::vector<Mat>& descriptors ) const
  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 86 #define CV_IN_OUT
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/objdetect/include/opencv2/
objdetect.hpp 153 CV_EXPORTS_W void groupRectangles(CV_IN_OUT std::vector<Rect>& rectList, CV_OUT std::vector<int>& weights,
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 172 CV_OUT CV_IN_OUT std::vector<KeyPoint>& keypoints,
    [all...]

Completed in 472 milliseconds