Searched refs:p1_end (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1095 void icvGetCrossPiecePiece( CvPoint2D64d p1_start,CvPoint2D64d p1_end, in icvGetCrossPiecePiece() argument 1108 ex2 = p1_end.x; in icvGetCrossPiecePiece() 1109 ey2 = p1_end.y; in icvGetCrossPiecePiece() 3416 int GetCrossLines(CvPoint2D32f p1_start,CvPoint2D32f p1_end,CvPoint2D32f p2_start,CvPoint2D32f p2_e… in GetCrossLines() argument 3426 ex2 = p1_end.x; in GetCrossLines() 3427 ey2 = p1_end.y; in GetCrossLines() 3463 int icvGetCrossPieceVector(CvPoint2D32f p1_start,CvPoint2D32f p1_end,CvPoint2D32f v2_start,CvPoint2… in icvGetCrossPieceVector() argument 3473 ex2 = p1_end.x; in icvGetCrossPieceVector() 3474 ey2 = p1_end.y; in icvGetCrossPieceVector()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 584 CVAPI(int) icvGetCrossPieceVector(CvPoint2D32f p1_start,CvPoint2D32f p1_end,CvPoint2D32f v2_start,C… 670 CVAPI(void) icvGetCrossPiecePiece( CvPoint2D64f p1_start,CvPoint2D64f p1_end,
|