HomeSort by relevance Sort by last modified time
    Searched refs:CvMatrix (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxcore.hpp 210 class CV_EXPORTS CvMatrix
213 CvMatrix() : matrix(0) {}
214 CvMatrix( int rows, int cols, int type )
217 CvMatrix( int rows, int cols, int type, CvMat* hdr,
221 CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data=true );
223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP )
227 CvMatrix( CvMat* m )
230 CvMatrix( const CvMatrix& m )
236 CvMatrix( const char* filename, const char* matname=0, int color=-1 ) : matrix(0
    [all...]
  /external/opencv/cxcore/src/
cximage.cpp 213 /////////////////////////////// CvMatrix implementation //////////////////////////////////
215 CvMatrix::CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data )
258 bool CvMatrix::load( const char* filename, const char* matname, int color )
262 CV_FUNCNAME( "CvMatrix::read" );
300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname )
320 bool CvMatrix::read( CvFileStorage* fs, const char* seqname, int idx )
335 void CvMatrix::save( const char* filename, const char* matname )
337 CV_FUNCNAME( "CvMatrix::write" );
358 void CvMatrix::write( CvFileStorage* fs, const char* matname
    [all...]

Completed in 238 milliseconds