opencv-android
opencv-android copied to clipboard
Easy way to integrate OpenCv into your Android project via Gradle
E/cv::error(): OpenCV(4.5.3) Error: Requested object was not found (could not open directory: /data/app/com.kosmos.core-O7vJOOg0R_MMggssb_hmhA==/base.apk!/lib/armeabi-v7a) in glob_rec, file /home/quickbirdstudios/opencv/releases/opencv-4.5.3/modules/core/src/glob.cpp, line 279 2022-07-08 09:18:02.782 3827-3827/com.kosmos.core E/cv::error(): OpenCV(4.5.3) Error: Requested object was not found...
I made an android app using this repertory. My code is on this repertory: [https://github.com/DarkApocalypse/QRCode](https://github.com/DarkApocalypse/QRCode) It work pretty fine excepted some troubles.I test my app with:  i crash randomly...
All the 4.X.X releases are much greater than the 2GB allowed by Github. We need to figure a way to upload those releases.
In 4.5.3.0 and 4.4.0, I am unable to use org.opencv.img_hash.PHash. I get error: `No implementation found for long org.opencv.img_hash.PHash.create... ` Same for the other classes under org.opencv.img_hash. I am importing...
I'd love to see support for v4.5.4 and/or v4.6.0 (namely to re-access the LineSegmentDetector module that now has the license issues sorted out). Happy to help out, though I'd need...
I want to capture a video from a RTSP server using opencv on android. My implementation is like this: ```kotlin if(!OpenCVLoader.initDebug()) { return } val cap = VideoCapture() cap.open("rtsp://10.181.73.158:8086/?camera=world") ```...
I want to use OpenCV's Canny method, but after a certain period of time, the screen crashes, and when I check the Profiler, even though I have released the mat,...
I just found this project, and it would be a huge boon to me to be able to use this instead of openCV4AndroidSDK However, most of my openCV code is...
hello i try to encode in realtime the CvCameraViewFrame i use this transformation ``` public Mat onCameraFrame(CameraBridgeViewBase.CvCameraViewFrame inputFrame) { Mat frame = inputFrame.rgba(); Bitmap bitmap = Bitmap.createBitmap(frame.cols(), frame.rows(), Bitmap.Config.RGB_565); Utils.matToBitmap(frame,...
Can your follow the lastest version of OpenCV? Thanks a lot :-)