Searched refs:RightSquare (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvface.cpp183 long RightSquare = RightEyeRect.width*RightEyeRect.height; local
191 lpFaceData->Error = (double)(LeftSquare - RightSquare)*(double)(LeftSquare - RightSquare)/((double)(LeftSquare + RightSquare)*(LeftSquare + RightSquare)) +

Completed in 61 milliseconds