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:
parent
a2b46e4839
commit
9c7e778928
24 changed files with 11 additions and 3265 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue