Home
last modified time | relevance | path

Searched refs:CV_OUT (Results 1 – 20 of 20) sorted by relevance

/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…
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/misc/java/src/cpp/
Dfeatures2d_manual.hpp18 …CV_WRAP void detect( const Mat& image, CV_OUT std::vector<KeyPoint>& keypoints, const Mat& mask=Ma… in CV_EXPORTS_AS()
21 …CV_WRAP void detect( const std::vector<Mat>& images, CV_OUT std::vector<std::vector<KeyPoint> >& k… in CV_EXPORTS_AS()
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> >& matc…
224 …CV_WRAP void radiusMatch( const Mat& queryDescriptors, CV_OUT std::vector<std::vector<DMatch> >& m…
301 …<Mat>& images, CV_IN_OUT std::vector<std::vector<KeyPoint> >& keypoints, CV_OUT std::vector<Mat>& …
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp146 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,
802 CV_OUT std::vector<DMatch>& matches, InputArray mask=noArray() ) const;
823 CV_OUT std::vector<std::vector<DMatch> >& matches, int k,
[all …]
/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp901 CV_WRAP int locate(Point2f pt, CV_OUT int& edge, CV_OUT int& vertex);
903 CV_WRAP int findNearest(Point2f pt, CV_OUT Point2f* nearestPt = 0);
904 CV_WRAP void getEdgeList(CV_OUT std::vector<Vec4f>& edgeList) const;
905 CV_WRAP void getTriangleList(CV_OUT std::vector<Vec6f>& triangleList) const;
906 …CV_WRAP void getVoronoiFacetList(const std::vector<int>& idx, CV_OUT std::vector<std::vector<Point…
907 CV_OUT std::vector<Point2f>& facetCenters);
909 CV_WRAP Point2f getVertex(int vertex, CV_OUT int* firstEdge = 0) const;
915 CV_WRAP int edgeOrg(int edge, CV_OUT Point2f* orgpt = 0) const;
916 CV_WRAP int edgeDst(int edge, CV_OUT Point2f* dstpt = 0) const;
2404 InputArray window = noArray(), CV_OUT double* response = 0);
[all …]
/external/opencv3/modules/calib3d/include/opencv2/
Dcalib3d.hpp824 CV_OUT double& fovx, CV_OUT double& fovy,
825CV_OUT double& focalLength, CV_OUT Point2d& principalPoint,
826 CV_OUT double& aspectRatio );
1008 CV_OUT Rect* validPixROI1 = 0, CV_OUT Rect* validPixROI2 = 0 );
1054 CV_OUT Rect* roi1, CV_OUT Rect* roi2, int flags );
1084 CV_OUT Rect* validPixROI = 0,
/external/opencv3/apps/traincascade/
Dold_ml.hpp203 …virtual float predict( const CvMat* samples, CV_OUT CvMat* results=0, CV_OUT CvMat* results_prob=0…
211 …CV_WRAP virtual float predict( const cv::Mat& samples, CV_OUT cv::Mat* results=0, CV_OUT cv::Mat* …
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,
263CV_OUT cv::Mat& neighborResponses, CV_OUT cv::Mat& dists) const;
492 …virtual float predict( const CvMat* samples, CV_OUT CvMat* results, bool returnDFVal=false ) const;
1824 virtual float predict( const CvMat* inputs, CV_OUT CvMat* outputs ) const;
1839 CV_WRAP virtual float predict( const cv::Mat& inputs, CV_OUT cv::Mat& outputs ) const;
/external/opencv3/modules/objdetect/src/
Dcascadedetect.hpp95 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,
Dcascadedetect.cpp1808 CV_OUT std::vector<Rect>& objects, in detectMultiScale()
1820 CV_OUT std::vector<Rect>& objects, in detectMultiScale()
1821 CV_OUT std::vector<int>& numDetections, in detectMultiScale()
1833 CV_OUT std::vector<Rect>& objects, in detectMultiScale()
1834 CV_OUT std::vector<int>& rejectLevels, in detectMultiScale()
1835 CV_OUT std::vector<double>& levelWeights, in detectMultiScale()
Dhog.cpp3327 CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences, in detectROI()
3420 CV_OUT std::vector<cv::Rect>& foundLocations, std::vector<DetectionROI>& locations, in detectMultiScaleROI()
/external/opencv3/modules/videoio/include/opencv2/
Dvideoio.hpp466 virtual VideoCapture& operator >> (CV_OUT Mat& image);
467 virtual VideoCapture& operator >> (CV_OUT UMat& image);
/external/opencv3/modules/imgcodecs/include/opencv2/
Dimgcodecs.hpp243 CV_OUT std::vector<uchar>& buf,
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp739 CV_EXPORTS_W void minMaxLoc(InputArray src, CV_OUT double* minVal,
740 CV_OUT double* maxVal = 0, CV_OUT Point* minLoc = 0,
741 CV_OUT Point* maxLoc = 0, InputArray mask = noArray());
1494 CV_EXPORTS_W bool checkRange(InputArray a, bool quiet = true, CV_OUT Point* pos = 0,
/external/opencv3/modules/imgproc/src/
Dsubdivision2d.cpp69 int Subdiv2D::edgeOrg(int edge, CV_OUT Point2f* orgpt) const in edgeOrg()
81 int Subdiv2D::edgeDst(int edge, CV_OUT Point2f* dstpt) const in edgeDst()
94 Point2f Subdiv2D::getVertex(int vertex, CV_OUT int* firstEdge) const in getVertex()
751 CV_OUT std::vector<std::vector<Point2f> >& facetList, in getVoronoiFacetList()
752 CV_OUT std::vector<Point2f>& facetCenters) in getVoronoiFacetList()
Dmin_enclosing_triangle.cpp148 CV_OUT cv::OutputArray triangle, CV_OUT double &area);
301 double cv::minEnclosingTriangle(cv::InputArray points, CV_OUT cv::OutputArray triangle) { in minEnclosingTriangle()
322 CV_OUT cv::OutputArray triangle, CV_OUT double &area) { in findMinEnclosingTriangle()
/external/opencv3/doc/py_tutorials/py_bindings/py_bindings_basics/
Dpy_bindings_basics.markdown76 macros like CV_OUT, CV_IN_OUT etc. are used.
79 CV_OUT Point2f& center, CV_OUT float& radius );
/external/opencv3/modules/core/include/opencv2/core/
Dcvdef.h87 #define CV_OUT macro
Dtypes.hpp669 CV_OUT std::vector<Point2f>& points2f,
680 CV_OUT std::vector<KeyPoint>& keypoints,
/external/opencv3/doc/
DDoxyfile.in232 CV_OUT= \
/external/opencv3/modules/features2d/src/
Dbrisk.cpp87 CV_OUT std::vector<KeyPoint>& keypoints,
/external/opencv3/modules/core/src/
Docl.cpp3797 bool _findAndRemoveEntryFromAllocatedList(CV_OUT BufferEntry& entry, T buffer) in _findAndRemoveEntryFromAllocatedList()
3814 bool _findAndRemoveEntryFromReservedList(CV_OUT BufferEntry& entry, const size_t size) in _findAndRemoveEntryFromReservedList()