introvoyz041's picture
Migrated from GitHub
12d2e9e verified
raw
history blame contribute delete
621 Bytes
"""
Copyright 2021, Dana-Farber Cancer Institute and Weill Cornell Medicine
License: GNU GPL 2.0
"""
from .pipeline import Pipeline
from .transforms import (
AdaptiveHistogramEqualization,
BinaryThreshold,
BoxBlur,
CollapseRunsCODEX,
CollapseRunsVectra,
ForegroundDetection,
GaussianBlur,
HistogramEqualization,
LabelArtifactTileHE,
LabelWhiteSpaceHE,
MedianBlur,
MorphClose,
MorphOpen,
NucleusDetectionHE,
QuantifyMIF,
RescaleIntensity,
SegmentMIF,
SegmentMIFRemote,
StainNormalizationHE,
SuperpixelInterpolation,
TissueDetectionHE,
)