パッケージ org.langrid.service.ml

クラス ObjectSegmentation

java.lang.Object
org.langrid.service.ml.ObjectSegmentation

public class ObjectSegmentation extends Object
  • コンストラクタの詳細

    • ObjectSegmentation

      public ObjectSegmentation()
    • ObjectSegmentation

      public ObjectSegmentation(String label, double accuracy, Box2d box, byte[] maskImage, String maskImageFormat)
  • メソッドの詳細

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getAccuracy

      public double getAccuracy()
    • setAccuracy

      public void setAccuracy(double accuracy)
    • getBox

      public Box2d getBox()
    • setBox

      public void setBox(Box2d box)
    • getMaskImage

      public byte[] getMaskImage()
    • setMaskImage

      public void setMaskImage(byte[] maskImage)
    • getMaskImageFormat

      public String getMaskImageFormat()
    • setMaskImageFormat

      public void setMaskImageFormat(String maskImageFormat)