Searched refs:icvAddEdge (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereogc.cpp596 static inline void icvAddEdge( GCVtx *x, GCVtx* y, GCEdge* edgeBuf, int nedges, int w, int rw ) function
635 icvAddEdge( x, y, edgeBuf, nedges, 0, w );
645 icvAddEdge( x, y, edgeBuf, nedges, w, 0 );
654 icvAddEdge( x, y, edgeBuf, nedges, B - A, C - D );

Completed in 54 milliseconds