Class containing LineMaxOperator edge point data.
Cognex.Vision ShareableBase
Cognex.Vision.LineMax LineMaxEdgePoint
Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.0
The LineMaxEdgePoint type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ToString | Returns a human readable string that represents the object. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two LineMaxEdgePoint objects. | |
| Inequality | Compares the inequality of two LineMaxEdgePoint objects. |
| Name | Description | |
|---|---|---|
| FOVIndex | For Cognex internal use only. | |
| GradientDirection | Gets the dark to light gradient direction of the edge point. | |
| GradientMagnitude | Gets the gradient magnitude of the edge point. This value is considered the contrast measurement of the edge point. | |
| GradientX | Gets the x component of the gradient vector. This value is considered the contrast measurement along the x direction. | |
| GradientY | Gets the y component of the gradient vector. This value is considered the contrast measurement along the y direction. | |
| Handle | (Overrides ShareableBase Handle.) | |
| Intensity | Gets the image intensity at the edge point location. | |
| IntensityNormalizedGradientX | Gets the x component of the intensity normalized gradient vector. This value is considered the normalized contrast measurement along the x direction. | |
| IntensityNormalizedGradientY | Gets the y component of the intensity normalized gradient vector. This value is considered the normalized contrast measurement along the y direction. | |
| ProjectionLengthInPixels | Gets the projection length used during edge point detection. This length is along the expected line tangent direction. | |
| ProjectionRegionIndex | Gets the index of the projection region containing the edge point. | |
| X | Gets the x coordinate of the edge point. | |
| Y | Gets the y coordinate of the edge point. |