Parameters that defines the behavior of the grab. More...
General Functions | |
RuntimeParameters (SENSING_MODE sensing_mode_=SENSING_MODE_STANDARD, bool enable_depth_=true, bool enable_point_cloud_=true, REFERENCE_FRAME measure3D_reference_frame_=REFERENCE_FRAME_CAMERA) | |
Default constructor, set all parameters to their default and optimized values. More... | |
bool | save (String filename) |
Saves the current set of parameters into a file. More... | |
bool | load (String filename) |
Loads the values of the parameters contained in a file. More... | |
Attributes | |
SENSING_MODE | sensing_mode |
REFERENCE_FRAME | measure3D_reference_frame |
bool | enable_depth |
bool | enable_point_cloud |
Parameters that defines the behavior of the grab.
Default values are enabled.
You can customize it to fit your application and then save it to create a preset that can be loaded for further executions.
|
inline |
Default constructor, set all parameters to their default and optimized values.
bool save | ( | String | filename | ) |
Saves the current set of parameters into a file.
filename | : the path to the file in which the parameters will be stored. |
bool load | ( | String | filename | ) |
Loads the values of the parameters contained in a file.
filename | : the path to the file from which the parameters will be loaded. |
SENSING_MODE sensing_mode |
Defines the algorithm used for depth map computation, more info : SENSING_MODE definition.
default : SENSING_MODE_STANDARD
REFERENCE_FRAME measure3D_reference_frame |
Provides 3D measures (point cloud and normals) in the desired reference frame (default is REFERENCE_FRAME_CAMERA)
default : REFERENCE_FRAME_CAMERA
bool enable_depth |
Defines if the depth map should be computed.
If false, only the images are available.
default : true
bool enable_point_cloud |
Defines if the point cloud should be computed (including XYZRGBA).
default : true