You are here: Start » AVL.NET » Edge1D Structure

Edge1D Structure

Represents edges found by 1DEdgeDetection functions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

Edge1D(Single, Single, Single, EdgeTransition)
Edge1D(Point2D, Single, EdgeTransition)

Properties

 TypeNameDescription
System.SingleMagnitude
AvlNet.Point2DPoint
AvlNet.EdgeTransitionTransition

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also