You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
201 B
OpenEdge ABL

%module test_swig_opencv
%{
#include "test_swig_opencv.hpp"
%}
%include "typemaps.i"
%include "okapi-typemaps.i"
%include "numpy.i"
// Parse the original header file
%include "test_swig_opencv.hpp"