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

Displaying processed image on screen

Hello all!! I'm working on an Android project with OpenCV library on Eclipse Platform. In this project I'm stuck at a point where I need to display the Mat image on the screen after it has been...

View Article


Need to find GLCM matrix

I am using OpenCV 2.4 in android (Android Studio). I want to find GLCM matrix of an image . Is there any class/function for the same ?

View Article


I am using OpenCV in unity, how can i detect ears instead of whole face.

Actually, in my Unity3D App, i want to recognize eyes, lips, nose and ears independently but couldn't find any perfect reference.

View Article

how to use multithreading with opencv android java

i am working on an open cv app, and it is lagging. While doing some research, i found that multithreading can help. i have no idea how it work, and cannot find a proper example to understand it. Can...

View Article

how can i choose the thresholds of canny function in opencv to get clears...

![image description](/upfiles/14577069172839484.jpg)

View Article


camera preview from opencv shows bad/incorrect image. using javacameraview

The System I'm using is: Mac + Eclipse + Opencv4Android (v3.0) all samples and everything is running correctly except for the results or quality displayed by the camera. here is a sample below of how...

View Article

i used canny function to detect the contour in my android app but i would now...

![image description](/upfiles/14576925754253712.jpg) ![image description](/upfiles/14576321951359183.jpg)

View Article

OpenCV Java code running faster than OpenCV native C++ code

I have written two versions of an android application using OpenCV. OpenCV is being used for following operations: - Resizing images - Color conversion from RGB to HSV - Computing ratio of pixel values...

View Article


the environment to build OpenCV sdk for android-x86

Hi, I was trying to build my own OpenCV SDK for android-x86 platform. I've cloned the repo from https://github.com/Itseez/opencv , and set "opencv/platforms/android/android.toolchain.cmake" as CMake...

View Article


Android external camera + OpenCV

Have you ever tried getting live video stream from external camera connected to Android device to later process it with OpenCV functions? I've found some libraries that seem to allow external camera...

View Article

how to get source/header files of libjpeg in opencv4ndk 3rd-party

Hello, I used libjpeg.a and libtiff.a in opencv for my project. I downloaded opencv-3.1.0 for Mac. When I build my project on Mac, I included the source/header files of jpeg/tiff from the above...

View Article

It seems that you device does not support camera - only with some apps

Hi, Trying to get camera images using OpenCV on Android the app is crashing with the error: 'It seems that you device does not support camera (or it is locked)' However, if I run the samples from this...

View Article

Is there any solution with opencv which complete forms ?

I have to make a clear picture with opencv to apply then OCR with tesseract .I try many methods but picture still have incompletes letters (so i will not be able to identify theses letters by OCR ). t...

View Article


better explanations of ORB

Hi guys, I'm working with OpenCV4Android but i'm experiencing so problems on correctly understand ORB methods and what can I know from that class. Most of all, I want to know if: passing a generic...

View Article

Text extraction and segmentation using opencv and java for android application

I have to do an android application that use opencv and java language to extrat objects from images and put them into squares .I should get a result like this ![image...

View Article


I can not remove Errors Projects OpenCV in Eclipse

Hello, perform all the steps of the document OpenCV4Android SDK, but not able to remove errors and imported folders, both the library and the sample of Turorial . And did what NDK and all that, now...

View Article

Project has no project.properties file! Edit the project properties to set...

I am using [this](http://docs.opencv.org/2.4/doc/tutorials/introduction/android_binary_package/O4A_SDK.html "title") Tutorial but when i import all the libraries in Eclipse i get this error...

View Article


Android Studio: OpenCV + NDK

Does anyone have a good tutorial on how to use OpenCV in C++ (NDK) with the latest Android Studio?

View Article

How can i use opencv FloodFill with java?

I tried to use floodfill in my source code but the application doesn't work and this is my code : `final Bitmap bitmap = BitmapFactory.decodeFile(fileUri.getPath(),options); Mat tmp = new...

View Article

Convert card response in binary matrix

Hi, I need some help about how to start develop a application in Android that recognize a card response for tests and convert it to a binary matrix. The card response filled will be like this: ![image...

View Article
Browsing all 1117 articles
Browse latest View live


Latest Images