%% Evolution Strategy Algorithm Histogram Equalization - Created in 18 Jan 2022 by Seyed Muhammad Hossein Mousavi
% These lines of code apply Evolution Strategy algorithm on input
% argument of "target histogram" in Histogram Equalization function in
% order to fit the model in an evolutionary form. System uses some pre and
% post processing techniques which could be used as an image enhancement
% method. Obviously, you can use your own image and play with parameters
% depending on your desire. This code is suitable for medical purposes as
% reveals some veins and tissues in low and high quality images.
% ------------------------------------------------
% Feel free to contact me if you find any problem using the code:
% Author: SeyedMuhammadHosseinMousavi
% My Email: mosavi.a.i.buali@gmail.com
% My Google Scholar: https://scholar.google.com/citations?user=PtvQvAQAAAAJ&hl=en
% My GitHub: https://github.com/SeyedMuhammadHosseinMousavi?tab=repositories
% My ORCID: https://orcid.org/0000-0001-6906-2152
% My Scopus: https://www.scopus.com/authid/detail.uri?authorId=57193122985
% My MathWorks: https://www.mathworks.com/matlabcentral/profile/authors/9763916#
% my RG: https://www.researchgate.net/profile/Seyed-Mousavi-17
% ------------------------------------------------
% Hope it help you, enjoy the code and wish me luck :)