MVE - Multi-View Environment mve-devel
|
Stores per voxel data. More...
#include <voxel.h>
Public Member Functions | |
VoxelData (void) | |
Public Attributes | |
math::Vec3f | color |
float | conf |
math::Vec3f | deriv |
float | scale |
float | value |
Stores per voxel data.
The is the actual SDF/implicit function value, a confidence value and the cumulative color. The scale value is mainly interesting to store scale information in the output mesh.
math::Vec3f fssr::VoxelData::color |
math::Vec3f fssr::VoxelData::deriv |