RectangleDescriptor

NI Vision for LabWindows/CVI Function

RectangleDescriptor

Describes the rectangles the function searches for.

Note  Width is defined as the length of the shorter side of a rectangle and height is defined as the longer side of the rectangle you want to search for.

Elements

Name

Type

Description

minWidth double Specifies the minimum width of a rectangle the algorithm will return.
maxWidth double Specifies the maximum width of a rectangle the algorithm will return.
minHeight double Specifies the minimum height of a rectangle the algorithm will return.
maxHeight double Specifies the maximum height of a rectangle the algorithm will return.