Skip to main content

stitch_panorama_pair

Function stitch_panorama_pair 

Source
pub fn stitch_panorama_pair(
    source: ImageView<'_, u8, 3>,
    target: ImageView<'_, u8, 3>,
    source_to_target: PerspectiveTransform,
    options: PanoramaOptions,
) -> VisionResult<Panorama>
Expand description

Warps source into target coordinates and feather-blends their overlap.