Text and image widgets.
More...
#include "widgets.hpp"
Text and image widgets.
This 2D Widget represents text overlay.
◆ WText()
Constructs a WText.
- Parameters
-
text | Text content of the widget. |
pos | Position of the text. |
font_size | Font size. |
color | Color of the text. |
◆ cast() [1/27]
template<typename _W >
_W cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
Casts a widget to another.
viz::WSphere sw(
Point3f(0.0f,0.0f,0.0f), 0.5f);
viz::WCloud cw = sw.cast<viz::WCloud>();
- Note
- 3D Widgets can only be cast to 3D Widgets. 2D Widgets can only be cast to 2D Widgets.
◆ cast() [2/27]
◆ cast() [3/27]
template<>
WLine cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
◆ cast() [4/27]
template<>
WPlane cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
◆ cast() [5/27]
◆ cast() [6/27]
◆ cast() [7/27]
template<>
WArrow cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
◆ cast() [8/27]
◆ cast() [9/27]
template<>
WCone cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
◆ cast() [10/27]
template<>
WCube cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
◆ cast() [11/27]
◆ cast() [12/27]
◆ cast() [13/27]
template<>
WGrid cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
◆ cast() [14/27]
◆ cast() [15/27]
template<>
WText cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
◆ cast() [16/27]
◆ cast() [17/27]
◆ cast() [18/27]
◆ cast() [19/27]
◆ cast() [20/27]
◆ cast() [21/27]
◆ cast() [22/27]
template<>
WCloud cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
◆ cast() [23/27]
◆ cast() [24/27]
◆ cast() [25/27]
◆ cast() [26/27]
template<>
WMesh cv::viz::Widget::cast |
( |
| ) |
|
|
inherited |
◆ cast() [27/27]
◆ fromPlyFile()
static Widget cv::viz::Widget::fromPlyFile |
( |
const String & |
file_name | ) |
|
|
staticinherited |
Creates a widget from ply file.
- Parameters
-
◆ getRenderingProperty()
double cv::viz::Widget::getRenderingProperty |
( |
int |
property | ) |
const |
|
inherited |
Returns rendering property of the widget.
- Parameters
-
Rendering property can be one of the following:
- POINT_SIZE
- OPACITY
- LINE_WIDTH
- FONT_SIZE
- AMBIENT
REPRESENTATION: Expected values are
- REPRESENTATION_POINTS
- REPRESENTATION_WIREFRAME
REPRESENTATION_SURFACE
IMMEDIATE_RENDERING**:
- Turn on immediate rendering by setting the value to 1.
- Turn off immediate rendering by setting the value to 0.
SHADING: Expected values are
- SHADING_FLAT
- SHADING_GOURAUD
- SHADING_PHONG
◆ getText()
String cv::viz::WText::getText |
( |
| ) |
const |
Returns the current text content of the widget.
◆ setColor()
void cv::viz::Widget2D::setColor |
( |
const Color & |
color | ) |
|
|
inherited |
Sets the color of the widget.
- Parameters
-
◆ setRenderingProperty()
void cv::viz::Widget::setRenderingProperty |
( |
int |
property, |
|
|
double |
value |
|
) |
| |
|
inherited |
Sets rendering property of the widget.
- Parameters
-
property | Property that will be modified. |
value | The new value of the property. |
Rendering property can be one of the following:
- POINT_SIZE
- OPACITY
- LINE_WIDTH
- FONT_SIZE
REPRESENTATION: Expected values are
- REPRESENTATION_POINTS
- REPRESENTATION_WIREFRAME
- REPRESENTATION_SURFACE
IMMEDIATE_RENDERING:
- Turn on immediate rendering by setting the value to 1.
- Turn off immediate rendering by setting the value to 0.
SHADING: Expected values are
- SHADING_FLAT
- SHADING_GOURAUD
- SHADING_PHONG
◆ setText()
void cv::viz::WText::setText |
( |
const String & |
text | ) |
|
Sets the text content of the widget.
- Parameters
-
text | Text content of the widget. |
The documentation for this class was generated from the following file:
- viz/include/opencv2/viz/widgets.hpp