![]() |
ReconstructMe SDK
1.1.739-75658
Real-time 3D reconstruction engine
|
Lists all available option bind methods. More...
Lists all available option bind methods.
This page lists all known methods that bind reme_options_t to specific option sets.
reme_error_t reme_context_bind_compile_options | ( | reme_context_t | c, |
reme_options_t | o | ||
) |
Access the compile time options.
c | A valid context object |
o | A valid options binding |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |
reme_error_t reme_context_bind_opencl_info | ( | reme_context_t | c, |
reme_options_t | o | ||
) |
Access platform OpenCL information.
c | A valid context object |
o | A valid options binding |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |
reme_error_t reme_license_bind_hardware_hashes | ( | reme_context_t | c, |
reme_license_t | l, | ||
reme_options_t | o | ||
) |
Access hardware hashes for generating single user licenses bound to specific hardware.
c | A valid context object |
l | A valid license object |
o | A valid options binding |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |
reme_error_t reme_sensor_bind_camera_options | ( | reme_context_t | c, |
reme_sensor_t | s, | ||
reme_options_t | o | ||
) |
Access the sensor specific options.
For openni sensors
For mskinect sensors
For file sensors
Common to all configurations above is the depth_intrinsics field. It is mendatory for reconstruction and has the following structure
c | A valid context object |
s | A valid sensor object |
o | A valid options binding object |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |
reme_error_t reme_sensor_bind_track_options | ( | reme_context_t | c, |
reme_sensor_t | s, | ||
reme_options_t | o | ||
) |
Access the sensor track options.
c | A valid context object |
s | A valid sensor object |
o | A valid options binding object. |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |
reme_error_t reme_recorder_bind_file_options | ( | reme_context_t | c, |
reme_recorder_t | r, | ||
reme_options_t | o | ||
) |
Access the recorder specific file options.
c | A valid context object |
r | A valid recorder object |
o | A valid options binding object |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |
reme_error_t reme_calibrator_bind_options | ( | reme_context_t | c, |
reme_calibrator_t | cb, | ||
reme_options_t | o | ||
) |
Access the calibration options.
c | A valid context object |
cb | A valid calibration object |
o | A valid options binding object |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |
reme_error_t reme_calibrator_bind_intrinsics | ( | reme_context_t | c, |
reme_calibrator_t | cb, | ||
reme_options_t | o | ||
) |
Access the calibration results.
The results are provided as a new intrincis options set.
c | A valid context object |
cb | A valid calibration object |
o | A valid options binding object |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |
reme_error_t reme_surface_bind_poisson_options | ( | reme_context_t | c, |
reme_surface_t | s, | ||
reme_options_t | o | ||
) |
Access the poisson reconstruction options.
c | A valid context object |
s | A valid surface object |
o | A valid options binding object |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |
reme_error_t reme_surface_bind_decimation_options | ( | reme_context_t | c, |
reme_surface_t | s, | ||
reme_options_t | o | ||
) |
Access the surface decimation options.
c | A valid context object |
s | A valid surface object |
o | A valid options binding object |
REME_ERROR_SUCCESS | On success |
REME_ERROR_UNSPECIFIED | On failure |