Home
last modified time | relevance | path

Searched defs:imgname (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcximage.cpp107 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/
Dcxcore.hpp66 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()