24
votes
19answers
944 views
Is an algorithm to judge the age of person in a photo feasible?
My friend works for a non-profit organization working to stop the illegal exploitation of minors over sites such as craigslist.org, which is one of the more popular mediums. The question is whether or …
20
votes
13answers
2k views
Showing too much ‘skin’ detection in software
I am building an ASP.NET web site where the users may upload photos of themselves. There could be thousands of photos uploaded every day. One thing my boss has asked a few time is if there is any way …
18
votes
8answers
2k views
Face recognition Library
I'm looking for a free face recognition library for a university project.
I'm not looking for face detection. I'm looking for actual recognition. That means finding images that contain specified …
17
votes
9answers
881 views
Near-Duplicate Image Detection
What's a fast way to sort a given set of images by their similarity to each other.
At the moment I have a system that does histogram analysis between two images, but this is a very expensive …
17
votes
15answers
4k views
What is the best image manipulation library?
I would love find out which is the best image manipulation library for which platforms and languages. Likely you could use a library under multiple platforms with the right API or Plugin capabilities. …
15
votes
16answers
1k views
Algorithm for detecting “clusters” of dots
I have a 2D area with "dots" distributed on this area. I now am trying to detect "clusters" of dots, that is, areas with a certain high density of dots.
Any thoughts on (or links to articles with …
15
votes
8answers
784 views
Detecting if two images are visually identical
Sometimes two image files may be different on a file level, but a human would consider them perceptively identical. Given that, now suppose you have a huge database of images, and you wish to know if …
15
votes
15answers
887 views
Removing Duplicate Images
We have a collection of photo images sizing a few hundred gigs. A large number of the photos are visually duplicates, but with differing filesizes, resolution, compression etc.
Is it possible to use …
15
votes
11answers
1k views
How can I measure the similarity between two images?
I would like to compare a screenshot of one application (could be a Web page) with a previously taken screenshot to determine whether the application is displaying itself correctly. I don't want an …
13
votes
8answers
250 views
Is it possibile to use TDD with image processing algorithms?
Recently, I have worked in a project were TDD (Test Driven Development) was used. The project was a web application developed in Java and, although unit-testing web applications may not be trivial, it …
11
votes
6answers
414 views
Curve fitting unsorted points on a plane
Question: How do you fit a curve to points on a plane if they aren't single valued?
For the example shown, how would one fit a curve (like the black one) to the noisy blue data? It's similar to …
11
votes
4answers
334 views
Is there an easy way to compare how close two colors are to each other
Is there a way to compare how close two colors are to each other? If to say both of them are blue.
At the moment the way that we compare them is to manually assign each possible color to a color …
11
votes
8answers
6k views
High Quality Image Scaling C#
I want to scale an image in C# with quality level as good as Photoshop does. Is there any C# image processing library available to do this thing?
11
votes
7answers
1k views
Red eye reduction algorithm
I need to implement red eye reduction for an application I am working on.
Googling mostly provides links to commercial end-user products.
Do you know a good red eye reduction algorithm, which could …
9
votes
4answers
332 views
Viola-Jones’ face detection claims 180k features
I've been implementing an adaptation of Viola-Jones' face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular …
