// #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include class UsefulStuffUsingOpenCV { public: void doit(cv::Mat& input); };