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

Method write

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

Source from the content-addressed store, hash-verified

221public:
222 virtual ~CFormatter() {}
223 void write(std::ostream& out, const Mat& m, const int*, int) const
224 {
225 out << "{";
226 writeMat(out, m, ',', ' ', m.rows==1);
227 out << "}";
228 }
229
230 void write(std::ostream& out, const void* data, int nelems, int type, const int*, int) const
231 {

Callers

nothing calls this directly

Calls 2

writeMatFunction · 0.85
writeElemsFunction · 0.85

Tested by

no test coverage detected