Class BinaryFilter

    • Field Detail

      • newColor

        protected int newColor
      • iterations

        protected int iterations
    • Constructor Detail

      • BinaryFilter

        public BinaryFilter()
    • Method Detail

      • setIterations

        public void setIterations​(int iterations)
      • getIterations

        public int getIterations()
      • setColormap

        public void setColormap​(Colormap colormap)
      • getColormap

        public Colormap getColormap()
      • setNewColor

        public void setNewColor​(int newColor)
      • getNewColor

        public int getNewColor()
      • setBlackFunction

        public void setBlackFunction​(BinaryFunction blackFunction)