CogTrevistaResult ShapeVerticalImage Property Cognex VisionPro 9.22 SR1

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

public ICogImage ShapeVerticalImage { get; }

Property Value

Type: ICogImage
Remarks

This image is the surface slope, or Y gradient, along a vertical axis that increases from bottom to top.

The internal floating point representation of this image has both positive and negative pixel values.

See Also