ITK
                                
                                 ITK copied to clipboard
                                
                                    ITK copied to clipboard
                            
                            
                            
                        Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimens...
Issue 2570. AdvanceOneStep() is now called prior to GetValueAndDerivative() rather than afterward. Tests in ITKOptimizersv4TestDriver have been updated to match the algorithmic change. ## PR Checklist - [x] No [API...
…sequence Addresses issue #871. `typemap(in)` for `DECL_PYTHON_VARLEN_SEQ_TYPEMAP` was incorrect: * It was only accepting Python sequences (list, tuple,...) but was not working properly when trying to pass the original ITK...
## PR Checklist - [ ] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have been approved) - [ ] No [major design changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#design-changes) were made (or the changes have...
If possible, it is preferable not to use of `dynamic_cast` because of performance costs, and sometimes segmentation faults (as observed on MacOS). `Conversion::Convert(ptr)` safely converts a pointer to `T*`. It...
BUG: Only access the value of si , if vrtype is not invalid. This prevents a SegmentationFault in the case of an invalid tag ## PR Checklist - [x] No...
(This text has been edited) Only in the constructors and destructors for the `SmartPointer` should we invoke the underlying object's `Register()` or `UnRegister()` methods to handle the smart pointer reference...
This occurs many times when compiling Python wrappings. Example message: ```text 122>vnl_vector_refPython.cpp 122>C:\Dev\ITK-py\Wrapping\Modules\ITKCommon\vnl_vector_refPython.cpp(7653,3): warning C4996: 'PyEval_InitThreads': deprecated in 3.9 ``` Tested on `master` branch, but probably affects all versions.
Avoid warning C4996: 'PyEval_InitThreads': deprecated in 3.9 Closes #3364.
### Description We discovered funny issue, when system locale is set to one where decimal numbers are wrote with comma "," instead of "." then the written NRRD file has...
### Description Currently there are no ITK builds for Windows for ARM. For out software that uses ITK, we would like to support Windows for ARM. ### Actual behavior Now,...