CogTrevistaResult ShadingImage2 Property Cognex VisionPro 9.22 SR1

Gets the second 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: 87.1.0.0
Syntax

public ICogImage ShadingImage2 { get; }

Property Value

Type: ICogImage
Remarks

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

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

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

See Also