OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WLine
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/viz/test/
test_tutorial2.cpp
15
viz::
WLine
axis(Point3f(-1.0, -1.0, -1.0), Point3d(1.0, 1.0, 1.0));
/external/opencv3/samples/cpp/tutorial_code/viz/
widget_pose.cpp
43
viz::
WLine
axis(Point3f(-1.0f,-1.0f,-1.0f), Point3f(1.0f,1.0f,1.0f));
/external/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp
232
class CV_EXPORTS
WLine
: public Widget3D
235
/** @brief Constructs a
WLine
.
241
WLine
(const Point3d &pt1, const Point3d &pt2, const Color &color = Color::white());
810
template<> CV_EXPORTS
WLine
Widget::cast<
WLine
>();
[
all
...]
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h
50
typedef struct
WLine
WLine
;
51
struct
WLine
{
243
wlines_=new
WLine
[numLines_];
324
WLine
* wlines_;
/external/opencv3/modules/viz/src/
shapes.cpp
50
cv::viz::
WLine
::
WLine
(const Point3d &pt1, const Point3d &pt2, const Color &color)
69
template<> cv::viz::
WLine
cv::viz::Widget::cast<cv::viz::
WLine
>()
72
return static_cast<
WLine
&>(widget);
[
all
...]
Completed in 246 milliseconds