How to detect an image in Matlab?

How to detect a particular object in Digital Image -Matlab

Kaydee at Stack Overflow Visit the source

Was this solution helpful to you?

Other answers

I'm pretty sure it is frowned upon this forum to ask for solutions to homework, but I'll try to give you some ideas anyways. I would suggest trying the following methods: Change the image to HSV color space and display each image channel separately. I'm willing to bet that the gold color will be distinctive in one of these channels. Apply a threshold, and then do blob detection. Hand select some of the fish and store the colors within vectors, then apply a gaussian mixture model. Use this to detect the color within the image and process from there.

ABC

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.