Packages

package rikai

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Box2d extends AnyRef

    2-D Bounding Box

    2-D Bounding Box

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

    User defined type of 2D Bouding Box

  3. class Box3d extends AnyRef

    3-D Bounding Box

    3-D Bounding Box

    Annotations
    @SQLUserDefinedType()
    See also

    Waymo Dataset Spec

  4. class Box3dType extends UserDefinedType[Box3d]

    User defined type of 3D Bounding Box

  5. class Image extends AnyRef

    A image where the content are stored externally

    A image where the content are stored externally

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

  7. class Point extends AnyRef

    A Point in 3-D space

    A Point in 3-D space

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

Value Members

  1. object Box3dType extends Box3dType with Product with Serializable
  2. object PointType extends PointType with Product with Serializable

Ungrouped