1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

add documents of CvAvgComp

This commit is contained in:
ser1zw 2012-04-30 20:37:50 +09:00
parent f671a0711b
commit 0eaa373afb

View file

@ -11,13 +11,7 @@
/*
* Document-class: OpenCV::CvAvgComp
*
* CvRect with parameter "neighbors".
* CvHaarClassifierCascade#detect_object.
*
* typedef struct CvAvgComp {
* CvRect rect;
* int neighbors;
* }
* CvRect with parameter "neighbors"
*/
__NAMESPACE_BEGIN_OPENCV
__NAMESPACE_BEGIN_AVGCOMP
@ -55,7 +49,9 @@ rb_allocate(VALUE klass)
}
/*
* Return neighbors.
* Return neighbors
* @overload neighbors
* @return [Integer] neighbors
*/
VALUE
rb_neighbors(VALUE self)