From d9a11baba4d14bceca565656ee919b58f7cfa510 Mon Sep 17 00:00:00 2001 From: ser1zw Date: Sat, 18 Jan 2014 18:55:12 +0900 Subject: [PATCH] update document --- ext/opencv/cvmat.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/opencv/cvmat.cpp b/ext/opencv/cvmat.cpp index 8c68140..922a506 100644 --- a/ext/opencv/cvmat.cpp +++ b/ext/opencv/cvmat.cpp @@ -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)