[][src]Function realsense_sys::rs2_create_threshold

pub unsafe extern "C" fn rs2_create_threshold(
    error: *mut *mut rs2_error
) -> *mut rs2_processing_block

Creates depth thresholding processing block By controlling min and max options on the block, one could filter out depth values that are either too large or too small, as a software post-processing step \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored