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

Function PossiblySetRotToZero

jni/stasm/faceroi.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void PossiblySetRotToZero( // this is to avoid rotating the image unnecessarily
162 double& rot) // io
163{
164 if (rot >= -ROT_TREAT_AS_ZERO && rot <= ROT_TREAT_AS_ZERO)
165 rot = 0;
166}
167
168void FaceRoiAndDetectorParameter( // get ROI around the face, rotate if necessary
169 Image& face_roi, // out

Callers 3

StartShapeAndRoiFunction · 0.85
TraceEyeMouthImgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected