#include <operations.hpp>
virtual cv::Formatter::~Formatter |
( |
| ) |
|
|
inlinevirtual |
static const Formatter* cv::Formatter::get |
( |
const char * |
fmt = "" | ) |
|
|
static |
virtual void cv::Formatter::write |
( |
std::ostream & |
out, |
|
|
const Mat & |
m, |
|
|
const int * |
params = 0 , |
|
|
int |
nparams = 0 |
|
) |
| const |
|
pure virtual |
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: