此結構體表示要繪製的圓。 更多...
#include <opencv2/gapi/render/render_types.hpp>
此結構體表示要繪製的圓。
引數匹配 cv::circle()。
◆ Circle() [1/2]
| GAPI_WRAP cv::gapi::wip::draw::Circle::Circle |
( |
const cv::Point & | center_, |
|
|
int | radius_, |
|
|
const cv::Scalar & | color_, |
|
|
int | thick_ = 1, |
|
|
int | lt_ = 8, |
|
|
int | shift_ = 0 ) |
|
inline |
Circle 建構函式。
- 引數
-
| center_ | 圓的中心 |
| radius_ | 圓的半徑 |
| color_ | 圓的顏色 |
| thick_ | 圓輪廓的粗細,如果為正值。 負值,例如 FILLED,表示要繪製一個填充的圓 |
| lt_ | 圓邊界的型別。 請參見 LineTypes |
| shift_ | 中心座標和半徑值中的小數位數 |
◆ Circle() [2/2]
| GAPI_WRAP cv::gapi::wip::draw::Circle::Circle |
( |
| ) |
|
|
default |
◆ center
◆ color
◆ lt
◆ radius
◆ shift
◆ thick
圓輪廓的粗細,如果為正值。 負值,例如 FILLED,表示要繪製一個填充的圓。
此結構體的文件是從以下檔案生成的