CogTrevistaResult ShapeHorizontalImage Property Cognex VisionPro 9.23

Gets the computed ShapeHorizontalImage 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: 91.0.0.0
Syntax

public ICogImage ShapeHorizontalImage { get; }

Property Value

Type: ICogImage
Remarks

This image is the surface slope, or X gradient, along a horizontal axis that increases from left to right.

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

See Also