SegmentResult ClassCognex VisionPro 9.22 SR1

Represents the result of a segmentation process.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.ViDiEL SegmentResult

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.22.2.0
Syntax

public sealed class SegmentResult : ShareableBase, 
	ISegmentResult, IObject

The SegmentResult type exposes the following members.

Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ShareableBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two SegmentResult objects.
Public operatorStatic memberInequality
Compares the inequality of two SegmentResult objects.
Top
Properties

  NameDescription
Public propertyClassItem

Gets the class item which the result is assigned to.

Public propertyHandle (Overrides ShareableBase Handle.)
Public propertyHeatmap
Get

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

Top
See Also