Start » Filter Reference » OpenCV » Drawing » cvRectangle
Module: | OpenCV |
---|
Draws a simple, thick, or filled up-right rectangle.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Input image. | ||
inRectangle | Box | Rectangle to be drawn. | ||
inColor | Pixel | Rectangle color. | ||
inThickness | Integer | -1 - | Thickness of the rectangle outline, if positive. Negative thickness means that a filled rectangle is to be drawn. | |
inLineType | CvLineTypes | Type of the rectangle boundary. | ||
outImage | Image | Input image. |
Complexity Level
This filter is available on Basic Complexity Level.