getEdge 911 modules/imgproc/include/opencv2/imgproc.hpp CV_WRAP int getEdge( int edge, int nextEdgeType ) const; getEdge 191 modules/imgproc/src/subdivision2d.cpp splice(edge, getEdge(edgeA, NEXT_AROUND_LEFT)); getEdge 201 modules/imgproc/src/subdivision2d.cpp int a = getEdge(edge, PREV_AROUND_ORG); getEdge 202 modules/imgproc/src/subdivision2d.cpp int b = getEdge(sedge, PREV_AROUND_ORG); getEdge 209 modules/imgproc/src/subdivision2d.cpp splice(edge, getEdge(a, NEXT_AROUND_LEFT)); getEdge 210 modules/imgproc/src/subdivision2d.cpp splice(sedge, getEdge(b, NEXT_AROUND_LEFT)); getEdge 244 modules/imgproc/src/subdivision2d.cpp splice( edge, getEdge(edge, PREV_AROUND_ORG) ); getEdge 246 modules/imgproc/src/subdivision2d.cpp splice(sedge, getEdge(sedge, PREV_AROUND_ORG) ); getEdge 303 modules/imgproc/src/subdivision2d.cpp int dprev_edge = getEdge( edge, PREV_AROUND_DST ); getEdge 427 modules/imgproc/src/subdivision2d.cpp recentEdge = curr_edge = getEdge( curr_edge, PREV_AROUND_ORG ); getEdge 447 modules/imgproc/src/subdivision2d.cpp curr_edge = getEdge(base_edge, PREV_AROUND_ORG); getEdge 451 modules/imgproc/src/subdivision2d.cpp curr_edge = getEdge( base_edge, PREV_AROUND_ORG ); getEdge 458 modules/imgproc/src/subdivision2d.cpp int temp_edge = getEdge( curr_edge, PREV_AROUND_ORG ); getEdge 469 modules/imgproc/src/subdivision2d.cpp curr_edge = getEdge( curr_edge, PREV_AROUND_ORG ); getEdge 474 modules/imgproc/src/subdivision2d.cpp curr_edge = getEdge( nextEdge( curr_edge ), PREV_AROUND_LEFT ); getEdge 594 modules/imgproc/src/subdivision2d.cpp int edge1 = getEdge( edge0, NEXT_AROUND_LEFT ); getEdge 595 modules/imgproc/src/subdivision2d.cpp int edge2 = getEdge( edge1, NEXT_AROUND_LEFT ); getEdge 614 modules/imgproc/src/subdivision2d.cpp int edge1 = getEdge( edge0, NEXT_AROUND_RIGHT ); getEdge 615 modules/imgproc/src/subdivision2d.cpp int edge2 = getEdge( edge1, NEXT_AROUND_RIGHT ); getEdge 676 modules/imgproc/src/subdivision2d.cpp edge = getEdge( edge, NEXT_AROUND_LEFT ); getEdge 686 modules/imgproc/src/subdivision2d.cpp edge = getEdge( edge, PREV_AROUND_LEFT ); getEdge 740 modules/imgproc/src/subdivision2d.cpp edge = getEdge(edge, NEXT_AROUND_LEFT); getEdge 743 modules/imgproc/src/subdivision2d.cpp edge = getEdge(edge, NEXT_AROUND_LEFT); getEdge 779 modules/imgproc/src/subdivision2d.cpp t = getEdge( t, NEXT_AROUND_LEFT ); getEdge 804 modules/imgproc/src/subdivision2d.cpp int o_prev = getEdge(e, PREV_AROUND_ORG ); getEdge 805 modules/imgproc/src/subdivision2d.cpp int d_prev = getEdge(e, PREV_AROUND_DST ); getEdge 806 modules/imgproc/src/subdivision2d.cpp int d_next = getEdge(e, NEXT_AROUND_DST ); getEdge 818 modules/imgproc/src/subdivision2d.cpp CV_Assert( getEdge(getEdge(getEdge(e,NEXT_AROUND_LEFT),NEXT_AROUND_LEFT),NEXT_AROUND_LEFT) == e ); getEdge 819 modules/imgproc/src/subdivision2d.cpp CV_Assert( getEdge(getEdge(getEdge(e,NEXT_AROUND_RIGHT),NEXT_AROUND_RIGHT),NEXT_AROUND_RIGHT) == e); getEdge 69 samples/cpp/delaunay2.cpp e = subdiv.getEdge(e, Subdiv2D::NEXT_AROUND_LEFT);