Skip to main content

estimate_and_stitch_panorama

Function estimate_and_stitch_panorama 

Source
pub fn estimate_and_stitch_panorama(
    source: ImageView<'_, u8, 3>,
    target: ImageView<'_, u8, 3>,
    correspondences: &[PointCorrespondence2],
    robust: RobustEstimationOptions,
    options: PanoramaOptions,
) -> VisionResult<Panorama>
Expand description

Estimates a source-to-target homography and stitches the pair.