Class SubFunction<I>

    • Constructor Detail

      • SubFunction

        public SubFunction()
    • Method Detail

      • execute

        protected double execute​(double val1,
                                 double val2)
        Description copied from class: AbstractOperator
        Method that calculates the new value based on the two source values
        Specified by:
        execute in class AbstractOperator<I>
        Parameters:
        val1 - source value of image 1
        val2 - source value of image 2
        Returns:
        combined values