Home
last modified time | relevance | path

Searched refs:mapnode (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcximage.cpp154 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname ); in read() local
155 if( !mapnode ) in read()
156 obj = cvReadByName( fs, mapnode, imgname ); in read()
307 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname ); in read() local
308 if( !mapnode ) in read()
309 obj = cvReadByName( fs, mapnode, matname ); in read()