Object

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

RoiImageInfo

Related Doc: package image

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BBOXES: String

    Permalink
  5. val CLASSES: String

    Permalink
  6. val IMGINFO: String

    Permalink
  7. val ISCROWD: String

    Permalink
  8. val MASKS: String

    Permalink
  9. val ORIGSIZE: String

    Permalink
  10. val SCORES: String

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

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

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

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

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

    Permalink

    Get the bbox tensor from the table.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getClasses(tab: Table): Tensor[Float]

    Permalink

    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]

    Permalink

    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]

    Permalink

    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]

    Permalink

    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)

    Permalink

    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]

    Permalink

    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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped