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

  /external/opencv/cxcore/src/
cxpersistence.cpp 74 typedef struct CvGenericHash
80 CvGenericHash;
82 typedef CvGenericHash CvStringHash;
197 static CvGenericHash*
201 CvGenericHash* map = 0;
207 if( header_size < (int)sizeof(CvGenericHash) )
213 CV_CALL( map = (CvGenericHash*)cvCreateSet( flags, header_size, elem_size, storage ));
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h     [all...]

Completed in 467 milliseconds