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

Function FlipIfLeftFacing

jni/stasm/startshape.cpp:288–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288static void FlipIfLeftFacing(
289 Shape& shape, // io
290 EYAW eyaw, // in
291 int ncols) // in
292{
293 if (IsLeftFacing(eyaw))
294 shape = FlipShape(shape, ncols);
295}
296
297static Shape EstartRectOnly(
298 const DetectorParameter& detpar_roi, // in: detpar wrt the ROI

Callers 2

EstartEyesFunction · 0.85
EstartEyeMouthFunction · 0.85

Calls 2

IsLeftFacingFunction · 0.85
FlipShapeFunction · 0.85

Tested by

no test coverage detected