Skip to content

Commit

Permalink
fixed header
Browse files Browse the repository at this point in the history
  • Loading branch information
garybradski authored Jun 30, 2017
1 parent 5813354 commit 1d798e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example_08-03.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
// alphablend <imageA> <image B> <x> <y> <width> <height> <alpha> <beta>
// Example 8-3. Using cv::FileStorage to read a .yml file
//
#include <opencv2/opencv.hpp>

using namespace std;

int main(int argc, char** argv) {

cout << "\nExample 8-3. Using cv::FileStorage to read a .yml file"
<< "\nCall:\n"
<< argv[0] << endl;

cv::FileStorage fs2("test.yml", cv::FileStorage::READ);

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

0 comments on commit 1d798e6

Please sign in to comment.