ImagingFxLipimetryColourEncoder Method
Processes the lipimetry Purkinje 1 image to generate lipimetry data and colour coded lipimetry image
Namespace: OSDxAssembly: OSDxImaging (in OSDxImaging.dll) Version: 3.0.0.0 (3.0.0.0)
public ImagingFxLipimetryData LipimetryColourEncoder(
Bitmap Source,
int Brightness,
double Contrast,
int innerExclusionRadius,
double upperCutOffPercent,
double lowerCutOffPercent,
byte BGr = 255,
byte BGg = 255,
byte BGb = 255,
int errorDistance = 195076
)
Public Function LipimetryColourEncoder (
Source As Bitmap,
Brightness As Integer,
Contrast As Double,
innerExclusionRadius As Integer,
upperCutOffPercent As Double,
lowerCutOffPercent As Double,
Optional BGr As Byte = 255,
Optional BGg As Byte = 255,
Optional BGb As Byte = 255,
Optional errorDistance As Integer = 195076
) As ImagingFxLipimetryData
- Source Bitmap
- Original image for processing
- Brightness Int32
- Brightness adjustment of raw image - not used
- Contrast Double
- Contrast adjustment of the raw image - not used
- innerExclusionRadius Int32
- Radius of the inner circular area that has no data
- upperCutOffPercent Double
- Minimum percentage of pixels in highest thickness value for it to be accepted as the maximum thickness
- lowerCutOffPercent Double
- Minimum percentage of pixels in lowest thickness value for it to be accepted as the minimum thickness
- BGr Byte (Optional)
- Background RGB colour - red component
- BGg Byte (Optional)
- Background RGB colour - green component
- BGb Byte (Optional)
- Background RGB colour - blue component
- errorDistance Int32 (Optional)
- The Euclidean distance beyond which a value is marked as error and not assessed
ImagingFxLipimetryDataA lipimetryData structure