DigitalSlideArchive / HistomicsTK

A Python toolkit for pathology image analysis algorithms.
https://digitalslidearchive.github.io/HistomicsTK/
Apache License 2.0
391 stars 117 forks source link

Add a dict of all built in stain vectors in histomicstk.preprocessing.color_deconvoltion #270

Closed cdeepakroy closed 6 years ago

cdeepakroy commented 7 years ago

This issue is about creating a dict like this with stain vectors of all commonly used stains and put this dict in the histomicstk.preprocess.color_deconvolution package. Here is a reference from which these stain vectors can be obtained.

cdeepakroy commented 6 years ago

A basic version with hematoxylin, eosin, and dab stains has been added here.