case class COCORLE(_counts: Array[Int], _height: Int, _width: Int) extends RLEMasks with COCOSegmentation with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COCORLE
- Product
- Equals
- COCOSegmentation
- RLEMasks
- SegmentationMasks
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new COCORLE(_counts: Array[Int], _height: Int, _width: Int)
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
- val _counts: Array[Int]
- val _height: Int
- val _width: Int
-
lazy val
area: Long
- Definition Classes
- RLEMasks
- Annotations
- @transient()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
lazy val
bbox: (Float, Float, Float, Float)
- Definition Classes
- RLEMasks
- Annotations
- @transient()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
counts: Array[Int]
- Definition Classes
- RLEMasks
-
def
dumpTo(context: COCOSerializeContext): Unit
- Definition Classes
- COCORLE → COCOSegmentation
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- RLEMasks → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(idx: Int): Long
Get an element in the counts.
Get an element in the counts. Process the overflowed int
- Definition Classes
- RLEMasks
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- RLEMasks → AnyRef → Any
-
val
height: Int
- Definition Classes
- RLEMasks
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
size: (Int, Int)
Get the height and width
Get the height and width
- Definition Classes
- RLEMasks → SegmentationMasks
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toRLE: RLEMasks
Convert to a RLE encoded masks
Convert to a RLE encoded masks
- Definition Classes
- RLEMasks → SegmentationMasks
-
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( ... )
-
val
width: Int
- Definition Classes
- RLEMasks