Class ColorPartsSegmentationFunction<T,​R>

  • All Implemented Interfaces:
    Function<ImageWrapper<T>,​ImageWrapper<R>>, ImageFunction<T,​R>

    public class ColorPartsSegmentationFunction<T,​R>
    extends Object
    implements ImageFunction<T,​R>

    This function segments color parts in a given image. It returns a greyscale value as a result. Or if maxDiff is not set then with: value >= minDiff --> foreground && value < minDiff --> background With greyscale values: minDiff = background, maxDiff = foreground, between minDiff and maxDiff something between background and foreground

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • ColorPartsSegmentationFunction

        public ColorPartsSegmentationFunction()