I’m trying to build a simple application that will recognize the values of two 6-sided dice. I’m looking for some general pointers, or maybe even an open source project.
Is there a way in Java or OpenCv开发者_开发百科 ; preferably Java, that i can have an HSV histogram give RGB image.
am trying to calculate mean and variance using 3X3 window over image(hXw) in opencv...here is my code...is there any accuracy issues with this??oris there any other efficientmethod to do it in one pas
I\'m working on detecting the shape of any object. I have a binary image where the 开发者_如何学JAVAbackground is in white and the foreground/object is in black. I need to detect the shape of the obje
I have got a problem with some basic OpenCV code. Here is my code: cv::Mat src; src=imread(\"开发者_如何学JAVACalibration.bmp\",0);
I have been trying to create a simple program with Python which uses OpenCV to get a video feed from my webcam and display it on the screen.
I am starting out as an Android Developer, and I would like to know if there are any Computer vision libraries or Augmented Reality libraries for the Android SDK, as I am planning to use these librari
Anybody has an idea what OpenCV Error: Assertion failed _img.cols == winSize.width means? I\'m not familar with the new implemenation of the haar training (=traincascade) nor could I find any 开发者_如
Does anybody know how does it work and how to do it using OpenCV? Laplacian can be calculated using OpenCV,
I\'m doing background subtraction usi开发者_运维问答ng opencv. The problem is the foreground object is not always detected correctly. To deal with this I would like to use four or five images, and tak