object ImageFeature extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImageFeature
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def apply(): ImageFeature
-
def
apply(bytes: Array[Byte], label: Any = null, uri: String = null): ImageFeature
Create ImageFeature
Create ImageFeature
- bytes
image file in bytes
- label
label
- uri
image uri
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
boundingBox: String
key: store boundingBox of current image it may be used in crop/expand that may change the size of image
-
val
bytes: String
key: image file in bytes
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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] )
-
val
floats: String
key: image pixels in float array
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
imageTensor: String
key: image pixels in Tensor
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
label: String
key: label
- val logger: Logger
-
val
mat: String
key: image in OpenCVMat
-
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()
-
val
originalSize: String
key: original image size
-
val
predict: String
key: image prediction result
-
val
sample: String
key: image (and label if available) stored as Sample
-
val
size: String
key: current image size
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
uri: String
key: uri that identifies image
-
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( ... )