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:
parent
c28379c393
commit
720c7c9448
3 changed files with 65 additions and 17 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue