mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
update document
This commit is contained in:
parent
b52b6b2e76
commit
d9a11baba4
1 changed files with 1 additions and 2 deletions
|
@ -689,6 +689,7 @@ rb_to_CvMat(VALUE self)
|
|||
|
||||
/*
|
||||
* Returns matrix corresponding to the rectangular sub-array of input image or matrix
|
||||
*
|
||||
* @overload sub_rect(rect)
|
||||
* @param rect [CvRect] Zero-based coordinates of the rectangle of interest.
|
||||
* @overload sub_rect(topleft, size)
|
||||
|
@ -701,8 +702,6 @@ rb_to_CvMat(VALUE self)
|
|||
* @param height [Integer] Height of the rectangle of interest
|
||||
* @return [CvMat] Sub-array of matrix
|
||||
* @opencv_func cvGetSubRect
|
||||
*
|
||||
* link:../../images/CvMat_sub_rect.png
|
||||
*/
|
||||
VALUE
|
||||
rb_sub_rect(VALUE self, VALUE args)
|
||||
|
|
Loading…
Add table
Reference in a new issue