opencv-mobile
opencv-mobile copied to clipboard
The minimal opencv for Android, iOS, ARM Linux, Windows, Linux, MacOS, WebAssembly
IOS 3.4.16 do not include MatToUIImage?
1. 使用libopencv_imgproc.a编译时,resize报错: ``` opencv-mobile-4.5.1-android/sdk/native/staticlibs/arm64-v8a/libopencv_imgproc.a(resize.cpp.o): In function `(anonymous namespace)::interpolationLinear::getCoeffs(int, int*, (anonymous namespace)::fixedpoint32*)': resize.cpp:(.text._ZN12_GLOBAL__N_119interpolationLinearIsE9getCoeffsEiPiPNS_12fixedpoint32E+0x38): undefined reference to `cv::softdouble::softdouble(int)' resize.cpp:(.text._ZN12_GLOBAL__N_119interpolationLinearIsE9getCoeffsEiPiPNS_12fixedpoint32E+0x50): undefined reference to `cv::softdouble::operator+(cv::softdouble const&) const' resize.cpp:(.text._ZN12_GLOBAL__N_119interpolationLinearIsE9getCoeffsEiPiPNS_12fixedpoint32E+0x60): undefined reference to `cv::softdouble::operator*(cv::softdouble const&) const'...
undefined reference to `cv::imwrite(std::__ndk1::basic_string const&, cv::_InputArray const&, std::__ndk1::vector const&)' clang++: error: linker command failed with exit code 1 (use -v to see invocation) for. time-being I have replaced SDK with...
Hi, I was able to use some OpenCV functions in my CMake project after I followed the "How-to-build your custom package" steps in README.md. However, problems occurs when I used...
Getting this error more undefined references to `std::__cxx11::basic_stringstream::basic_stringstream()'
Hi friends, I bumped into this project just the other day as I was thinking about ways to make OpenCV smaller in an app that I maintain. The problem is...
在程序中反复 cv::VideoCapture cap和cap.release()后,内存CmaAllocated会不断增加,最终出现RK_DMA_HEAP_ALLOC_BUFFER failed。
- [x] better hw whitelist report - [ ] board macro for highgui - [x] strip more gpu related code in core - [ ] dnn nms - [x] namespace...