CogTrevistaResult PropertiesCognex VisionPro 9.23

The CogTrevistaResult type exposes the following members.

Properties

  NameDescription
Public propertyContourImage

Gets the computed contour 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.

Public propertyDepthImage

Gets the computed depth 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.

Public propertyGreyscaleImage

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.

Public propertyShadingImage1

Gets the first 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.

Public propertyShadingImage2

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.

Public propertyShadingImage3

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.

Public propertyShadingImage4

Gets the fourth 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.

Public propertyShapeHorizontalImage

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.

Public propertyShapeVerticalImage

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.

Top
See Also