Constructs a new instance of CogBlobMeasure with
the supplied parameters.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Parameters
- measure
- Type: Cognex.VisionPro.Blob CogBlobMeasureConstants
The measure whose usage is being described.
- mode
- Type: Cognex.VisionPro.Blob CogBlobMeasureModeConstants
How the subject measure is processed at runtime.
- filterMode
- Type: Cognex.VisionPro.Blob CogBlobFilterModeConstants
How FilterRangeLow and FilterRangeHigh are to be interpreted. Only meaningful if Mode is Filter.
- filterRangeLow
- Type: System Double
The low limit of the filter range. Only meaningful if Mode is Filter.
- filterRangeHigh
- Type: System Double
The high limit of the filter range. Only meaningful if Mode is Filter.
See Also