mirror of
https://github.com/13hannes11/situr.git
synced 2024-09-03 20:50:58 +02:00
fix combined registration does not do channel registration
This commit is contained in:
@@ -20,7 +20,7 @@ class CombinedRegistration:
|
|||||||
# Do channel registration
|
# Do channel registration
|
||||||
for round in range(tile.get_round_count()):
|
for round in range(tile.get_round_count()):
|
||||||
img = tile.get_round(round)
|
img = tile.get_round(round)
|
||||||
self.channel_registration
|
self.channel_registration.do_channel_registration(img)
|
||||||
|
|
||||||
tile.apply_channel_transformations()
|
tile.apply_channel_transformations()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user