#include <depth_noise_model.hpp>

Public Member Functions | |
| void | ApplyNoise (uint32_t width, uint32_t height, float *data) |
| PMDDepthNoiseModel () | |
Public Member Functions inherited from DepthNoiseModel | |
| DepthNoiseModel () | |
Additional Inherited Members | |
Public Attributes inherited from DepthNoiseModel | |
| float | max_depth |
| float | min_depth |
Protected Member Functions inherited from DepthNoiseModel | |
| bool | InRange (float depth) const |
Protected Attributes inherited from DepthNoiseModel | |
| const float | bad_point = std::numeric_limits<float>::quiet_NaN() |
| std::normal_distribution< float > | dist |
| std::mt19937 | gen |
Definition at line 48 of file depth_noise_model.hpp.
|
inline |
Definition at line 50 of file depth_noise_model.hpp.
|
virtual |
Implements DepthNoiseModel.
Definition at line 77 of file depth_noise_model.cpp.