mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
change module name to Cv
This commit is contained in:
parent
cddbc9acca
commit
a2b46e4839
44 changed files with 3631 additions and 80 deletions
|
@ -257,7 +257,7 @@ namespace rubyopencv {
|
|||
}
|
||||
|
||||
void init() {
|
||||
VALUE opencv = rb_define_module("OpenCV");
|
||||
VALUE opencv = rb_define_module("Cv");
|
||||
|
||||
rb_klass = rb_define_class_under(opencv, "Window", rb_cData);
|
||||
rb_define_alloc_func(rb_klass, rb_allocate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue