InsightSoftwareConsortium / InsightSoftwareConsortium/ITKElastix
itk.elastix_registration_method does not produce any output and reports the error message "-1073741819(0xC0000005)"
Open
- Dominant language
- Python
- Stars
- 281
- Forks
- 29
- Avg merge
- 16h 28m
- Merged PRs (30d)
- 8
Description
fixed_image = itk.imread(r'fixed_CT.nii.gz', itk.F)
moving_image = itk.imread(r'moving_MR.nii.gz', itk.F)
parameter_object = itk.ParameterObject.New()
parameter_object.AddParameterFile(
r'F:\FDS_file\Brain_Registration\model_Elastix\parameter_txt\Par0035.RIRE.MI.ri.ASGD.txt')
result_image, result_transform_parameters = itk.elastix_registration_method(
fixed_image, moving_image,
parameter_object=parameter_object,
log_to_console=True
)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.