package rikai
- Alphabetic
- Public
- Protected
Package Members
- package expressions
- package model
Type Members
- class Box2d extends Serializable
2-D Bounding Box
2-D Bounding Box
- Annotations
- @SQLUserDefinedType() @SerialVersionUID()
- class Box2dType extends UserDefinedType[Box2d]
User defined type of 2D Bouding Box
- class Box3d extends Serializable
3-D Bounding Box
3-D Bounding Box
- Annotations
- @SQLUserDefinedType() @SerialVersionUID()
- See also
- class Box3dType extends UserDefinedType[Box3d]
User defined type of 3D Bounding Box
- class Image extends Serializable
A image where the content are stored externally
A image where the content are stored externally
- Annotations
- @SQLUserDefinedType() @SerialVersionUID()
- class Mask extends Serializable
Mask of an 2-D image.
Mask of an 2-D image.
- Annotations
- @SQLUserDefinedType() @SerialVersionUID()
- class NDArray extends Serializable
NDArray type.
NDArray type. Storing the persisted data from numpy ndarray.
Note that this class does not support interoperation in scala yet. It will only show a array summary in "df.show()". But the data is accessible from Pyspark and Pytorch / Tensorflow readers.
- Annotations
- @SQLUserDefinedType() @SerialVersionUID()
- To do
consider to use arrow Array for interchangable data transfer.
- class Point extends Serializable
A Point in 3-D space
A Point in 3-D space
- Annotations
- @SQLUserDefinedType() @SerialVersionUID()
- class Segment extends Serializable
A video segment as defined by the first and last frame numbers
A video segment as defined by the first and last frame numbers
- Annotations
- @SQLUserDefinedType() @SerialVersionUID()
- class SegmentType extends UserDefinedType[Segment]
- class VideoStream extends Serializable
A VideoStream references a particular video stream at a given uri
A VideoStream references a particular video stream at a given uri
- Annotations
- @SQLUserDefinedType() @SerialVersionUID()
- class VideoStreamType extends UserDefinedType[VideoStream]
- class YouTubeVideo extends Serializable
A reference to a particular Youtube vid.
A reference to a particular Youtube vid. A given Youtube vid is associated with many content streams. These can be video streams of different formats at different bitrates, audio-only streams, and video-only streams.
- Annotations
- @SQLUserDefinedType() @SerialVersionUID()
- class YouTubeVideoType extends UserDefinedType[YouTubeVideo]
Value Members
- object Box2dType extends Box2dType
- case object Box3dType extends Box3dType with Product with Serializable
- object Mask extends Serializable
- object MaskTypeEnum extends Enumeration
- object NDArrayType extends NDArrayType
- case object PointType extends PointType with Product with Serializable