Home
last modified time | relevance | path

Searched refs:dbXtXt (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp871 …double dbXtXt = double(pow2(pTemplPoints[0].x) + pow2(pTemplPoints[1].x) + pow2(pTemplPoints[2].x)… in CalculateTransformationLMS3() local
891 dbXtXt -= dbXt * dbXt; in CalculateTransformationLMS3()
911 … dbLMS = dbXtXt + dbYtYt - ((double)pow(dbXtXs + dbYtYs,2) + (double)pow(dbXtYs - dbYtXs,2)) / del; in CalculateTransformationLMS3()
938 …double dbXtXt = double(pow2(pTemplPoints[0].x) + pow2(pTemplPoints[1].x) + pow2(pTemplPoints[2].x)… in CalculateTransformationLMS3_0() local
958 dbXtXt -= dbXt * dbXt; in CalculateTransformationLMS3_0()
972 … dbLMS = dbXtXt + dbYtYt - ((double)pow(dbXtXs + dbYtYs,2) + (double)pow(dbXtYs - dbYtXs,2)) / del; in CalculateTransformationLMS3_0()