Home
last modified time | relevance | path

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

/external/opencv/cvaux/include/
Dcvaux.h723 CVAPI(void) icvGetDistanceFromPointToDirect( CvPoint2D64f point,CvVect64d lineCoef,double*dist);
/external/opencv/cvaux/src/
Dcvepilines.cpp2098 void icvGetDistanceFromPointToDirect( CvPoint2D64d point,CvVect64d lineCoef,double*dist) in icvGetDistanceFromPointToDirect() argument
2101 icvProjectPointToDirect(point,lineCoef,&tmpPoint); in icvGetDistanceFromPointToDirect()