plot_overlay

plot_overlay(image: Nifti1Image, compare: Nifti1Image, title: str, thresh: float = None)[source][source]

Plots an overlay of two images

Parameters:
  • image (nib.Nifti1Image) – The image to plot

  • compare (nib.Nifti1Image) – The image to overlay

  • title (str) – The title of the plot

  • thresh (float, optional) – The threshold to apply to the overlay, by default None