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
13 lines
201 B
OpenEdge ABL
11 years ago
|
%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"
|
||
|
|