CogTrevistaResult GreyscaleImage Property Cognex VisionPro 9.21

Gets the computed greyscale image for this result.

The concrete type of this property will be either CogImage8Grey or CogImage16Grey as requested at run time.

This property will be null if this output image was not requested.

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 83.0.0.0
Syntax

public ICogImage GreyscaleImage { get; }

Property Value

Type: ICogImage
Remarks

This image is the arithmetic average of the four input shading images.

The internal floating point representation of this image has only positive values.

See Also