Open3D (C++ API)  0.13.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
Voxelize.h File Reference

(c3f9de2 (Tue Jun 1 15:34:27 2021 -0700))

#include <tbb/parallel_for.h>
#include <tbb/parallel_sort.h>
#include <vector>
#include "open3d/core/Atomic.h"
#include "open3d/utility/MiniVec.h"
#include "open3d/utility/ParallelScan.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::ml
 
 open3d::ml::impl
 

Functions

template<class T , int NDIM, class OUTPUT_ALLOCATOR >
void open3d::ml::impl::VoxelizeCPU (size_t num_points, const T *const points, const T *const voxel_size, const T *const points_range_min, const T *const points_range_max, const int64_t max_points_per_voxel, const int64_t max_voxels, OUTPUT_ALLOCATOR &output_allocator)