MCPcopy Create free account
hub / github.com/creatale/node-dv / write

Method write

deps/opencv/modules/core/src/out.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146public:
147 virtual ~MatlabFormatter() {}
148 void write(std::ostream& out, const Mat& m, const int*, int) const
149 {
150 out << "[";
151 writeMat(out, m, ';', ' ', m.rows == 1);
152 out << "]";
153 }
154
155 void write(std::ostream& out, const void* data, int nelems, int type, const int*, int) const
156 {

Callers

nothing calls this directly

Calls 2

writeMatFunction · 0.85
writeElemsFunction · 0.85

Tested by

no test coverage detected