Skip to content

Commit 1d798e6

Browse files
authored
fixed header
1 parent 5813354 commit 1d798e6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

example_08-03.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
// alphablend <imageA> <image B> <x> <y> <width> <height> <alpha> <beta>
1+
// Example 8-3. Using cv::FileStorage to read a .yml file
22
//
33
#include <opencv2/opencv.hpp>
44

55
using namespace std;
66

77
int main(int argc, char** argv) {
8-
8+
cout << "\nExample 8-3. Using cv::FileStorage to read a .yml file"
9+
<< "\nCall:\n"
10+
<< argv[0] << endl;
11+
912
cv::FileStorage fs2("test.yml", cv::FileStorage::READ);
1013

1114
// first method: use (type) operator on FileNode.

0 commit comments

Comments
 (0)