I have a project that requires programming in Matlab for image processing. I
have been asked to program the Hill-Clustering method by D.Tsai and Y.Chen
to reduce the Thresholds of any gray scale image. This method is supposed to
find the peaks in an Image's Histogram and then assign the areas in between
those peaks. I need to use Matlab to find the peaks in the image's
histogram. Can someone give me some idea on how can I program this? If you
need any further information please contact me in my email mentioned below.
I really need some guidance.
"anonymous" <arisl@otenet.gr> wrote in message
news:fk97dc$mrf$1@mouse.otenet.gr...
>I have a project that requires programming in Matlab for image processing.
>I have been asked to program the Hill-Clustering method by D.Tsai and
>Y.Chen to reduce the Thresholds of any gray scale image. This method is
>supposed to find the peaks in an Image's Histogram and then assign the
>areas in between those peaks. I need to use Matlab to find the peaks in the
>image's histogram. Can someone give me some idea on how can I program this?
>If you need any further information please contact me in my email mentioned
>below. I really need some guidance.
>
> Thank you
> ArisL24@hotmail.com
In general, people tend not to answer overly broad questions like this. I
think you should start off by learning the method backwards and forwards.
[You can't teach the computer how to do something you don't know how to do
yourself.] After you know you understand the method, plan out how you want
your program to work. Finally, implement your plan and test your program.
If you run into problems with a particular step, that's when you ask
_specific_ questions about that step, and show what you've done to try to
solve the problem. If you ask a specific question, and show that you've put
some effort into the work, I think you'll find plenty of people willing to
help you.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Disclaimer prior to use.