Home
last modified time | relevance | path

Searched defs:line_type (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/imgproc/src/
Ddrawing.cpp990 const void* color, int thickness, int line_type ) in EllipseEx()
1036 FillConvexPoly( Mat& img, const Point* v, int npts, const void* color, int line_type, int shift ) in FillConvexPoly()
1197 const void* color, int line_type, int shift, Point offset ) in CollectPolyEdges()
1558 int thickness, int line_type, int flags, int shift ) in ThickLine()
1637 int line_type, int shift ) in PolyLine()
1662 int thickness, int line_type, int shift ) in line()
1678 int thickness, int line_type, int shift, double tipLength) in arrowedLine()
1738 const Scalar& color, int thickness, int line_type, int shift ) in circle()
1766 const Scalar& color, int thickness, int line_type, int shift ) in ellipse()
1814 const Scalar& color, int line_type, int shift ) in fillConvexPoly()
[all …]
/external/opencv/cxcore/src/
Dcxdrawing.cpp914 const void* color, int thickness, int line_type ) in icvEllipseEx()
988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly()
1150 const void* color, int line_type, int shift, in icvCollectPolyEdges()
1558 int thickness, int line_type, int flags, int shift ) in icvThickLine()
1637 int line_type, int shift ) in icvPolyLine()
1738 int thickness, int line_type, int shift ) in cvLine()
1772 int line_type, int shift ) in cvRectangle()
1818 CvScalar color, int thickness, int line_type, int shift ) in cvCircle()
1867 CvScalar color, int thickness, int line_type, int shift ) in cvEllipse()
1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly()
[all …]
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1130 int line_type; //!< Qt: PointSize member
/external/opencv3/modules/highgui/include/opencv2/
Dhighgui.hpp562 int line_type; // Qt: PointSize member
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DUtils.cpp111 …2i p, cv::Point2i q, cv::Scalar color, int arrowMagnitude, int thickness, int line_type, int shift) in drawArrow()
/external/opencv/cxcore/include/
Dcxcore.h1392 int line_type; member
/external/opencv3/modules/calib3d/src/
Dcalibinit.cpp1807 int type, cn, line_type; in cvDrawChessboardCorners() local
/external/opencv/cv/src/
Dcvcalibinit.cpp1993 int type, cn, line_type; in cvDrawChessboardCorners() local
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc425 const char line_type, in ParseFailedExpectLine()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2532 …rowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int line_type, int shift, do… in arrowedLine()
3237 …uble color_val1, double color_val2, double color_val3, int thickness, int line_type, int shift, do… in arrowedLine_0()
Dimgproc.cpp5271 … color_val1, jdouble color_val2, jdouble color_val3, jint thickness, jint line_type, jint shift, j… in Java_org_opencv_imgproc_Imgproc_arrowedLine_10()