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

BoundingBox

class BoundingBox extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BoundingBox
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoundingBox()

  2. new BoundingBox(other: BoundingBox)

  3. new BoundingBox(x1: Float, y1: Float, x2: Float, y2: Float, normalized: Boolean = true)

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. def area(): Float

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def centerX(): Float

  9. def centerY(): Float

  10. def clipBox(clipedBox: BoundingBox): Unit

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. var difficult: Float

  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    BoundingBox → AnyRef → Any
  18. def height(): Float

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isOverlap(bbox: BoundingBox): Boolean

    whether overlaps with given bbox

  21. def jaccardOverlap(bbox: BoundingBox): Float

  22. var label: Float

  23. def locateBBox(box: BoundingBox, locBox: BoundingBox): Unit

  24. def meetEmitCenterConstraint(bbox: BoundingBox): Boolean

    Whether the center of given bbox lies in current bbox

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. var normalized: Boolean

  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. def projectBbox(bbox: BoundingBox, projBox: BoundingBox): Boolean

    Project bbox onto the coordinate system defined by current bbox.

    Project bbox onto the coordinate system defined by current bbox.

    bbox
    projBox
    returns

  30. def scaleBox(height: Float, width: Float, scaledBox: BoundingBox): Unit

  31. def setDifficult(d: Float): BoundingBox.this.type

  32. def setLabel(l: Float): BoundingBox.this.type

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def width(): Float

  39. var x1: Float

  40. var x2: Float

  41. var y1: Float

  42. var y2: Float

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped