Click or drag to resize

FieldCorrectionInterpolate(Int32, Int32, Int32) Method

Interpolates the correction data.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void Interpolate(
	int rows,
	int columns,
	int layers
)

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.
See Also