Region of interest in the InputImage. NULL means use entire InputImage. The RegionMode property specifies how the region will be applied to the InputImage, and thus the region is only applied to the first operator in the Operators collection.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.0.0.0
Syntax
Property Value
Type: ICogRegionEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. The following state flag may be affected: |
Remarks
The region of the InputImage on which to execute the CogIPOneImageOperators. The RegionMode determines how the input region is used to control which pixels are considered and which are ignored. If no region is supplied, the tool considers the entire InputImage.
See Also