Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- opencv.vapi.orig 2012-01-18 16:19:36.000000000 +0900
- +++ opencv.vapi 2012-01-18 16:19:50.000000000 +0900
- @@ -1,4 +1,5 @@
- /**
- + * http://code.coeusgroup.com/vapis/opencv.vapi
- * OpenCV Vala Bindings
- * Copyright 2010 Evan Nemerson <evan@coeus-group.com>
- *
- @@ -147,6 +148,8 @@
- public void poly_line ([CCode (array_length = false)] OpenCV.Point[][] pts, [CCode (array_length = false)] int[] npts, int contours, int is_closed, OpenCV.Scalar color, int thickness = 1, int line_type = 8, int shift = 0);
- [CCode (cname = "cvSegmentImage", cheader_filename = "cvaux.h")]
- public OpenCV.Sequence segment_image (OpenCV.Array dstarr, double canny_threshhold, double ffill_threshhold, OpenCV.Memory.Storage storage);
- + [CCode (cname = "cvConvert")]
- + public static void convert (OpenCV.Array src, OpenCV.Array dst);
- }
- [SimpleType, CCode (cname = "CvBox2D", has_type_id = false)]
- @@ -444,9 +447,9 @@
- public void complete_symmetric (int LtoR);
- [CCode (cname = "cvIplDepth")]
- public static int depth (int type);
- - [CCode (cname = "cvGet")]
- + [CCode (cname = "cvmGet")]
- public double get (int row, int col);
- - [CCode (cname = "cvSet")]
- + [CCode (cname = "cvmSet")]
- public void set (int row, int col, double value);
- [CCode (cname = "cvSolveCubic")]
- public int solve_cubic (OpenCV.Matrix roots);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement