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

Function IsRoiEntireImg

jni/stasm/faceroi.cpp:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static bool IsRoiEntireImg(
59 const Rect& roi, // in
60 int imgcols, // in
61 int imgrows) // in
62{
63 return roi.x == 0 &&
64 roi.y == 0 &&
65 roi.width == imgcols &&
66 roi.height == imgrows;
67}
68
69static DetectorParameter ImgDetParToRoiFrame(
70 const DetectorParameter& detpar, // in

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected