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

  /external/opencv/cvaux/src/
extendededges.cpp 54 CvMemStorage* tmp_storage = cvCreateChildMemStorage( storage );
cvlcm.cpp 301 LCM.EdgeStorage = cvCreateChildMemStorage(LCMstorage);
302 LCM.ContourStorage = cvCreateChildMemStorage(LCMstorage);
cvlee.cpp     [all...]
  /external/opencv/cv/src/
cvcontours.cpp 298 scanner->storage1 = cvCreateChildMemStorage( scanner->storage2 );
303 scanner->cinfo_storage = cvCreateChildMemStorage( scanner->storage2 );
    [all...]
cvrotcalipers.cpp 385 CV_CALL( temp_storage = cvCreateChildMemStorage( storage ));
cvapprox.cpp 542 temp_storage = cvCreateChildMemStorage( storage );
746 temp_storage = cvCreateChildMemStorage( storage );
cvcalibinit.cpp 543 CvMemStorage* temp_storage = cvCreateChildMemStorage( storage );
    [all...]
cvpyrsegmentation.cpp 232 temp_storage = cvCreateChildMemStorage( storage );
649 temp_storage = cvCreateChildMemStorage( storage );
    [all...]
mycvHaarDetectObjects.cpp 930 CV_CALL( temp_storage = cvCreateChildMemStorage( storage ));
    [all...]
cvhaar.cpp     [all...]
  /external/opencv/ml/src/
mlsvm.cpp 425 storage = cvCreateChildMemStorage( _storage );
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 130 cvCreateChildMemStorage( CvMemStorage * parent )
133 CV_FUNCNAME( "cvCreateChildMemStorage" );
    [all...]
cxdrawing.cpp     [all...]
cxpersistence.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 222 milliseconds