Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvepilines.cpp2804 double convRotMatr2[9]; in icvSelectBestRt() local
2807 convRotMatr2[0] = 1; in icvSelectBestRt()
2808 convRotMatr2[1] = 0; in icvSelectBestRt()
2809 convRotMatr2[2] = 0; in icvSelectBestRt()
2811 convRotMatr2[3] = 0; in icvSelectBestRt()
2812 convRotMatr2[4] = 1; in icvSelectBestRt()
2813 convRotMatr2[5] = 0; in icvSelectBestRt()
2815 convRotMatr2[6] = 0; in icvSelectBestRt()
2816 convRotMatr2[7] = 0; in icvSelectBestRt()
2817 convRotMatr2[8] = 1; in icvSelectBestRt()
[all …]