mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix CvContour for enabling to call CvSeq's methods
This commit is contained in:
parent
2e82111ee0
commit
ae94135979
2 changed files with 7 additions and 6 deletions
|
@ -22,6 +22,8 @@ VALUE rb_class();
|
|||
void define_ruby_class();
|
||||
|
||||
VALUE seqblock_class(void *ptr);
|
||||
void register_elem_class(CvSeq *seq, VALUE klass);
|
||||
void unregister_elem_class(void *ptr);
|
||||
|
||||
VALUE rb_allocate(VALUE klass);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue