mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fixed a comment
This commit is contained in:
parent
c9e0877f36
commit
63b33e52f7
1 changed files with 1 additions and 1 deletions
|
@ -4523,7 +4523,7 @@ rb_snake_image(int argc, VALUE *argv, VALUE self)
|
||||||
* current = capture.query
|
* current = capture.query
|
||||||
* velx, vely = current.optical_flow_hs(prev, velx, vely) if prev
|
* velx, vely = current.optical_flow_hs(prev, velx, vely) if prev
|
||||||
* prev = current
|
* prev = current
|
||||||
* emd
|
* end
|
||||||
*/
|
*/
|
||||||
VALUE
|
VALUE
|
||||||
rb_optical_flow_hs(int argc, VALUE *argv, VALUE self)
|
rb_optical_flow_hs(int argc, VALUE *argv, VALUE self)
|
||||||
|
|
Loading…
Reference in a new issue