|
|
|
@ -714,6 +714,7 @@ CV_EXPORTS void read(const FileNode& node, int& value, int default_value); |
|
|
|
|
CV_EXPORTS void read(const FileNode& node, float& value, float default_value); |
|
|
|
|
CV_EXPORTS void read(const FileNode& node, double& value, double default_value); |
|
|
|
|
CV_EXPORTS void read(const FileNode& node, String& value, const String& default_value); |
|
|
|
|
CV_EXPORTS void read(const FileNode& node, std::string& value, const std::string& default_value); |
|
|
|
|
CV_EXPORTS void read(const FileNode& node, Mat& mat, const Mat& default_mat = Mat() ); |
|
|
|
|
CV_EXPORTS void read(const FileNode& node, SparseMat& mat, const SparseMat& default_mat = SparseMat() ); |
|
|
|
|
CV_EXPORTS void read(const FileNode& node, std::vector<KeyPoint>& keypoints); |
|
|
|
|