Fixed persistent.hpp documentation

Small error - object fs does not exist in this code example
pull/3838/head
Philipp Hasper 10 years ago
parent e12a04ac7e
commit e0efda7145
  1. 2
      modules/core/include/opencv2/core/persistence.hpp

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

Loading…
Cancel
Save