Uses of Class
org.nd4j.enums.CoordinateTransformationMode
-
Packages that use CoordinateTransformationMode Package Description org.nd4j.enums org.nd4j.linalg.api.ops.impl.image -
-
Uses of CoordinateTransformationMode in org.nd4j.enums
Methods in org.nd4j.enums that return CoordinateTransformationMode Modifier and Type Method Description static CoordinateTransformationModeCoordinateTransformationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CoordinateTransformationMode[]CoordinateTransformationMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CoordinateTransformationMode in org.nd4j.linalg.api.ops.impl.image
Constructors in org.nd4j.linalg.api.ops.impl.image with parameters of type CoordinateTransformationMode Constructor Description ImageResize(@NonNull INDArray in, @NonNull INDArray size, double bicubicCoefficient, CoordinateTransformationMode coorMode, boolean exclude_outside, boolean preserveAspectRatio)ImageResize(@NonNull INDArray in, @NonNull INDArray size, CoordinateTransformationMode coorMode, NearestMode nearestMode, boolean preserveAspectRatio, boolean antialias)
-