HomeSort by relevance Sort by last modified time
    Searched refs:o_next (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvsubdiv2.cpp 66 CvSubdiv2DEdge o_next = cvSubdiv2DNextEdge(e); local
72 if( cvSubdiv2DEdgeOrg(e) != cvSubdiv2DEdgeOrg(o_next))
82 if( cvSubdiv2DEdgeDst(o_next) != cvSubdiv2DEdgeOrg(d_prev))
  /external/opencv3/modules/imgproc/src/
subdivision2d.cpp 803 int o_next = nextEdge(e); local
809 CV_Assert( edgeOrg(e) == edgeOrg(o_next));
816 CV_Assert( edgeDst(o_next) == edgeOrg(d_prev));

Completed in 99 milliseconds