Merge pull request #3838 from PhilLab:patch-3

This commit is contained in:
Vadim Pisarevsky 2015-03-19 12:33:56 +00:00
commit e92645c588

View File

@ -257,7 +257,7 @@ Here is how to read the file created by the code sample above:
cout << " " << (int)lbpval[i]; cout << " " << (int)lbpval[i];
cout << ")" << endl; cout << ")" << endl;
} }
fs.release(); fs2.release();
@endcode @endcode
Format specification {#format_spec} Format specification {#format_spec}