[][src]Function realsense_sys::rs2_create_decimation_filter_block

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

Creates Depth post-processing filter block. This block accepts depth frames, applies decimation filter and plots modified prames Note that due to the modifiedframe size, the decimated frame repaces the original one \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored