mexopencv  3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{Stitcher_.cpp} Namespace Reference

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< Stitcher > > obj_
 Object container. More...
 
const ConstMap< string, int > ComposeResolMap
 compositing resolution types More...
 
const ConstMap< string, Stitcher::ModeModesMap
 stitching mode types More...
 

Variable Documentation

◆ ComposeResolMap

const ConstMap<string, int> anonymous_namespace{Stitcher_.cpp}::ComposeResolMap
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

compositing resolution types

Definition at line 23 of file Stitcher_.cpp.

◆ last_id

int anonymous_namespace{Stitcher_.cpp}::last_id = 0

Last object id to allocate.

Definition at line 18 of file Stitcher_.cpp.

◆ ModesMap

const ConstMap<string, Stitcher::Mode> anonymous_namespace{Stitcher_.cpp}::ModesMap
Initial value:
("Panorama", cv::Stitcher::PANORAMA)
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

stitching mode types

Definition at line 27 of file Stitcher_.cpp.

◆ obj_

map<int,Ptr<Stitcher> > anonymous_namespace{Stitcher_.cpp}::obj_

Object container.

Definition at line 20 of file Stitcher_.cpp.