com.intel.analytics.bigdl.dataset.image

LabeledBGRImage

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

  2. new LabeledBGRImage()

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

    d

    data

    w

    width

    h

    height

    _label

    a float label

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. var _height: Int

    Attributes
    protected
    Definition Classes
    BGRImage
  7. var _label: Float

    a float label

    a float label

    Attributes
    protected
  8. var _width: Int

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

    Definition Classes
    Any
  10. def clone(): LabeledBGRImage

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

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

    Definition Classes
    BGRImage
  13. def copy(other: LabeledBGRImage): LabeledBGRImage

  14. def copy(other: BGRImage): BGRImage

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

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

    Definition Classes
    BGRImage
  17. var data: Array[Float]

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

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

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

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

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

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

    Definition Classes
    BGRImageImage
  24. def hflip(): LabeledBGRImage

    horizontal flip the image, modify itself

    horizontal flip the image, modify itself

    returns

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

    Definition Classes
    Any
  26. def label(): Float

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

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

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

    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