|
Kiretu
|
#include <stdint.h>#include <iostream>#include <cmath>#include <algorithm>#include <vector>Go to the source code of this file.
Data Structures | |
| class | FrameGrabber |
| C++-class for grabbing both depth-images and RGB-images. Due to the varying quality of Kinects depth-reconstruction, a desired number of depth-frames can be taken an the mean of the valid depth-values is used as the resulting depth-value. To prevent outliers, the standard deviation is used as a threshold of valid values. More... | |