Menu

Deep learning for NeuroImaging in Python.

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 surfify.augmentation.base.SurfNoise(sigma)[source]

The SurfNoise adds a Gaussian white noise with standard deviation sigma.

Init class.

Parameters:

sigma : float

the noise standard deviation.

run(data)[source]

Applies the noising augmentation to the data.

Parameters:

data : array (N, )

input data/texture.

Returns:

data : arr (N, )

noised input data.

Follow us

© 2025, nidl developers