elastix icon indicating copy to clipboard operation
elastix copied to clipboard

Official elastix repository

Results 120 elastix issues
Sort by recently updated
recently updated
newest added

When using transformix command-line option "-def" to transform the points of a VTK file, the output was always an ASCII file, having double-precision (64-bit) floating point numbers. With this pull...

An attempt to instantiate `OpenCLVector` for a specific template argument `T` triggers compile errors. For example: ```cpp // Template instantiation for T = float. template class itk::OpenCLVector; ``` VS2022 output:...

Currently trying it out in Python: ```python Dimension = 2 ImageType = itk.Image[itk.UC, Dimension] PointType = itk.Point[itk.D, Dimension] PointContainerType = itk.VectorContainer[itk.ULL, PointType] fixed_image = ImageType.New() fixed_image.SetRegions(itk.Size[Dimension].Filled(8)) fixed_image.AllocateInitialized() moving_image = ImageType.New()...

This pull request introduces the **IMPACT similarity metric** into Elastix, enabling semantic image registration via deep feature representations extracted from TorchScript models. --- ## 📚 Reference This metric is described...

- Partially addressed issue https://github.com/SuperElastix/elastix/issues/1318 "Proposal: CI testing for ARM macOS systems, deprecate Intel macOS support", proposed by Matt McCormick - Related to ITK issue https://github.com/InsightSoftwareConsortium/ITK/issues/5326 "Proposal to Deprecate macOS...

postponed

The size of pixels specified by `FixedInternalImagePixelType = "long"`, `MovingInternalImagePixelType = "long"`, or `ResultImagePixelType = "long"` is platform dependent. On Windows, `long` is typically 32-bit (just like `int`), while on...

### **Proposal** 1. Add **macOS ARM64 (macos-14)** to CI/CD testing matrices. 2. Begin deprecating Intel (x86_64) macOS support in future `elastix` releases. 3. Align with ITK’s roadmap (Intel deprecation in...

To be considered... - Something like the caching mechanism implemented by [ljm898](https://github.com/ljm898) at https://github.com/InsightSoftwareConsortium/ITK/pull/4982