Searched defs:matname (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | cximage.cpp | 258 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/eigen/unsupported/Eigen/src/SparseExtra/ |
D | MatrixMarketIterator.h | 149 inline std::string& matname() { return m_matname; } in matname() function
|
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 236 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()
|