Open Leengit opened 2 years ago
Implementation goals:
StructurePreservingColorSeparationFilter
.StructurePreservingColorNormalizationFilter
first.StructurePreservingColorNormalizationFilter
.This interface is simpler than exposing both functionalities within a single filter. The price is that there will be some redundant computations in the situation that the user wants both color normalization and color separation.
This issue is motivated by https://discourse.itk.org/t/itk-error-hematoxylin-and-eosin-are-getting-mixed-up-failed/4767/36
To be determined:
output[0]
andoutput[1]
or, alternatively,output[1]
andoutput[2]
, with the latter case reflecting that the originally supportedoutput[0]
is missing from this set of output images. Tentative answer is:output[0]
andoutput[1]
.