Searched refs:matnd (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 417 cvGetMatND( const CvArr* arr, CvMatND* matnd, int* coi ) in cvGetMatND() argument 428 if( !matnd || !arr ) in cvGetMatND() 451 matnd->data.ptr = mat->data.ptr; in cvGetMatND() 452 matnd->refcount = 0; in cvGetMatND() 453 matnd->hdr_refcount = 0; in cvGetMatND() 454 matnd->type = mat->type; in cvGetMatND() 455 matnd->dims = 2; in cvGetMatND() 456 matnd->dim[0].size = mat->rows; in cvGetMatND() 457 matnd->dim[0].step = mat->step; in cvGetMatND() 458 matnd->dim[1].size = mat->cols; in cvGetMatND() [all …]
|
D | cxsumpixels.cpp | 415 void* matnd = (void*)mat; in CV_DEF_INIT_BIG_FUNC_TAB_2D() local 420 CV_CALL( cvInitNArrayIterator( 1, &matnd, 0, &nstub, &iterator )); in CV_DEF_INIT_BIG_FUNC_TAB_2D() 606 void* matnd = (void*)arr; in CV_DEF_INIT_FUNC_TAB_2D() local 611 CV_CALL( cvInitNArrayIterator( 1, &matnd, 0, &nstub, &iterator )); in CV_DEF_INIT_FUNC_TAB_2D()
|