SmartLineResult ClassCognex VisionPro 9.22

Class for a single smart line result. Provides information about the assigned LineMax result and Segmenter result.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.SmartLine SmartLineResult

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

public sealed class SmartLineResult : ShareableBase, 
	IObject

The SmartLineResult 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 SmartLineResult objects.
Public operatorStatic memberInequality
Compares the inequality of two SmartLineResult objects.
Top
Properties

  NameDescription
Public propertyConsideredSegmentResults
Get

Gets the Segment Result collection which contains all the considered Segmenter results. Only those items contained which threshold was higher than the given Threshold. The results below that number are discarded.

Public propertyHandle (Overrides ShareableBase Handle.)
Public propertyLineMaxResult

Gets the LineMaxResult.

Public propertyScore

Gets the calculated score of the current LineMax result and Segmenter result assignment.

Public propertySegmentResult

Gets the segment result which is the most likely candidate from all the possible segmenter results. This is the highest scored element from the ConsideredSegmentResults.

Top
See Also