Click or drag to resize

FieldCorrectionApplyBarrel(dvec2, dvec2, 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.31.0
Syntax
C#
public void ApplyBarrel(
	dvec2 expectedBottomLeft,
	dvec2 expectedTopRight,
	double widthCenter,
	double widthBottom,
	double widthTop,
	double heightCenter,
	double heightLeft,
	double heightRight
)

Parameters

expectedBottomLeft  dvec2
The bottom left corner of the measured area.
expectedTopRight  dvec2
The top right corner of the area.
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