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

Method write

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

Source from the content-addressed store, hash-verified

203public:
204 virtual ~CSVFormatter() {}
205 void write(std::ostream& out, const Mat& m, const int*, int) const
206 {
207 writeMat(out, m, ' ', ' ', m.rows*m.channels() == 1);
208 if(m.rows > 1)
209 out << "\n";
210 }
211
212 void write(std::ostream& out, const void* data, int nelems, int type, const int*, int) const
213 {

Callers

nothing calls this directly

Calls 3

writeMatFunction · 0.85
writeElemsFunction · 0.85
channelsMethod · 0.45

Tested by

no test coverage detected