Searched refs:normDirect (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvepilines.cpp2028 void icvGetNormalDirect(CvVect64d direct,CvPoint2D64d point,CvVect64d normDirect) argument
2030 normDirect[0] = direct[1];
2031 normDirect[1] = - direct[0];
2032 normDirect[2] = -(normDirect[0]*point.x + normDirect[1]*point.y);
/external/opencv/cvaux/include/
H A Dcvaux.h716 CVAPI(void) icvGetNormalDirect(CvVect64d direct,CvPoint2D64f point,CvVect64d normDirect);

Completed in 40 milliseconds