1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
This commit is contained in:
ser1zw 2014-01-18 19:09:11 +09:00
parent bd362275e7
commit c80c44eeb9

View file

@ -160,7 +160,7 @@ rb_get_dir(VALUE self)
/*
* Set orientation of the feature: 0..360 degrees.
*
* @overloda dir=(value)
* @overload dir=(value)
* @param [Number] Value to set.
*/
VALUE
@ -174,7 +174,7 @@ rb_set_dir(VALUE self, VALUE value)
* Return value of the hessian
*
* @overload hessian
* @reutrn [Number] Hessian
* @return [Number] Hessian
*/
VALUE
rb_get_hessian(VALUE self)