enum cv::Stitcher::Mode

Overview

#include <stitching.hpp>

enum Mode
{
    PANORAMA = 0,
    SCANS    = 1,
};

Detailed Documentation

Enum Values

PANORAMA

Mode for creating photo panoramas. Expects images under perspective transformation and projects resulting pano to sphere.

See also:

detail::BestOf2NearestMatcher SphericalWarper

SCANS

Mode for composing scans. Expects images under affine transformation does not compensate exposure by default.

See also:

detail::AffineBestOf2NearestMatcher AffineWarper