package rikai
- Alphabetic
- Public
- All
Type Members
-
class
Box2d extends AnyRef
2-D Bounding Box
2-D Bounding Box
- Annotations
- @SQLUserDefinedType()
-
class
Box2dType extends UserDefinedType[Box2d]
User defined type of 2D Bouding Box
-
class
Box3d extends AnyRef
3-D Bounding Box
3-D Bounding Box
- Annotations
- @SQLUserDefinedType()
- See also
-
class
Box3dType extends UserDefinedType[Box3d]
User defined type of 3D Bounding Box
-
class
Image extends AnyRef
A image where the content are stored externally
A image where the content are stored externally
- Annotations
- @SQLUserDefinedType()
-
class
NDArray extends AnyRef
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()
- To do
consider to use arrow Array for interchangable data transfer.
-
class
Point extends AnyRef
A Point in 3-D space
A Point in 3-D space
- Annotations
- @SQLUserDefinedType()
-
class
Segment extends AnyRef
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()
- class SegmentType extends UserDefinedType[Segment]
-
class
VideoStream extends AnyRef
A VideoStream references a particular video stream at a given uri
A VideoStream references a particular video stream at a given uri
- Annotations
- @SQLUserDefinedType()
- class VideoStreamType extends UserDefinedType[VideoStream]
-
class
YouTubeVideo extends AnyRef
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()
- class YouTubeVideoType extends UserDefinedType[YouTubeVideo]