Algorithms which extract and manipulate information from digital images.
505
votes
3answers
71k views
How do I find Waldo with Mathematica?
This was bugging me over the weekend: What is a good way to solve those Where's Waldo? ['Wally' outside of North America] puzzles, using Mathematica (image-processing and other functionality)?
Here ...
307
votes
18answers
17k views
Peak detection in a 2D array
I'm helping a veterinary clinic measuring pressure under a dogs paw. I use Python for my data analysis and now I'm stuck trying to divide the paws into (anatomical) subregions.
I made a 2D array of ...
91
votes
3answers
5k views
How can I improve my paw detection?
After my previous question on finding toes within each paw, I started loading up other measurements to see how it would hold up. Unfortunately, I quickly ran into a problem with one of the preceding ...
80
votes
3answers
9k views
How to sort my paws?
In my previous question I got an excellent answer that helped me detect where a paw hit a pressure plate, but now I'm struggling to link these results to their corresponding paws:
I manually ...
69
votes
12answers
30k 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 ...
65
votes
3answers
2k views
What Haskell representation is recommended for 2D, unboxed pixel arrays with millions of pixels?
I want to tackle some image-processing problems in Haskell. I'm working with both bitonal (bitmap) and color images with millions of pixels. I have a number of questions:
On what basis should I ...
55
votes
9answers
2k views
Remove white background from an image and make it transparent
We're trying to do the following in Mathematica:
RMagick remove white background from image and make it transparent
But with actual photos it ends up looking lousy (like having a halo around the ...
53
votes
18answers
21k views
What is the best image manipulation library? [closed]
I would love to 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 ...
44
votes
10answers
40k 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?
40
votes
7answers
37k views
UIImage: Resize, then Crop
I've been bashing my face into this one for literally days now, and even though I feel constantly that I am right on the edge of revelation, I simply cannot achieve my goal.
I thought, ahead of time ...
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. ...
34
votes
7answers
19k views
32
votes
12answers
6k 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 ...
30
votes
18answers
2k 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 ...
29
votes
3answers
898 views
Extracting segments from a list of 8-connected pixels
Current situation : I'm trying to extract segments from an image. Thanks to openCV's findContours() method, I now have a list of 8-connected point for every contours. However, these lists are not ...
27
votes
2answers
734 views
Pygame water ripple effect
I have Googled for it but there are no ready scripts - as opposed to the same effect on Flash. I have checked the algorithm on The Water Effect Explained and also tested an implementation of the ...
27
votes
4answers
668 views
Challenge: Take a 48x48 image, find contiguous areas that result in the cheapest Lego solution to create that image!
Background
Lego produces the X-Large Gray Baseplate, which is a large building plate that is 48 studs wide and 48 studs tall, resulting in a total area of 2304 studs. Being a Lego fanatic, I've ...
26
votes
17answers
4k 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 ...
25
votes
8answers
10k views
How would I tint an image programatically on the iPhone?
I would like to tint an image with a color reference. The results should look like the Multiply blending mode in Photoshop, where whites would be replaced with tint:
I will be changing the color ...
24
votes
8answers
2k 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 ...
23
votes
16answers
3k 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 ...
22
votes
3answers
321 views
Is there an efficient algorithm for segmentation of handwritten text?
I want to automatically divide an image of ancient handwritten text by lines (and by words in future).
The first obvious part is preprocessing the image...
I'm just using a simple digitization ...
22
votes
5answers
654 views
Cut out image in shape of text
I need to cut out an image in the shape of the text in another image. I think it's best shown in images.
This is a photo of a cat:
and this is the text I wish to cut out:
The resulting image ...
22
votes
3answers
636 views
Digital camera algorithms
I'm working on a simple video device and I'd like to introduce some standard cool camera features. Amongst all I'd like to introduce
Focus indicator
Auto focus
Auto exposure (ideal exposure time ...
22
votes
3answers
846 views
How does Photoshop's magnetic lasso work?
Seems like GIMP's intelligent scissor is based on a paper from SIGGRAPH '95 on "Intelligent Scissors for Image Composition", as seen in one of the comments in the source.
However Magnetic Lasso in ...
22
votes
5answers
4k 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 ...
22
votes
10answers
9k views
Image fingerprint to compare similarity of many images
I need to create fingerprints of many images (about 100.000 existing, 1000 new per day, RGB, JPEG, max size 800x800) to compare every image to every other image very fast. I can't use binary compare ...
22
votes
13answers
3k 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 ...
21
votes
7answers
6k views
Kinect pattern recognition
I bought a Kinect to play around with on my PC in C#. (And what fun it is to program!)
I'm using CLNUIDevice.dll to get the depth image from Kinect. This works fine and I'm able to read the depth ...
21
votes
3answers
565 views
In a digital photo, how can I detect if a mountain is obscured by clouds?
The problem
I have a collection of digital photos of a mountain in Japan. However the mountain is often obscured by clouds or fog.
What techniques can I use to detect that the mountain is visible in ...
21
votes
15answers
15k views
How can I quantify difference between two images?
Here's what I would like to do:
I'm taking pictures with a webcam at regular intervals. Sort of like a time lapse thing. However, if nothing has really changed, that is, the picture pretty much ...
21
votes
13answers
6k 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 ...
20
votes
1answer
2k views
Image Segmentation using Mean Shift explained
Could anyone please help me understand how Mean Shift segmentation actually works?
Here is a 8x8 matrix that I just made up
103 103 103 103 103 103 106 104
103 147 147 153 147 ...
20
votes
8answers
24k views
What is the best java image processing library/approach?
I am using both the JAI media apis and ImageMagick?
ImageMagick has some scalability issues and the JNI based JMagick isn't attractive either.
JAI has poor quality results when doing resizing ...
20
votes
8answers
5k 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 ...
20
votes
9answers
15k views
Image Processing, In Python?
I've recently come across a problem which requires at least a basic degree of image processing, can I do this in Python, and if so, with what?
19
votes
7answers
435 views
Determine height of Coffee in the pot using Python imaging
This is a bit of a funny question but...
We have a web-cam in our office kitchenette focused at our coffee maker. The coffee pot is clearly visible. Both the location of the coffee pot and the camera ...
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 ...
18
votes
9answers
8k views
Image resize before upload
I need to provide a means for a user to upload photos to their web site in jpeg format. However, the photos are very large in original size, and I would like to make the resize before upload option ...
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 ...
17
votes
7answers
3k views
Where do I start learning about image processing and object recognition?
I'm interested in writing some basic computerized object recognition application, so I figure I need some theoretical background in image processing algorithms, along with some AI for decision making ...
16
votes
1answer
1k views
Implementing Watershed Segmentation in Java
I'm trying to write my own implementation of Watershed Segmentation for a project. I have a version that returns something resembling the correct segmentation given really trivial pictures. ...
16
votes
2answers
456 views
Camera Module Focus Adjust using Contrast Transfer Function
Currently I'm designing a test program for mobile phone camera module. I'm trying to control a precision motor that adjust the focus barrel of the camera to get optimum focus point. I've been looking ...
16
votes
10answers
3k views
Writing a functional and yet functional image processing library in Scala
We are developing a small image processing library for Scala (student project). The library is completely functional (i.e. no mutability). The raster of image is stored as Stream[Stream[Int]] to ...
16
votes
4answers
7k views
python image recognition
what I want to do is a image recognition for a simple app:
given image (500 x 500) pxs ( 1 color background )
the image will have only 1 geometric figure (triangle or square or smaleyface :) ) of ...
16
votes
12answers
2k views
What's the best approach to recognize patterns in data, and what's the best way to learn more on the topic?
A developer I am working with is developing a program that analyzes images of pavement to find cracks in the pavement. For every crack his program finds, it produces an entry in a file that tells me ...
16
votes
4answers
14k views
Face detection in java
Can anyone recommend a decent java library for face detection (recognition not required, just detection).
The library would preferably be pure java (e.g. no dependencies on other native libs, DLLs or ...
16
votes
2answers
3k views
Haskell image processing library?
Anyone have a recommendation for a good image processing package for Haskell? Why do you like it?
15
votes
4answers
469 views
How to change a particular color in an image?
My question is if I have a Lion image just I want to change the color of the lion alone not the background color. For that I referred this SO question but it turns the color of whole image. Moreover ...
15
votes
2answers
411 views
how to generate such an image in Mathematica
I am thinking of process an image to generate in Mathematica given its powerful image processing capabilities. Could anyone give some idea as to how to do this?
Thanks a lot.