diff options
author | N.N. <sevyves@users.sourceforge.net> | 2009-10-19 16:56:56 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2009-10-19 16:56:56 +0000 |
commit | 96dadd7d0f4c694a3215b40237d923f32cc33799 (patch) | |
tree | 604c22528765f7a6c55b00aeea70d71395323a29 | |
parent | b961d47ecec84db4d13220a702ec6df9a6fa4ffa (diff) |
fixed comments
svn path=/trunk/externals/pdp_opencv/; revision=12616
-rwxr-xr-x | pdp_opencv_of_lk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdp_opencv_of_lk.cc b/pdp_opencv_of_lk.cc index 55aa0d4..425d484 100755 --- a/pdp_opencv_of_lk.cc +++ b/pdp_opencv_of_lk.cc @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * Horn and Schunck optical flow algorithm + * Lucas and Kanade optical flow algorithm * */ |