Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 849 Bytes

storable_datatypes.rst

File metadata and controls

29 lines (18 loc) · 849 Bytes

Storable Data Types

.. automodule:: larcv
    :noindex:

.. autoclass:: Particle
    :members:

Bounding Boxes are available in 2D and 3D. Only the 2D api is shown here for brevity, but the function calls are identical in 3D.

.. autoclass:: BBox2D
    :members:

(Dense) Tensors are available in 1D, 2D, 3D and 4D. Only the 2D api is shown here for brevity, but the function calls are identical in other dimensions.

.. autoclass:: Tensor2D
    :members:

Sparse Tensors are available in 2D and 3D. Only the 2D api is shown here for brevity, but the function calls are identical in 3D.

.. autoclass:: SparseTensor2D
    :members:


Sparse Clusters are available in 2D and 3D. Only the 2D api is shown here for brevity, but the function calls are identical in 3D.

.. autoclass:: SparseCluster2D
    :members: