mitkovetta / staining-normalization

Staining unmixing and normalization for histopathology images.
Other
46 stars 26 forks source link

Any way to run this is batch mode? #1

Open SahPet opened 3 years ago

SahPet commented 3 years ago

Hi and thanks for a wonderful and simple stain normalization code. Is there any way to run this in batch mode in Matlab (process and save all .jpg images in a folder to new files called e.g. _nomalized.jpg)? Also noticed that when I save the resultant image it's saved with white padding (512x512 ends up being 686x605).

ajinkya-kulkarni commented 1 year ago

Would it help if the code is written in Python? I have re-written this code in Python and it can work in a batch mode as well.