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

Function read

czxing/src/main/cpp/include/opencv2/core.hpp:3154–3154  ·  view source on GitHub ↗

@brief Reads algorithm parameters from a file storage */

Source from the content-addressed store, hash-verified

3152 /** @brief Reads algorithm parameters from a file storage
3153 */
3154 CV_WRAP virtual void read(const FileNode& fn) { CV_UNUSED(fn); }
3155
3156 /** @brief Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
3157 */

Callers

nothing calls this directly

Calls 3

createFunction · 0.50
readMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected