From 63b33e52f74fc91851cfa599561afac8ca27c2b7 Mon Sep 17 00:00:00 2001 From: ser1zw Date: Fri, 31 Dec 2010 17:02:19 +0900 Subject: [PATCH] fixed a comment --- ext/cvmat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/cvmat.cpp b/ext/cvmat.cpp index a155f03..c2e6508 100644 --- a/ext/cvmat.cpp +++ b/ext/cvmat.cpp @@ -4523,7 +4523,7 @@ rb_snake_image(int argc, VALUE *argv, VALUE self) * current = capture.query * velx, vely = current.optical_flow_hs(prev, velx, vely) if prev * prev = current - * emd + * end */ VALUE rb_optical_flow_hs(int argc, VALUE *argv, VALUE self)