Full API information for OSDxImaging DLL

ImagingFxLipimetryData Structure

Structure holding lipimetry data

Definition

Namespace: OSDx
Assembly: OSDxImaging (in OSDxImaging.dll) Version: 3.0.0.0 (3.0.0.0)
C#
public struct LipimetryData
Inheritance
Object    ValueType    ImagingFxLipimetryData

Fields

assessedPixelsCount Number of pixels whose thickness has been assessed
averageThickness Mean thickness (global)
colorCodedPixelCount Number of pixels that have been colour coded i.e. not falling in error zone
meanLowerMean thickness of lower half of RoI
meanUpperMean thickness of upper half of RoI
STDEV STDEV of LLT all pixels in RoI
thicknessArray The array of thickness values (global)
thicknessArrayLower The array of thickness values (lower half)
thicknessArrayUpper The array of thickness values (upper half)

See Also