pub fn threshold(
src: &RasterBuffer,
threshold: f64,
above_value: f64,
below_value: f64,
) -> Result<RasterBuffer>pub fn threshold(
src: &RasterBuffer,
threshold: f64,
above_value: f64,
below_value: f64,
) -> Result<RasterBuffer>