LineMaxEdgePoint ClassCognex VisionPro 9.21

Class containing LineMaxOperator edge point data.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.LineMax LineMaxEdgePoint

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

public sealed class LineMaxEdgePoint : ShareableBase, 
	IObject

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

  NameDescription
Public propertyFOVIndex

For Cognex internal use only.

Public propertyGradientDirection

Gets the dark to light gradient direction of the edge point.

Public propertyGradientMagnitude

Gets the gradient magnitude of the edge point. This value is considered the contrast measurement of the edge point.

Public propertyGradientX

Gets the x component of the gradient vector. This value is considered the contrast measurement along the x direction.

Public propertyGradientY

Gets the y component of the gradient vector. This value is considered the contrast measurement along the y direction.

Public propertyHandle (Overrides ShareableBase Handle.)
Public propertyIntensity

Gets the image intensity at the edge point location.

Public propertyIntensityNormalizedGradientX

Gets the x component of the intensity normalized gradient vector. This value is considered the normalized contrast measurement along the x direction.

Public propertyIntensityNormalizedGradientY

Gets the y component of the intensity normalized gradient vector. This value is considered the normalized contrast measurement along the y direction.

Public propertyProjectionLengthInPixels

Gets the projection length used during edge point detection. This length is along the expected line tangent direction.

Public propertyProjectionRegionIndex

Gets the index of the projection region containing the edge point.

Public propertyX

Gets the x coordinate of the edge point.

Public propertyY

Gets the y coordinate of the edge point.

Top
See Also