// vMat.push_back(img);
//
//// imshow("1", Mat());
// if (_kbhit() && 'y' == _getch())
// {
// char chInput[512];
// for (lFrameCount = 0; lFrameCount < vMat.size(); lFrameCount++)
// {
// sprintf_s(chInput, "%d.jpg", lFrameCount);
// imwrite(chInput, vMat[lFrameCount]);
//
// }
// exit(0);
// }