1
0
Fork 0
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:
ser1zw 2014-01-18 18:55:12 +09:00
parent b52b6b2e76
commit d9a11baba4

View file

@ -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)