LineMaxResult ClassCognex VisionPro 9.21

This class holds the result data for a LineMaxOperator line.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.LineMax.Implementation LineMaxResultBase
      Cognex.Vision.LineMax LineMaxResult

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.0.0
Syntax

public sealed class LineMaxResult : LineMaxResultBase, 
	IObject

The LineMaxResult type exposes the following members.

Methods

  NameDescription
Public methodCreateResultGraphics

Creates a CompositeShape containing the graphics specified in flags.

Public methodEquals
Compares the equality of this object with another.
(Overrides LineMaxResultBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides LineMaxResultBase GetHashCode .)
Public methodGetLine

Creates a graphic of the the line segment result.

(Overrides LineMaxResultBase GetLine .)
Public methodGetLineSegment

Creates a graphic of the line result.

(Overrides LineMaxResultBase GetLineSegment .)
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 LineMaxResult objects.
Public operatorStatic memberInequality
Compares the inequality of two LineMaxResult objects.
Top
Properties

  NameDescription
Public propertyContrast (Overrides LineMaxResultBase Contrast.)
Public propertyCoverage (Overrides LineMaxResultBase Coverage.)
Public propertyHandle (Overrides LineMaxResultBase Handle.)
Public propertyID

Gets the ID of the tracked item.

(Overrides LineMaxResultBase ID.)
Public propertyInliers (Overrides LineMaxResultBase Inliers.)
Public propertyIntensity (Overrides LineMaxResultBase Intensity.)
Public propertyMaxError (Overrides LineMaxResultBase MaxError.)
Public propertyNormalAngle (Overrides LineMaxResultBase NormalAngle.)
Public propertyNormalizedContrast (Overrides LineMaxResultBase NormalizedContrast.)
Public propertyNumProjectionRegions (Overrides LineMaxResultBase NumProjectionRegions.)
Public propertyPolarity (Overrides LineMaxResultBase Polarity.)
Public propertyRMSError (Overrides LineMaxResultBase RMSError.)
Public propertyTangentAngle (Overrides LineMaxResultBase TangentAngle.)
Top
See Also