1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #1713 from pengx17:patch-2

This commit is contained in:
Roman Donchenko
2013-10-30 12:27:09 +04:00
committed by OpenCV Buildbot
+1 -1
View File
@@ -184,7 +184,7 @@ int main(int argc, const char* argv[])
else
frame0.copyTo(frameCopy);
getFlowField(flow_vec[0], flow_vec[1], show_flow);
imshow("PyrLK [Sparse]", show_flow);
imshow("tvl1 optical flow field", show_flow);
}
if( waitKey( 10 ) >= 0 )