OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::gapi::wip::draw::Circle 結構體參考

此結構體表示要繪製的圓。 更多...

#include <opencv2/gapi/render/render_types.hpp>

cv::gapi::wip::draw::Circle 的協作圖

公共成員函式

GAPI_WRAP Circle ()=default
 
GAPI_WRAP Circle (const cv::Point &center_, int radius_, const cv::Scalar &color_, int thick_=1, int lt_=8, int shift_=0)
 Circle 建構函式。
 

公共屬性

GAPI_PROP_RW cv::Point center
 圓的中心。
 
GAPI_PROP_RW cv::Scalar color
 圓的顏色。
 
GAPI_PROP_RW int lt
 圓邊界的型別。 請參見 LineTypes
 
GAPI_PROP_RW int radius
 圓的半徑。
 
GAPI_PROP_RW int 移位 (shift)
 中心座標和半徑值中的小數位數。
 
GAPI_PROP_RW int thick
 圓輪廓的粗細,如果為正值。 負值,例如 FILLED,表示要繪製一個填充的圓。
 

詳細描述

此結構體表示要繪製的圓。

引數匹配 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

GAPI_PROP_RW cv::Point cv::gapi::wip::draw::Circle::center

圓的中心。

◆ color

GAPI_PROP_RW cv::Scalar cv::gapi::wip::draw::Circle::color

圓的顏色。

◆ lt

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::lt

圓邊界的型別。 請參見 LineTypes

◆ radius

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::radius

圓的半徑。

◆ shift

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::shift

中心座標和半徑值中的小數位數。

◆ thick

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::thick

圓輪廓的粗細,如果為正值。 負值,例如 FILLED,表示要繪製一個填充的圓。


此結構體的文件是從以下檔案生成的