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:
parent
f671a0711b
commit
0eaa373afb
1 changed files with 4 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue