Class

com.intel.analytics.bigdl.dataset.image

LabeledBGRImage

Related Doc: package image

Permalink

class LabeledBGRImage extends BGRImage with Label[Float]

A BGR Image with label.

Linear Supertypes
Label[Float], BGRImage, Image, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabeledBGRImage
  2. Label
  3. BGRImage
  4. Image
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LabeledBGRImage(_width: Int, _height: Int)

    Permalink
  2. new LabeledBGRImage()

    Permalink
  3. new LabeledBGRImage(d: Array[Float], w: Int, h: Int, _label: Float)

    Permalink

    d

    data

    w

    width

    h

    height

    _label

    a float label

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. var _height: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BGRImage
  5. var _label: Float

    Permalink

    a float label

    a float label

    Attributes
    protected
  6. var _width: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BGRImage
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): LabeledBGRImage

    Permalink
    Definition Classes
    LabeledBGRImageBGRImage → AnyRef
  9. def content: Array[Float]

    Permalink
    Definition Classes
    BGRImageImage
  10. def convertToByte(buffer: Array[Byte] = null, normalize: Float = 255.0f): Array[Byte]

    Permalink
    Definition Classes
    BGRImage
  11. def copy(other: LabeledBGRImage): LabeledBGRImage

    Permalink
  12. def copy(other: BGRImage): BGRImage

    Permalink
    Definition Classes
    BGRImage
  13. def copy(rawData: Array[Byte], normalize: Float = 255.0f): LabeledBGRImage.this.type

    Permalink
    Definition Classes
    BGRImage
  14. def copyTo(storage: Array[Float], offset: Int, toRGB: Boolean = true): Unit

    Permalink
    Definition Classes
    BGRImage
  15. var data: Array[Float]

    Permalink
    Attributes
    protected
    Definition Classes
    BGRImage
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def height(): Int

    Permalink
    Definition Classes
    BGRImageImage
  22. def hflip(): LabeledBGRImage

    Permalink

    horizontal flip the image, modify itself

    horizontal flip the image, modify itself

    Definition Classes
    LabeledBGRImageBGRImage
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def label(): Float

    Permalink
    Definition Classes
    LabeledBGRImageLabel
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def save(path: String, scale: Float = 255.0f): Unit

    Permalink
    Definition Classes
    BGRImage
  29. def setLabel(label: Float): LabeledBGRImage.this.type

    Permalink
    Definition Classes
    LabeledBGRImageLabel
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def width(): Int

    Permalink
    Definition Classes
    BGRImageImage

Inherited from Label[Float]

Inherited from BGRImage

Inherited from Image

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped