Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp858 double dbAverageRotate = 0; in CalculateTransformationLMS3() local
903 dbAverageRotate = atan2( dbXtYs - dbYtXs, dbXtXs + dbYtYs ); in CalculateTransformationLMS3()
905 double cosR = cos(dbAverageRotate); in CalculateTransformationLMS3()
906 double sinR = sin(dbAverageRotate); in CalculateTransformationLMS3()
918 if( pdbAverageRotate != NULL ) *pdbAverageRotate = dbAverageRotate; in CalculateTransformationLMS3()