Class AbsSubFunction<I>

    • Constructor Detail

      • AbsSubFunction

        public AbsSubFunction()
    • 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
        Overrides:
        execute in class SubFunction<I>
        Parameters:
        val1 - source value of image 1
        val2 - source value of image 2
        Returns:
        combined values