Home
last modified time | relevance | path

Searched refs:elemtype (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxtypes.h457 #define CV_IMAGE_ELEM( image, elemtype, row, col ) \ argument
458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
647 #define CV_MAT_ELEM( mat, elemtype, row, col ) \ argument
648 (*(elemtype*)CV_MAT_ELEM_PTR_FAST( mat, row, col, sizeof(elemtype)))
/external/opencv/cxcore/src/
Dcxdatastructs.cpp465 int elemtype = CV_MAT_TYPE(seq_flags); in cvCreateSeq() local
466 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() local
706 int typesize = CV_ELEM_SIZE(elemtype); in cvMakeSeqHeaderForArray()
708 if( elemtype != CV_SEQ_ELTYPE_GENERIC && in cvMakeSeqHeaderForArray()