OpenCV
3.0.0
Open Source Computer Vision
|
#include <mex.h>
#include <stdint.h>
#include <cstdarg>
#include <algorithm>
#include <string>
#include <vector>
#include <sstream>
#include <set>
Classes | |
class | matlab::ArgumentParser |
parses inputs to a method and resolves the argument names. More... | |
class | matlab::DefaultTraits |
class | matlab::InheritType |
class | matlab::MxArray |
A thin wrapper around Matlab's mxArray types. More... | |
class | matlab::Traits< _Tp > |
class | matlab::Traits< bool > |
class | matlab::Traits< char > |
class | matlab::Traits< double > |
class | matlab::Traits< float > |
class | matlab::Traits< int16_t > |
class | matlab::Traits< int32_t > |
class | matlab::Traits< int64_t > |
class | matlab::Traits< int8_t > |
class | matlab::Traits< matlab::InheritType > |
class | matlab::Traits< uint16_t > |
class | matlab::Traits< uint32_t > |
class | matlab::Traits< uint64_t > |
class | matlab::Traits< uint8_t > |
Namespaces | |
matlab | |
Typedefs | |
typedef std::vector< MxArray > | matlab::MxArrayVector |
typedef std::set< std::string > | StringSet |
Functions | |
static void | matlab::conditionalError (bool expr, const std::string &str) |
raise error if condition fails More... | |
static void | matlab::error (const std::string &str) |
raise an error More... | |
typedef std::set<std::string> StringSet |