Class 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 void resample​(double[] src, int srcWidth, int srcHeight, double[] target, int targetWidth, int targetHeight, ReductionType reductionType)  
      static void scaleDownByFactorTwo​(double[] target, int targetWidth, int targetHeight, double[] source, int srcWidth, int srcHeight, int yMinIndex, int yMaxIndex, ReductionType reductionType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)