niwrap.ants
ANTs
Advanced Normalization Tools (ANTs) is a C++ library available through the command line that computes high-dimensional mappings to capture the statistics of brain structure and function. It allows one to organize, visualize and statistically explore large biomedical image sets. Additionally, it integrates imaging modalities in space + time and works across species or organ systems with minimal customization.
The ANTs library is considered a state-of-the-art medical image registration and segmentation toolkit which depends on the Insight ToolKit, a widely used medical image processing library to which ANTs developers contribute. ANTs-related tools have also won several international, unbiased competitions such as MICCAI, BRATS, and STACOM.
1""" 2ANTs 3 4Advanced Normalization Tools (ANTs) is a C++ library available through the 5command line that computes high-dimensional mappings to capture the statistics 6of brain structure and function. It allows one to organize, visualize and 7statistically explore large biomedical image sets. Additionally, it integrates 8imaging modalities in space + time and works across species or organ systems 9with minimal customization. 10 11The ANTs library is considered a state-of-the-art medical image registration and 12segmentation toolkit which depends on the Insight ToolKit, a widely used medical 13image processing library to which ANTs developers contribute. ANTs-related tools 14have also won several international, unbiased competitions such as MICCAI, 15BRATS, and STACOM. 16 17URL: https://github.com/ANTsX/ANTs 18""" 19# This file was auto generated by Styx. 20# Do not edit this file directly. 21 22from .add_noise_to_image import * 23from .ants_ai import * 24from .ants_align_origin import * 25from .ants_apply_transforms import * 26from .ants_apply_transforms_to_points import * 27from .ants_atropos_n4_sh import * 28from .ants_brain_extraction_sh import * 29from .ants_cortical_thickness_sh import * 30from .ants_intermodality_intrasubject_sh import * 31from .ants_introduction_sh import * 32from .ants_joint_fusion import * 33from .ants_joint_label_fusion_sh import * 34from .ants_joint_tensor_fusion import * 35from .ants_landmark_based_transform_initializer import * 36from .ants_motion_corr import * 37from .ants_motion_corr_diffusion_direction import * 38from .ants_motion_corr_stats import * 39from .ants_multivariate_template_construction2_sh import * 40from .ants_neuroimaging_battery import * 41from .ants_registration import * 42from .ants_registration_sy_n_sh import * 43from .ants_registration_sy_nquick_sh import * 44from .ants_slice_regularized_registration import * 45from .ants_transform_info import * 46from .antsintegrate_vector_field import * 47from .antsjacobian import * 48from .antsuse_deformation_field_to_get_affine_transform import * 49from .antsuse_landmark_images_to_get_affine_transform import * 50from .antsuse_landmark_images_to_get_bspline_displacement_field import * 51from .atropos import * 52from .convert_scalar_image_to_rgb import * 53from .convert_to_jpg import * 54from .convert_transform_file import * 55from .create_displacement_field import * 56from .create_dticohort import * 57from .create_tiled_mosaic import * 58from .create_warped_grid_image import * 59from .denoise_image import * 60from .extract_region_from_image import * 61from .extract_region_from_image_by_mask import * 62from .i_math import * 63from .image_intensity_statistics import * 64from .image_math import * 65from .image_set_statistics import * 66from .kelly_kapowski import * 67from .label_geometry_measures import * 68from .lesion_filling import * 69from .multiply_images import * 70from .n3_bias_field_correction import * 71from .n4_bias_field_correction import * 72from .non_local_super_resolution import * 73from .paste_image_into_image import * 74from .print_header import * 75from .rebase_tensor_image import * 76from .resample_image import * 77from .sccan import * 78from .set_spacing import * 79from .simple_syn_registration import * 80from .simulate_displacement_field import * 81from .smooth_displacement_field import * 82from .smooth_image import * 83from .super_resolution import * 84from .surface_based_smoothing import * 85from .surface_curvature import * 86from .texture_cooccurrence_features import * 87from .texture_run_length_features import * 88from .threshold_image import * 89from .tile_images import * 90from .time_sccan import * 91from .warp_tensor_image_multi_transform import * 92from .warp_time_series_image_multi_transform import *