Menu

Module providing common Brain MRI Augmentation Methods for PyTorch.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class brainrise.spatial.Downsample(scale)[source]

Apply a downsampling.

__init__(scale)[source]

Init class.

Parameters

scale : int or list of int

the downsampling scale factor in all directions.

Follow us

© 2023, brainrise developers