Lines Matching refs:sequence
258 CV_PARSE_ERROR( "Sequence element should not have name (use <_></_>)" );
655 /* returns the sequence element by its index */
1210 CV_PARSE_ERROR( "Block sequence elements must be preceded with \'-\'" );
1340 "or add element with key to sequence" );
1856 "Sequence element should not have name (use <_></_>)" );
2259 "or add element with key to sequence" );
2456 CV_ERROR( CV_StsBadArg, "elements with keys can not be written to sequence" );
3200 // emulate reading from 1-element sequence
3215 CV_ERROR( CV_StsBadArg, "The file node should be a numerical scalar or a sequence" );
3239 CV_ERROR( CV_StsBadSize, "The readed sequence is a scalar, thus len must be 1" );
3351 "The sequence element is not a numerical scalar" );
3365 "The sequence slice does not fit an integer number of records" );
3513 #define CV_TYPE_NAME_SEQ "opencv-sequence"
3514 #define CV_TYPE_NAME_SEQ_TREE "opencv-sequence-tree"
4071 0 /* use the same storage as for the original sequence */, 1 );
4171 "Size of sequence element (elem_size) is inconsistent with seq->flags" );
4305 CV_ERROR( CV_StsError, "Some of essential sequence attributes are absent" );
4309 CV_ERROR( CV_StsError, "The sequence flags are invalid" );
4405 "opencv-sequence-tree instance should contain a field \"sequences\" that should be a sequence" );
4419 CV_ERROR( CV_StsParseError, "All the sequence tree nodes should contain \"level\" field" );
4661 CV_ERROR( CV_StsError, "Some of essential sequence attributes are absent" );
4847 writing a single sequence too */, icvCloneSeq );
5045 /* reads matrix, image, sequence, graph etc. */
5074 /* writes matrix, image, sequence, graph etc. */