Ii want to know about, How to find a histogram of an uint8 image with 16 amplitude bins?

2 views (last 30 days)
first-order histogram of an image

Accepted Answer

Walter Roberson
Walter Roberson on 28 Sep 2015
histogram(YourImage(:), 16)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!