1
0
Fork 0
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:
ser1zw 2012-05-01 01:45:17 +09:00
commit 6898c452e1
11 changed files with 31 additions and 59 deletions

View file

@ -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