com.intel.analytics.bigdl.transform.vision.image

RoiImageInfo

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val BBOXES: String

  7. val CLASSES: String

  8. val IMGINFO: String

  9. val ISCROWD: String

  10. val MASKS: String

  11. val ORIGSIZE: String

  12. val SCORES: String

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getBBoxes(tab: Table): Tensor[Float]

    Get the bbox tensor from the table.

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

    tab
    returns

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. 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]

    tab
    returns

  21. 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)

    tab
    returns

  22. 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)

    tab
    returns

  23. 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

    tab
    returns

  24. 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)

  25. 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

    tab
    returns

  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped