You are here: Start » AVL.NET » Stripe1D Class

Stripe1D Class

Represents stripes found by 1DEdgeDetection functions.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
Stripe1D(Point2D, Point2D, Single, Single, Polarity, Single, Single)
Stripe1D()

Properties

 NameTypeDescription
MagnitudeSystem.Single
Point1AvlNet.Point2D
Point2AvlNet.Point2D
PolarityAvlNet.Polarity
Position1System.Single
Position2System.Single
WidthSystem.Single

Methods

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

Remarks

See also