Ask Your Question

ArthurAttout's profile - activity

2019-09-19 03:27:01 -0600 commented question undefined reference to 'cv::imwrite with Android SDK

I'm trying to use that in a C++ file, but somehow it's undefined. It seems cmake is not linking this specific library

2019-09-18 09:48:31 -0600 commented question undefined reference to 'cv::imwrite with Android SDK

Could you show me an import statement that uses this library ?

2019-09-18 09:19:10 -0600 commented question undefined reference to 'cv::imwrite with Android SDK

Yup, when I download the last Android OpenCV SDK, the header at sdk\native\jni\include\opencv2\imgcodecs\imgcodecs.hpp i

2019-09-18 08:46:26 -0600 commented question undefined reference to 'cv::imwrite with Android SDK

There's something that's bugging me. This function should exist, it must be somewhere. My .cpp files refer to it everywh

2019-09-18 08:19:24 -0600 commented question undefined reference to 'cv::imwrite with Android SDK

Mmmmh ..Why does imgproc.hpp under the Android SDK doesn't contain any definition for imread, imwrite, and so on ?

2019-09-18 07:53:33 -0600 commented question undefined reference to 'cv::imwrite with Android SDK

Yes, that's it. There is no Android version, you have to build it yourself with the NDK and then import the .SO librarie

2019-09-18 06:40:27 -0600 asked a question undefined reference to 'cv::imwrite with Android SDK

undefined reference to 'cv::imwrite with Android SDK I'm using CMAKE to build OpenALPR, which uses OpenCV. My CMakeLis