Packages

case class COCORLE(_counts: Array[Int], _height: Int, _width: Int) extends RLEMasks with COCOSegmentation with Product with Serializable

Linear Supertypes
Product, Equals, COCOSegmentation, RLEMasks, SegmentationMasks, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. COCORLE
  2. Product
  3. Equals
  4. COCOSegmentation
  5. RLEMasks
  6. SegmentationMasks
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new COCORLE(_counts: Array[Int], _height: Int, _width: Int)

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. val _counts: Array[Int]
  5. val _height: Int
  6. val _width: Int
  7. lazy val area: Long
    Definition Classes
    RLEMasks
    Annotations
    @transient()
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. lazy val bbox: (Float, Float, Float, Float)
    Definition Classes
    RLEMasks
    Annotations
    @transient()
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. val counts: Array[Int]
    Definition Classes
    RLEMasks
  12. def dumpTo(context: COCOSerializeContext): Unit
    Definition Classes
    COCORLECOCOSegmentation
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    RLEMasks → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(idx: Int): Long

    Get an element in the counts.

    Get an element in the counts. Process the overflowed int

    Definition Classes
    RLEMasks
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    RLEMasks → AnyRef → Any
  19. val height: Int
    Definition Classes
    RLEMasks
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def size: (Int, Int)

    Get the height and width

    Get the height and width

    Definition Classes
    RLEMasksSegmentationMasks
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toRLE: RLEMasks

    Convert to a RLE encoded masks

    Convert to a RLE encoded masks

    Definition Classes
    RLEMasksSegmentationMasks
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. val width: Int
    Definition Classes
    RLEMasks

Inherited from Product

Inherited from Equals

Inherited from COCOSegmentation

Inherited from RLEMasks

Inherited from SegmentationMasks

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped