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

Function stasm_search_auto

jni/stasm/stasm_lib.cpp:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215int stasm_search_auto( // call repeatedly to find all faces
216 int* foundface, // out: 0=no more faces, 1=found face
217 float* landmarks) // out: x0, y0, x1, y1, ..., caller must allocate
218{
219 return stasm_search_auto_ext(foundface, landmarks, NULL);
220}
221
222int stasm_search_single( // wrapper for stasm_search_auto and friends
223 int* foundface, // out: 0=no face, 1=found face

Callers 1

stasm_search_singleFunction · 0.85

Calls 1

stasm_search_auto_extFunction · 0.85

Tested by

no test coverage detected