Searched defs:FileNode (Results 1 – 4 of 4) sorted by relevance
292 class CV_EXPORTS FileNode; variable454 class CV_EXPORTS_W_SIMPLE FileNode class1168 inline FileNode::FileNode() : fs(0), node(0) {} in FileNode() function in cv::FileNode1169 inline FileNode::FileNode(const CvFileStorage* _fs, const CvFileNode* _node) : fs(_fs), node(_node)… in FileNode() function in cv::FileNode1170 inline FileNode::FileNode(const FileNode& _node) : fs(_node.fs), node(_node.node) {} in FileNode() function in cv::FileNode
473 class CV_EXPORTS FileNode; //for string constructor from FileNode variable
648 void DescriptorMatcher::read( const FileNode& ) in read()
389 bool FeatureEvaluator::read(const FileNode&, Size _origWinSize) in read()