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

  /external/opencv/cxcore/src/
cxarray.cpp 417 cvGetMatND( const CvArr* arr, CvMatND* matnd, int* coi )
428 if( !matnd || !arr )
451 matnd->data.ptr = mat->data.ptr;
452 matnd->refcount = 0;
453 matnd->hdr_refcount = 0;
454 matnd->type = mat->type;
455 matnd->dims = 2;
456 matnd->dim[0].size = mat->rows;
457 matnd->dim[0].step = mat->step;
458 matnd->dim[1].size = mat->cols
2852 CvMatND* matnd = (CvMatND*)src; local
    [all...]
cxsumpixels.cpp 415 void* matnd = (void*)mat; local
420 CV_CALL( cvInitNArrayIterator( 1, &matnd, 0, &nstub, &iterator ));
606 void* matnd = (void*)arr; local
611 CV_CALL( cvInitNArrayIterator( 1, &matnd, 0, &nstub, &iterator ));
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 327 cvGetMatND( const CvArr* arr, CvMatND* matnd, int* coi )
334 if( !matnd || !arr )
357 matnd->data.ptr = mat->data.ptr;
358 matnd->refcount = 0;
359 matnd->hdr_refcount = 0;
360 matnd->type = mat->type;
361 matnd->dims = 2;
362 matnd->dim[0].size = mat->rows;
363 matnd->dim[0].step = mat->step;
364 matnd->dim[1].size = mat->cols
2463 CvMatND* matnd = (CvMatND*)src; local
    [all...]

Completed in 105 milliseconds