opencv-mobile
opencv-mobile copied to clipboard
The minimal opencv for Android, iOS, ARM Linux, Windows, Linux, MacOS, WebAssembly
The RTSP stream is come from rkipc app. I want to capture images from this stream. Is it possible ? and How ? Thank you.
cv::imread / cv::imdecode - [x] jpeg on milkv-duo - [ ] jpeg on yuzuki-lizard - [x] jpeg on tinyvision cv::imwrite / cv::imencode - [ ] jpeg on milkv-duo - [...
Hi, How can I add calib3d (I need ~SIFT + BFF FeatureMatcher~ flann + orb , ECCTransform is not enough - yes I'm doing some kind of AR. And no,...
使用opencv版本:3.4.20 线上so库偶发崩溃**SIGTRAP** 分析调用堆栈如下: ``` llvm-addr2line -C -f -e libxxxx.so 17d618 17d614 17de2c aac18 cv::errorNoReturn(int, cv::String const&, char const*, char const*, int) color.cpp:0 cv::errorNoReturn(int, cv::String const&, char const*, char const*, int)...
``` Undefined symbols for architecture arm64: "cv::_InputArray::_InputArray(cv::Mat const&)", referenced from: privchat::Chat::sendPictureMessage(std::__1::basic_string const&, std::__1::basic_string const&, std::__1::basic_string const&, std::__1::basic_string const&, std::__1::basic_string const&, std::__1::function const&) in libprivchat_simulator.a(Chat.o) "cv::_OutputArray::_OutputArray(cv::Mat&)", referenced from: privchat::Chat::sendPictureMessage(std::__1::basic_string const&, std::__1::basic_string...
Hi author and community, First of all, thanks for open-source being very useful for developers. I am developing a plugin/library for Flutter, and everything is fine for Android but when...
not support webp image read & write
QRCode
Why is not included the module to decode the QRCode? It's classic mobile thing
感谢大佬提供的移动端opencv库,本人需要用到人脸检测矫正函数,所以需要添加calib3d模块,但是calib3d默认使用了rtti选项,这里通过一个死方法,打开了rtti选项才将calib3d模块成功添加后才编译通过,模型有点大;ncnn也必须开启rtti,才能同时使用ncnn和opencv。这里是具体的解决办法 [开启rtti选项源码编译android的ncnn库](https://blog.wangjui.com/article/113),有时间准备改改calib3d的源码把rtti去掉,不过也期望大佬能够改改calib3d的源码把使用到rtti的源码去掉
请问这个 `/dev/mpi/valloc` 是 luckfox-pico 特有的吗? 我尝试在我的 firefly roc-rk3588s-pc 上编译使用, 后来发现我的板子上没有这个文件? 如果没有这个文件,那我要做 mmap 的话,是否有其他的一些方法?