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.