I am currently following this tutorial (http://www.stanford.edu/class/ee368/Android/Tutorial-2-OpenCV-for-Android-Setup-Windows.pdf) on how to set up OpenCV for Android in Windows and I am having some
I have following type of data in a text file(number of row =4000, number of column =141).First 5*5 element of that data here to give you an idea:
Im trying to implement optical flow in android using openCV http://code.google.com/p/android-opencv/. Basicly i want to build something like this http://www.youtube.com/watch?v=P_Sjn67jIJY . Anyway be
I am trying to convolve an image with a filter and storing it to a matrix of type CV_64F with the help of filter2D function in opencv. but the type of the destination matrix get changed and i try to c
So what I want to do is write an application that, at least in the future, could be ported to mobile platforms(such as android) that can scan an image of a protein gel and return data such as the numb
I am very new to OpenCV and I have the following question: I understand t开发者_StackOverflowhat I can create an image using:
I am currently learning how to create Firefox addons using XPCOM and I want to know how to include thirdparty libraries to develop them. I followed a few tutorials to compile .xpt and .dll from c++ fi
If cvCaptureFromCAM is the 2.0-2.1 version of the camera capture then what is the 2.2 version? If this can still work on 2.2 then why am i getting the error? Thank you for you开发者_如何转开发 help in
I\'m running a HaarTraining process using OpenCV 2.2 (compiled with OpenMP). The training progress shows:
The following is the detailed error message I got while compiling a OpenCV project. Please help me out. Thanks a lot!