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

  /external/opencv/cv/src/
cvsubdivision2d.cpp 240 icvIsRightOf( CvPoint2D32f& pt, CvSubdiv2DEdge edge )
286 right_of_curr = icvIsRightOf( pt, edge );
298 int right_of_onext = icvIsRightOf( pt, onext_edge );
299 int right_of_dprev = icvIsRightOf( pt, dprev_edge );
330 icvIsRightOf( cvSubdiv2DEdgeDst( onext_edge )->pt, edge ) >= 0 )
482 if( icvIsRightOf( temp_dst->pt, curr_edge ) > 0 &&

Completed in 1292 milliseconds