Class ColorHelper.BlobColor

java.lang.Object
edu.tufts.hrilab.vision.ColorHelper.BlobColor
Enclosing class:
ColorHelper

public static class ColorHelper.BlobColor extends Object
  • Method Details

    • isWithinRange

      public boolean isWithinRange(int r, int g, int b)
    • setColors

      public void setColors(Color low, Color high)
    • setBlobSizes

      public void setBlobSizes(int min, int max)
    • getMinSize

      public int getMinSize()
    • getMaxSize

      public int getMaxSize()
    • getLowColorBound

      public Color getLowColorBound()
    • getHighColorBound

      public Color getHighColorBound()
    • toString

      public String toString()
      Overrides:
      toString in class Object