Class StructureTensor.RidgeTensorResult
Inheritance
StructureTensor.RidgeTensorResult
Assembly: TowseyLibrary.dll
Syntax
public class RidgeTensorResult
Properties
|
Improve this Doc
View Source
AvDominance
Gets or sets average of the eigen vector dominances.
Declaration
public double AvDominance { get; set; }
Property Value
|
Improve this Doc
View Source
AvMagnitude
Gets or sets average of gradient magnitudes on left and right side of ridge.
Declaration
public double AvMagnitude { get; set; }
Property Value
|
Improve this Doc
View Source
AvRadians
Gets or sets average of gradient directions on left and right side of ridge.
Declaration
public double AvRadians { get; set; }
Property Value
|
Improve this Doc
View Source
Degrees
Declaration
public double Degrees { get; set; }
Property Value
|
Improve this Doc
View Source
DirectionDifference
Gets or sets difference in gradient directions (in radians) on left and right side of ridge.
Declaration
public double DirectionDifference { get; set; }
Property Value
|
Improve this Doc
View Source
DirectionIndecision
Declaration
public double DirectionIndecision { get; set; }
Property Value
|
Improve this Doc
View Source
IsRidge
Declaration
public bool IsRidge { get; set; }
Property Value
|
Improve this Doc
View Source
RidgeDirection
Gets or sets ridge direction (in radians) derived fomr average of left and right gradient directions.
Declaration
public double RidgeDirection { get; set; }
Property Value
|
Improve this Doc
View Source
RidgeDirectionCategory
Gets or sets ridge direction category i.e. vertical, horozontal, pos and neg 45 degrees.
0=not a ridge; 1=horizontal; 2=+45 degrees; 3= -45 degrees; 4=vertical.
Declaration
public byte RidgeDirectionCategory { get; set; }
Property Value
Extension Methods