MCPcopy Create free account
hub / github.com/davisking/dlib / save_metadata_to_file

Method save_metadata_to_file

tools/imglab/src/metadata_editor.cpp:146–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144// ----------------------------------------------------------------------------------------
145
146void metadata_editor::
147save_metadata_to_file (
148 const std::string& file
149)
150{
151 try
152 {
153 save_image_dataset_metadata(metadata, file);
154 }
155 catch (dlib::error& e)
156 {
157 message_box("Error saving file", e.what());
158 }
159}
160
161// ----------------------------------------------------------------------------------------
162

Callers

nothing calls this directly

Calls 3

message_boxFunction · 0.85
whatMethod · 0.45

Tested by

no test coverage detected