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

cmake/make build of opencv320 for android in Windows 10

( I don't know if it is the right place to post it, so please point me in the right direction if not so.) Has anyone succeeded to build openCV for android in Windows 10 with cmake/make in a clean...

View Article


Trouble setting up OpenCV with NDK in Android Studio

Hi, I would like to use OpenCV with the NDK in my Android Project. I am using Android Studio. I can't get it to compile properly. I am getting error while including opencv2 in my cpp file..... ** I...

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

Best way to store a Mat object in Android

What is the best way to store a Mat object in Android? (there is a similar, unanswered, question...

View Article

JavaCameraView fails on camera.open

Hi, I am trying to run the tutorials at https://github.com/opencv/opencv/tree/master/samples/android in android studio. Since they seem to be made for eclipse i tried copying the essential...

View Article


Opencl computation time increases after few iterations

I am using opencl module provided by opencv on Qualcomm Snapdragon 805 Inforce 6501.The problem is that the time taken for the execution of opencv's remap function with oclMat after about 20 iterations...

View Article

opencv for android 3.2,no implementation found

error infor: No implementation found for long org.opencv.features2d.DescriptorMatcher.create_0(java.lang.String) (tried Java_org_opencv_features2d_DescriptorMatcher_create_10 and...

View Article

Best way to store a Mat object in Android

What is the best way to store a Mat object in Android? (there is a similar, unanswered, question...

View Article


Need Code: Android OpenCV camera2 capture application

Hello all. I need a simple reference to a code that opens the camera device using API android.hardware.camera2 , and pass the frame to a Mat object for OPENCV processing. All the code I manage to find...

View Article


Duplicate camera.

Hi everyone! I want to make an app in Android using opencv to apply filters in Camerapreview. My problem is that is a VR aplication (using a google cardboard) and I need to duplicate the camera...

View Article

android split camera preview with opencv like cardboard applications

I have a camera preview on my application but i need to split this view to two views like cardborad and samsung gear vr applications but with openCV library to make some filters and image processing...

View Article

Build Opencv320 for android with NEON

I could successfully build OpenCV320 for android under Windows10 using cmake, targeting armeabi-v7a and arm64-v8a abis Now I am trying to build it with "armeabi-v7a with NEON" to check performance...

View Article

boolean status = videoCapture.open(path); in Android always false

Working in Andorid App using OpenCV. I trying to open the video using videoCapture. But videoCapture.Open always returning false. Please help

View Article


Converting set of points in MAT

Given a set of points how can we convert it into MAT format so that openCV apis can be applied. Image is of the following nature and I have points for various features. I have to remove these...

View Article

Create ROI from a set of points > 4

Is it possible to create a roi which is non rectangular?

View Article


Android App don't load SVM trained (on C++) file for recognition

I've trained a svm using OpenCV 3.2 on C++. Just like that // Set up SVM's parameters Ptr svm = SVM::create(); svm->setType(SVM::C_SVC); svm->setKernel(SVM::LINEAR); svm->setC(100);...

View Article

Android + OpenCV - Zoom camera frame

Good Evening, now I have a problem with find some solution for zoom camera frames. I have a this ... ![image description](/upfiles/14912457426352205.jpg) ... and I want zoom it like this. ![image...

View Article


how to cut out video frame automatically when the camera is opened

There is a sample which can cut out the video frame in the official SDK. Now I want to change it to be a sample which can cute out video frame automatically. Anyway! Thanks for answers!

View Article

Changes to OpenCV code

Hi All, I am busy with a project using OpenCV 3.2.0 and Android... I have come across some issues with regards to using the camera flash. Which I have fixed, but I have added code to...

View Article

Where is the lib file **mixed_sample.so** ?

I'm trying to compile the tutorial-2-mixedprocess application in android, this application comes with the sdk. But my application crashes when it tries to load **mixed_sample** // Load native library...

View Article
Browsing all 353 articles
Browse latest View live


Latest Images