Search Results for

    Show / Hide Table of Contents

    Class StructureTensor.RidgeTensorResult

    Inheritance
    Object
    StructureTensor.RidgeTensorResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: TowseyLibrary
    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
    Type Description
    Double
    | 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
    Type Description
    Double
    | 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
    Type Description
    Double
    | Improve this Doc View Source

    Degrees

    Declaration
    public double Degrees { get; set; }
    Property Value
    Type Description
    Double
    | 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
    Type Description
    Double
    | Improve this Doc View Source

    DirectionIndecision

    Declaration
    public double DirectionIndecision { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    IsRidge

    Declaration
    public bool IsRidge { get; set; }
    Property Value
    Type Description
    Boolean
    | 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
    Type Description
    Double
    | 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
    Type Description
    Byte

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top