com.supermap.ai

类 AIRecognition

  • java.lang.Object
    • com.supermap.ai.AIRecognition


  • public class AIRecognition
    extends java.lang.Object
    识别对象结果类
    • 字段概要

      字段 
      限定符和类型 字段和说明
      int color
      识别对象颜色
      int countID
      跟踪计数序号
      float detectionConfidence
      识别匹配度
      android.graphics.RectF location
      识别对象位置
      java.lang.String title
      识别对象种类
      int trackedID
      跟踪对象唯一ID
    • 方法概要

      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • location

        public android.graphics.RectF location
        识别对象位置
      • detectionConfidence

        public float detectionConfidence
        识别匹配度
      • color

        public int color
        识别对象颜色
      • title

        public java.lang.String title
        识别对象种类
      • countID

        public int countID
        跟踪计数序号
      • trackedID

        public int trackedID
        跟踪对象唯一ID
    • 构造器详细资料

      • AIRecognition

        public AIRecognition()