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

  /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,
181 CV_OUT std::vector<Rect>& objects,
187 CV_OUT std::vector<Rect>& objects,
188 CV_OUT std::vector<int>& numDetections,
194 CV_OUT std::vector<Rect>& objects,
195 CV_OUT std::vector<int>& rejectLevels,
196 CV_OUT std::vector<double>& levelWeights,
267 CV_OUT std::vector<Rect>& objects,
289 CV_OUT std::vector<Rect>& objects,
290 CV_OUT std::vector<int>& numDetections
    [all...]
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 91 // CV_EXPORTS void read(const FileNode& node, CV_OUT std::vector<KeyPoint>& keypoints);
146 CV_OUT std::vector<KeyPoint>& keypoints,
172 CV_OUT CV_IN_OUT std::vector<KeyPoint>& keypoints,
191 CV_OUT std::vector<KeyPoint>& keypoints,
340 CV_OUT std::vector<std::vector<Point> >& msers,
357 CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
378 CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
412 CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
430 CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
    [all...]
  /external/opencv3/modules/features2d/misc/java/src/cpp/
features2d_manual.hpp 18 CV_WRAP void detect( const Mat& image, CV_OUT std::vector<KeyPoint>& keypoints, const Mat& mask=Mat() ) const
21 CV_WRAP void detect( const std::vector<Mat>& images, CV_OUT std::vector<std::vector<KeyPoint> >& keypoints, const std::vector<Mat>& masks=std::vector<Mat>() ) const
203 CV_OUT std::vector<DMatch>& matches, const Mat& mask=Mat() ) const
207 CV_OUT std::vector<std::vector<DMatch> >& matches, int k,
212 CV_OUT std::vector<std::vector<DMatch> >& matches, float maxDistance,
216 CV_WRAP void match( const Mat& queryDescriptors, CV_OUT std::vector<DMatch>& matches,
220 CV_WRAP void knnMatch( const Mat& queryDescriptors, CV_OUT std::vector<std::vector<DMatch> >& matches, int k,
224 CV_WRAP void radiusMatch( const Mat& queryDescriptors, CV_OUT std::vector<std::vector<DMatch> >& matches, float maxDistance,
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/imgcodecs/include/opencv2/
imgcodecs.hpp 243 CV_OUT std::vector<uchar>& buf,
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/videoio/include/opencv2/
videoio.hpp 466 virtual VideoCapture& operator >> (CV_OUT Mat& image);
467 virtual VideoCapture& operator >> (CV_OUT UMat& image);
  /external/opencv3/apps/traincascade/
old_ml.hpp 203 virtual float predict( const CvMat* samples, CV_OUT CvMat* results=0, CV_OUT CvMat* results_prob=0 ) const;
211 CV_WRAP virtual float predict( const cv::Mat& samples, CV_OUT cv::Mat* results=0, CV_OUT cv::Mat* results_prob=0 ) const;
249 virtual float find_nearest( const CvMat* samples, int k, CV_OUT CvMat* results=0,
250 const float** neighbors=0, CV_OUT CvMat* neighborResponses=0, CV_OUT CvMat* dist=0 ) const;
262 CV_WRAP virtual float find_nearest( const cv::Mat& samples, int k, CV_OUT cv::Mat& results,
263 CV_OUT cv::Mat& neighborResponses, CV_OUT cv::Mat& dists) const
    [all...]
  /external/opencv3/modules/objdetect/src/
cascadedetect.hpp 95 CV_OUT std::vector<Rect>& objects,
102 CV_OUT std::vector<Rect>& objects,
103 CV_OUT std::vector<int>& numDetections,
110 CV_OUT std::vector<Rect>& objects,
111 CV_OUT std::vector<int>& rejectLevels,
112 CV_OUT std::vector<double>& levelWeights,
cascadedetect.cpp     [all...]
hog.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp     [all...]
  /external/opencv3/modules/imgproc/src/
subdivision2d.cpp 69 int Subdiv2D::edgeOrg(int edge, CV_OUT Point2f* orgpt) const
81 int Subdiv2D::edgeDst(int edge, CV_OUT Point2f* dstpt) const
94 Point2f Subdiv2D::getVertex(int vertex, CV_OUT int* firstEdge) const
751 CV_OUT std::vector<std::vector<Point2f> >& facetList,
752 CV_OUT std::vector<Point2f>& facetCenters)
min_enclosing_triangle.cpp 148 CV_OUT cv::OutputArray triangle, CV_OUT double &area);
301 double cv::minEnclosingTriangle(cv::InputArray points, CV_OUT cv::OutputArray triangle) {
322 CV_OUT cv::OutputArray triangle, CV_OUT double &area) {
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 87 #define CV_OUT
types.hpp 669 CV_OUT std::vector<Point2f>& points2f,
680 CV_OUT std::vector<KeyPoint>& keypoints,
    [all...]
  /external/opencv3/modules/features2d/src/
brisk.cpp 87 CV_OUT std::vector<KeyPoint>& keypoints,
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]

Completed in 268 milliseconds