First, I apologize for my poor English and thank you for any help
I found the im2dhisteq module from GitHub and installed it with pip
Module link on GitHub :
https://github.com/Mamdasn/im2dhisteq
but it is not recognized when running in the command line.
C:Windowssystem32>im2dhisteq --input 'a.jpg' --output 'b.jpg' --w 6
'im2dhisteq' is not recognized as an internal or external command,
operable program or batch file.
Then I went to the python script folder and found it but it has no format
enter image description here
What should I do to use this module in the command line?
pip install im2dhisteq
im2dhisteq --input 'a.jpg' --output 'b.jpg' --w 6
mohsen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.