Skip to main content

compute_threshold_map

Function compute_threshold_map 

Source
pub fn compute_threshold_map(
    img: &ImageView<'_>,
    integral: &[u64],
    output: &mut [u8],
    radius: usize,
    c: i16,
)
Expand description

Compute a map of local mean values.

Optimized with parallelism and vectorization.