Searched refs:elemtype (Results 1 – 2 of 2) sorted by relevance
457 #define CV_IMAGE_ELEM( image, elemtype, row, col ) \ argument458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])647 #define CV_MAT_ELEM( mat, elemtype, row, col ) \ argument648 (*(elemtype*)CV_MAT_ELEM_PTR_FAST( mat, row, col, sizeof(elemtype)))
465 int elemtype = CV_MAT_TYPE(seq_flags); in cvCreateSeq() local466 int typesize = CV_ELEM_SIZE(elemtype); in cvCreateSeq()468 if( elemtype != CV_SEQ_ELTYPE_GENERIC && in cvCreateSeq()705 int elemtype = CV_MAT_TYPE(seq_flags); in cvMakeSeqHeaderForArray() local706 int typesize = CV_ELEM_SIZE(elemtype); in cvMakeSeqHeaderForArray()708 if( elemtype != CV_SEQ_ELTYPE_GENERIC && in cvMakeSeqHeaderForArray()