Fixed whitespace warnings in new tutorials

This commit is contained in:
Maksim Shabunin
2014-12-05 15:33:53 +03:00
parent 6d282ddf72
commit ecfd056111
22 changed files with 4 additions and 32 deletions

View File

@@ -223,4 +223,3 @@ Exercises
-# Check the code in samples/python2/lk_track.py. Try to understand the code.
2. Check the code in samples/python2/opt_flow.py. Try to understand the code.

View File

@@ -183,4 +183,3 @@ Exercises
-# OpenCV comes with a Python sample on interactive demo of camshift. Use it, hack it, understand
it.