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

  /external/opencv/cxcore/src/
cxlogic.cpp 229 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
395 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
653 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
cxcopy.cpp 342 CV_CALL( cvInitNArrayIterator( 2, arrs, maskarr, stubs, &iterator ));
514 CV_CALL( cvInitNArrayIterator( 1, &arr, maskarr, &nstub, &iterator ));
689 CV_CALL( cvInitNArrayIterator( 1, &arr, 0, &nstub, &iterator ));
    [all...]
cxarithm.cpp 311 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
587 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
783 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
    [all...]
cxrand.cpp 477 CV_CALL( cvInitNArrayIterator( 1, &arr, 0, &stub_nd, iterator ));
cxsumpixels.cpp 420 CV_CALL( cvInitNArrayIterator( 1, &matnd, 0, &nstub, &iterator ));
611 CV_CALL( cvInitNArrayIterator( 1, &matnd, 0, &nstub, &iterator ));
    [all...]
cxconvert.cpp     [all...]
cxnorm.cpp     [all...]
cxarray.cpp 479 cvInitNArrayIterator( int count, CvArr** arrs,
    [all...]
cxpersistence.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 312 CVAPI(int) cvInitNArrayIterator( int count, CvArr** arrs,
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp     [all...]

Completed in 218 milliseconds