MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
fssr::VoxelData Struct Reference

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
 

Detailed Description

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.

Definition at line 60 of file voxel.h.

Constructor & Destructor Documentation

◆ VoxelData()

fssr::VoxelData::VoxelData ( void  )
inline

Definition at line 99 of file voxel.h.

Member Data Documentation

◆ color

math::Vec3f fssr::VoxelData::color

Definition at line 69 of file voxel.h.

◆ conf

float fssr::VoxelData::conf

Definition at line 67 of file voxel.h.

◆ deriv

math::Vec3f fssr::VoxelData::deriv

Definition at line 71 of file voxel.h.

◆ scale

float fssr::VoxelData::scale

Definition at line 68 of file voxel.h.

◆ value

float fssr::VoxelData::value

Definition at line 66 of file voxel.h.


The documentation for this struct was generated from the following file: