Searched defs:imgname (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cximage.cpp | 107 bool CvImage::load( const char* filename, const char* imgname, int color ) in load() 147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname ) in read() 182 void CvImage::save( const char* filename, const char* imgname ) in save() 205 void CvImage::write( CvFileStorage* fs, const char* imgname ) in write()
|
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 66 CvImage( const char* filename, const char* imgname=0, int color=-1 ) : image(0), refcount(0) in CvImage() 69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0) in CvImage()
|