cyto.preprocessing¶
Modules for normalising, filtering, and correcting raw microscopy images before segmentation.
- class cyto.preprocessing.normalization.GammaCorrection(gamma=1.0, gain=1, verbose=True)[source]¶
Bases:
object
- class cyto.preprocessing.normalization.PercentileNormalization(lp=5, up=95, verbose=True)[source]¶
Bases:
object