mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
Merge branch 'master' into documentation
Conflicts: .gitignore
This commit is contained in:
commit
6898c452e1
11 changed files with 31 additions and 59 deletions
|
@ -56,7 +56,7 @@ rb_allocate(VALUE klass)
|
|||
VALUE
|
||||
rb_neighbors(VALUE self)
|
||||
{
|
||||
return INT2FIX(CVAVGCOMP(self)->neighbors);
|
||||
return INT2NUM(CVAVGCOMP(self)->neighbors);
|
||||
}
|
||||
|
||||
__NAMESPACE_END_AVGCOMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue