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
commit 9f162cb8d3

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 )