Packages

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
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: 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. def area(): Float
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def centerX(): Float
  7. def centerY(): Float
  8. def clipBox(clipedBox: BoundingBox): Unit
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. var difficult: Float
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    BoundingBox → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    BoundingBox → AnyRef → Any
  16. def height(): Float
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isOverlap(bbox: BoundingBox): Boolean

    whether overlaps with given bbox

  19. def jaccardOverlap(bbox: BoundingBox): Float
  20. var label: Float
  21. def locateBBox(box: BoundingBox, locBox: BoundingBox): Unit
  22. def meetEmitCenterConstraint(bbox: BoundingBox): Boolean

    Whether the center of given bbox lies in current bbox

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. var normalized: Boolean
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def projectBbox(bbox: BoundingBox, projBox: BoundingBox): Boolean

    Project bbox onto the coordinate system defined by current bbox.

  28. def scaleBox(height: Float, width: Float, scaledBox: BoundingBox): Unit
  29. def setDifficult(d: Float): BoundingBox.this.type
  30. def setLabel(l: Float): BoundingBox.this.type
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    BoundingBox → 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
    @native() @throws( ... )
  36. def width(): Float
  37. var x1: Float
  38. var x2: Float
  39. var y1: Float
  40. var y2: Float

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped