Gets or sets whether to try to produce an output image that shares pixels with the input image.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.0.0.0
Syntax
Property Value
Type: BooleanWhether to try to produce an output image that shares pixels with the input image.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Remarks
Setting this property to True is only a hint. Under many circumstances it may not be possible to produce an output image that shares pixels with the input image, such as when a region is specified.
See Also