-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color-matcher batch processing #1
Comments
I am glad this tool may be useful for medical applications. So far, I have considered batch processing from the command line, which was supposed to work when providing the source directory as follows:
However, I figured that each output file gets overriden due to identical filename creation. I fixed this issue in v0.3.2, which is now available via Similar to the Jupyter notebook example, you can alternatively use the API to iterate through your image stack via a single loop like the one below:
Let me know whether this helps or if you still encounter issues. Best, |
Thank you so much, Chris! I'll try it soon. Tried photoshops "match color" function, and I think color-matcher did a better job. |
Thank you so much, It works perfectly! (I used it for own personal small software for my scansions of ancient books, which had to be normalized) |
Glad, it works on your side! |
I've just discovered color-matcher and find it potentially very useful for preprocessing histopathological datasets for deep learning. I can't, however, find a way to use it in batch mode - that is - is there any way to load more than one source image and/or more than one target image to process larger image datasets in batch?
The text was updated successfully, but these errors were encountered: