ISegmentResult InterfaceCognex VisionPro 9.21 SR1

This interface defines an object that represents the result of a segmentation process.

Namespace: Cognex.Vision.ELCore
Assembly: Cognex.Vision.ELCore.Net (in Cognex.Vision.ELCore.Net.dll) Version: 9.21.1.1
Syntax

public interface ISegmentResult : IObject

The ISegmentResult type exposes the following members.

Properties

  NameDescription
Public propertyClassItem

Gets the ClassItem which the result is assigned to.

Public propertyHeatmap
Get

Gets the image which represents the segmentation result as a heatmap.

Top
See Also