Class to aggregate color values from different votes in one voxel Computes the average color value in the voxel.
More...
#include <VoxelGrid.h>
Class to aggregate color values from different votes in one voxel Computes the average color value in the voxel.
◆ AvgColorVoxel()
open3d::geometry::AvgColorVoxel::AvgColorVoxel |
( |
| ) |
|
|
inline |
◆ Add() [1/2]
void open3d::geometry::AvgColorVoxel::Add |
( |
const Eigen::Vector3i & |
voxel_index | ) |
|
|
inline |
◆ Add() [2/2]
void open3d::geometry::AvgColorVoxel::Add |
( |
const Eigen::Vector3i & |
voxel_index, |
|
|
const Eigen::Vector3d & |
color |
|
) |
| |
|
inline |
◆ GetAverageColor()
Eigen::Vector3d open3d::geometry::AvgColorVoxel::GetAverageColor |
( |
| ) |
const |
|
inline |
◆ GetVoxelIndex()
Eigen::Vector3i open3d::geometry::AvgColorVoxel::GetVoxelIndex |
( |
| ) |
const |
|
inline |
◆ color_
Eigen::Vector3d open3d::geometry::AvgColorVoxel::color_ |
◆ num_of_points_
int open3d::geometry::AvgColorVoxel::num_of_points_ |
◆ voxel_index_
Eigen::Vector3i open3d::geometry::AvgColorVoxel::voxel_index_ |
The documentation for this class was generated from the following file: