![]() | NonMeasuredPointsConfigurationLoadUserMask Method (String) |
Namespace: LynceeTec.InterfaceProcessingV2.Configurations
Defines the user mask using rectangular and/or elliptical regions in a string satisfying the following format:
"imageWidth imageHeight NumberOfShapes
shapeId param1 param2 param3 param4 keepInside (opt.)intersection
shapeId param1 param2 param3 param4 keepInside (opt.)intersection"
Rectangular shape
shapeId = 0
param1 is left
param2 is top
param3 is width
param4 is height
Elliptical shape
shapeId = 1
param1 is centerX
param2 is centerY
param3 is radiusX
param4 is radiusY