Tagged Questions

Classification of a detected object in an into different categories.

learn more… | top users | synonyms

40
votes
8answers
8k views

What algorithm to compare two images

My task is pretty simply (well, it SOUNDS simple): given two different image file (in whatever format I choose), I need to write a program to predict the chance if one is the illegal copy of another. ...
20
votes
3answers
10k views

Are there any 'ok' Image Recognition libraries for .NET?

I want to be able to compare an image taken from a webcam to an image stored on my computer. The library doesn't need to be one hundred percent accurate as it won't be used in anything mission ...
18
votes
0answers
5k views

XXX image recognition software/algorithm [closed]

Possible Duplicate: What is the best way to programatically detect porn images? Here http://www.face-rec.org/algorithms/ is a good site about the face recognition. I'm looking for a ...
17
votes
2answers
341 views

Recognizing distortions in a regular grid

To give you some background as to what I'm doing: I'm trying to quantitatively record variations in flow of a compressible fluid via image analysis. One way to do this is to exploit the fact that the ...
14
votes
4answers
4k views

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 ...
7
votes
4answers
565 views

Recognizing text from a picture in delphi

i need an advice on how to approach this problem. I have some picture data: *.jpg, *.bmp ... and i need to extract the data from it. The data is alphanumeric text. I work in delphi.
6
votes
3answers
352 views

Image similarity comparison

I originally asked this question on cstheory.stackexchange.com but was suggested to move it to stats.stackexchange.com. Is there an existing algorithm that returns to me a similarity metric between ...
6
votes
1answer
289 views

Working with decision trees

I know tl;dr; I'll try to explain my problem without bothering you with ton's of crappy code. I'm working on a school assignment. We have pictures of smurfs and we have to find them with foreground ...
6
votes
2answers
3k views

Detection of coins (and fit ellipses) on an image

I am currently working on a project where I am trying to detect a few coins lying on a flat surface (i.e. a desk). The coins do not overlap and are not hidden by other objects. But there might be ...
6
votes
4answers
3k views

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 ...
6
votes
6answers
7k views

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 ...
6
votes
1answer
3k views

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 ...
5
votes
3answers
275 views

Identify pattern in image

what is the best approach to identify a pattern (could be a text,signature, logo. NOT faces,objects,people,etc) in an image, given that all images are taken from the same angle, which means the ...
5
votes
3answers
430 views

Finding repeating patterns/images in images

I've been looking around for some papers (or info) on this topic. To avoid a misunderstanding: I'm not talking about finding a supplied pattern in multiple locations. Repeating patterns can also be ...
5
votes
2answers
3k views

Algorithm to detect presence of text on image

With my new assignment I am looking for a method to detect the presence of text on image. The image is a map - can be for example google map. The task is to detect where the street/city label is ...
5
votes
2answers
1k views

c++ Tesseract or any other OCR lib

I'm looking for an explanation / API doc / examples of how to use (and train?) Tesseract in C++, nothing useful on the google Tesseract page, and yet to find something over the web. Anyone useful ...
5
votes
3answers
5k views

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 ...
4
votes
4answers
168 views

How to programmatically read over a scanned document or image

I've searched around on the net, as I'm a bit of a n00b when it comes to OCR, and I'm actually not sure where a good starting point would be. I'd like to build an app that will be able to identify ...
4
votes
2answers
131 views

Complex shapes recognition

I need to complete the demo project which aims to recognize teeth on the xray image. I'm not familiar with the topic and I'm not sure which approach would be preferrable in this case. (I was thinking ...
4
votes
1answer
600 views

OpenCV - Haar classifier for long objects with different angles

I have used Haar classifier with OpenCV before succesfully. Unfortunately it seems to work only on square objects and fixed angles (i.e. faces). However I need to find "long" (rectangular) objects ...
4
votes
3answers
376 views

Best approach for specific Object/Image Recognition task?

I'm searching for an certain object in my photograph: Object: Outline of a rectangle with an X in the middle. It looks like a rectangular checkbox. That's all. So, no fill, just lines. The ...
4
votes
2answers
239 views

Neural Network Training

I try to recognize pictures of every digit. I have removed everything else than the digit so that there is almost no noise other than the digit is placed differently on the pictures. I use Neuroph's ...
4
votes
3answers
1k views

Image / Voice Recognition in Objective-C

I am developing an application with Image and Voice recognition. Do you have any source or idea how to do this? Thanks, ZaldzBugz
4
votes
3answers
4k views

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 ...
4
votes
1answer
1k views

Face detection + Image morphing

I am looking to create a site like photofunia.com where basically you can apply a large number of effects to an image. I am wondering if someone can guide me in the right direction as to the ...
4
votes
4answers
4k views

C++ Library for image recognition: images containing words to string

Does anyone know of a c++ library for taking an image and performing image recognition on it such that it can find letters based on a given font and/or font height? Even one that doesn't let you ...
4
votes
7answers
555 views

Image recognition and 3d rendering

How hard would it be to take an image of an object (in this case of a predefined object), and develop an algorithm to cut just that object out of a photo with a background of varying complexity. ...
3
votes
1answer
52 views

How many images to use for positive and negative samples when Haar training?

I have read a fair amount about Haar training and I'm not clear on how many images one should use for the positive and negative sample sets. I see it recommended to use many images, some people ...
3
votes
2answers
118 views

Find differences between two images but *not* pixel to pixel

I hope someone will be able to help me. I have pairs of black and white images that resulted from scanning texts with a large scanner (resulting files are up 500M). The texts scanned are nearly ...
3
votes
1answer
70 views

Recommend a library(an API) to recognize the shapes in the picture

I need a library(with an API) which can take as input an image and recognize shapes from it, returning the coordinates of the shapes. The deployment of the library must be simple, something in the ...
3
votes
1answer
169 views

Running Lire image search inside Solr — how?

I'd like to use Lire image search from within Solr. Lire is built on top of Lucene: http://www.semanticmetadata.net/lire/ What's the best way to integrate Lire in Solr? I'd especially appreciate ...
3
votes
3answers
165 views

how to check if curves are similar

How to compare two black curves on a white background? How to do it as fast? For example this and this are similar, but this and this are not First curve I'll draw on JPanel, second is ...
3
votes
4answers
210 views

Algorithm suggestions for distinguishing images of human faces

I am looking to develop a facial algorithm that would take as input 2 images and calculates if the faces in the 2 images are of the same person or not. I have all the pre-processing of the images ...
3
votes
1answer
155 views

Java Image get desktop image and create macro

Well I'm playing a online flash game and you have to click on white boxes as fast as possible. How could I automate this with Java? The location of boxes is randomized. I tried using Robot class and ...
3
votes
3answers
130 views

Determining object identities using image recognition

I've written some image analysis software that can determine the basic shape, color, and dimensions of what it considers to be the most dominant object in the image. I've also created a database of ...
3
votes
3answers
97 views

How do I calculate a line from a series of points?

Probably an easy question, but I could not find an easy solution so far. I'm working on a simple image recognition software for a very specific use case. Given is a bunch of points that are ...
3
votes
1answer
220 views

Online medical image processing grand challenges [closed]

I'm currently working on my thesis, and I'm looking for an/some online medical image processing grand challenge(s). I already know this site but I need a challenge which has microscopic image dataset ...
3
votes
4answers
231 views

Recognition of a font from an image using PHP

I'm curious - how to recognize font from an image supplied... EDIT: ...with use of PHP? For example - user uploads photo of some text (let's say from a newspaper) and wants to know which font were ...
3
votes
3answers
544 views

Creating a dataset from an image with Python for face recognition

I am trying to code a face-recognition program in Python (I am going to apply k-nn algorithm to classify). First of all, I converted the images into greyscale and then I created a long column vector ...
3
votes
1answer
689 views

How to improve accuracy rate on Eigenface Algorithm

I use EmguCV library(openCV wrapper) on C# to implemented face detection and facial recognition using Eigenface algorithm I found many mistakes of accuracy rate such as minimum distance is not a same ...
3
votes
6answers
180 views

is it possible to recognise the subject of a simple childlike drawing from a scan or photograph?

I am developing a study for child psychology and would need to analyse thousands of childrens drawings, I would like to automate where possible through edge tracing etc. to guess the content of the ...
3
votes
2answers
279 views

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

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 ...
3
votes
1answer
963 views

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 ...
3
votes
2answers
2k views

image to barcode recognition

I know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/api/library that can ...
3
votes
1answer
1k views

how does data clustering help in image or pattern recognition

I have been playing around with different data clustering algorithms working on finding clusters between random data points represented an nodes, I keep reading that data clustering is used for image ...
3
votes
3answers
3k views

Library for Image Recognition in Obj-C?

I'm looking for some library that will allow me to identify black dots on a white background. Preferably in C or objective-c. Also, what keywords can I use in my search for such algorithms? I've ...
2
votes
2answers
105 views

iPhone App - Coffee Cup Recognition [closed]

I want to build an iOS application that recognizes patterns in a cup of coffee. For example http://en.wikipedia.org/wiki/File:Coffereading.jpg . This image recognition script could run on the client ...
2
votes
4answers
58 views

generate 3d object from processing a 2d sketch on paper

I want my application to understand the diagrams drawn on a paper of 3d objects like cubes, cylinders, pyramids by using image processing(openCV) and render corresponding 3d models in opengl. The ...
2
votes
1answer
71 views

Where can I find a Free Chinese Handwritten Recognition engine for Android/IPhone?

I am interested in developing something that will make use of Chinese handwritten recognition software on smart phones. Before I get started I wanted to check to see if there was any free (for open ...
2
votes
1answer
276 views

Improve matching accuracy of cvMatchShapes in OpenCV

I tried using cvMatchShapes() to match two marker patterns. As you can see at Best way to count number of "White Blobs" in a Thresholded IplImage in OpenCV 2.3.0 , the source is having a ...

1 2 3 4