Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. FileStorage fs( PATH, FileStorage::WRITE);
  2. fs << "concatMat" << concatMat;
  3. fs.release();
  4.  
  5. size_t sz= sizeof( concatMat) + concatMat.total()*sizeof( CV_32F);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement