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
|
* Returns matrix corresponding to the rectangular sub-array of input image or matrix
|
||||||
|
*
|
||||||
* @overload sub_rect(rect)
|
* @overload sub_rect(rect)
|
||||||
* @param rect [CvRect] Zero-based coordinates of the rectangle of interest.
|
* @param rect [CvRect] Zero-based coordinates of the rectangle of interest.
|
||||||
* @overload sub_rect(topleft, size)
|
* @overload sub_rect(topleft, size)
|
||||||
|
@ -701,8 +702,6 @@ rb_to_CvMat(VALUE self)
|
||||||
* @param height [Integer] Height of the rectangle of interest
|
* @param height [Integer] Height of the rectangle of interest
|
||||||
* @return [CvMat] Sub-array of matrix
|
* @return [CvMat] Sub-array of matrix
|
||||||
* @opencv_func cvGetSubRect
|
* @opencv_func cvGetSubRect
|
||||||
*
|
|
||||||
* link:../../images/CvMat_sub_rect.png
|
|
||||||
*/
|
*/
|
||||||
VALUE
|
VALUE
|
||||||
rb_sub_rect(VALUE self, VALUE args)
|
rb_sub_rect(VALUE self, VALUE args)
|
||||||
|
|
Loading…
Add table
Reference in a new issue