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

Function cvWriteInt

deps/opencv/modules/core/src/persistence.cpp:2978–2983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2976
2977
2978CV_IMPL void
2979cvWriteInt( CvFileStorage* fs, const char* key, int value )
2980{
2981 CV_CHECK_OUTPUT_FILE_STORAGE(fs);
2982 fs->write_int( fs, key, value );
2983}
2984
2985
2986CV_IMPL void

Callers 8

icvWriteMatFunction · 0.85
icvWriteImageFunction · 0.85
icvWriteHeaderDataFunction · 0.85
icvWriteSeqFunction · 0.85
icvWriteGraphFunction · 0.85
writeFunction · 0.85
writeScalarFunction · 0.85
icvWriteHistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected