HomeSort by relevance Sort by last modified time
    Searched refs:elemtype (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxtypes.h 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)))
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 465 int elemtype = CV_MAT_TYPE(seq_flags); local
466 int typesize = CV_ELEM_SIZE(elemtype);
468 if( elemtype != CV_SEQ_ELTYPE_GENERIC &&
705 int elemtype = CV_MAT_TYPE(seq_flags); local
706 int typesize = CV_ELEM_SIZE(elemtype);
708 if( elemtype != CV_SEQ_ELTYPE_GENERIC &&
    [all...]

Completed in 40 milliseconds