franioli/icepy4d

Build Point Class for storing point information

Closed this issue · 1 comments

  • Build class for storing point information.

Class with the following proprieties:

  • id: int
  • coordinates: np.ndarray
  • projections: np.ndarray
  • color: np.ndarray
  • estimated: np.ndarray
  • covariance: np.ndarray
  • accuracy: np.ndarray

Added in #52