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

  /external/opencv/cxcore/src/
cxpersistence.cpp 110 typedef void (*CvEndWriteStruct)( struct CvFileStorage* fs );
146 CvEndWriteStruct end_write_struct;
391 cvEndWriteStruct(fs);
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 193 typedef void (*CvEndWriteStruct)( struct CvFileStorage* fs );
230 CvEndWriteStruct end_write_struct;
528 cvEndWriteStruct(fs);
    [all...]

Completed in 159 milliseconds