Hello
I want to change color style of a photo by using color style of other photo.So,I think about histogram matching method.I know that IM provide option -equalize for histogram equalization,but no option for histogram specification or histogram matching.
What will I do to match 2 histograms of photo ?
How to match histogram (convert command)
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to match histogram (convert command)
If you are on unix, or Windows w/Cygwin, you can use my histmatch script at the link below.
Re: How to match histogram (convert command)
I want to config source of IM and add new option -hismatch to convert command and recompile source.Can you tell me what I will do ?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to match histogram (convert command)
Sorry, but histmatch is a bash shell script that makes calls to IM. It is not built into IM.
If you want to code that up in IM, please post to the Developers forum and inquire what would be needed. I do not code, just do bash shell script for image processing with IM
Fred
If you want to code that up in IM, please post to the Developers forum and inquire what would be needed. I do not code, just do bash shell script for image processing with IM
Fred
Re: How to match histogram (convert command)
Thanks , Fred