mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fixed for installing on Windows (mswin32)
This commit is contained in:
parent
fcc66a0180
commit
d37cefb3aa
9 changed files with 5516 additions and 5495 deletions
|
@ -76,6 +76,7 @@ rb_initialize(int argc, VALUE *argv, VALUE self)
|
|||
CVCONNECTEDCOMP(self)->rect = *CVRECT(rect);
|
||||
if (!NIL_P(contour))
|
||||
CVCONNECTEDCOMP(self)->contour = CVSEQ(contour);
|
||||
return self;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue