I need to display image with only maximum pixel value.

4 views (last 30 days)
reduce all minimum pixel values to zero.
  2 Comments
Adam
Adam on 14 Aug 2015
Your question title and question body represent two completely different results. Both trivially solved though by Walter's answer or the obvious alteration for min pixels.
kaavya subramani
kaavya subramani on 14 Aug 2015
Sir, i need to find distinct object in image,i tried boundary marking but it doesn't give exact result.Here i attached the image,plz see and give me some solution sir.

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 14 Aug 2015
X(x~=max(x(:))) = 0;
  2 Comments
kaavya subramani
kaavya subramani on 14 Aug 2015
Sir, i need to find distinct object in image,i tried boundary marking but it doesn't give exact result.Here i attached the image,plz see and give me some solution sir.

Sign in to comment.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!