Class DefaultDataReducer3D
- java.lang.Object
-
- de.gsi.chart.renderer.datareduction.DefaultDataReducer3D
-
public final class DefaultDataReducer3D extends java.lang.Object- Author:
- rstein
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidresample(double[] src, int srcWidth, int srcHeight, double[] target, int targetWidth, int targetHeight, ReductionType reductionType)static voidscaleDownByFactorTwo(double[] target, int targetWidth, int targetHeight, double[] source, int srcWidth, int srcHeight, int yMinIndex, int yMaxIndex, ReductionType reductionType)
-
-
-
Method Detail
-
resample
public static void resample(double[] src, int srcWidth, int srcHeight, double[] target, int targetWidth, int targetHeight, ReductionType reductionType)
-
scaleDownByFactorTwo
public static void scaleDownByFactorTwo(double[] target, int targetWidth, int targetHeight, double[] source, int srcWidth, int srcHeight, int yMinIndex, int yMaxIndex, ReductionType reductionType)
-
-