class LabeledBGRImage extends BGRImage with Label[Float]
A BGR Image with label.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LabeledBGRImage
- Label
- BGRImage
- Image
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
var
_height: Int
- Attributes
- protected
- Definition Classes
- BGRImage
-
var
_label: Float
- Attributes
- protected
-
var
_width: Int
- Attributes
- protected
- Definition Classes
- BGRImage
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): LabeledBGRImage
- Definition Classes
- LabeledBGRImage → BGRImage → AnyRef
- def content: Array[Float]
-
def
convertToByte(buffer: Array[Byte] = null, normalize: Float = 255.0f): Array[Byte]
- Definition Classes
- BGRImage
- def copy(other: LabeledBGRImage): LabeledBGRImage
-
def
copy(other: BGRImage): BGRImage
- Definition Classes
- BGRImage
-
def
copy(rawData: Array[Byte], normalize: Float = 255.0f): LabeledBGRImage.this.type
- Definition Classes
- BGRImage
-
def
copyTo(storage: Array[Float], offset: Int, toRGB: Boolean = true): Unit
- Definition Classes
- BGRImage
-
var
data: Array[Float]
- Attributes
- protected
- Definition Classes
- BGRImage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def height(): Int
-
def
hflip(): LabeledBGRImage
horizontal flip the image, modify itself
horizontal flip the image, modify itself
- Definition Classes
- LabeledBGRImage → BGRImage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
label(): Float
- Definition Classes
- LabeledBGRImage → Label
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
save(path: String, scale: Float = 255.0f): Unit
- Definition Classes
- BGRImage
-
def
setLabel(label: Float): LabeledBGRImage.this.type
- Definition Classes
- LabeledBGRImage → Label
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def width(): Int