Searched refs:alpha_node (Results 1 – 1 of 1) sorted by relevance
2278 CvFileNode* alpha_node = cvGetFileNodeByName( fs, df_elem, "alpha" ); in read() local2289 if( !alpha_node ) in read()2294 CV_ASSERT( sv_count == 1 || CV_NODE_IS_SEQ(alpha_node->tag) && in read()2295 alpha_node->data.seq->total == sv_count ); in read()2296 CV_CALL( cvReadRawData( fs, alpha_node, df[i].alpha, "d" )); in read()