implement registration fo rounds

This commit is contained in:
2021-07-13 13:18:41 +02:00
parent c2c39dc462
commit 1d0385e2f3
8 changed files with 78 additions and 15 deletions

View File

@@ -1,2 +1,2 @@
from .channel_transformation import ChannelTransform, IdentityChannelTransform, ScaleRotateTranslateChannelTransform
from .round_transformation import RoundTransform, IdentityRoundTransform
from .round_transformation import RoundTransform, IdentityRoundTransform, ScaleRotateTranslateRoundTransform