Searched refs:mapname (Results 1 - 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
H A D | cximage.cpp | 147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname ) argument 152 if( mapname ) 154 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname ); 300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname ) argument 305 if( mapname ) 307 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname );
|
/external/opencv/cxcore/include/ |
H A D | cxcore.hpp | 69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0) argument 70 { read( fs, mapname, imgname ); } 120 bool read( CvFileStorage* fs, const char* mapname, const char* imgname ); 239 CvMatrix( CvFileStorage* fs, const char* mapname, const char* matname ) : matrix(0) argument 240 { read( fs, mapname, matname ); } 303 bool read( CvFileStorage* fs, const char* mapname, const char* matname );
|
Completed in 89 milliseconds