FieldCorrectionApplyBarrel(Double, Double, Double, Double) Method |
Adjusts the correction table to equalize a barrel/pincushion distortion.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic 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