Class NormalizeOperation

  • All Implemented Interfaces:
    Operation

    public class NormalizeOperation
    extends CudaOperation
    GRIP Operation for opencv_core.normalize(org.bytedeco.javacpp.opencv_core.Mat, org.bytedeco.javacpp.opencv_core.Mat, double, double, int, int, org.bytedeco.javacpp.opencv_core.Mat).
    • Method Detail

      • getInputSockets

        public java.util.List<InputSocket> getInputSockets()
        Returns:
        A list of sockets for the inputs that the operation expects.
      • getOutputSockets

        public java.util.List<OutputSocket> getOutputSockets()
        Returns:
        A list of sockets for the outputs that the operation produces.
      • perform

        public void perform()
        Description copied from interface: Operation
        Performs this Operation.