Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp872 …double dbYtYt = double(pow2(pTemplPoints[0].y) + pow2(pTemplPoints[1].y) + pow2(pTemplPoints[2].y)… in CalculateTransformationLMS3() local
892 dbYtYt -= dbYt * dbYt; in CalculateTransformationLMS3()
911 … dbLMS = dbXtXt + dbYtYt - ((double)pow(dbXtXs + dbYtYs,2) + (double)pow(dbXtYs - dbYtXs,2)) / del; in CalculateTransformationLMS3()
939 …double dbYtYt = double(pow2(pTemplPoints[0].y) + pow2(pTemplPoints[1].y) + pow2(pTemplPoints[2].y)… in CalculateTransformationLMS3_0() local
959 dbYtYt -= dbYt * dbYt; in CalculateTransformationLMS3_0()
972 … dbLMS = dbXtXt + dbYtYt - ((double)pow(dbXtXs + dbYtYs,2) + (double)pow(dbXtYs - dbYtXs,2)) / del; in CalculateTransformationLMS3_0()