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

Ridge1D Structure

Represents ridges found by 1DEdgeDetection functions.

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

Constructors

 ConstructorDescription
Ridge1D(Single, Single, Single, Polarity)
Ridge1D(Point2D, Single, Polarity)

Properties

 NameTypeDescription
MagnitudeSystem.Single
PointAvlNet.Point2D
PolarityAvlNet.Polarity

Methods

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

Remarks

See also