Dženan Zukić
Dženan Zukić
@tbirdso Could this be related to FFT refactoring?
@ZymUpc and @zhusihan-python, would one of you like to make a PR per Tom's suggestion? Pseudocode of `itkMontageExtraWrappings.wrap` to be added [here](https://github.com/InsightSoftwareConsortium/ITKMontage/tree/master/wrapping): ```cmake if (NOT ITK_WRAP_rgb_unsigned_short) message(STATUS "Enabling 16-bit RGB...
> wrap itk-montage for itk.Image[itk.Vector[itk.F, 3], 2] This will probably not need further wrappings, like `itk.Image[itk.RGBPixel[itk.US], 2]` would. So the [new wrapping file](https://github.com/InsightSoftwareConsortium/ITKMontage/issues/207#issuecomment-1336025086) would be a lot simpler. Or simpler...
If you think it would be beneficial, you can add it. Also, modifying the existing code (including tests) to use the iterator would be desirable, so we have examples of...
I assume that this is not related to Python packaging, but to underlying GDCM code. Reproducing without data will probably be hard. Can you try anonymizing your DICOM file(s) and...
Can you try C++ code from [this example](https://examples.itk.org/src/io/gdcm/readdicomseriesandwrite3dimage/documentation) on your DICOM data? Does it also crash?
Taking a second look, `itk.SymmetricEigenAnalysisImageFilter` is the [object-oriented syntax](https://itkpythonpackage.readthedocs.io/en/master/Quick_start_guide.html). You should have a `.Update()`, or use snake case like for `hessian_recursive_gaussian_image_filter`.
It is a bit strange that your original code worked (due to syntax). But I guess that problem is in the wrapping.
Just as I was making a pull request, I realized that a test is needed. I don't really have time to make a meaningful test (aside from the use in...
It is not of high priority to me either. So it would be good if you added it to your TODO list for summer holidays 😄