Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcximage.cpp258 bool CvMatrix::load( const char* filename, const char* matname, int color ) in load()
300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname ) in read()
335 void CvMatrix::save( const char* filename, const char* matname ) in save()
358 void CvMatrix::write( CvFileStorage* fs, const char* matname ) in write()
/external/opencv/cxcore/include/
Dcxcore.hpp236 CvMatrix( const char* filename, const char* matname=0, int color=-1 ) : matrix(0) in CvMatrix()
239 CvMatrix( CvFileStorage* fs, const char* mapname, const char* matname ) : matrix(0) in CvMatrix()