#include <stitcher.hpp>
Enumerator |
---|
OK |
|
ERR_NEED_MORE_IMGS |
|
std::vector<int> cv::Stitcher::component |
( |
| ) |
const |
|
inline |
double cv::Stitcher::compositingResol |
( |
| ) |
const |
|
inline |
static Stitcher cv::Stitcher::createDefault |
( |
bool |
try_use_gpu = false | ) |
|
|
static |
Status cv::Stitcher::estimateTransform |
( |
InputArray |
images, |
|
|
const std::vector< std::vector< Rect > > & |
rois |
|
) |
| |
const cv::Mat& cv::Stitcher::matchingMask |
( |
| ) |
const |
|
inline |
double cv::Stitcher::panoConfidenceThresh |
( |
| ) |
const |
|
inline |
double cv::Stitcher::registrationResol |
( |
| ) |
const |
|
inline |
double cv::Stitcher::seamEstimationResol |
( |
| ) |
const |
|
inline |
void cv::Stitcher::setCompositingResol |
( |
double |
resol_mpx | ) |
|
|
inline |
void cv::Stitcher::setMatchingMask |
( |
const cv::Mat & |
mask | ) |
|
|
inline |
void cv::Stitcher::setPanoConfidenceThresh |
( |
double |
conf_thresh | ) |
|
|
inline |
void cv::Stitcher::setRegistrationResol |
( |
double |
resol_mpx | ) |
|
|
inline |
void cv::Stitcher::setSeamEstimationResol |
( |
double |
resol_mpx | ) |
|
|
inline |
void cv::Stitcher::setWaveCorrection |
( |
bool |
flag | ) |
|
|
inline |
bool cv::Stitcher::waveCorrection |
( |
| ) |
const |
|
inline |
double cv::Stitcher::workScale |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: