MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / stasm_init

Function stasm_init

jni/stasm/stasm_lib.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102int stasm_init( // call once, at bootup (to read models from disk)
103 const char* datadir, // in: directory of face detector files
104 int trace) // in: 0 normal use, 1 trace to stdout and stasm.log
105{
106 return stasm_init_ext(datadir, trace, NULL);
107}
108
109int stasm_open_image_ext( // extended version of stasm_open_image
110 const char* image, // in: gray image data, top left corner at 0,0

Callers 1

stasm_search_singleFunction · 0.85

Calls 1

stasm_init_extFunction · 0.85

Tested by

no test coverage detected