Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dpersistence.hpp679 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…
/external/opencv3/modules/core/src/
Dpersistence.cpp5529 void read( const FileNode& node, Mat& mat, const Mat& default_mat ) in read() argument
5533 default_mat.copyTo(mat); in read()
5554 void read( const FileNode& node, SparseMat& mat, const SparseMat& default_mat ) in read() argument
5558 default_mat.copyTo(mat); in read()