CogImageConvertRunParams SharePelsIfPossible Property Cognex VisionPro 9.7
Gets or sets whether to try to produce an output image that shares pixels with the input image.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
Syntax

public bool SharePelsIfPossible { get; set; }

Property Value

Type: Boolean
Whether to try to produce an output image that shares pixels with the input image.
Events

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