HAAR Cascade Trainning recognizing few features
Commands used: opencv_createsamples -info annotations.txt -bg bg.txt -num 107 -w 80 -h 45 -vec samples.vec opencv_traincascade -data /home/USER/test/classifier -vec samples.vec -bg bg.txt -numStages 12...
View ArticlePassing arguments to train_HOG.cpp
How do I pass these (http://answers.opencv.org/question/96925/how-to-use-train_hogcpp/) arguments to train_HOG.cpp? After compiling this...
View ArticleWhat is estimateGeometricTransform of Matlab in openCV?
Hello, I am trying to rewrite the following code [Object Detection in a Cluttered Scene Using Point Feature...
View ArticleOne-to-one face matching probability
Hi everyone, Recently I came across an interesting project: given three images from the American Civil War (one image containing a group of identified/unidentified soldiers and the other two images...
View ArticlePixel Loop on a color image
Hello, How to make a loop on the pixels for a rgb color image, and doing a 3x3 processing ? Thank you, Christophe
View ArticleHow to obtain the hash representation from the image_hash module
I 'm trying to compute the perceptual hash for an image (Using for example the phash algorithm). I want to compute and save the hash in a database for future comparissons. The compute method from the...
View ArticleCopy of a transparent image
Hello, How to copy a transparent Png image on an Rgb image ? Thank you, Christophe
View ArticleVideocapture does not working
Hello, I have a .mov video of Shutterstock, that I have converted into an Avi. But VideoCapture cap("myfile.avi"); does not work I have installed codecs and I use the last version of Opencvworld....
View ArticleTrouble generating Matlab bindings using latest OpenCV 3.4.0 software
Hello, I'm trying to install the new OpenCV source files on Windows along with the latest opencv_contribute using CMake but keep running into this error:> CMake Warning at...
View ArticleAruco module GPU-accelerated
I have a GeForce 1070 Graphics card, I want to know if the Aruco module is GPU-accelerated? If it's not the case? How can I do so? I notice that we can use the datatype UMat instead of Mat on the...
View ArticleRTSP stream from IP camera not moving
Hi, I am trying to stream an IP camera using RTSP. My code works fine when testing using a big buck bunny stream (either of the two commented out) however when I use the address of the camera it...
View ArticleCascade Classifier
I am using Cascade Classifier to detect objects in a video stream. I load the .xml classifier file that I have trained before. Then I use detectMultiCsale to perform the detection but the problem is...
View Articlecv::puttext character width?
 hello. i'm develop ascii art project using opencv 3.4.0 i use puttext to draw string. but i think width of each character is different. how can i...
View ArticleCMake cannot detect latest Apache Ant 1.10.2
Hello, I am trying to install OpenCV 3.4 but CMake is unable to detect Apache Ant installed on my machine. I have it installed in: C:\apache-ant-1.10.2 When I initially click 'Configure' the output...
View ArticleCMake cannot detect latest Apache Ant 1.10.2
Hello, I am trying to install OpenCV 3.4 but CMake is unable to detect Apache Ant installed on my machine. I have it installed in: C:\apache-ant-1.10.2 When I initially click 'Configure' the output...
View ArticleKNN android tutorial
Is there any tutorial how to apply knearest neighbor in android platform? i keep searching all over the internet but not such a single source i found
View Articlenet.setinput error in Load Caffe framework models tutorial
Hello everyone, I've installed Opencv3.4 on my computer (Windows 10 latest version, visual studio 2015), it worked without any problems until I come to the "Load Caffe frameworks models" tutorial....
View ArticleRecreating lighting based on sample image
Hi, I am wondering if there is any current research/implementation to this problem: Say given 2 images, one with an object lighted with an (assumingly) uniform lighting, and another image, with the...
View ArticleSharpen image by blurring and then adding both images?
Hey everyone, I am pretty new to image processing. Somewhere on the internet I came across a method to sharpen an image (and it actually works), but I do not understand, why it really works. Here is...
View ArticleBicycle detection with opencv library in android
I am very new with opencv. My project is to detect bicycle using opencv or any other open source library in android. I can successfully run the sample project of opencv and import in android studio...
View Article