Loading...
Searching...
No Matches
cv::v4d::nvg::Paint Struct Reference
#include <opencv2/v4d/nvg.hpp>
Public Member Functions | |
| Paint () | |
| Paint (const NVGpaint &np) | |
| NVGpaint | toNVGpaint () |
Public Attributes | |
| float | extent [2] |
| float | feather = 0 |
| int | image = 0 |
| cv::Scalar | innerColor |
| cv::Scalar | outerColor |
| float | radius = 0 |
| float | xform [6] |
Detailed Description
Equivalent of a NVGPaint. Converts back and forth between the two representations (Paint/NVGPaint).
Constructor & Destructor Documentation
◆ Paint() [1/2]
|
inline |
◆ Paint() [2/2]
| cv::v4d::nvg::Paint::Paint | ( | const NVGpaint & | np | ) |
Member Function Documentation
◆ toNVGpaint()
| NVGpaint cv::v4d::nvg::Paint::toNVGpaint | ( | ) |
Member Data Documentation
◆ extent
| float cv::v4d::nvg::Paint::extent[2] |
◆ feather
| float cv::v4d::nvg::Paint::feather = 0 |
◆ image
| int cv::v4d::nvg::Paint::image = 0 |
◆ innerColor
| cv::Scalar cv::v4d::nvg::Paint::innerColor |
◆ outerColor
| cv::Scalar cv::v4d::nvg::Paint::outerColor |
◆ radius
| float cv::v4d::nvg::Paint::radius = 0 |
◆ xform
| float cv::v4d::nvg::Paint::xform[6] |
The documentation for this struct was generated from the following file:
- opencv2/v4d/nvg.hpp
1.9.6