pub fn fuse_exposures(
inputs: &[ImageView<'_, u8, 3>],
options: ExposureFusionOptions,
) -> VisionResult<Image<u8, 3>>Expand description
Fuses aligned RGB exposures with normalized per-pixel well-exposedness.
pub fn fuse_exposures(
inputs: &[ImageView<'_, u8, 3>],
options: ExposureFusionOptions,
) -> VisionResult<Image<u8, 3>>Fuses aligned RGB exposures with normalized per-pixel well-exposedness.