Searched refs:default_mat (Results 1 – 2 of 2) sorted by relevance
679 CV_EXPORTS void read(const FileNode& node, Mat& mat, const Mat& default_mat = Mat() );680 CV_EXPORTS void read(const FileNode& node, SparseMat& mat, const SparseMat& default_mat = SparseMat…
5529 void read( const FileNode& node, Mat& mat, const Mat& default_mat ) in read() argument5533 default_mat.copyTo(mat); in read()5554 void read( const FileNode& node, SparseMat& mat, const SparseMat& default_mat ) in read() argument5558 default_mat.copyTo(mat); in read()