mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
add documents of CvFeatureTree
This commit is contained in:
parent
4faeaf0978
commit
e7021b126c
3 changed files with 33 additions and 35 deletions
|
@ -19,7 +19,7 @@ __NAMESPACE_BEGIN_OPENCV
|
|||
__NAMESPACE_BEGIN_CVFEATURETREE
|
||||
|
||||
VALUE rb_class();
|
||||
void define_ruby_class();
|
||||
void init_ruby_class();
|
||||
VALUE rb_allocate(VALUE klass);
|
||||
VALUE rb_initialize(VALUE self, VALUE desc);
|
||||
VALUE rb_find_features(VALUE self, VALUE desc, VALUE k, VALUE emax);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue