#include <operations.hpp>
§ ~Formatter()
virtual cv::Formatter::~Formatter |
( |
| ) |
|
|
inlinevirtual |
§ get()
static const Formatter* cv::Formatter::get |
( |
const char * |
fmt = "" | ) |
|
|
static |
§ setDefault()
§ write() [1/2]
virtual void cv::Formatter::write |
( |
std::ostream & |
out, |
|
|
const Mat & |
m, |
|
|
const int * |
params = 0 , |
|
|
int |
nparams = 0 |
|
) |
| const |
|
pure virtual |
§ write() [2/2]
virtual void cv::Formatter::write |
( |
std::ostream & |
out, |
|
|
const void * |
data, |
|
|
int |
nelems, |
|
|
int |
type, |
|
|
const int * |
params = 0 , |
|
|
int |
nparams = 0 |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: