![]() |
OpenCV 4.12.0
開源計算機視覺
|
此結構表示要繪製的多邊形。更多...
#include <opencv2/gapi/render/render_types.hpp>
公共成員函式 | |
| GAPI_WRAP | Poly ()=default |
| GAPI_WRAP | Poly (const std::vector< cv::Point > &points_, const cv::Scalar &color_, int thick_=1, int lt_=8, int shift_=0) |
| Mosaic 建構函式。 | |
公共屬性 | |
| GAPI_PROP_RW cv::Scalar | color |
| 線條顏色。 | |
| GAPI_PROP_RW int | lt |
| 線條型別。參見 LineTypes。 | |
| GAPI_PROP_RW std::vector< cv::Point > | points |
| 要連線的點。 | |
| GAPI_PROP_RW int | 移位 (shift) |
| 點座標中的小數位數。 | |
| GAPI_PROP_RW int | thick |
| 線條粗細。 | |
此結構表示要繪製的多邊形。
|
inline |
|
default |
| GAPI_PROP_RW cv::Scalar cv::gapi::wip::draw::Poly::color |
線條顏色。
| GAPI_PROP_RW int cv::gapi::wip::draw::Poly::lt |
線條型別。參見 LineTypes。
| GAPI_PROP_RW std::vector<cv::Point> cv::gapi::wip::draw::Poly::points |
要連線的點。
| GAPI_PROP_RW int cv::gapi::wip::draw::Poly::shift |
點座標中的小數位數。
| GAPI_PROP_RW int cv::gapi::wip::draw::Poly::thick |
線條粗細。