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

Function br_plot

openbr/openbr.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204bool br_plot(int num_files, const char *files[], const char *destination, bool show)
205{
206 return Plot(QtUtils::toStringList(num_files, files), destination, show);
207}
208
209bool br_plot_detection(int num_files, const char *files[], const char *destination, bool show)
210{

Callers 2

runMethod · 0.85
mainFunction · 0.85

Calls 2

PlotFunction · 0.85
toStringListFunction · 0.85

Tested by

no test coverage detected