mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
tested and fixed CvContourTree
This commit is contained in:
parent
56e0564ae3
commit
67845bc4cc
4 changed files with 68 additions and 13 deletions
|
@ -11,7 +11,7 @@
|
|||
#define RUBY_OPENCV_CVCONTOURTREE_H
|
||||
#include "opencv.h"
|
||||
|
||||
#define __NAMESPACE_BEGIN_CVCONTOURTREE namespace cCvContourTree{
|
||||
#define __NAMESPACE_BEGIN_CVCONTOURTREE namespace cCvContourTree {
|
||||
#define __NAMESPACE_END_CVCONTOURTREE }
|
||||
|
||||
__NAMESPACE_BEGIN_OPENCV
|
||||
|
@ -23,7 +23,7 @@ void define_ruby_class();
|
|||
|
||||
VALUE rb_p1(VALUE self);
|
||||
VALUE rb_p2(VALUE self);
|
||||
VALUE rb_contour(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_contour(VALUE self, VALUE criteria);
|
||||
|
||||
VALUE new_object();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue