Class SelectPointColorMassAglo

    • Constructor Detail

      • SelectPointColorMassAglo

        public SelectPointColorMassAglo​(java.awt.image.BufferedImage image)
    • Method Detail

      • getColor

        public double[] getColor​(int x,
                                 int y)
      • getMean

        public double[] getMean​(int x,
                                int y,
                                int width,
                                int height)
      • averageCountMeanOf

        public double averageCountMeanOf​(int x,
                                         int y,
                                         int width,
                                         int height,
                                         double threshold)
      • filter

        public double filter​(double x,
                             double y)
        Specified by:
        filter in class FilterPixM
      • getTmpColor

        public java.awt.Color getTmpColor()
      • setTmpColor

        public void setTmpColor​(java.awt.Color tmpColor)