Get HSV and RGB values of an image
im trying to get RGB values of an image. which i can get Min(R-G-B),Med(R-G-B),Max(R-G-B) also i want to get the HSV of RGB with same format HSVMIN(R-G-B), HSVMED(R-G-B), HSVMAX(R-G-B).
View ArticleGeeting error while reading the xml file.
Hi , I am getting the error while reading the xml file. The error message is.."duplicate key". I have attached read and write function and screenshot of xml file., which shows 10 white blobs on a black background. Is it possible to save each...
View ArticleWhy do we get different predictions when using java and python(dnn)?
When using the python language at the output of a neural network, I get an array consisting of numbers from 0 to 5. For example: ...[3 3 3 ... 1 1 1] [3 3 3 ... 1 1 1] [3 3 3 ... 1 1 1]... When using...
View ArticleUsing ORB image recognition
Hello, I have to create a traffic sign detector (in python)which detect,distinguish three sort pf panels (turn right,left ,stop) and show the distance between the vehicle and the sign. I don't know how...
View ArticleHow can i set mouse callbacks to different windows with python
I am working on a project that will require me to have two OpenCV windows,i want to set callbacks for the different windows,how do i go about it using python
View ArticleTemplate matching not finding all image occurrences
I am not getting 100% result in template matching. If the match pertcentage is 95, it will not show all the target image found. It will show few matches and skip others. I checked the area that missed,...
View ArticleHow to do Nightly Build to the OpenCV for Windows?
I'm new to this OpenCV Library. I would like to know **how to do the nightly building process** for the *Opencv* code in *windows*. I have been checking with this to work on? But i don't get any...
View ArticleFunction to find joint probability and conditional probability in OpenCV
Is there any built-in function to find Joint Probability and Conditional Probability of images in OpenCV! What does the function "CalcProbDensity" does? OpenCV documentation explanation says divide...
View Article