mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
Merge branch 'master' into documentation
This commit is contained in:
commit
c4c055f7a7
9 changed files with 101 additions and 121 deletions
|
@ -113,7 +113,6 @@ rb_allocate(VALUE klass)
|
|||
VALUE
|
||||
rb_initialize(int argc, VALUE *argv, VALUE self)
|
||||
{
|
||||
VALUE obj, x, y, z;
|
||||
CvPoint3D32f *self_ptr = CVPOINT3D32F(self);
|
||||
switch (argc) {
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue