What type should I specify to receive an OpenCV 4.1.2 image from python using SWIG 4?
I’m writting a C++ library that analyzes images using OpenCV. In order to achieve that, I’m using opencv-swig for generating python bindings of that library. However, when I call the module from python, it isn’t able to find the adequate method for the provided arguments: