HomeSort by relevance Sort by last modified time
    Searched full:dst_pt (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvsubdivision2d.cpp 144 CvSubdiv2DPoint * org_pt, CvSubdiv2DPoint * dst_pt )
156 quadedge->pt[(edge + 2) & 3] = dst_pt;
351 CvPoint2D32f dst_pt = cvSubdiv2DEdgeDst( edge )->pt; local
355 t2 = fabs( pt.x - dst_pt.x );
356 t2 += fabs( pt.y - dst_pt.y );
357 t3 = fabs( org_pt.x - dst_pt.x );
358 t3 += fabs( org_pt.y - dst_pt.y );
373 fabs( cvTriangleArea( pt, org_pt, dst_pt )) < FLT_EPSILON )
835 CvSubdiv2DPoint* dst_pt );

Completed in 184 milliseconds