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

Function br_plot_detection

openbr/openbr.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209bool br_plot_detection(int num_files, const char *files[], const char *destination, bool show)
210{
211 return PlotDetection(QtUtils::toStringList(num_files, files), destination, show);
212}
213
214bool br_plot_landmarking(int num_files, const char *files[], const char *destination, bool show)
215{

Callers 1

runMethod · 0.85

Calls 2

PlotDetectionFunction · 0.85
toStringListFunction · 0.85

Tested by

no test coverage detected