mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Fix a typo
This commit is contained in:
parent
957c85e9c4
commit
252f13f53e
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user