1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

fix module name

This commit is contained in:
ser1zw 2016-04-03 07:53:39 +09:00
parent a2b46e4839
commit 9c7e778928
24 changed files with 11 additions and 3265 deletions

View file

@ -53,8 +53,8 @@ namespace rubyopencv {
/*
* call-seq:
* new -> OpenCV::Point.new(0, 0)
* new(obj) -> OpenCV::Point.new(obj.x.to_i, obj.y.to_i)
* new -> Cv::Point.new(0, 0)
* new(obj) -> Cv::Point.new(obj.x.to_i, obj.y.to_i)
* new(x, y)
*
* Create new 2D-coordinate, (x, y). It is dropped below the decimal point.