Home
last modified time | relevance | path

Searched refs:edge_dt (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp4499 char edge_dt_buf[128], *edge_dt; in icvWriteGraph() local
4533 CV_CALL( edge_dt = icvGetFormat( (CvSeq*)graph->edges, "edge_dt", in icvWriteGraph()
4535 sprintf( edge_dt_buf, "2if%s", edge_dt ? edge_dt : "" ); in icvWriteGraph()
4536 edge_dt = edge_dt_buf; in icvWriteGraph()
4537 cvWriteString( fs, "edge_dt", edge_dt, 0 ); in icvWriteGraph()
4549 const char* dt = k == 0 ? vtx_dt : edge_dt; in icvWriteGraph()
4651 const char* edge_dt; in icvReadGraph() local
4656 edge_dt = cvReadStringByName( fs, node, "edge_dt", 0 ); in icvReadGraph()
4660 if( !flags_str || vtx_count == -1 || edge_count == -1 || !edge_dt ) in icvReadGraph()
4682 CV_CALL( fmt_pair_count = icvDecodeFormat( edge_dt, in icvReadGraph()
[all …]