David Feurle
David Feurle
I changed my code to pass cv::Mat to python and not explicitely call the converter. This works just fine without any segfault. I therefore close this issue.
The converter was not used because the function with cv::Mat was never called. When I call this function the segfault can be observed again.
Ups sorry. I thought I did provide a description. I simply added a CMake build file as a alternative to the autotools build. If you already use CMake it is...
Would the CMake build file be accepted if it were without the mentioned problems? To 1: What does autoedect page size mean? I saw a default in the configure and...
In our case we have a cmake based project which needs to patch some binaries before beeing deployed. We therefore included patchelf as a third party project to our project...