![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Namespaces | |
| image | |
| minimum_obb | |
| pcapartition | |
| pointcloud | |
| transform | |
| trianglemesh | |
| uvunwrapping | |
| voxel_grid | |
Classes | |
| class | TransformIndexer |
| Helper class for converting coordinates/indices between 3D/3D, 3D/2D, 2D/3D. More... | |
| class | TArrayIndexer |
Typedefs | |
| using | NDArrayIndexer = TArrayIndexer< int64_t > |
Variables | |
| const int64_t | MAX_RESOLUTION_DIMS = 4 |
| using cloudViewer::t::geometry::kernel::NDArrayIndexer = typedef TArrayIndexer<int64_t> |
Definition at line 363 of file GeometryIndexer.h.
| const int64_t cloudViewer::t::geometry::kernel::MAX_RESOLUTION_DIMS = 4 |
Convert between ND coordinates and their corresponding linear offsets. Input ndarray tensor must be contiguous. Internal shape conversions: 1D: index (x), [channel (c)] 2D: height (y), weight (x), [channel (c)] 3D: depth (z), height (y), width (x), [channel (c)] 4D: time (t), depth (z), height (y), width (x), [channel (c)] External indexing order: 1D: x 2D: x, y 3D: x, y, z 4D: x, y, z, t
Definition at line 159 of file GeometryIndexer.h.
Referenced by cloudViewer::t::geometry::kernel::TArrayIndexer< index_t >::TArrayIndexer().