Class SegmentationInfo

    • Constructor Detail

      • SegmentationInfo

        public SegmentationInfo()
      • SegmentationInfo

        public SegmentationInfo​(SegmentationInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getPoints

        public PointInfo[] getPoints()
        Get 点坐标数组 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Points 点坐标数组 注意:此字段可能返回 null,表示取不到有效值。
      • setPoints

        public void setPoints​(PointInfo[] Points)
        Set 点坐标数组 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Points - 点坐标数组 注意:此字段可能返回 null,表示取不到有效值。
      • getLabel

        public String getLabel()
        Get 分割标签 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Label 分割标签 注意:此字段可能返回 null,表示取不到有效值。
      • setLabel

        public void setLabel​(String Label)
        Set 分割标签 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Label - 分割标签 注意:此字段可能返回 null,表示取不到有效值。
      • getGray

        public Long getGray()
        Get 灰度值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Gray 灰度值 注意:此字段可能返回 null,表示取不到有效值。
      • setGray

        public void setGray​(Long Gray)
        Set 灰度值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Gray - 灰度值 注意:此字段可能返回 null,表示取不到有效值。
      • getColor

        public String getColor()
        Get 颜色 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Color 颜色 注意:此字段可能返回 null,表示取不到有效值。
      • setColor

        public void setColor​(String Color)
        Set 颜色 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Color - 颜色 注意:此字段可能返回 null,表示取不到有效值。