What is the best java image processing library/approach? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 8 years ago. Improve this question I am using both the JAI media apis and ImageMagick? ImageMagick has some scalability issues and the JNI based … Read more

What is the best java image processing library/approach? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 8 years ago. Improve this question I am using both the JAI media apis and ImageMagick? ImageMagick has some scalability issues and the JNI based … Read more

How to detect a Christmas Tree?

Which image processing techniques could be used to implement an application that detects the Christmas trees displayed in the following images? I’m searching for solutions that are going to work on all these images. Therefore, approaches that require training haar cascade classifiers or template matching are not very interesting. I’m looking for something that can … Read more

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 is what I have so far, a function which reduces the visual complexity a little bit by dimming some of the non-red colors: whereIsWaldo[url_] := … Read more

Image Processing: Algorithm Improvement for ‘Coca-Cola Can’ Recognition

One of the most interesting projects I’ve worked on in the past couple of years was a project about image processing. The goal was to develop a system to be able to recognize Coca-Cola ‘cans’ (note that I’m stressing the word ‘cans’, you’ll see why in a minute). You can see a sample below, with … Read more