World's most popular travel blog for travel bloggers.

[Solved]: Which algorithm for counting the occurrences of a certain pattern (spots) in an image?

, , No Comments
Problem Detail: 

The Problem :

Finding the number of occurrences of a certain pattern (or shape) in an image. In my example, the problem is about finding the number of spots (in variety of sizes) in an image. See figure 1 below: figure 1 What I'm looking for here is an orientation. What class of algorithms can lead to a solution for this type of problems?

Asked By : reaffer

Answered By : D.W.

The best way to get an orientation is to read a textbook on computer vision or image processing. There are lots of techniques known, and that's often the best way to get an introduction to a broad topic like this.

Anyway, for some specific techniques, I would recommend that you learn about the following candidate approaches:

Your task looks pretty easy, so I imagine you should be able to find a very effective combination of techniques if you learn about them and try them out on sample images.

Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/55511

3.2K people like this

 Download Related Notes/Documents

0 comments:

Post a Comment

Let us know your responses and feedback