ITK
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...
### Description Valid dicom files are rejected. ### Steps to Reproduce Use the itkDCMTKImageIO to read a file that has a dicom preamble and it is incorrectly rejected. ### Expected...
In `Documentation/Maintenance/Dashboard.md` there is the command: `$ git remote add -t dashboard origin https://itk.org/ITK.git` But that fails. Where has this moved? To github somewhere I guess?
Hello, I have successfully installed ITKon Windows using Visual Studio 2022. However, I am currently facing an issue while building the PETPVC library, which requires the Mdule_ITKReview. I have followed...
### Description Prefer Insight Journal DOIs to URL in references. ### Expected information DOIs are permanent; the Insight Journal website URL may change in the future. ### Actual information Current...
### Description I tried to enable these remote modules: ``` Module_AdaptiveDenoising Module_itkAnalyzeObjectMap Module_AnisotropicDiffusionLBR Module_BSplineGradient Module_BioCell Module_BoneEnhancement Module_BoneMorphometry Module_Cleaver Module_Cuberille Module_CudaCommon Module_FixedPointInverseDisplacementField Module_GenericLabelInterpolator Module_GrowCut Module_HASI Module_HigherOrderAccurateGradient Module_IOFDF Module_IOMeshSTL Module_IOMeshSWC Module_IOOpenSlide Module_IOScanco...
When I use a filter, how can I know where this filter class turn on multithread. such as itkSimilarityIndexImageFilter, does it turn on the multithread when `using FilterType = itk::SimilarityIndexImageFilter;...
I used the setup shown below to ensure the consistency of the sampling points. However, the result of each registration is still different. What other operations need to be done...
S. explanation https://github.com/InsightSoftwareConsortium/ITK/issues/3772#issuecomment-1334689836. Fixed 4th element. Tested with FreeSurfer 7.3.2, 2022/08/04
### Description When you index into a numpy array and think you got an integer, you actually get a numpy.int64. python ints and numpy.int64 are almost indistinguishable, but If you...
### Description Behavior is observed where vector pixel data is read inconsistently from a small `.mha` data file. ### Steps to Reproduce 1. Download the data file from the ITKUltrasound...