Skip to content

Zero mean intensity normalization  #172

Description

@MarkusDrange

As a pre-processing step, i do zero mean intensity normalization over all three RGB channels, with the same mean and standard deviation for all patches:

    ADP_MEAN = [0.81233799, 0.64032477, 0.81902153]
    ADP_STD = [0.18129702, 0.25731668, 0.16800649]

    [...]
    transforms.Normalize(ADP_MEAN, ADP_STD)

I understand this is not supported in FAST-Pathology pre processing; would it be possible to add this functionality?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions