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

Function CheckStasmInit

jni/stasm/stasm_lib.cpp:24–28  ·  view source on GitHub ↗

the current image

Source from the content-addressed store, hash-verified

22{
23static Image img_g; // the current image
24static void CheckStasmInit(void)
25{
26 if (mods_g.empty())
27 Err("Models not initialized (missing call to stasm_init?)");
28}
29
30static void ShapeToLandmarks( // convert Shape to landmarks (float *)
31 float* landmarks, // out

Callers 4

stasm_init_extFunction · 0.85
stasm_open_image_extFunction · 0.85
stasm_search_auto_extFunction · 0.85
stasm_search_pinnedFunction · 0.85

Calls 1

ErrFunction · 0.85

Tested by

no test coverage detected