FieldCorrectionChangeSize(dvec3, dvec3, Int32, Int32, Int32, Boolean) Method |
Truncates the correction to the provided subfield.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void ChangeSize(
dvec3 size,
dvec3 offset,
int columns,
int rows,
int layers,
bool isCalibrated
)
Parameters
- size dvec3
- Size of the new correction.
- offset dvec3
- Offset of the new correction.
- columns Int32
- Number of columns.
- rows Int32
- Number of rows.
- layers Int32
- Number of layers.
- isCalibrated Boolean
- Uses bilinear interpolation to avoid interpolation problems with calibrated correction files.
See Also