Searched refs:WLine (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/viz/include/opencv2/viz/ |
D | widgets.hpp | 232 class CV_EXPORTS WLine : public Widget3D class 241 WLine(const Point3d &pt1, const Point3d &pt2, const Color &color = Color::white()); 810 template<> CV_EXPORTS WLine Widget::cast<WLine>();
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 50 typedef struct WLine WLine; typedef 51 struct WLine { struct 243 wlines_=new WLine[numLines_]; in prepareLinesForStd() 324 WLine* wlines_;
|
/external/opencv3/modules/viz/test/ |
D | test_tutorial2.cpp | 15 viz::WLine axis(Point3f(-1.0, -1.0, -1.0), Point3d(1.0, 1.0, 1.0)); in tutorial2()
|
/external/opencv3/samples/cpp/tutorial_code/viz/ |
D | widget_pose.cpp | 43 viz::WLine axis(Point3f(-1.0f,-1.0f,-1.0f), Point3f(1.0f,1.0f,1.0f)); in main()
|
/external/opencv3/doc/tutorials/viz/widget_pose/ |
D | widget_pose.markdown | 37 viz::WLine axis(Point3f(-1.0f,-1.0f,-1.0f), Point3f(1.0f,1.0f,1.0f));
|
/external/opencv3/modules/viz/src/ |
D | shapes.cpp | 50 cv::viz::WLine::WLine(const Point3d &pt1, const Point3d &pt2, const Color &color) in WLine() function in cv::viz::WLine 69 template<> cv::viz::WLine cv::viz::Widget::cast<cv::viz::WLine>() in cast() 72 return static_cast<WLine&>(widget); in cast()
|