oevislib_net  0.14.3.0
Loading...
Searching...
No Matches

Ridges found in a Profile. More...

Inheritance diagram for oevislib_net.ProfileRidge:

Public Member Functions

 ProfileRidge ()
 Constructs a new ProfileRidge object with default values.
 ProfileRidge (float inPosition, float inMagnitude, Polarity inPolarity)
 Creates a new ProfileRidge object.
bool Equals (ProfileRidge other)
override bool Equals (object obj)
override int GetHashCode ()
override object Clone ()

Static Public Member Functions

static bool operator== (ProfileRidge inProfileRidge1, ProfileRidge inProfileRidge2)
static bool operator!= (ProfileRidge inProfileRidge1, ProfileRidge inProfileRidge2)

Properties

float Position [get, set]
float Magnitude [get, set]
Polarity Polarity = Polarity.Any [get, set]

Detailed Description

Ridges found in a Profile.

Can be found as the output of Profile::findProfileRidges.

Constructor & Destructor Documentation

◆ ProfileRidge() [1/2]

oevislib_net.ProfileRidge.ProfileRidge ( )
inline

Constructs a new ProfileRidge object with default values.

◆ ProfileRidge() [2/2]

oevislib_net.ProfileRidge.ProfileRidge ( float inPosition,
float inMagnitude,
Polarity inPolarity )
inline

Creates a new ProfileRidge object.

Parameters
inPositionX coordinate.
inMagnitudeMagnitude.
inPolarityWhich pixels have been considered (dark or bright).