Enhancement color image with HE

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
life24
Posts: 22
Joined: 2016-02-19T00:31:25-07:00
Authentication code: 1151

Enhancement color image with HE

Post by life24 »

Hello, How can enhancement color image with histogram equalization without decompose channel image or convert to gray. Thanks
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Enhancement color image with HE

Post by fmw42 »

Imagemagick has -equalize.

See
http://www.imagemagick.org/script/comma ... ptions.php
http://www.imagemagick.org/Usage/color_mods/

What is your Imagemagick version and platform?
Post Reply