MCPcopy Create free account
hub / github.com/biometrics/openbr / br_plot_metadata

Function br_plot_metadata

openbr/openbr.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219bool br_plot_metadata(int num_files, const char *files[], const char *columns, bool show)
220{
221 return PlotMetadata(QtUtils::toStringList(num_files, files), columns, show);
222}
223
224bool br_plot_knn(int num_files, const char *files[], const char *destination, bool show)
225{

Callers 1

runMethod · 0.85

Calls 2

PlotMetadataFunction · 0.85
toStringListFunction · 0.85

Tested by

no test coverage detected