registrar = registration.Valis(img_list=[he, exp],src_dir='', dst_dir=subdir)
rigid_registrar, non_rigid_registrar, error_df = registrar.register(brightfield_processing_cls=CustomProcessor)
registrar.warp_and_save_slides(subdir, non_rigid=False)
I performed registration using the code above, but the registered image is much larger than the original. The original .tiff is 1–2 GB, while the registered .ome.tiff ends up being as large as 10 GB. Could you explain why this happens?
I performed registration using the code above, but the registered image is much larger than the original. The original .tiff is 1–2 GB, while the registered .ome.tiff ends up being as large as 10 GB. Could you explain why this happens?