Home | History | Annotate | Download | only in src

Lines Matching refs:_W1

179         double _W1[9*3], _W2[3*3];
183 CvMat W1 = cvMat(3,9,CV_64F,_W1), W2 = cvMat(3,3,CV_64F,_W2);