Ask Your Question

Louie Boy's profile - activity

2015-07-14 02:10:42 -0600 received badge  Editor (source)
2015-07-14 00:10:24 -0600 answered a question lkdemo.cpp crashing upon cornerSubPix() and calcOpticalFlowPyrLK() call

After this part of the code:

namedWindow( "LK Demo", 1 );

Put,

waitKey(1000);

So that it becomes,

namedWindow( "LK Demo", 1 );
waitKey(1000);
setMouseCallback( "LK Demo", onMouse, 0 );

Try building afterwards.