Python Module Index

a | c | e | i | l | n | u
 
a
niftynet.application Specific high-level NiftyNet applications.
    niftynet.application.autoencoder_application
    niftynet.application.base_application
    niftynet.application.gan_application
    niftynet.application.segmentation_application
 
c
niftynet.contrib Experimental code for new features.
    niftynet.contrib.rename_checkpoint_to_partial
    niftynet.contrib.ultrasound_simulator_gan
    niftynet.contrib.ultrasound_simulator_gan.ultrasound_simulator_gan
 
e
niftynet.engine Application engine.
    niftynet.engine.application_driver
    niftynet.engine.application_factory
    niftynet.engine.application_optimiser
    niftynet.engine.application_variables
    niftynet.engine.image_window
    niftynet.engine.image_window_buffer
    niftynet.engine.sampler_grid
    niftynet.engine.sampler_linear_interpolate
    niftynet.engine.sampler_random_vector
    niftynet.engine.sampler_resize
    niftynet.engine.sampler_uniform
    niftynet.engine.windows_aggregator_base
    niftynet.engine.windows_aggregator_grid
    niftynet.engine.windows_aggregator_identity
    niftynet.engine.windows_aggregator_resize
niftynet.evaluation Evaluation metrics for network outputs.
    niftynet.evaluation.pairwise_measures
    niftynet.evaluation.region_properties
 
i
niftynet.io High-level input / output operations.
    niftynet.io.image_reader
    niftynet.io.image_type
    niftynet.io.misc_io
    niftynet.io.simple_itk_as_nibabel
 
l
niftynet.layer Building blocks for neural network layers.
    niftynet.layer.activation
    niftynet.layer.base_layer
    niftynet.layer.binary_masking
    niftynet.layer.bn
    niftynet.layer.channel_sparse_convolution
    niftynet.layer.convolution
    niftynet.layer.crf
    niftynet.layer.crop
    niftynet.layer.deconvolution
    niftynet.layer.dilatedcontext
    niftynet.layer.discrete_label_normalisation
    niftynet.layer.downsample
    niftynet.layer.elementwise
    niftynet.layer.fully_connected
    niftynet.layer.gan_blocks
    niftynet.layer.histogram_normalisation
    niftynet.layer.layer_util
    niftynet.layer.loss_autoencoder
    niftynet.layer.loss_gan
    niftynet.layer.loss_segmentation
    niftynet.layer.mean_variance_normalisation
    niftynet.layer.pad
    niftynet.layer.post_processing
    niftynet.layer.rand_flip
    niftynet.layer.rand_rotation
    niftynet.layer.rand_spatial_scaling
    niftynet.layer.reshape
    niftynet.layer.spatial_transformer
    niftynet.layer.upsample
 
n
niftynet Entry points for the NiftyNet CLI.
niftynet.network Neural network (re-)implementations.
    niftynet.network.base_net
    niftynet.network.deepmedic
    niftynet.network.dense_vnet
    niftynet.network.highres3dnet
    niftynet.network.highres3dnet_large
    niftynet.network.highres3dnet_small
    niftynet.network.holistic_net
    niftynet.network.holistic_scalenet
    niftynet.network.scalenet
    niftynet.network.simple_gan
    niftynet.network.simulator_gan
    niftynet.network.toynet
    niftynet.network.unet
    niftynet.network.vae
    niftynet.network.vnet
 
u
niftynet.utilities High-level re-usable utilities.
    niftynet.utilities.download
    niftynet.utilities.filename_matching
    niftynet.utilities.histogram_standardisation
    niftynet.utilities.restore_initializer
    niftynet.utilities.user_parameters_custom
    niftynet.utilities.user_parameters_default
    niftynet.utilities.user_parameters_helper
    niftynet.utilities.user_parameters_parser
    niftynet.utilities.user_parameters_regex
    niftynet.utilities.util_common
    niftynet.utilities.util_csv
    niftynet.utilities.versioning