MCPcopy Create free account
hub / github.com/devilsen/CZXing / saveIncreaseMat

Function saveIncreaseMat

czxing/src/main/cpp/MatUtils.h:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31unsigned int m_FileIndex;
32
33static void saveIncreaseMat(const cv::Mat &mat) {
34#ifdef SAVE_MAT
35 std::string fileName = std::to_string(m_FileIndex);
36 saveMat(mat, fileName);
37 m_FileIndex++;
38#endif
39}
40
41
42CZXING_END_NAMESPACE()

Callers

nothing calls this directly

Calls 1

saveMatFunction · 0.85

Tested by

no test coverage detected