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

Function br_plot_landmarking

openbr/openbr.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214bool br_plot_landmarking(int num_files, const char *files[], const char *destination, bool show)
215{
216 return PlotLandmarking(QtUtils::toStringList(num_files, files), destination, show);
217}
218
219bool br_plot_metadata(int num_files, const char *files[], const char *columns, bool show)
220{

Callers 1

runMethod · 0.85

Calls 2

PlotLandmarkingFunction · 0.85
toStringListFunction · 0.85

Tested by

no test coverage detected