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

Function br_plot_knn

openbr/openbr.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224bool br_plot_knn(int num_files, const char *files[], const char *destination, bool show)
225{
226 return PlotKNN(QtUtils::toStringList(num_files, files), destination, show);
227}
228
229float br_progress()
230{

Callers 1

runMethod · 0.85

Calls 2

PlotKNNFunction · 0.85
toStringListFunction · 0.85

Tested by

no test coverage detected