Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Browsing all 1117 articles
Browse latest View live
↧

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


Recording from JavaCameraView

I've been attempting to record the JavaCameraView for a few days now, to no avail. I'm trying to use MediaRecorder to record. I have a JavaCameraView in my layout file, have added a...

View Article

Android add Native OpenCV

I made a console application in c++ and want to add it now to Android. I already configured everything and added a JNIInterface for my SourceFiles. After that I builded OpenCV Libraries for Android and...

View Article


Change Background Colour Keeping Shadow Intact Over the New Colour

In this image I just wanted to change the background colour from texture green to blue or any other colour which I have successfully done, but I am not able to retain its shadow or its glow after the...

View Article

Edit video with picture

Hi guys, I'm really new to opencv, but I need to get something done urgently. I have this video on my android app, in this video, I want to replace the head of an individual on the video with the...

View Article


Squaring elements of a matrix and summing them

I am new to java and opencv . I have a matrix(destination) and now I want to square every element of it and add all of them together after squaring. how can I do that? Mat destination = new...

View Article

OpenCV4Android, Read UVC USB Camera

Hi, I would like to access a UVC Camera attached to the USB Host of my Samsung Galaxy S5 via OpenCV. Is there any way to achieve that? I can only find camera-indexes for the front and back camera, but...

View Article

frame image transmitted is upside down in android

![image description](/upfiles/14767995594020658.jpg) My client sent this picture. the picture is showing that objects are upside down. He is using Nexus 5X and android 7.0 (Nuget) OS. i just locked...

View Article
Browsing all 1117 articles
Browse latest View live