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