FieldCorrectionInterpolate(Int32, Int32, Int32, Int32) Method |
Interpolates the correction data.
Currently the magnifications are only copied, not interpolated.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void Interpolate(
int rows,
int columns,
int layers,
int pseudoMagnification
)
Parameters
- rows Int32
- Number of rows used to interpolate.
- columns Int32
- Number of columns used to interpolate.
- layers Int32
- Number of layers used to interpolate.
- pseudoMagnification Int32
- Number of magnifications. Atm the magnification data will only be copied, not interpolated
See Also