| 287 | } |
| 288 | |
| 289 | const char* stasm_lasterr(void) // same as LastErr but not in stasm namespace |
| 290 | { |
| 291 | return LastErr(); // return the last error message (stashed in sgErr) |
| 292 | } |
| 293 | |
| 294 | void stasm_force_points_into_image( // force landmarks into image boundary |
| 295 | float* landmarks, // io |
no test coverage detected