Model for Disparity based devices. E.g stereo camera systems or OpenNI compatible devices. More...
#include <stereo_camera_model.h>
Classes | |
class | Parameters |
Parameters for Stereo-like devices. More... | |
Static Public Attributes | |
static const std::string | filterFragmentShaderSource |
source code of the fragment shader used to filter the depth map More... | |
static const std::string | filterVertexShaderSource |
source code of the vertex shader used to filter the depth map More... | |
static const StereoCameraModel::Parameters & | RegisteredPSDKParams |
predefined sensor model for OpenNI compatible devices (e.g., PrimeSense, Kinect, Asus Xtion) More... | |
static const std::string | renderFragmentShaderSource |
source code of the fragment shader used to render the meshes More... | |
static const std::string | renderVertexShaderSource |
source code of the vertex shader used to render the meshes More... | |
Additional Inherited Members | |
Public Member Functions inherited from mesh_filter::SensorModel | |
MOVEIT_CLASS_FORWARD (Parameters) | |
virtual | ~SensorModel () |
virtual destructor More... | |
Model for Disparity based devices. E.g stereo camera systems or OpenNI compatible devices.
Definition at line 49 of file stereo_camera_model.h.
|
static |
source code of the fragment shader used to filter the depth map
Definition at line 164 of file stereo_camera_model.h.
|
static |
source code of the vertex shader used to filter the depth map
Definition at line 161 of file stereo_camera_model.h.
|
static |
predefined sensor model for OpenNI compatible devices (e.g., PrimeSense, Kinect, Asus Xtion)
Definition at line 152 of file stereo_camera_model.h.
|
static |
source code of the fragment shader used to render the meshes
Definition at line 158 of file stereo_camera_model.h.
|
static |
source code of the vertex shader used to render the meshes
Definition at line 155 of file stereo_camera_model.h.