i have images of raisins of brown, yellow and green. I have
to sort that images in above colors. Each image having
single raisin. For that i have to write a Algorithm in
matlab. Please tell me how i can do this.
Thank You.
>i have images of raisins of brown, yellow and green. I have
>to sort that images in above colors. Each image having
>single raisin. For that i have to write a Algorithm in
>matlab. Please tell me how i can do this.
I've always been partial to Aho, Hopcroft & Ullman's
"Data Structures and Algorithms"; if you can still find a copy
of it, it will give you a good grounding on how to combine
algorithms and data structures to create functional programs.
Once you have a background in -how- to write successful algorithms,
you could then read through the Matlab "Getting Started" material
in the Matlab help section, which will give you the tools you
need to implement your chosen algorithm in Matlab specifically.
If you expect that someone is going to tell you how to do your
project: Sorry, you are obviously working on an assignment, and
you would not learn much if we were just to tell you how to do the
work.
If you post an outline of the code you have so far and ask -specific-
questions about that code, then chances are much better that someone
would provide useful feedback.

Signature
"It's a hard life sometimes and the biggest temptation is to let
how hard it is be an excuse to weaken." -- Walter Dean Myers