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

Method NextFace_

jni/stasm/MOD_1/facedet.cpp:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209// Eyes, mouth, and rot in detpar always returned INVALID.
210
211const DetectorParameter FaceDetector::NextFace_(void)
212{
213 DetectorParameter detpar; // detpar constructor sets all fields INVALID
214
215 if (iface_ < NSIZE(detpars_))
216 detpar = detpars_[iface_++];
217
218 return detpar;
219}
220
221} // namespace stasm

Callers 1

NextStartShapeAndRoiFunction · 0.80

Calls 1

NSIZEFunction · 0.85

Tested by

no test coverage detected