What‘s the meaning of imshow(im1*2^4); ?

1 view (last 30 days)
Siyuan WANG
Siyuan WANG on 19 Sep 2018
Commented: Adam on 19 Sep 2018
What‘s the meaning of imshow(im1*2^4); ?
  2 Comments
Siyuan WANG
Siyuan WANG on 19 Sep 2018
what’s the difference between imshow(im1*2^4) and imshow(im1)
Adam
Adam on 19 Sep 2018
Surely the difference is obvious?! For one, you can simply see it by running the two commands, for another there is only one simple thing different between them, that one image is multiplied by 2^4 and the other isn't.

Sign in to comment.

Accepted Answer

Guillaume
Guillaume on 19 Sep 2018
Display an image with its intensity multiplied by 16.
If you don't know why it's multiplied by 16, ask the author of that code and complain to them that they've not commented it.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!