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

Function Valid

jni/stasm/misc.h:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173static const int INVALID = 99999; // used to specify unavail eye locations, etc
174
175template <typename T> bool Valid(const T x)
176{
177 return x != INVALID && x != -INVALID;
178}
179
180// For reference, the fields of an OpenCV Mat are as follows.
181// See \OpenCV\build\include\opencv2\core\core.hpp for details.

Callers 15

ImgDetParToRoiFrameFunction · 0.85
ImgShapeToRoiFrameFunction · 0.85
RoiShapeToImgFrameFunction · 0.85
EstartEyesFunction · 0.85
EstartEyeMouthFunction · 0.85
TraceEyesMouthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected