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(Point2D, Single, Polarity, Single)

Properties

 NameTypeDescription
DefaultAvlNet.Ridge1D
IsDefaultSystem.Boolean
MagnitudeSystem.Single
PointAvlNet.Point2D
PolarityAvlNet.Polarity
PositionSystem.Single

Methods

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

Remarks

See also