Home | History | Annotate | Download | only in include

Lines Matching refs:elemtype

457 #define CV_IMAGE_ELEM( image, elemtype, row, col )       \
458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
647 #define CV_MAT_ELEM( mat, elemtype, row, col ) \
648 (*(elemtype*)CV_MAT_ELEM_PTR_FAST( mat, row, col, sizeof(elemtype)))