pub fn integral_image<T: PixelComponent, const CHANNELS: usize>(
input: ImageView<'_, T, CHANNELS>,
channel: usize,
) -> VisionResult<IntegralImage>Expand description
Computes a summed-area table for one selected channel.
pub fn integral_image<T: PixelComponent, const CHANNELS: usize>(
input: ImageView<'_, T, CHANNELS>,
channel: usize,
) -> VisionResult<IntegralImage>Computes a summed-area table for one selected channel.