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

  /external/opencv/cvaux/src/
enmin.cpp 223 CvGraphEdge* newEdgePtr;
250 CvGraphEdge* tempEdgePtr;
271 CvGraphEdge* tempEdgePtr;
405 CvGraphEdge* graphEdge = graphVtx -> first;
414 CvGraphEdge* tempGraphEdge = cvFindGraphEdge( graph, u, v );
427 CvGraphEdge* tempGraphEdge2;
457 CvGraphEdge* tempGraphEdge = cvFindGraphEdge( graph, v, u );
469 CvGraphEdge* tempGraphEdge3 = cvFindGraphEdge( hlpGraph, u, v );
474 CvGraphEdge* tempGraphEdge2;
553 CvGraphEdge* hlpGraphEdge = hlpGraphVtx -> first
    [all...]
cvclique.cpp 119 for( CvGraphEdge* e = ver->first; e ; e = CV_NEXT_GRAPH_EDGE( e, ver ) )
173 CvGraphEdge* edge = cvFindGraphEdgeByPtr( graph, ver1, ver2 );
cvlcm.cpp 622 LCMNode->first = (CvGraphEdge*)LCMEdge;
624 // LCMEdge_prev->next[(LCMEdge_prev == (CvLCMEdge*)LCMNode->first)] = (CvGraphEdge*)LCMEdge;
625 LCMEdge_prev->next[(LCMEdge_prev->vtx[0] != (CvGraphVtx*)LCMNode)] = (CvGraphEdge*)LCMEdge;
  /external/opencv3/modules/core/test/
test_io.cpp 133 sizeof(CvGraphEdge), storage );
140 CvGraphEdge* edge;
369 CvGraphEdge* edge2 = cvFindGraphEdge(graph2, edges[i][0], edges[i][1]);
370 CvGraphEdge* edge3 = cvFindGraphEdge(graph3, edges[i][0], edges[i][1]);
test_ds.cpp     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]
cxpersistence.cpp     [all...]
  /external/opencv3/modules/core/src/
datastructs.cpp     [all...]
persistence.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
cxtypes.h     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
types_c.h     [all...]

Completed in 203 milliseconds