Using OpenCV4Android, how to blur a part of an image?
I am using `inRange()` function of `OpenCV4Android` to detect a colored blob in an image. Then I am using `drawContours()` to draw the contours around the selected object. What I want is that when the...
View Articlehow to split mosaic image by their edge?
image is as below,it is a mosaic image, it is consist of three images, i want to get the two edge position that separate the three images, how to do this?  Hi, Presently, I am using OpenCV 3.0.0, I have successfully build the source using CMake and Visual Studio 2013, when I am trying to build the...
View ArticleOpenCV4Android - calcCovarMatrix for image averages
So I have two RBG averages that I want to get a Mahalanobis distance for but the Mahalanobis function requires an inverse co-variance matrix. My question is how do I create a inverse co-variance matric...
View ArticleError when tring to train image with opencv and android
public class MainActivity extends Activity { Button button; ImageView res4; TextView T1; private static final String TAG = "training"; private BaseLoaderCallback mLoaderCallBack = new...
View Articledebugging opencv python eclipse
I have installed cv2 via pip install cv2 for python2.7. I ran the example programs, for example capturing a video from the webcam etc. and it works fine. As far as I know, one needs the C++ libraries...
View ArticleHow to train correctly a cascade
Hi I've been triying of training a cascade in OpenCV to identify mouths using LBP. I cut the mouths of 10 images facial. The images look like as this:  you...
View Articleemotion classification with SVM
Hi, i'm working on a project where i have to extract the facial expression from a video, after i extracted the facial landmarks position i want to train SVM for emotion classification(happiness,...
View ArticleAccess Image pixels' value OpenCV, C++
Hello all, I am trying to access color image pixels' values an somehow process them. Here is what I am trying to do: 1. I have two color images I1 & I2 (same size images). 2. I would like to...
View Article