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

  /external/opencv/cxcore/include/
cxtypes.h 647 #define CV_MAT_ELEM( mat, elemtype, row, col ) \
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 413 index) of a matrix can be retrieved or modified using CV_MAT_ELEM macro:
415 uchar pixval = CV_MAT_ELEM(grayimg, uchar, i, j)
416 CV_MAT_ELEM(cameraMatrix, float, 0, 2) = image.width*0.5f;
419 CV_MAT_ELEM(matrix, type, i, j\*nchannels + channel_idx).
545 #define CV_MAT_ELEM( mat, elemtype, row, col ) \
    [all...]

Completed in 43 milliseconds