[][src]Function realsense_sys::rs2_create_disparity_transform_block

pub unsafe extern "C" fn rs2_create_disparity_transform_block(
    transform_to_disparity: c_uchar,
    error: *mut *mut rs2_error
) -> *mut rs2_processing_block

Creates a post processing block that provides for depth<->disparity domain transformation for stereo-based depth modules \param[in] transform_to_disparity flag select the transform direction: true = depth->disparity, and vice versa \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored