Fix a typo
authorPeng Xiao <pengxiao@outlook.com>
Wed, 30 Oct 2013 02:36:28 +0000 (10:36 +0800)
committerPeng Xiao <pengxiao@outlook.com>
Wed, 30 Oct 2013 02:36:28 +0000 (10:36 +0800)
samples/ocl/tvl1_optical_flow.cpp

index fabfa9a..b660045 100644 (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 )