| 220 | } |
| 221 | |
| 222 | static double GetPrescale( // factor to scale face to standard size prior to search |
| 223 | const Shape& startshape) // in: startshape roughly positioned on face |
| 224 | { |
| 225 | return EYEMOUTH_DIST / EyeMouthDist(startshape); |
| 226 | } |
| 227 | |
| 228 | Shape Mod::ModSearch_( // returns coords of the facial landmarks |
| 229 | const Shape& startshape, // in: startshape roughly positioned on face |
no test coverage detected