Commit 252f13f5 authored by Peng Xiao's avatar Peng Xiao

Fix a typo

parent 957c85e9
......@@ -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 )
......
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