Class DesaturateOperation

  • All Implemented Interfaces:
    Operation

    public class DesaturateOperation
    extends CudaOperation
    An Operation that converts a color image into shades of gray.
    • 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.