Searched refs:edge_dt (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 4499 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 …]
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 4434 char edge_dt_buf[128], *edge_dt; in icvWriteGraph() local 4467 edge_dt = icvGetFormat( (CvSeq*)graph->edges, "edge_dt", in icvWriteGraph() 4469 sprintf( edge_dt_buf, "2if%s", edge_dt ? edge_dt : "" ); in icvWriteGraph() 4470 edge_dt = edge_dt_buf; in icvWriteGraph() 4471 cvWriteString( fs, "edge_dt", edge_dt, 0 ); in icvWriteGraph() 4483 const char* dt = k == 0 ? vtx_dt : edge_dt; in icvWriteGraph() 4579 const char* edge_dt; in icvReadGraph() local 4584 edge_dt = cvReadStringByName( fs, node, "edge_dt", 0 ); in icvReadGraph() 4588 if( !flags_str || vtx_count == -1 || edge_count == -1 || !edge_dt ) in icvReadGraph() 4626 fmt_pair_count = icvDecodeFormat( edge_dt, in icvReadGraph() [all …]
|