Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Browsing all 353 articles
Browse latest View live
↧

OpenCV was not initialised correctly. Application will be shut down

I switched cell , had a motorola xt1225 and got a samsung galaxy note 5 . In my galaxy note 5 my application opencv simply not open more , the message as title. And in other devices, including the one...

View Article


Loading OpenCV on android fails

hello, i am working on android app using open cv library, here is main service code : [Main_service_code.java](http://paste.ofcode.org/ZBqRtsAe6gdNaTtcZN2MK8#) I tried to use static link by include...

View Article


Android Opencv Perspective Transformation not working as expected

I'm working with perspective transformation in opencv for android for a personal project. The thing I'd like to do is to acquire a document like CamScanner does. For this I import a picture and let the...

View Article

Use libjpeg-turbo with OpenCV 3.1 on Android

Hi, I'm trying to replace libjpeg by libjpeg-turbo to speed up reading and writing images on Android. I've successfully used the turbo API directly to verify image IO operations were faster but I'd...

View Article

how do I fix OpenCV importing errors?

SO no matter what I did I keep on encountering the same errors I am trying to import OpenCV into android studio 2.1.3 and i have followed all the instructions carefully and tried all available...

View Article


OpenCV Assertion Failed Error - Perspective Transform

Before posting this question I followed the answers posted in this thread but it didn't helped me however the question is eactly the same one....

View Article

Fatal signal 11 (SIGSEGV) in Android 6.0

**What I do:** 1.I Write the face detection in opencv c++ and call from android using wrapper. 2.I used android native camera and pass image(Mat) to the detection method(detection method is shown...

View Article

Opencv 2.4.11 android source code

I'm doing some image stitching stuff on an android application and the results have been great! However, I want to make some of my own modifications to the C++ code and compile them into an .so file...

View Article


OpenCV Android absdiff not working

Hello, I want to create a motion detector in a OpenCV Android app. First I accumulate the background with this class: private Mat mRgba; private Mat mGray; private Mat mBackground; private Mat...

View Article


how to build custom opencv for android (and test application using c++ client...

Hello. How can I build opencv myself on android such that I can write other native c++ application code that interacts with it? Im using Android studio 2.2 with ndk installed. Most...

View Article

Create libopencv_java.so from source

Hi I've downloaded openCV source code and follow http://code.opencv.org/projects/opencv/wiki/Building_OpenCV4Android_from_trunk (OpenCV build section) to build for Android. after running make -j8 I see...

View Article

Android findContours returning too many contours

Hello, I'm trying to find the contours of the camera frame in a Android app. Here is the code: Imgproc.Canny(src, src, 50, 200); List contours = new ArrayList(); Mat hierarchy = new Mat(); // find...

View Article

money bill detection

i want to create an application that takes a picture of a bill and tells the user to which country this bill belongs to and how much is it worth . any ideas??

View Article


Building for android from cygwin

I am trying to build OpenCV for android as a static library. I went through https://github.com/opencv/opencv/wiki/Building_OpenCV4Android_from_trunk and saw that it mentions cygwin's make is not...

View Article

opencv keypoint and histogram matching

I'm developing a project in android for image comparison. The images can be in any scale / rotation. I did some tests with my current project, but the results are not good. I thought to do beyond the...

View Article


size of the same image is different when it is read differently

I am learning how to load/read images using opeCV with Android API. I have an image titled "arrow.png" in the drawable folder, and I tried to read the same image using two different ways as shown in...

View Article

Running Code on Android Studio From Github

I feel incredibly dumb asking this, but I've downloaded the code from https://github.com/betty1/FlagSpot I have version 2.1.3 of Android studio installed but don't know how to run codes on the...

View Article


Why there is not Android version in 2.4.13 release?

Hi, I wonder why OpenCV has not released Android version along with 2.4.13 release. Does any one have idea?

View Article

How to detect(Count) Hair inside rectangle Hair images?

I have write one code to detect hairs from head and get count. But not able to get exact result as per the image exist ![image description](/upfiles/14761016252390203.jpg) ![image...

View Article

Memory deallocation in android.

Hello. I am a newbie at OpenCV Framework. I made an android app with OpenCV. Unfortunately, My app was crashed when i used openCV. Main reason of crash was 'Out of Memory'. So i called 'System.gc()'...

View Article
Browsing all 353 articles
Browse latest View live