Searched refs:vtx_node (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 4639 CvFileNode *header_node, *vtx_node, *edge_node; in icvReadGraph() local 4732 vtx_node = cvGetFileNodeByName( fs, node, "vertices" ); in icvReadGraph() 4736 if( vtx_dt && !vtx_node ) in icvReadGraph() 4751 cvStartReadRawData( fs, k == 0 ? vtx_node : edge_node, &reader ); in icvReadGraph()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 4567 CvFileNode *header_node, *vtx_node, *edge_node; in icvReadGraph() local 4676 vtx_node = cvGetFileNodeByName( fs, node, "vertices" ); in icvReadGraph() 4680 if( vtx_dt && !vtx_node ) in icvReadGraph() 4696 cvStartReadRawData( fs, k == 0 ? vtx_node : edge_node, &reader ); in icvReadGraph()
|