opencv-mobile icon indicating copy to clipboard operation
opencv-mobile copied to clipboard

The minimal opencv for Android, iOS, ARM Linux, Windows, Linux, MacOS, WebAssembly

Results 59 opencv-mobile issues
Sort by recently updated
recently updated
newest added

请问opencv-mobile什么时候支持原生鸿蒙系统?

The repo seems having limited support for IMREAD flags, but they are commonly used. terminal: cv::Mat cvImage = cv::imread(fileName, cv::IMREAD_ANYDEPTH); ~~~~^ 1 error generated. ninja: build stopped: subcommand failed.

手写过Findhomography(在不显著增加体积情况下,增加一些功能),个人感觉比较有用。能否考虑引入ocvm中 ``` // 对OpenCV的findHomography的重写,利用SVD求解 cv::Mat Findhomography(std::vector src, std::vector target) { // 求解系统为 A*X - B = 0 const int n = src.size(); float x[9] = {0}; cv::Mat A = cv::Mat::zeros(2...

rmmod fb_st7789v https://github.com/AvaotaSBC/AvaotaOS

enhancement

opencv-mobile-4.10.0-android.zip (with Android) Is it normal not to get drawing with cv::line, cv::circle, ... ? Tested with many versions including v29 Apparently do nothing v30 is worst for android, it...

toolchain https://kendryte-download.canaan-creative.com/k230/toolchain/Xuantie-900-gcc-linux-6.6.0-glibc-x86_64-V2.10.1-20240712.tar.gz