Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvepilines.cpp1095 void icvGetCrossPiecePiece( CvPoint2D64d p1_start,CvPoint2D64d p1_end, in icvGetCrossPiecePiece() argument
1106 ex1 = p1_start.x; in icvGetCrossPiecePiece()
1107 ey1 = p1_start.y; in icvGetCrossPiecePiece()
3416 int GetCrossLines(CvPoint2D32f p1_start,CvPoint2D32f p1_end,CvPoint2D32f p2_start,CvPoint2D32f p2_e… in GetCrossLines() argument
3424 ex1 = p1_start.x; in GetCrossLines()
3425 ey1 = p1_start.y; in GetCrossLines()
3463 int icvGetCrossPieceVector(CvPoint2D32f p1_start,CvPoint2D32f p1_end,CvPoint2D32f v2_start,CvPoint2… in icvGetCrossPieceVector() argument
3471 ex1 = p1_start.x; in icvGetCrossPieceVector()
3472 ey1 = p1_start.y; in icvGetCrossPieceVector()
/external/opencv/cvaux/include/
Dcvaux.h584 CVAPI(int) icvGetCrossPieceVector(CvPoint2D32f p1_start,CvPoint2D32f p1_end,CvPoint2D32f v2_start,C…
670 CVAPI(void) icvGetCrossPiecePiece( CvPoint2D64f p1_start,CvPoint2D64f p1_end,