ants.ops.symmetrize_image

symmetrize_image(image)[source]

Use registration and reflection to make an image symmetric

ANTsR function: N/A

Parameters:

image (ants.core.ANTsImage) – image to make symmetric

Return type:

ants.core.ANTsImage

Example

>>> import ants
>>> image = ants.image_read( ants.get_ants_data('r16') , 'float')
>>> simage = ants.symimage(image)