Home | History | Annotate | Download | only in opencv2

Lines Matching refs:CV_OUT

901     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<Point2f> >& facetList,
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);
3144 Point seedPoint, Scalar newVal, CV_OUT Rect* rect = 0,
3219 Point seedPoint, Scalar newVal, CV_OUT Rect* rect=0,
3527 CV_OUT Point2f& center, CV_OUT float& radius );
3551 CV_EXPORTS_W double minEnclosingTriangle( InputArray points, CV_OUT OutputArray triangle );
4038 CV_EXPORTS_W bool clipLine(Rect imgRect, CV_OUT CV_IN_OUT Point& pt1, CV_OUT CV_IN_OUT Point& pt2);
4056 CV_OUT std::vector<Point>& pts );
4127 CV_OUT int* baseLine);