Searched refs:icvIntersectLines3 (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/src/ |
D | _cvgeom.h | 62 void icvIntersectLines3( double* a0, double* b0, double* c0,
|
D | cvsubdivision2d.cpp | 674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point ); in cvCalcSubdivVoronoi2D() 694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point ); in cvCalcSubdivVoronoi2D()
|
D | cvgeometry.cpp | 146 icvIntersectLines3( double *a0, double *b0, double *c0, in icvIntersectLines3() function
|