This documentation is for brainrise version 0.0.0
If you use the software, please do not hesitate to Report a Bug.
Module providing common Brain MRI Augmentation Methods for PyTorch.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
brainrise.hist.
smooth_hist
Use KDE to get smooth estimate of the histogram.
arr : array
the input data.
grid : array
domain of the PDF.
pdf : array
kernel density estimate of the PDF.
Follow us
© 2023, brainrise developers