Skip to main content

apply_threshold

Function apply_threshold 

Source
pub fn apply_threshold(
    probabilities: &RasterBuffer,
    threshold: f32,
) -> Result<RasterBuffer>
Expand description

Applies confidence thresholding to a probability map

ยงErrors

Returns an error if thresholding fails