1 | initial version |
You should call waitKey with some delay after imshow:
imshow("flow", cflow);
waitKey(10);
2 | No.2 Revision |
You should call waitKey with some delay after imshow:
imshow("flow", cflow);
waitKey(10);
This function fetch and handle window events including PAINT event.