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)
  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: 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. var _height: Int
    Attributes
    protected
    Definition Classes
    BGRImage
  5. var _label: Float
    Attributes
    protected
  6. var _width: Int
    Attributes
    protected
    Definition Classes
    BGRImage
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): LabeledBGRImage
    Definition Classes
    LabeledBGRImageBGRImage → AnyRef
  9. def content: Array[Float]
    Definition Classes
    BGRImageImage
  10. def convertToByte(buffer: Array[Byte] = null, normalize: Float = 255.0f): Array[Byte]
    Definition Classes
    BGRImage
  11. def copy(other: LabeledBGRImage): LabeledBGRImage
  12. def copy(other: BGRImage): BGRImage
    Definition Classes
    BGRImage
  13. def copy(rawData: Array[Byte], normalize: Float = 255.0f): LabeledBGRImage.this.type
    Definition Classes
    BGRImage
  14. def copyTo(storage: Array[Float], offset: Int, toRGB: Boolean = true): Unit
    Definition Classes
    BGRImage
  15. var data: Array[Float]
    Attributes
    protected
    Definition Classes
    BGRImage
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def height(): Int
    Definition Classes
    BGRImageImage
  22. def hflip(): LabeledBGRImage

    horizontal flip the image, modify itself

    horizontal flip the image, modify itself

    Definition Classes
    LabeledBGRImageBGRImage
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def label(): Float
    Definition Classes
    LabeledBGRImageLabel
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def save(path: String, scale: Float = 255.0f): Unit
    Definition Classes
    BGRImage
  29. def setLabel(label: Float): LabeledBGRImage.this.type
    Definition Classes
    LabeledBGRImageLabel
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. 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