1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

add CvChain#approx_chains

This commit is contained in:
ser1zw 2012-05-01 05:19:58 +09:00
parent c28379c393
commit 720c7c9448
3 changed files with 65 additions and 17 deletions

View file

@ -28,7 +28,7 @@ VALUE rb_origin(VALUE self);
VALUE rb_set_origin(VALUE self, VALUE origin);
VALUE rb_codes(VALUE self);
VALUE rb_points(VALUE self);
VALUE rb_approx_chain(int argc, VALUE *argv, VALUE self);
VALUE rb_approx_chains(int argc, VALUE *argv, VALUE self);
VALUE new_object();