Commit 9f162cb8 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1713 from pengx17:patch-2

parents 957c85e9 252f13f5
...@@ -184,7 +184,7 @@ int main(int argc, const char* argv[]) ...@@ -184,7 +184,7 @@ int main(int argc, const char* argv[])
else else
frame0.copyTo(frameCopy); frame0.copyTo(frameCopy);
getFlowField(flow_vec[0], flow_vec[1], show_flow); 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 ) if( waitKey( 10 ) >= 0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment