How can we generate an image with equal number of intensity values?
Show older comments
For example we have an image that has 5 pixels with intensity 100, 5 with intensity 50, 5 with intensity 200 and so on.
1 Comment
Image Analyst
on 31 Jan 2016
Do all gray levels have an equal number of occurrence, or do you want to specify exactly what gray levels occur and for how many pixels each gray level occurs? If all have equal, then you want histogram equalization, but not like most people do it. You'd have to use special code.
Accepted Answer
More Answers (0)
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!