Info

This question is closed. Reopen it to edit or answer.

Enhancement color image with HE

1 view (last 30 days)
Dani D
Dani D on 4 Jun 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello, How can enhancement color image with histogram equalization without decompose channel image or convert to gray. Thanks

Answers (1)

Image Analyst
Image Analyst on 4 Jun 2016
Histogram equalization is not a good enhancement - in fact it usually makes the images look unnatural. For a color image you don't have to convert to grayscale but you'll have to do each color channel one at a time. My advice - don't do it, you won't be happy with the results.
  1 Comment
Dani D
Dani D on 8 Jun 2016
Hello, but my question is : What is your preferred method if you want to implement one of the gray image enhancement techniques through histogram equalization on a color image without separating color channels?

Tags

Community Treasure Hunt

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

Start Hunting!