/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 990 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/ |
D | cxdrawing.cpp | 914 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/ |
D | imgproc_c.h | 1130 int line_type; //!< Qt: PointSize member
|
/external/opencv3/modules/highgui/include/opencv2/ |
D | highgui.hpp | 562 int line_type; // Qt: PointSize member
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
D | Utils.cpp | 111 …2i p, cv::Point2i q, cv::Scalar color, int arrowMagnitude, int thickness, int line_type, int shift) in drawArrow()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1392 int line_type; member
|
/external/opencv3/modules/calib3d/src/ |
D | calibinit.cpp | 1807 int type, cn, line_type; in cvDrawChessboardCorners() local
|
/external/opencv/cv/src/ |
D | cvcalibinit.cpp | 1993 int type, cn, line_type; in cvDrawChessboardCorners() local
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 425 const char line_type, in ParseFailedExpectLine()
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 2532 …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()
|
D | imgproc.cpp | 5271 … color_val1, jdouble color_val2, jdouble color_val3, jint thickness, jint line_type, jint shift, j… in Java_org_opencv_imgproc_Imgproc_arrowedLine_10()
|