OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::gapi::wip::draw::Circle Struct Reference

A structure to represent parameters for drawing a circle. More...

#include <opencv2/gapi/render.hpp>

Collaboration diagram for cv::gapi::wip::draw::Circle:

Public Attributes

cv::Point center
 The center of the circle. More...
 
cv::Scalar color
 The color of the circle. More...
 
int lt
 The Type of the circle boundary. More...
 
int radius
 The radius of the circle. More...
 
int shift
 The Number of fractional bits in the coordinates of the center and in the radius value. More...
 
int thick
 The thickness of the circle outline, if positive. More...
 

Detailed Description

A structure to represent parameters for drawing a circle.

Member Data Documentation

◆ center

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

The center of the circle.

◆ color

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

The color of the circle.

◆ lt

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

The Type of the circle boundary.

See LineTypes

◆ radius

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

The radius of the circle.

◆ shift

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

The Number of fractional bits in the coordinates of the center and in the radius value.

◆ thick

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

The thickness of the circle outline, if positive.

Negative values, like FILLED, mean that a filled circle is to be drawn


The documentation for this struct was generated from the following file: