HomeSort by relevance Sort by last modified time
    Searched refs:matnd (Results 1 - 2 of 2) 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...]

Completed in 93 milliseconds