ImagingFxGetMeniscusRoC Method
Calculates the Meniscus RoC from the 2D array output of LineScanVertical
Namespace: OSDxAssembly: OSDxImaging (in OSDxImaging.dll) Version: 3.0.0.0 (3.0.0.0)
public ImagingFxMeniscus GetMeniscusRoC(
int[] meniscusHistogram,
double dropLevel,
double targetSize,
double objectDistance,
double pixelSize = 7.13
)
Public Function GetMeniscusRoC (
meniscusHistogram As Integer(),
dropLevel As Double,
targetSize As Double,
objectDistance As Double,
Optional pixelSize As Double = 7.13
) As ImagingFxMeniscus
- meniscusHistogram Int32
- Array of integers to process
- dropLevel Double
- Percentage drop from the peak to regard as baseline
- targetSize Double
- Size of the physical target in mm
- objectDistance Double
- Distance of the physical target from the objective lens
- pixelSize Double (Optional)
- Size of pixel in microns - width of sensor image area divided by the number of pixels for the given resolution
ImagingFxMeniscusThe Meniscus data structure