Packages

object RoiImageInfo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoiImageInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BBOXES: String
  5. val CLASSES: String
  6. val IMGINFO: String
  7. val ISCROWD: String
  8. val MASKS: String
  9. val ORIGSIZE: String
  10. val SCORES: String
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getBBoxes(tab: Table): Tensor[Float]

    Get the bbox tensor from the table.

    Get the bbox tensor from the table. See RoiLabel.bboxes

  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getClasses(tab: Table): Tensor[Float]

    Get the class label tensor from the table.

    Get the class label tensor from the table. See RoiLabel.classes the categories for each detections (see RoiLabel.clasees field) (1 x N), or (2 x N) Tensor[Float]

  19. def getImageInfo(tab: Table): Tensor[Float]

    Get the isCrowd tensor from the table.

    Get the isCrowd tensor from the table. Should be 1 x N vector (N is the # of detections)

  20. def getIsCrowd(tab: Table): Tensor[Float]

    Get the isCrowd tensor from the table.

    Get the isCrowd tensor from the table. Should be 1 x N vector (N is the # of detections)

  21. def getMasks(tab: Table): Array[RLEMasks]

    Get the (optional) mask data from the table.

    Get the (optional) mask data from the table. See RoiLabel.masks

  22. def getOrigSize(tab: Table): (Int, Int, Int)

    Get the size of the image before resizing

    Get the size of the image before resizing

    returns

    (height, width, channel)

  23. def getScores(tab: Table): Tensor[Float]

    Get the output score tensor from the table.

    Get the output score tensor from the table. (1 x N) tensor for N detections

  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped