Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcximage.cpp167 bool CvImage::read( CvFileStorage* fs, const char* seqname, int idx ) in read()
320 bool CvMatrix::read( CvFileStorage* fs, const char* seqname, int idx ) in read()
/external/opencv/cxcore/include/
Dcxcore.hpp72 CvImage( CvFileStorage* fs, const char* seqname, int idx ) : image(0), refcount(0) in CvImage()
242 CvMatrix( CvFileStorage* fs, const char* seqname, int idx ) : matrix(0) in CvMatrix()