Class MinMaxFunction

  • All Implemented Interfaces:
    Function<ImageWrapper<?>,​science.aist.jack.math.MinMax<double[]>>

    public class MinMaxFunction
    extends Object
    implements Function<ImageWrapper<?>,​science.aist.jack.math.MinMax<double[]>>

    Function for getting all minimum and maximum values per channel in the image

    Since:
    1.0
    Author:
    Christoph Praschl
    • Constructor Detail

      • MinMaxFunction

        public MinMaxFunction()
    • Method Detail

      • apply

        public science.aist.jack.math.MinMax<double[]> apply​(ImageWrapper<?> imageWrapper)
        Specified by:
        apply in interface Function<ImageWrapper<?>,​science.aist.jack.math.MinMax<double[]>>