Lines Matching refs:elements
1127 CV_PARSE_ERROR( "Missing , between the elements" );
1210 CV_PARSE_ERROR( "Block sequence elements must be preceded with \'-\'" );
2421 /* XML does not allow multiple top-level elements,
2456 CV_ERROR( CV_StsBadArg, "elements with keys can not be written to sequence" );
3101 CV_ERROR( CV_StsOutOfRange, "Negative number of elements" );
3598 "The matrix size does not match to the number of stored elements" );
3695 "The matrix size does not match to the number of stored elements" );
3748 CvSeq* elements;
3767 elements = cvCreateSeq( CV_SEQ_ELTYPE_PTR, sizeof(CvSeq), sizeof(int*), memstorage );
3773 cvSeqPush( elements, &idx );
3777 cvSeqSort( elements, icvSortIdxCmpFunc, &dims );
3778 cvStartReadSeq( elements, &reader, 0 );
3780 for( i = 0; i < elements->total; i++ )
3826 CvSeq* elements;
3855 elements = data->data.seq;
3858 for( i = 0; i < elements->total; )
3876 CV_NEXT_SEQ_ELEM( elements->elem_size, reader );
3884 CV_NEXT_SEQ_ELEM( elements->elem_size, reader );
4002 "The matrix size does not match to the number of stored elements" );
4367 CV_ERROR( CV_StsError, "The number of stored elements does not match to \"count\"" );