I observed that after resizing, some masks that were not touching before do touch. I think that this happens on the following line:
|
expanded_mask_resized = rescale(expanded_mask, 1 / self.simulation.resize_amount, anti_aliasing=False, |
Is that correct? There are functions to resize and prevent touching, e.g., function resize_mask from delta.imgops.
I observed that after resizing, some masks that were not touching before do touch. I think that this happens on the following line:
SyMBac/SyMBac/renderer.py
Line 403 in 9513c2c
Is that correct? There are functions to resize and prevent touching, e.g., function
resize_maskfromdelta.imgops.