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

Function GetPrescale

jni/stasm/asm.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222static 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
228Shape Mod::ModSearch_( // returns coords of the facial landmarks
229 const Shape& startshape, // in: startshape roughly positioned on face

Callers 1

ModSearch_Method · 0.85

Calls 1

EyeMouthDistFunction · 0.85

Tested by

no test coverage detected