Packages

package rikai

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package expressions
  2. package model

Type Members

  1. class Box2d extends Serializable

    2-D Bounding Box

    2-D Bounding Box

    Annotations
    @SQLUserDefinedType() @SerialVersionUID()
  2. class Box2dType extends UserDefinedType[Box2d]

    User defined type of 2D Bouding Box

  3. class Box3d extends Serializable

    3-D Bounding Box

    3-D Bounding Box

    Annotations
    @SQLUserDefinedType() @SerialVersionUID()
    See also

    Waymo Dataset Spec

  4. class Box3dType extends UserDefinedType[Box3d]

    User defined type of 3D Bounding Box

  5. class Image extends Serializable

    A image where the content are stored externally

    A image where the content are stored externally

    Annotations
    @SQLUserDefinedType() @SerialVersionUID()
  6. class Mask extends Serializable

    Mask of an 2-D image.

    Mask of an 2-D image.

    Annotations
    @SQLUserDefinedType() @SerialVersionUID()
  7. 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.

  8. class Point extends Serializable

    A Point in 3-D space

    A Point in 3-D space

    Annotations
    @SQLUserDefinedType() @SerialVersionUID()
  9. 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()
  10. class SegmentType extends UserDefinedType[Segment]
  11. 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()
  12. class VideoStreamType extends UserDefinedType[VideoStream]
  13. 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()
  14. class YouTubeVideoType extends UserDefinedType[YouTubeVideo]

Value Members

  1. object Box2dType extends Box2dType
  2. case object Box3dType extends Box3dType with Product with Serializable
  3. object Mask extends Serializable
  4. object MaskTypeEnum extends Enumeration
  5. object NDArrayType extends NDArrayType
  6. case object PointType extends PointType with Product with Serializable

Ungrouped