image-recognition

Is there a library that can take an image...and do processing to determine things about it?

Such as...is the image a person of female or male? Is there such free tool out there, available? ...

Get time from the clock image in Matlab - Image Processing

I do not know how to determine the top of the needle of the clock. If you determine the coordinates of them, I can think of the time of the clock. Please help me solve this problem. Thank you very much! ...

License plate recognition using OpenCV

I have a project where I need to identify the license plate of a car using OpenCV. I want to load an image of a number or a letter and let OpenCV identify it and print it to the console. Is there a function do this? If not, how can I do it? Note: I am working on gray level Please help, I have to make it a week from now ...

java framework for image pattern recognition?

I'm looking for a Java framework to help with some data mining specific to images. We have a set of historical images that I would like to categorize and classify. I'm was hoping to find something like weka http://www.cs.waikato.ac.nz/ml/weka/ or Marsyas http://marsyas.sness.net but more specific to sifting through image data to find p...

Logo recognition in images

Does anyone know of recent academic work which has been done on logo recognition in images? Please answer only if you are familiar with this specific subject (I can search Google for "logo recognition" myself, thank you very much). Anyone who is knowledgeable in computer vision and has done work on object recognition is welcome to commen...

iPhone Photo/Pattern Recognition

Does anyone know of a good starting point to look into pattern and/or photo recognition development for the iPhone? In searching for it, I can only find examples of existing applications, but I would like to start developing one myself. ...

Recognize numbers in images

I've been searching for resources for number recognition in images on the web. I found many links providing lots of resources on that topic. But unfortunately it's more confusing than helping, I don't know where to start. I've got an image with 5 numbers in it, non-disturbed (no captcha or something like this). The numbers are black on ...

How can I use computer vision to find a shape in an image?

I have a simple photograph that may or may not include a logo image. I'm trying to identify whether a picture includes the logo shape or not. The logo (rectangular shape with a few extra features) could be of various sizes and could have multiple occurrences. I'd like to use Computer Vision techniques to identify the location of these...

Any advice how to implement a character recognizing functionality?

Let the user write/draw a character on the canvas,and recognize it. Seems not so easy,is there an open source project for this? ...

Image Recognition (Shape recognition)

I want to recognize the shapes in the picture by template matching.Is the "ExhaustiveTemplateMatching" is the right option given in Aforge.Net for this purpose.Had anyone tried this class and find it working correctly.How accurate and right choice this class is for achieving my purpose.Suggest any other methods or Alogrithms as well for ...

Dice face value recognition

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. The two dice will be black and white, with white and black pips respectively. Their distance to the camera will always be the same, but their position and orientation o...

Recognize objects in image

Hello I am in the process of doing a school project, where we have a robot driving on the ground in between Flamingo plates. We need to create an algorithm that can identify the locations of these plates, so we can create paths around them (We are using A Star for that). So far have we worked with AForged Library and we have created the...

Find image position inside a larger image

Basically I want to find the pixel location of a small image inside a large image. I have searched for something similar to this but have had no luck. ...

Advice on using OCR on an image of a blackboard

I'm trying to get an image of a blackboard readable by OCR. Naturally, most OCR software doesn't like dirty images. What image processing should I try to put the image through to clean the image up? ...

Finding a simple object in a low-quality image

Hi, I want to do this thing in C# (or any other .NET language), not sure how: I have an image I captured from webcam and I want to find a specific simple object in it (let's say a red circle with a black square in it). The red circle can be a bit different from time to time (because of shadows) and the square might be also a bit brighter...

What is the best way to implement handwritten character recognition on iPhone?

Hi, What is the best way to implement handwritten character recognition in iPhone? I'm thinking as follows: First, taking a picture of handwritten character. Second, recognizing image of handwritten character, and then outputs a text. ...

Image / Voice Recognition in Objective-C

Hi Guys, I am developing an application with Image and Voice recognition. Do you have any source or idea how to do this? Thanks, ZaldzBugz ...

Image/Text Recognition

Hey guys, I saw that this company Mitek made an app that could read receipts through the iPhone's camera and record the information from them. (http://www.miteksystems.com/OOMPH_MobileReceipt.asp). My assumption would be that they run the images through some kind of image/text recognition software. Any ideas what what they might be usin...

How to find the amount of pixels by which an image has moved?

Hello friends, I am trying to calculate by how much an object has moved in each consecutive image captured from a stationary camera. What we're testing here is the repeatability of our setup to place an object in the same place each time. The object in question has a stamp placed on its center that has a simple shape on it (see below)...

Image comparison using Objective C.

Hi, i am planning to create an application to compare pill images if they were the same. Is there any source that i could use that detects colors, shape, size of the pill in the picture and compre if that picture is the same with the other picture of the same pill? Regards, ZaldzBgz ...