add channel transformations into situ_image class

This commit is contained in:
2021-07-13 10:11:41 +02:00
parent 5bac4eb2bd
commit f447157d35
4 changed files with 28 additions and 3 deletions

View File

@@ -1 +1 @@
from .channel_transformation import ChannelTransform, ScaleRotateTranslateChannelTransform
from .channel_transformation import ChannelTransform, IdentityChannelTransform, ScaleRotateTranslateChannelTransform