Minimal Size
The Minimal Size operator removes the given rectangles that do not meet a size criteria.
Configuration Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
minWidth |
int |
Minimum width required for the given rectangles. |
|
maxWidth |
int |
Maximum width required for the given rectangles. |
|
minHeight |
int |
Minimum height required for the given rectangles. |
|
maxHeight |
int |
Maximum height required for the given rectangles. |
Input
|
Input |
Type |
Description |
|---|---|---|
|
rectsIn |
message.python.image.rectangles |
A list of rectangles to be filtered. |
Output
|
Output |
Type |
Description |
|---|---|---|
|
rectsOut |
message.python.image.rectangles |
The list of rectangles that have been filtered. |
