Class ImageResize

    • Constructor Detail

      • ImageResize

        public ImageResize​(@NonNull
                           @NonNull INDArray in,
                           @NonNull
                           @NonNull INDArray size,
                           boolean preserveAspectRatio,
                           boolean antialias,
                           ImageResizeMethod method)
      • ImageResize

        public ImageResize​(@NonNull
                           @NonNull SameDiff sameDiff,
                           @NonNull
                           @NonNull SDVariable in,
                           @NonNull
                           @NonNull SDVariable size,
                           double bicubicCoefficient,
                           boolean preserveAspectRatio,
                           boolean antialias)
      • ImageResize

        public ImageResize​(@NonNull
                           @NonNull INDArray in,
                           @NonNull
                           @NonNull INDArray size,
                           double bicubicCoefficient,
                           boolean exclude_outside,
                           boolean preserveAspectRatio)
      • ImageResize

        public ImageResize​(@NonNull
                           @NonNull INDArray in,
                           @NonNull
                           @NonNull INDArray size,
                           double bicubicCoefficient,
                           CoordinateTransformationMode coorMode,
                           boolean exclude_outside,
                           boolean preserveAspectRatio)
      • ImageResize

        public ImageResize​(@NonNull
                           @NonNull INDArray in,
                           @NonNull
                           @NonNull INDArray size,
                           NearestMode nearestMode,
                           boolean preserveAspectRatio,
                           boolean antialias)