CV_OUT            203 apps/traincascade/old_ml.hpp     virtual float predict( const CvMat* samples, CV_OUT CvMat* results=0, CV_OUT CvMat* results_prob=0 ) const;
CV_OUT            211 apps/traincascade/old_ml.hpp     CV_WRAP virtual float predict( const cv::Mat& samples, CV_OUT cv::Mat* results=0, CV_OUT cv::Mat* results_prob=0 ) const;
CV_OUT            249 apps/traincascade/old_ml.hpp     virtual float find_nearest( const CvMat* samples, int k, CV_OUT CvMat* results=0,
CV_OUT            250 apps/traincascade/old_ml.hpp         const float** neighbors=0, CV_OUT CvMat* neighborResponses=0, CV_OUT CvMat* dist=0 ) const;
CV_OUT            262 apps/traincascade/old_ml.hpp     CV_WRAP virtual float find_nearest( const cv::Mat& samples, int k, CV_OUT cv::Mat& results,
CV_OUT            263 apps/traincascade/old_ml.hpp                                         CV_OUT cv::Mat& neighborResponses, CV_OUT cv::Mat& dists) const;
CV_OUT            492 apps/traincascade/old_ml.hpp     virtual float predict( const CvMat* samples, CV_OUT CvMat* results, bool returnDFVal=false ) const;
CV_OUT           1824 apps/traincascade/old_ml.hpp     virtual float predict( const CvMat* inputs, CV_OUT CvMat* outputs ) const;
CV_OUT           1839 apps/traincascade/old_ml.hpp     CV_WRAP virtual float predict( const cv::Mat& inputs, CV_OUT cv::Mat& outputs ) const;
CV_OUT            824 modules/calib3d/include/opencv2/calib3d.hpp                                            CV_OUT double& fovx, CV_OUT double& fovy,
CV_OUT            825 modules/calib3d/include/opencv2/calib3d.hpp                                            CV_OUT double& focalLength, CV_OUT Point2d& principalPoint,
CV_OUT            826 modules/calib3d/include/opencv2/calib3d.hpp                                            CV_OUT double& aspectRatio );
CV_OUT           1008 modules/calib3d/include/opencv2/calib3d.hpp                                  CV_OUT Rect* validPixROI1 = 0, CV_OUT Rect* validPixROI2 = 0 );
CV_OUT           1054 modules/calib3d/include/opencv2/calib3d.hpp                                       CV_OUT Rect* roi1, CV_OUT Rect* roi2, int flags );
CV_OUT           1084 modules/calib3d/include/opencv2/calib3d.hpp                                             CV_OUT Rect* validPixROI = 0,
CV_OUT            739 modules/core/include/opencv2/core.hpp CV_EXPORTS_W void minMaxLoc(InputArray src, CV_OUT double* minVal,
CV_OUT            740 modules/core/include/opencv2/core.hpp                             CV_OUT double* maxVal = 0, CV_OUT Point* minLoc = 0,
CV_OUT            741 modules/core/include/opencv2/core.hpp                             CV_OUT Point* maxLoc = 0, InputArray mask = noArray());
CV_OUT           1494 modules/core/include/opencv2/core.hpp CV_EXPORTS_W bool checkRange(InputArray a, bool quiet = true, CV_OUT Point* pos = 0,
CV_OUT            669 modules/core/include/opencv2/core/types.hpp                                 CV_OUT std::vector<Point2f>& points2f,
CV_OUT            680 modules/core/include/opencv2/core/types.hpp                                 CV_OUT std::vector<KeyPoint>& keypoints,
CV_OUT           3797 modules/core/src/ocl.cpp     bool _findAndRemoveEntryFromAllocatedList(CV_OUT BufferEntry& entry, T buffer)
CV_OUT           3814 modules/core/src/ocl.cpp     bool _findAndRemoveEntryFromReservedList(CV_OUT BufferEntry& entry, const size_t size)
CV_OUT            146 modules/features2d/include/opencv2/features2d.hpp                                  CV_OUT std::vector<KeyPoint>& keypoints,
CV_OUT            172 modules/features2d/include/opencv2/features2d.hpp                                   CV_OUT CV_IN_OUT std::vector<KeyPoint>& keypoints,
CV_OUT            191 modules/features2d/include/opencv2/features2d.hpp                                            CV_OUT std::vector<KeyPoint>& keypoints,
CV_OUT            340 modules/features2d/include/opencv2/features2d.hpp                                         CV_OUT std::vector<std::vector<Point> >& msers,
CV_OUT            357 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
CV_OUT            378 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
CV_OUT            412 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
CV_OUT            430 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
CV_OUT            802 modules/features2d/include/opencv2/features2d.hpp                 CV_OUT std::vector<DMatch>& matches, InputArray mask=noArray() ) const;
CV_OUT            823 modules/features2d/include/opencv2/features2d.hpp                    CV_OUT std::vector<std::vector<DMatch> >& matches, int k,
CV_OUT            856 modules/features2d/include/opencv2/features2d.hpp     CV_WRAP void match( InputArray queryDescriptors, CV_OUT std::vector<DMatch>& matches,
CV_OUT            869 modules/features2d/include/opencv2/features2d.hpp     CV_WRAP void knnMatch( InputArray queryDescriptors, CV_OUT std::vector<std::vector<DMatch> >& matches, int k,
CV_OUT           1276 modules/features2d/include/opencv2/features2d.hpp     CV_WRAP_AS(compute) void compute2( const Mat& image, std::vector<KeyPoint>& keypoints, CV_OUT Mat& imgDescriptor )
CV_OUT             18 modules/features2d/misc/java/src/cpp/features2d_manual.hpp     CV_WRAP void detect( const Mat& image, CV_OUT std::vector<KeyPoint>& keypoints, const Mat& mask=Mat() ) const
CV_OUT             21 modules/features2d/misc/java/src/cpp/features2d_manual.hpp     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
CV_OUT            203 modules/features2d/misc/java/src/cpp/features2d_manual.hpp                 CV_OUT std::vector<DMatch>& matches, const Mat& mask=Mat() ) const
CV_OUT            207 modules/features2d/misc/java/src/cpp/features2d_manual.hpp                    CV_OUT std::vector<std::vector<DMatch> >& matches, int k,
CV_OUT            212 modules/features2d/misc/java/src/cpp/features2d_manual.hpp                       CV_OUT std::vector<std::vector<DMatch> >& matches, float maxDistance,
CV_OUT            216 modules/features2d/misc/java/src/cpp/features2d_manual.hpp     CV_WRAP void match( const Mat& queryDescriptors, CV_OUT std::vector<DMatch>& matches,
CV_OUT            220 modules/features2d/misc/java/src/cpp/features2d_manual.hpp     CV_WRAP void knnMatch( const Mat& queryDescriptors, CV_OUT std::vector<std::vector<DMatch> >& matches, int k,
CV_OUT            224 modules/features2d/misc/java/src/cpp/features2d_manual.hpp     CV_WRAP void radiusMatch( const Mat& queryDescriptors, CV_OUT std::vector<std::vector<DMatch> >& matches, float maxDistance,
CV_OUT            301 modules/features2d/misc/java/src/cpp/features2d_manual.hpp     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
CV_OUT             87 modules/features2d/src/brisk.cpp                      CV_OUT std::vector<KeyPoint>& keypoints,
CV_OUT            243 modules/imgcodecs/include/opencv2/imgcodecs.hpp                             CV_OUT std::vector<uchar>& buf,
CV_OUT            901 modules/imgproc/include/opencv2/imgproc.hpp     CV_WRAP int locate(Point2f pt, CV_OUT int& edge, CV_OUT int& vertex);
CV_OUT            903 modules/imgproc/include/opencv2/imgproc.hpp     CV_WRAP int findNearest(Point2f pt, CV_OUT Point2f* nearestPt = 0);
CV_OUT            904 modules/imgproc/include/opencv2/imgproc.hpp     CV_WRAP void getEdgeList(CV_OUT std::vector<Vec4f>& edgeList) const;
CV_OUT            905 modules/imgproc/include/opencv2/imgproc.hpp     CV_WRAP void getTriangleList(CV_OUT std::vector<Vec6f>& triangleList) const;
CV_OUT            906 modules/imgproc/include/opencv2/imgproc.hpp     CV_WRAP void getVoronoiFacetList(const std::vector<int>& idx, CV_OUT std::vector<std::vector<Point2f> >& facetList,
CV_OUT            907 modules/imgproc/include/opencv2/imgproc.hpp                                      CV_OUT std::vector<Point2f>& facetCenters);
CV_OUT            909 modules/imgproc/include/opencv2/imgproc.hpp     CV_WRAP Point2f getVertex(int vertex, CV_OUT int* firstEdge = 0) const;
CV_OUT            915 modules/imgproc/include/opencv2/imgproc.hpp     CV_WRAP int edgeOrg(int edge, CV_OUT Point2f* orgpt = 0) const;
CV_OUT            916 modules/imgproc/include/opencv2/imgproc.hpp     CV_WRAP int edgeDst(int edge, CV_OUT Point2f* dstpt = 0) const;
CV_OUT           2404 modules/imgproc/include/opencv2/imgproc.hpp                                     InputArray window = noArray(), CV_OUT double* response = 0);
CV_OUT           3144 modules/imgproc/include/opencv2/imgproc.hpp                           Point seedPoint, Scalar newVal, CV_OUT Rect* rect = 0,
CV_OUT           3219 modules/imgproc/include/opencv2/imgproc.hpp                             Point seedPoint, Scalar newVal, CV_OUT Rect* rect=0,
CV_OUT           3527 modules/imgproc/include/opencv2/imgproc.hpp                                       CV_OUT Point2f& center, CV_OUT float& radius );
CV_OUT           3551 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W double minEnclosingTriangle( InputArray points, CV_OUT OutputArray triangle );
CV_OUT           4038 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W bool clipLine(Rect imgRect, CV_OUT CV_IN_OUT Point& pt1, CV_OUT CV_IN_OUT Point& pt2);
CV_OUT           4056 modules/imgproc/include/opencv2/imgproc.hpp                                 CV_OUT std::vector<Point>& pts );
CV_OUT           4127 modules/imgproc/include/opencv2/imgproc.hpp                             CV_OUT int* baseLine);
CV_OUT            148 modules/imgproc/src/min_enclosing_triangle.cpp                                      CV_OUT cv::OutputArray triangle, CV_OUT double &area);
CV_OUT            301 modules/imgproc/src/min_enclosing_triangle.cpp double cv::minEnclosingTriangle(cv::InputArray points, CV_OUT cv::OutputArray triangle) {
CV_OUT            322 modules/imgproc/src/min_enclosing_triangle.cpp                                      CV_OUT cv::OutputArray triangle, CV_OUT double &area) {
CV_OUT             69 modules/imgproc/src/subdivision2d.cpp int Subdiv2D::edgeOrg(int edge, CV_OUT Point2f* orgpt) const
CV_OUT             81 modules/imgproc/src/subdivision2d.cpp int Subdiv2D::edgeDst(int edge, CV_OUT Point2f* dstpt) const
CV_OUT             94 modules/imgproc/src/subdivision2d.cpp Point2f Subdiv2D::getVertex(int vertex, CV_OUT int* firstEdge) const
CV_OUT            751 modules/imgproc/src/subdivision2d.cpp                                    CV_OUT std::vector<std::vector<Point2f> >& facetList,
CV_OUT            752 modules/imgproc/src/subdivision2d.cpp                                    CV_OUT std::vector<Point2f>& facetCenters)
CV_OUT            153 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS_W void groupRectangles(CV_IN_OUT std::vector<Rect>& rectList, CV_OUT std::vector<int>& weights,
CV_OUT            181 modules/objdetect/include/opencv2/objdetect.hpp                            CV_OUT std::vector<Rect>& objects,
CV_OUT            187 modules/objdetect/include/opencv2/objdetect.hpp                            CV_OUT std::vector<Rect>& objects,
CV_OUT            188 modules/objdetect/include/opencv2/objdetect.hpp                            CV_OUT std::vector<int>& numDetections,
CV_OUT            194 modules/objdetect/include/opencv2/objdetect.hpp                                    CV_OUT std::vector<Rect>& objects,
CV_OUT            195 modules/objdetect/include/opencv2/objdetect.hpp                                    CV_OUT std::vector<int>& rejectLevels,
CV_OUT            196 modules/objdetect/include/opencv2/objdetect.hpp                                    CV_OUT std::vector<double>& levelWeights,
CV_OUT            267 modules/objdetect/include/opencv2/objdetect.hpp                           CV_OUT std::vector<Rect>& objects,
CV_OUT            289 modules/objdetect/include/opencv2/objdetect.hpp                           CV_OUT std::vector<Rect>& objects,
CV_OUT            290 modules/objdetect/include/opencv2/objdetect.hpp                           CV_OUT std::vector<int>& numDetections,
CV_OUT            300 modules/objdetect/include/opencv2/objdetect.hpp                                   CV_OUT std::vector<Rect>& objects,
CV_OUT            301 modules/objdetect/include/opencv2/objdetect.hpp                                   CV_OUT std::vector<int>& rejectLevels,
CV_OUT            302 modules/objdetect/include/opencv2/objdetect.hpp                                   CV_OUT std::vector<double>& levelWeights,
CV_OUT            388 modules/objdetect/include/opencv2/objdetect.hpp                          CV_OUT std::vector<float>& descriptors,
CV_OUT            393 modules/objdetect/include/opencv2/objdetect.hpp     CV_WRAP virtual void detect(const Mat& img, CV_OUT std::vector<Point>& foundLocations,
CV_OUT            394 modules/objdetect/include/opencv2/objdetect.hpp                         CV_OUT std::vector<double>& weights,
CV_OUT            399 modules/objdetect/include/opencv2/objdetect.hpp     virtual void detect(const Mat& img, CV_OUT std::vector<Point>& foundLocations,
CV_OUT            405 modules/objdetect/include/opencv2/objdetect.hpp     CV_WRAP virtual void detectMultiScale(InputArray img, CV_OUT std::vector<Rect>& foundLocations,
CV_OUT            406 modules/objdetect/include/opencv2/objdetect.hpp                                   CV_OUT std::vector<double>& foundWeights, double hitThreshold = 0,
CV_OUT            410 modules/objdetect/include/opencv2/objdetect.hpp     virtual void detectMultiScale(InputArray img, CV_OUT std::vector<Rect>& foundLocations,
CV_OUT            415 modules/objdetect/include/opencv2/objdetect.hpp     CV_WRAP virtual void computeGradient(const Mat& img, CV_OUT Mat& grad, CV_OUT Mat& angleOfs,
CV_OUT            440 modules/objdetect/include/opencv2/objdetect.hpp                                    CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences,
CV_OUT            446 modules/objdetect/include/opencv2/objdetect.hpp                                                        CV_OUT std::vector<cv::Rect>& foundLocations,
CV_OUT           1628 modules/objdetect/src/cascadedetect.cpp                       CV_OUT std::vector<Rect>& objects,
CV_OUT           1640 modules/objdetect/src/cascadedetect.cpp                       CV_OUT std::vector<Rect>& objects,
CV_OUT           1641 modules/objdetect/src/cascadedetect.cpp                       CV_OUT std::vector<int>& numDetections,
CV_OUT           1653 modules/objdetect/src/cascadedetect.cpp                       CV_OUT std::vector<Rect>& objects,
CV_OUT           1654 modules/objdetect/src/cascadedetect.cpp                       CV_OUT std::vector<int>& rejectLevels,
CV_OUT           1655 modules/objdetect/src/cascadedetect.cpp                       CV_OUT std::vector<double>& levelWeights,
CV_OUT             88 modules/objdetect/src/cascadedetect.hpp                           CV_OUT std::vector<Rect>& objects,
CV_OUT             95 modules/objdetect/src/cascadedetect.hpp                           CV_OUT std::vector<Rect>& objects,
CV_OUT             96 modules/objdetect/src/cascadedetect.hpp                           CV_OUT std::vector<int>& numDetections,
CV_OUT            103 modules/objdetect/src/cascadedetect.hpp                           CV_OUT std::vector<Rect>& objects,
CV_OUT            104 modules/objdetect/src/cascadedetect.hpp                           CV_OUT std::vector<int>& rejectLevels,
CV_OUT            105 modules/objdetect/src/cascadedetect.hpp                           CV_OUT std::vector<double>& levelWeights,
CV_OUT           3327 modules/objdetect/src/hog.cpp     CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences,
CV_OUT           3420 modules/objdetect/src/hog.cpp     CV_OUT std::vector<cv::Rect>& foundLocations, std::vector<DetectionROI>& locations,
CV_OUT            466 modules/videoio/include/opencv2/videoio.hpp     virtual VideoCapture& operator >> (CV_OUT Mat& image);
CV_OUT            467 modules/videoio/include/opencv2/videoio.hpp     virtual VideoCapture& operator >> (CV_OUT UMat& image);