Searched refs:_angle (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvsurf.cpp | 352 CvMat _angle = cvMat(1, 81, CV_32F, angle); in cvExtractSURF() local 383 _X.cols = _Y.cols = _angle.cols = nangle; in cvExtractSURF() 384 cvCartToPolar( &_X, &_Y, 0, &_angle, 1 ); in cvExtractSURF()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1897 int _angle = cvRound(angle); in cvEllipse() local 1905 CV_CALL( icvEllipseEx( mat, center, axes, _angle, _start_angle, in cvEllipse()
|