Click or drag to resize

FieldCorrectionApplyBarrel(Double, Double, Double, Double, Double, Double) Method

Adjusts the correction table to equalize a barrel/pincushion distortion.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void ApplyBarrel(
	double widthCenter,
	double widthBottom,
	double widthTop,
	double heightCenter,
	double heightLeft,
	double heightRight
)

Parameters

widthCenter  Double
Measured width at y=0.
widthBottom  Double
Measured width at bottom side.
widthTop  Double
Measured width at top side.
heightCenter  Double
Measured height at x=0.
heightLeft  Double
Measured height at left side.
heightRight  Double
Measured height at left side.
See Also