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
pub fn apply_threshold(
probabilities: &RasterBuffer,
threshold: f32,
) -> Result<RasterBuffer>Applies confidence thresholding to a probability map
Returns an error if thresholding fails