Class

com.intel.analytics.bigdl.dataset.segmentation

COCORLE

Related Doc: package segmentation

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _counts: Array[Int]

    Permalink
  5. val _height: Int

    Permalink
  6. val _width: Int

    Permalink
  7. lazy val area: Long

    Permalink
    Definition Classes
    RLEMasks
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. lazy val bbox: (Float, Float, Float, Float)

    Permalink
    Definition Classes
    RLEMasks
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val counts: Array[Int]

    Permalink

    the RLE counts

    the RLE counts

    Definition Classes
    RLEMasks
  12. def dumpTo(context: COCOSerializeContext): Unit

    Permalink
    Definition Classes
    COCORLECOCOSegmentation
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(idx: Int): Long

    Permalink

    Get an element in the counts.

    Get an element in the counts. Process the overflowed int

    Definition Classes
    RLEMasks
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    RLEMasks → AnyRef → Any
  19. val height: Int

    Permalink

    height of the image

    height of the image

    Definition Classes
    RLEMasks
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def size: (Int, Int)

    Permalink

    Get the height and width

    Get the height and width

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

    Permalink
    Definition Classes
    AnyRef
  26. def toRLE: RLEMasks

    Permalink

    Convert to a RLE encoded masks

    Convert to a RLE encoded masks

    Definition Classes
    RLEMasksSegmentationMasks
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. val width: Int

    Permalink

    width of the image

    width of the image

    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