Packages
opencv
OpenCV
Rectangle
Rectangle
to_roi
height
width
x
y
Rectangle
Object Hierarchy:
OpenCV.Rectangle
OpenCV.Rectangle
OpenCV.Rectangle
Description:
[
SimpleType
]
[
CCode
( cname =
"CvRect"
, destroy_function =
""
, has_type_id =
false
) ]
public
struct
Rectangle
Namespace:
OpenCV
Package:
opencv
Content:
Creation methods:
public
Rectangle
(
int
x,
int
y,
int
width,
int
height)
Methods:
public
ROI
to_roi
(
int
coi)
Fields:
public
int
x
public
int
y
public
int
width
public
int
height