フィルターのクリア

how to detect infected region in medical image say cancer or malaria parasites using microscopic images?

2 ビュー (過去 30 日間)
how to detect infected region in medical image say cancer or malaria parasites using microscopic images?
  1 件のコメント
Image Analyst
Image Analyst 2013 年 8 月 21 日
編集済み: Image Analyst 2013 年 8 月 21 日
No one's answer makes much sense now that you've replaced your original question with this one. And you never accepted any of those original answers so maybe I'll just wait for that. Actually, you already have started a new question on this totally new topic in a separate posting, so you didn't even need to edit/destroy this one. So go ahead and accept one answer below.

サインインしてコメントする。

回答 (3 件)

Image Analyst
Image Analyst 2011 年 8 月 3 日
If you want less noise, obviously. What other need would you have?
  1 件のコメント
Sean de Wolski
Sean de Wolski 2011 年 8 月 4 日
+1
The only other need I can think of is to get an A in the class.
median(['A-' 'A+' 'A' ])

サインインしてコメントする。


Pierre
Pierre 2011 年 8 月 4 日
Jan, I agree with you, the question is very surprising. Especially the required effort in typing in a question and a title on MATLAB Answers instead of looking up only a few key words on Google and getting instant answers "off-the-shelf" from wikipedia for example.
Jalari, on wiki you find couldn't miss the article about image noise. Now, deviated from your other questions (in which you seem trying to make other people do your work - I might be wrong but this is the image I got so far), you haven't had any look on basic signal processing although, regarding your task, you definitely should have so; I'll point out that very often (and obviously in your case) one is interested in the edges in an image as those are the most obvious entities containing information. Therefore, linear noise-reduction filters as the Gaussian smoothing filter are not always best suited for this purpose as they reduce significance of edges at the same time. An alternative to linear filters though are non-linear filters as is the Median filter which does reduce high-frequency noise in mostly uniform regions while preserving edges to a much better extent. It is very popular amongst non-linear filters, as it can be implemented very efficiently compared to other filters in this class.
Here's how you can operate google in case you have difficulties with it: Link 1 Link 2.
If you cannot find an answer through google, you may still ask your question here, but the fact, that google yields very accurate answers on your question with the very first links is quite offending to me.
Cheers

Jan
Jan 2011 年 8 月 3 日
This is a surprising question. Do you want to know, why any filter is applied at all, or what the benefits of the median filter are?

カテゴリ

Help Center および File ExchangeBiotech and Pharmaceutical についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by