Click or drag to resize

FieldCorrectionApplyBarrel(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 widthEdge,
	double heightCenter,
	double heightEdge
)

Parameters

widthCenter  Double
Measured width at y=0.
widthEdge  Double
Measured width at top/bottom side.
heightCenter  Double
Measured height at x=0.
heightEdge  Double
Measured height at left/right side.
See Also