Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvpgh.cpp45 static const float icv_acos_table[_CV_ACOS_TABLE_SIZE] = { variable
155 double angle_scale = (angle_dim - 0.51) / icv_acos_table[0]; in icvCalcPGH()
256 cvRound( icv_acos_table[dp] * angle_scale ); in icvCalcPGH()