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