Lines Matching refs:index_node
2300 CvFileNode* index_node = cvGetFileNodeByName( fs, df_elem, "index" );2301 if( !index_node )2305 CV_ASSERT( sv_count == 1 || CV_NODE_IS_SEQ(index_node->tag) &&2306 index_node->data.seq->total == sv_count );2307 CV_CALL( cvReadRawData( fs, index_node, df[i].sv_index, "i" ));