Draws simple, thick or filled rectangle
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- img
- Type: OpenCvSharpCvArr
Image. - rect
- Type: OpenCvSharpCvRect
Rectangle. - color
- Type: OpenCvSharpCvScalar
Line color (RGB) or brightness (grayscale image).
See Also