Class CannyEdgeOperation

  • All Implemented Interfaces:
    Operation

    public class CannyEdgeOperation
    extends CudaOperation
    An operation that performs canny edge detection on an image.
    • 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.