CogTrevistaResult ShadingImage3 Property Cognex VisionPro 9.25 SR1

Gets the third input shading image for this result.

This image has been "unpacked" from the single input CogImage8Interlaced.

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: 93.1.0.0
Syntax

public ICogImage ShadingImage3 { get; }

Property Value

Type: ICogImage
Remarks

If the input image's LightingSequenceType was Diagonal then this shading image was illuminated from the "south west" or lower left quadrant of the image.

If the input image's LightingSequenceType was Axial then this shading image was illuminated from the "west" or left half of the image.

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

See Also