Fix a typo

This commit is contained in:
Peng Xiao 2013-10-30 10:36:28 +08:00
parent 957c85e9c4
commit 252f13f53e

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 )