Class HSLThresholdOperation

  • All Implemented Interfaces:
    Operation

    public class HSLThresholdOperation
    extends ThresholdOperation
    An Operation that converts a color image into a binary image based on the HSL threshold ranges.
    • 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.