Back to FabImage Studio website

You are here: Start » Filter Reference » OpenCV » Drawing » cvRectangle

cvRectangle


Module: OpenCV

Draws a simple, thick, or filled up-right rectangle.

Name Type Range Description
Input value
inImage Image Input image.
Input value
inRectangle Box Rectangle to be drawn.
Input value
inColor Pixel Rectangle color.
Input value
inThickness Integer -1 - Thickness of the rectangle outline, if positive. Negative thickness means that a filled rectangle is to be drawn.
Input value
inLineType CvLineTypes Type of the rectangle boundary.
Output value
outImage Image Input image.

Complexity Level

This filter is available on Basic Complexity Level.