class BoundingBox extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundingBox
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BoundingBox()
- new BoundingBox(other: BoundingBox)
- new BoundingBox(x1: Float, y1: Float, x2: Float, y2: Float, normalized: Boolean = true)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def area(): Float
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def centerX(): Float
- def centerY(): Float
- def clipBox(clipedBox: BoundingBox): Unit
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- var difficult: Float
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- BoundingBox → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- BoundingBox → AnyRef → Any
- def height(): Float
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOverlap(bbox: BoundingBox): Boolean
whether overlaps with given bbox
- def jaccardOverlap(bbox: BoundingBox): Float
- var label: Float
- def locateBBox(box: BoundingBox, locBox: BoundingBox): Unit
-
def
meetEmitCenterConstraint(bbox: BoundingBox): Boolean
Whether the center of given bbox lies in current bbox
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var normalized: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
projectBbox(bbox: BoundingBox, projBox: BoundingBox): Boolean
Project bbox onto the coordinate system defined by current bbox.
- def scaleBox(height: Float, width: Float, scaledBox: BoundingBox): Unit
- def setDifficult(d: Float): BoundingBox.this.type
- def setLabel(l: Float): BoundingBox.this.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- BoundingBox → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def width(): Float
- var x1: Float
- var x2: Float
- var y1: Float
- var y2: Float