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

Function br_compare

openbr/openbr.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void br_compare(const char *target_gallery, const char *query_gallery, const char *output)
72{
73 Compare(File(target_gallery), File(query_gallery), File(output));
74}
75
76void br_compare_n(int num_targets, const char *target_galleries[], const char *query_gallery, const char *output)
77{

Callers 2

runMethod · 0.85
mainFunction · 0.85

Calls 1

FileFunction · 0.85

Tested by

no test coverage detected