| 298 | }; |
| 299 | |
| 300 | enum ESTART // do we use the detected eyes or mouth to help position the startshape? |
| 301 | // note: gaps in enum numbering are for compat with other Stasm versions |
| 302 | { |
| 303 | ESTART_RECT_ONLY = 1, // use just the face det rect to align the start shape |
| 304 | ESTART_EYES = 2, // use eyes if available (as well as face rect) |
| 305 | ESTART_EYE_AND_MOUTH = 4 // uses eye(s) and mouth if both available |
| 306 | }; |
| 307 | |
| 308 | #if MOD_3 || MOD_A || MOD_A_EMU // experimental versions |
| 309 | static const double EYAW_TO_USE_DET22 = 14; // what estimated yaw requires the yaw22 mod |
nothing calls this directly
no outgoing calls
no test coverage detected