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

Function RectToImageFrame

jni/stasm/eyedet.cpp:669–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669static void RectToImageFrame(
670 double& x, // out: center of feature
671 double& y, // out: center of feature
672 const Rect& featrect) // in
673{
674 x = featrect.x + featrect.width / 2;
675 y = featrect.y + featrect.height / 2;
676}
677
678#if TRACE_IMAGES
679

Callers 2

DrawFeatFunction · 0.85
DetectEyesAndMouthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected