I\'m running a HaarTraining process using OpenCV 2.2 (compiled with OpenMP). The training progress shows:
I have quite an specific question about image recognition. I have to write a tool which recognizes objects on x-ray print, and calculates some data based on current x-ray shot. So the task basically i
I\'m looking into image-recognition of water in sewage pipes 开发者_开发知识库for a future project.
I need to write and algorithm that can detect which state an application (used to fill out forms) is in based on screenshots.
I am developing an image recognition application. To recognize and classify symbols in an image the plan is to use the k-Nearest-Neighbours algorithm against a set of classified symbols for each conn
I am looking to develop a facial algorithm that would take as input 2 images an开发者_如何学JAVAd calculates if the faces in the 2 images are of the same person or not. I have all the pre-processing o
Is there anyway to create an image from the visual output of a java applet? Alternatively, an array of rgb values 开发者_如何学Pythonwould suffice.
I would like to make a shape recognition program that would trace a mouse and record it\'s location at each 1/2 second. How could I use these points to find a rough polygon? In other words, if you jus
I will need to identify, rotate and crop a rectangle(business card) from a photo to开发者_如何学运维ok from an iphone. I believe this can be done by using OpenCV, but I have not used it before. Could
I have tryed houghcirclealgo but it give not acceptable out put o开发者_如何学JAVAf detecting eyes . Can we find way to get the eyes detect in image I having face front ...Try this implementation fro