├── .ExternalData └── README.rst ├── .circleci └── config.yml ├── .clang-format ├── .clang-tidy ├── .editorconfig ├── .gersemi.config ├── .pre-commit-config.yaml ├── .readthedocs.yml ├── .zenodo.json ├── CMake ├── CTestCustom.cmake.in ├── CppcheckTargets.cmake ├── ExternalData.cmake ├── ExternalData_config.cmake.in ├── FindFFTW.cmake ├── FindKWStyle.cmake ├── Findcppcheck.cmake ├── Findcppcheck.cpp ├── GetGitRevisionDescription.cmake ├── ITKClangTidySetup.cmake ├── ITKConfig.cmake.in ├── ITKConfigVersion.cmake.in ├── ITKDownloadSetup.cmake ├── ITKExternalData.cmake ├── ITKFactoryRegistration.cmake ├── ITKGroups.cmake ├── ITKInitializeBuildType.cmake ├── ITKInitializeCXXStandard.cmake ├── ITKInternalConfig.cmake ├── ITKKWStyleConfig.cmake.in ├── ITKModuleAPI.cmake ├── ITKModuleCPPCheckTest.cmake ├── ITKModuleDoxygen.cmake ├── ITKModuleEnablement.cmake ├── ITKModuleExternal.cmake ├── ITKModuleHeaderTest.cmake ├── ITKModuleInfo.cmake.in ├── ITKModuleKWStyleTest.cmake ├── ITKModuleMacros.cmake ├── ITKModuleRemote.cmake ├── ITKModuleTest.cmake ├── ITKSetPython3Vars.cmake ├── ITKSetStandardCompilerFlags.cmake ├── ITK_CheckCCompilerFlag.cmake ├── ITK_CheckCXXCompilerFlag.cmake ├── ITKcppcheckSuppressions.txt ├── InsightValgrind-CentOS7.supp ├── InsightValgrind-RHEL6.supp ├── InsightValgrind-Ubuntu1804.supp ├── InsightValgrind-Ubuntu2004.supp ├── InsightValgrind-Ubuntu2204.supp ├── InsightValgrind.supp ├── PreventInBuildInstalls.cmake ├── PreventInSourceBuilds.cmake ├── RemoveTemporaryFiles.cmake.in ├── TopologicalSort.cmake ├── UseITK.cmake ├── WrappingConfigCommon.cmake ├── itkApple.cmake ├── itkCheckSourceTree.cmake ├── itkCompilerChecks.cmake ├── itkExternal_Eigen3.cmake ├── itkExternal_FFTW.cmake ├── itkFFTImageFilterInitFactoryRegisterManager.h.in ├── itkImageIOFactoryRegisterManager.h.in ├── itkMeshIOFactoryRegisterManager.h.in ├── itkOpenCL.cmake ├── itkSupportMacros.cmake ├── itkTargetLinkLibrariesWithDynamicLookup.cmake ├── itkTestObjCxxCompiler.mm ├── itkTransformIOFactoryRegisterManager.h.in ├── itkVersion.cmake └── pre-commit ├── CMakeLists.txt ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CTestConfig.cmake ├── Documentation ├── Art │ ├── AutumnColormapFunction.png │ ├── BinShrinkGrid.png │ ├── BlueColormapFunction.png │ ├── CoolColormapFunction.png │ ├── CopperColormapFunction.png │ ├── FaceBoundaryCalculator.png │ ├── GreenColormapFunction.png │ ├── GreyColormapFunction.png │ ├── HSVColormapFunction.png │ ├── HotColormapFunction.png │ ├── ITKLogo_32px.ico │ ├── ITKLogo_64px.ico │ ├── JetColormapFunction.png │ ├── MirrorPadImageFilter.png │ ├── OverUnderColormapFunction.png │ ├── PadImageFilter.png │ ├── RedColormapFunction.png │ ├── SpringColormapFunction.png │ ├── Streaming.gif │ ├── SummerColormapFunction.png │ ├── Threading.gif │ ├── WinterColormapFunction.png │ ├── WrapPadImageFilter.png │ ├── itkBanner.png │ ├── itkBannerSmall.png │ ├── itkLogo.png │ ├── itkLogoMedium.png │ ├── itkLogoMediumTransparentBackground.png │ ├── itkLogoSmall.png │ ├── itkLogoSmallTransparentBackground.png │ ├── itkLogoSmallTransparentBackground.xpm │ └── itkLogoTransparentBackground.png ├── Doxygen │ ├── DoxygenFooter.html │ ├── DoxygenHeader.html │ ├── DoxygenLayout.xml │ ├── Geometry.dox │ ├── ImageSimilarityMetrics.dox │ ├── Iterators.dox │ ├── MainPage.dox │ ├── Modules.dox │ ├── NeighborhoodIterators.dox │ ├── Registration.dox │ ├── Streaming.dox │ ├── Threading.dox │ └── doxygen.bib ├── Maintenance │ └── Release.md └── docs │ ├── Makefile │ ├── README.md │ ├── _static │ ├── icon │ │ ├── README.md │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── browserconfig.xml │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── html_head_content.txt │ │ ├── mstile-150x150.png │ │ ├── safari-pinned-tab.svg │ │ └── site.webmanifest │ ├── itk-logo-low-res.png │ └── itk-logo.svg │ ├── conf.py │ ├── contributing │ ├── GitCheatSheet.pdf │ ├── GitCheatSheet.tex │ ├── build_test_itk.md │ ├── code_of_conduct.md │ ├── content-link-upload.png │ ├── dashboard.md │ ├── data.md │ ├── document_itk.md │ ├── enforcement.md │ ├── git_help.md │ ├── index.md │ ├── itk-testing-data.png │ ├── module_workflows.md │ ├── motivation.md │ ├── python_packaging.md │ ├── reporting.md │ ├── updating_third_party.md │ └── upload_binary_data.md │ ├── download.md │ ├── index.md │ ├── learn │ ├── courses.md │ ├── dicom.md │ ├── faq.md │ ├── fda_sw_development_guidelines.md │ ├── metaio.md │ ├── python_quick_start.md │ └── third_party_applications.md │ ├── licenses.md │ ├── make.bat │ ├── migration_guides │ ├── index.md │ ├── itk_5_migration_guide.md │ └── itk_6_migration_guide.md │ ├── releases │ ├── 1.0.md │ ├── 1.8.md │ ├── 2.0.md │ ├── 2.2.md │ ├── 2.4.md │ ├── 2.6.md │ ├── 2.8.md │ ├── 3.0.md │ ├── 3.12.md │ ├── 3.14.md │ ├── 3.16.md │ ├── 3.18.md │ ├── 3.2.md │ ├── 3.20.md │ ├── 4.0.md │ ├── 4.1.md │ ├── 4.10.md │ ├── 4.11.md │ ├── 4.12.md │ ├── 4.13.md │ ├── 4.2.md │ ├── 4.3.md │ ├── 4.4.md │ ├── 4.5.md │ ├── 4.6.md │ ├── 4.7.md │ ├── 4.8.md │ ├── 4.9.md │ ├── 5.0.md │ ├── 5.0a01.md │ ├── 5.0a02.md │ ├── 5.0b01.md │ ├── 5.0b02.md │ ├── 5.0b03.md │ ├── 5.0rc01.md │ ├── 5.0rc02.md │ ├── 5.1.md │ ├── 5.2.md │ ├── 5.3.md │ ├── 5.3rc01.md │ ├── 5.3rc02.md │ ├── 5.3rc03.md │ ├── 5.3rc04.md │ ├── 5.4.0.md │ ├── 5.4.2.md │ ├── 5.4.3.md │ ├── 5.4.4.md │ ├── 5.4rc01.md │ ├── 5.4rc02.md │ ├── 5.4rc04.md │ └── index.md │ ├── requirements.txt │ ├── scientific_ecosystem │ └── itk_ecosystem.md │ └── supported_compilers.md ├── Examples ├── .clang-format ├── CMakeLists.txt ├── Data │ ├── BSplineDisplacements1.txt │ ├── BSplineDisplacements2.txt │ ├── BSplineDisplacements3.txt │ ├── BSplineDisplacements4.txt │ ├── BSplineDisplacements5.txt │ ├── BayesianClassifierInitializerMemberships.mhd │ ├── BayesianClassifierInitializerMemberships.raw │ ├── BinaryImage.png │ ├── BrainMidSagittalSlice.png │ ├── BrainProtonDensity3Slices.mha │ ├── BrainProtonDensity3Slices.raw │ ├── BrainProtonDensitySlice.png │ ├── BrainProtonDensitySlice256x256.png │ ├── BrainProtonDensitySlice2x3.png │ ├── BrainProtonDensitySliceBSplined10.png │ ├── BrainProtonDensitySliceBorder20.mhd │ ├── BrainProtonDensitySliceBorder20.nhdr │ ├── BrainProtonDensitySliceBorder20.png │ ├── BrainProtonDensitySliceBorder20.raw │ ├── BrainProtonDensitySliceBorder20.zraw │ ├── BrainProtonDensitySliceBorder20DirectionMinus30.mhd │ ├── BrainProtonDensitySliceBorder20DirectionPlus30.mhd │ ├── BrainProtonDensitySliceBorder20DirectionPlus30.nhdr │ ├── BrainProtonDensitySliceBorder20DirectionPlus30.raw │ ├── BrainProtonDensitySliceBorder20Mask.png │ ├── BrainProtonDensitySliceR10X13Y17.png │ ├── BrainProtonDensitySliceR10X13Y17S12.png │ ├── BrainProtonDensitySliceRotated10.png │ ├── BrainProtonDensitySliceShifted13x17y.mhd │ ├── BrainProtonDensitySliceShifted13x17y.nhdr │ ├── BrainProtonDensitySliceShifted13x17y.png │ ├── BrainProtonDensitySliceShifted13x17y.raw │ ├── BrainProtonDensitySliceShifted13x17yDirectionMinus30.mhd │ ├── BrainProtonDensitySliceShifted13x17yDirectionPlus30.mhd │ ├── BrainProtonDensitySliceShifted13x17yDirectionPlus30.nhdr │ ├── BrainProtonDensitySliceShifted13x17yDirectionPlus30.raw │ ├── BrainProtonDensitySliceShifted13x17yDirectionPlus30.zraw │ ├── BrainT1Slice.png │ ├── BrainT1SliceBorder20.png │ ├── BrainT1SliceBorder20DirectionMinus30.mhd │ ├── BrainT1SliceBorder20DirectionPlus30.mhd │ ├── BrainT1SliceBorder20DirectionPlus30.nhdr │ ├── BrainT1SliceBorder20DirectionPlus30.raw │ ├── BrainT1SliceBorder20DirectionPlus30.zraw │ ├── BrainWeb │ │ ├── brainweb165a10f17.mha.cid │ │ ├── brainweb165a10f17Rot10Tx15.mha.cid │ │ ├── brainweb165a10f17Rot20Tx20.mha.cid │ │ ├── brainweb165a10f17ThinPlateSplined.mha.cid │ │ ├── brainweb165a10f17ThinPlateSplinedField.mha.cid │ │ ├── brainweb165a10f17_FlippedY.mha.cid │ │ ├── brainweb1e1a10f20.mha.cid │ │ ├── brainweb1e1a10f20Rot10Tx15.mha.cid │ │ ├── brainweb1e1a10f20Rot20Tx20.mha.cid │ │ ├── brainweb1e1a10f20_FlippedY.mha.cid │ │ ├── brainweb1e5a10f17.mha.cid │ │ ├── brainweb1e5a10f17Rot10Tx15.mha.cid │ │ ├── brainweb1e5a10f17Rot20Tx20.mha.cid │ │ └── brainweb1e5a10f17_FlippedY.mha.cid │ ├── Circle.png │ ├── CircleSpikes.png │ ├── CorpusCallosumMeanShape.mha │ ├── CorpusCallosumMode0.mha │ ├── CorpusCallosumMode1.mha │ ├── CorpusCallosumMode2.mha │ ├── DiagonalLines.png │ ├── FFTCosinus.png │ ├── FFTcenteredDC.png │ ├── FFTcorneredDC.png │ ├── FatMRISlice.png │ ├── FiniteElementRegistration3.txt │ ├── FiniteElementRegistrationLandmarks.txt │ ├── FiniteElementRegistrationParameters1.txt │ ├── FiniteElementRegistrationParameters2.txt │ ├── FivePoints.png │ ├── FivePointsDilated.png │ ├── FourieDescriptors1Input.txt │ ├── FourieDescriptors1InputB.txt │ ├── HoughTransformTwoCircles.png │ ├── HoughTransformTwoLines.png │ ├── IdentityTransform.tfm │ ├── IterativeClosestPointFixedPoints.txt │ ├── IterativeClosestPointFixedPoints2.txt │ ├── IterativeClosestPointMovingPoints.txt │ ├── IterativeClosestPointMovingPoints2.txt │ ├── KmeansTest_T1KmeansPrelimSegmentation.nii.gz │ ├── KmeansTest_T1RawSkullStrip.nii.gz │ ├── KmeansTest_T1UCharRaw.nii.gz │ ├── LandmarkWarping2Landmarks1.txt │ ├── LandmarkWarping3Landmarks1.txt │ ├── Point.png │ ├── RatLungSlice1.mha │ ├── RatLungSlice1.raw │ ├── RatLungSlice2.mha │ ├── RatLungSlice2.raw │ ├── ResampleImageFilterInput2x3.mha │ ├── ResampleImageFilterInput2x3.raw │ ├── ResampleImageFilterInput2x3b.mha │ ├── ResampleImageFilterInput2x3b.raw │ ├── VentricleModel.png │ ├── VisibleWomanEyeSlice.png │ ├── VisibleWomanHeadSlice.png │ ├── WatershedSegmentation.png │ ├── case0_hippoL.coef │ ├── itkBrainSliceComplex.mha │ ├── itkBrainSliceComplexMagnitude.mha │ └── itkBrainSliceComplexPhase.mha ├── DataRepresentation │ ├── CMakeLists.txt │ ├── Image │ │ ├── CMakeLists.txt │ │ ├── Image1.cxx │ │ ├── Image2.cxx │ │ ├── Image3.cxx │ │ ├── Image4.cxx │ │ ├── Image5.cxx │ │ ├── ImageAdaptor1.cxx │ │ ├── ImageAdaptor2.cxx │ │ ├── ImageAdaptor3.cxx │ │ ├── ImageAdaptor4.cxx │ │ ├── ImageToArray.py │ │ ├── RGBImage.cxx │ │ ├── VectorImage.cxx │ │ └── test │ │ │ └── CMakeLists.txt │ ├── Mesh │ │ ├── AutomaticMesh.cxx │ │ ├── CMakeLists.txt │ │ ├── ImageToPointSet.cxx │ │ ├── Mesh1.cxx │ │ ├── Mesh2.cxx │ │ ├── Mesh3.cxx │ │ ├── MeshCellVisitor.cxx │ │ ├── MeshCellVisitor2.cxx │ │ ├── MeshCellsIteration.cxx │ │ ├── MeshKComplex.cxx │ │ ├── MeshPolyLine.cxx │ │ ├── MeshTraits.cxx │ │ ├── PointSet1.cxx │ │ ├── PointSet2.cxx │ │ ├── PointSet3.cxx │ │ ├── PointSetWithCovariantVectors.cxx │ │ ├── PointSetWithVectors.cxx │ │ ├── RGBPointSet.cxx │ │ └── test │ │ │ └── CMakeLists.txt │ └── Path │ │ ├── CMakeLists.txt │ │ ├── PolyLineParametricPath1.cxx │ │ └── test │ │ └── CMakeLists.txt ├── Filtering │ ├── AntiAliasBinaryImageFilter.cxx │ ├── BilateralImageFilter.cxx │ ├── BinaryMedianImageFilter.cxx │ ├── BinaryMinMaxCurvatureFlowImageFilter.cxx │ ├── BinaryThresholdImageFilter.cxx │ ├── BinomialBlurImageFilter.cxx │ ├── CMakeLists.txt │ ├── CannyEdgeDetectionImageFilter.cxx │ ├── CastingImageFilters.cxx │ ├── CompositeFilterExample.cxx │ ├── CurvatureAnisotropicDiffusionImageFilter.cxx │ ├── CurvatureFlowImageFilter.cxx │ ├── DanielssonDistanceMapImageFilter.cxx │ ├── DerivativeImageFilter.cxx │ ├── DiffusionTensor3DReconstructionImageFilter.cxx │ ├── DigitallyReconstructedRadiograph1.cxx │ ├── DiscreteGaussianImageFilter.cxx │ ├── FFTDirectInverse.cxx │ ├── FFTDirectInverse2.cxx │ ├── FFTImageFilter.cxx │ ├── FFTImageFilterFourierDomainFiltering.cxx │ ├── FlipImageFilter.cxx │ ├── GaussianBlurImageFunction.cxx │ ├── GradientAnisotropicDiffusionImageFilter.cxx │ ├── GradientMagnitudeImageFilter.cxx │ ├── GradientMagnitudeRecursiveGaussianImageFilter.cxx │ ├── GradientRecursiveGaussianImageFilter.cxx │ ├── GradientVectorFlowImageFilter.cxx │ ├── GrayscaleFunctionDilateImageFilter.cxx │ ├── LaplacianImageFilter.cxx │ ├── LaplacianRecursiveGaussianImageFilter1.cxx │ ├── LaplacianRecursiveGaussianImageFilter2.cxx │ ├── LaplacianSharpeningImageFilter.cxx │ ├── MathematicalMorphologyBinaryFilters.cxx │ ├── MathematicalMorphologyGrayscaleFilters.cxx │ ├── MeanImageFilter.cxx │ ├── MedianImageFilter.cxx │ ├── MinMaxCurvatureFlowImageFilter.cxx │ ├── MorphologicalImageEnhancement.cxx │ ├── OrientImageFilter.cxx │ ├── OtsuMultipleThresholdImageFilter.cxx │ ├── OtsuThresholdImageFilter.cxx │ ├── RGBCurvatureAnisotropicDiffusionImageFilter.cxx │ ├── RGBGradientAnisotropicDiffusionImageFilter.cxx │ ├── RGBToGrayscale.cxx │ ├── ResampleImageFilter.cxx │ ├── ResampleImageFilter2.cxx │ ├── ResampleImageFilter3.cxx │ ├── ResampleImageFilter4.cxx │ ├── ResampleImageFilter5.cxx │ ├── ResampleImageFilter6.cxx │ ├── ResampleImageFilter7.cxx │ ├── ResampleImageFilter8.cxx │ ├── ResampleImageFilter9.cxx │ ├── ResampleVolumesToBeIsotropic.cxx │ ├── ScaleSpaceGenerator2D.cxx │ ├── SecondDerivativeRecursiveGaussianImageFilter.cxx │ ├── SigmoidImageFilter.cxx │ ├── SignedDanielssonDistanceMapImageFilter.cxx │ ├── SmoothingRecursiveGaussianImageFilter.cxx │ ├── SmoothingRecursiveGaussianImageFilter2.cxx │ ├── SpatialObjectToImage1.cxx │ ├── SpatialObjectToImage2.cxx │ ├── SpatialObjectToImage3.cxx │ ├── SubsampleVolume.cxx │ ├── SurfaceExtraction.cxx │ ├── ThresholdImageFilter.cxx │ ├── VectorCurvatureAnisotropicDiffusionImageFilter.cxx │ ├── VectorGradientAnisotropicDiffusionImageFilter.cxx │ ├── VectorIndexSelection.cxx │ ├── VesselnessMeasureImageFilter.cxx │ ├── VotingBinaryHoleFillingImageFilter.cxx │ ├── VotingBinaryIterativeHoleFillingImageFilter.cxx │ ├── WarpImageFilter1.cxx │ ├── ZeroCrossingBasedEdgeDetectionImageFilter.cxx │ └── test │ │ ├── Baseline │ │ └── CompositeFilterExample.mha.cid │ │ └── CMakeLists.txt ├── IO │ ├── CMakeLists.txt │ ├── ComplexImageReadWrite.cxx │ ├── CovariantVectorImageExtractComponent.cxx │ ├── CovariantVectorImageRead.cxx │ ├── CovariantVectorImageWrite.cxx │ ├── DicomImageReadChangeHeaderWrite.cxx │ ├── DicomImageReadPrintTags.cxx │ ├── DicomImageReadWrite.cxx │ ├── DicomPrintPatientInformation.cxx │ ├── DicomSeriesReadGaussianImageWrite.cxx │ ├── DicomSeriesReadImageWrite.cxx │ ├── DicomSeriesReadImageWrite2.cxx │ ├── DicomSeriesReadPrintTags.cxx │ ├── DicomSeriesReadSeriesWrite.cxx │ ├── DicomSliceRead.py │ ├── IOFactoryRegistration.cxx │ ├── IOPlugin.cxx │ ├── ImageReadCastWrite.cxx │ ├── ImageReadDicomSeriesWrite.cxx │ ├── ImageReadExportVTK.cxx │ ├── ImageReadExtractFilterInsertWrite.cxx │ ├── ImageReadExtractWrite.cxx │ ├── ImageReadImageSeriesWrite.cxx │ ├── ImageReadRegionOfInterestWrite.cxx │ ├── ImageReadWrite.cxx │ ├── ImageSeriesReadWrite.cxx │ ├── ImageSeriesReadWrite2.cxx │ ├── RGBImageReadWrite.cxx │ ├── RGBImageSeriesReadWrite.cxx │ ├── TransformReadWrite.cxx │ ├── VectorImageReadWrite.cxx │ ├── VisibleHumanPasteWrite.cxx │ ├── VisibleHumanStreamReadWrite.cxx │ ├── XML │ │ ├── CMakeLists.txt │ │ ├── DOMFindDemo.cxx │ │ ├── ParticleSwarmOptimizerReadWrite.cxx │ │ ├── itkParticleSwarmOptimizerDOMReader.cxx │ │ ├── itkParticleSwarmOptimizerDOMReader.h │ │ ├── itkParticleSwarmOptimizerDOMWriter.cxx │ │ ├── itkParticleSwarmOptimizerDOMWriter.h │ │ ├── itkParticleSwarmOptimizerSAXReader.cxx │ │ ├── itkParticleSwarmOptimizerSAXReader.h │ │ ├── itkParticleSwarmOptimizerSAXWriter.cxx │ │ └── itkParticleSwarmOptimizerSAXWriter.h │ ├── itk.dic │ └── test │ │ ├── Baseline │ │ └── DicomSliceReadPythonOutputBaseline.png.cid │ │ └── CMakeLists.txt ├── Infrastructure │ └── CMakeLists.txt ├── Installation │ ├── CMakeLists.txt │ └── HelloWorld.cxx ├── Iterators │ ├── CMakeLists.txt │ ├── ImageLinearIteratorWithIndex.cxx │ ├── ImageLinearIteratorWithIndex2.cxx │ ├── ImageRandomConstIteratorWithIndex.cxx │ ├── ImageRegionIterator.cxx │ ├── ImageRegionIteratorWithIndex.cxx │ ├── ImageSliceIteratorWithIndex.cxx │ ├── NeighborhoodIterators1.cxx │ ├── NeighborhoodIterators2.cxx │ ├── NeighborhoodIterators3.cxx │ ├── NeighborhoodIterators4.cxx │ ├── NeighborhoodIterators5.cxx │ ├── NeighborhoodIterators6.cxx │ ├── ShapedNeighborhoodIterators1.cxx │ ├── ShapedNeighborhoodIterators2.cxx │ └── test │ │ └── CMakeLists.txt ├── Numerics │ ├── CMakeLists.txt │ └── FourierDescriptors1.cxx ├── README.md ├── RegistrationITKv4 │ ├── BSplineWarping1.cxx │ ├── BSplineWarping2.cxx │ ├── CMakeLists.txt │ ├── ChangeInformationImageFilter.cxx │ ├── DeformableRegistration1.cxx │ ├── DeformableRegistration10.cxx │ ├── DeformableRegistration11.cxx │ ├── DeformableRegistration12.cxx │ ├── DeformableRegistration13.cxx │ ├── DeformableRegistration14.cxx │ ├── DeformableRegistration15.cxx │ ├── DeformableRegistration16.cxx │ ├── DeformableRegistration17.cxx │ ├── DeformableRegistration2.cxx │ ├── DeformableRegistration3.cxx │ ├── DeformableRegistration4.cxx │ ├── DeformableRegistration5.cxx │ ├── DeformableRegistration6.cxx │ ├── DeformableRegistration7.cxx │ ├── DeformableRegistration8.cxx │ ├── DeformableRegistration9.cxx │ ├── DisplacementFieldInitialization.cxx │ ├── ImageRegistration1.cxx │ ├── ImageRegistration10.cxx │ ├── ImageRegistration11.cxx │ ├── ImageRegistration12.cxx │ ├── ImageRegistration13.cxx │ ├── ImageRegistration14.cxx │ ├── ImageRegistration15.cxx │ ├── ImageRegistration16.cxx │ ├── ImageRegistration17.cxx │ ├── ImageRegistration18.cxx │ ├── ImageRegistration19.cxx │ ├── ImageRegistration2.cxx │ ├── ImageRegistration20.cxx │ ├── ImageRegistration3.cxx │ ├── ImageRegistration3.py │ ├── ImageRegistration4.cxx │ ├── ImageRegistration4.py │ ├── ImageRegistration5.cxx │ ├── ImageRegistration5.py │ ├── ImageRegistration6.cxx │ ├── ImageRegistration7.cxx │ ├── ImageRegistration8.cxx │ ├── ImageRegistration9.cxx │ ├── ImageRegistrationHistogramPlotter.cxx │ ├── IterativeClosestPoint1.cxx │ ├── IterativeClosestPoint2.cxx │ ├── IterativeClosestPoint3.cxx │ ├── LandmarkWarping2.cxx │ ├── MeanSquaresImageMetric1.cxx │ ├── ModelToImageRegistration1.cxx │ ├── ModelToImageRegistration2.cxx │ ├── MultiResImageRegistration1.cxx │ ├── MultiResImageRegistration2.cxx │ ├── MultiResImageRegistration3.cxx │ ├── MultiStageImageRegistration1.cxx │ ├── MultiStageImageRegistration2.cxx │ ├── ThinPlateSplineWarp.cxx │ └── test │ │ ├── Baseline │ │ ├── BSplineWarping1Test.png.cid │ │ ├── DeformableRegistration12Test.png.cid │ │ ├── DeformableRegistration13Test.png.cid │ │ ├── DeformableRegistration1v4Test.png.cid │ │ ├── DeformableRegistration6TestPixelCentered.png.cid │ │ └── DeformableRegistration6v4Test.png.cid │ │ └── CMakeLists.txt ├── SearchScript.sh ├── Segmentation │ ├── CMakeLists.txt │ ├── CannySegmentationLevelSetImageFilter.cxx │ ├── ConfidenceConnected.cxx │ ├── ConfidenceConnected3D.cxx │ ├── ConnectedThresholdImageFilter.cxx │ ├── CurvesLevelSetImageFilter.cxx │ ├── FastMarchingImageFilter.cxx │ ├── GeodesicActiveContourImageFilter.cxx │ ├── GeodesicActiveContourShapePriorLevelSetImageFilter.cxx │ ├── GibbsPriorImageFilter1.cxx │ ├── HoughTransform2DCirclesImageFilter.cxx │ ├── HoughTransform2DLinesImageFilter.cxx │ ├── IsolatedConnectedImageFilter.cxx │ ├── LaplacianSegmentationLevelSetImageFilter.cxx │ ├── NeighborhoodConnectedImageFilter.cxx │ ├── RelabelComponentImageFilter.cxx │ ├── ShapeDetectionLevelSetFilter.cxx │ ├── ThresholdSegmentationLevelSetImageFilter.cxx │ ├── VectorConfidenceConnected.cxx │ ├── VoronoiSegmentation.py │ ├── WatershedSegmentation1.cxx │ ├── WatershedSegmentation1.py │ ├── WatershedSegmentation2.cxx │ └── test │ │ └── CMakeLists.txt ├── SpatialObjects │ ├── ArrowSpatialObject.cxx │ ├── BlobSpatialObject.cxx │ ├── BoundingBoxFromImageMaskSpatialObject.cxx │ ├── CMakeLists.txt │ ├── DTITubeSpatialObject.cxx │ ├── EllipseSpatialObject.cxx │ ├── GaussianSpatialObject.cxx │ ├── GroupSpatialObject.cxx │ ├── ImageMaskSpatialObject.cxx │ ├── ImageSpatialObject.cxx │ ├── LandmarkSpatialObject.cxx │ ├── LineSpatialObject.cxx │ ├── MeshSpatialObject.cxx │ ├── ReadWriteSpatialObject.cxx │ ├── SceneSpatialObject.cxx │ ├── SpatialObjectHierarchy.cxx │ ├── SpatialObjectToImageStatisticsCalculator.cxx │ ├── SpatialObjectTransforms.cxx │ ├── SurfaceSpatialObject.cxx │ ├── TubeSpatialObject.cxx │ └── VesselTubeSpatialObject.cxx ├── Statistics │ ├── BayesianClassifier.cxx │ ├── BayesianClassifierInitializer.cxx │ ├── BayesianPluginClassifier.cxx │ ├── CMakeLists.txt │ ├── EuclideanDistanceMetric.cxx │ ├── ExpectationMaximizationMixtureModelEstimator.cxx │ ├── GaussianMembershipFunction.cxx │ ├── Histogram.cxx │ ├── ImageEntropy1.cxx │ ├── ImageHistogram1.cxx │ ├── ImageHistogram2.cxx │ ├── ImageHistogram3.cxx │ ├── ImageHistogram4.cxx │ ├── ImageMutualInformation1.cxx │ ├── ImageToListSampleAdaptor.cxx │ ├── KdTree.cxx │ ├── KdTreeBasedKMeansClustering.cxx │ ├── ListSample.cxx │ ├── MaximumDecisionRule.cxx │ ├── MaximumRatioDecisionRule.cxx │ ├── MembershipSample.cxx │ ├── MembershipSampleGenerator.cxx │ ├── MinimumDecisionRule.cxx │ ├── NeighborhoodSampler.cxx │ ├── NormalVariateGenerator.cxx │ ├── PointSetToAdaptor.cxx │ ├── PointSetToListSampleAdaptor.cxx │ ├── SampleSorting.cxx │ ├── SampleStatistics.cxx │ ├── SampleToHistogramFilter.cxx │ ├── ScalarImageKmeansClassifier.cxx │ ├── ScalarImageKmeansModelEstimator.cxx │ ├── ScalarImageMarkovRandomField1.cxx │ ├── SelectiveSubsampleGenerator.cxx │ ├── Subsample.cxx │ ├── WeightedSampleStatistics.cxx │ └── test │ │ └── CMakeLists.txt └── Visualization │ └── CannyEdgeDetectionImageFilterConnectVTKITK.py ├── GOVERNANCE.md ├── GettingStarted.md ├── LICENSE ├── Modules ├── Bridge │ ├── NumPy │ │ ├── CMakeLists.txt │ │ ├── README.rst │ │ ├── include │ │ │ ├── itkPyBuffer.h │ │ │ ├── itkPyBuffer.hxx │ │ │ ├── itkPyVectorContainer.h │ │ │ ├── itkPyVectorContainer.hxx │ │ │ ├── itkPyVnl.h │ │ │ └── itkPyVnl.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ └── CMakeLists.txt │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── PyBuffer.i.in │ │ │ ├── PyBuffer.i.init │ │ │ ├── PyVectorContainerBuffer.i.in │ │ │ ├── PyVnlVectorBuffer.i.in │ │ │ ├── itkPyBuffer.wrap │ │ │ ├── itkPyVectorContainer.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkImageMetaDataSetGetItem.py │ │ │ ├── itkPyBufferMemoryLeakTest.py │ │ │ ├── itkPyBufferPipelineTest.py │ │ │ ├── itkPyBufferTest.py │ │ │ ├── itkPyVectorContainerTest.py │ │ │ └── itkPyVnlTest.py │ ├── VTK │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkVTKImageExport.h │ │ │ ├── itkVTKImageExport.hxx │ │ │ ├── itkVTKImageExportBase.h │ │ │ ├── itkVTKImageImport.h │ │ │ └── itkVTKImageImport.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkVTKImageExportBase.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkVTKImageExport.wrap │ │ │ └── itkVTKImageImport.wrap │ └── VtkGlue │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ ├── QuickView.h │ │ ├── itkImageToVTKImageFilter.h │ │ ├── itkImageToVTKImageFilter.hxx │ │ ├── itkVTKImageToImageFilter.h │ │ ├── itkVTKImageToImageFilter.hxx │ │ ├── itkViewImage.h │ │ ├── itkViewImage.hxx │ │ └── vtkCaptureScreen.h │ │ ├── itk-module-init.cmake │ │ ├── itk-module.cmake │ │ ├── src │ │ ├── CMakeLists.txt │ │ └── QuickView.cxx │ │ ├── test │ │ ├── Baseline │ │ │ ├── QuickViewTest.1.png.cid │ │ │ ├── QuickViewTest.2.png.cid │ │ │ ├── QuickViewTest.3.png.cid │ │ │ ├── QuickViewTest.4.png.cid │ │ │ ├── QuickViewTest.5.png.cid │ │ │ ├── QuickViewTest.6.png.cid │ │ │ ├── QuickViewTest.7.png.cid │ │ │ ├── QuickViewTest.8.png.cid │ │ │ ├── QuickViewTest.9.png.cid │ │ │ └── QuickViewTest.png.cid │ │ ├── CMakeLists.txt │ │ ├── QuickViewTest.cxx │ │ ├── itkImageToVTKImageFilterRGBTest.cxx │ │ ├── itkImageToVTKImageFilterTest.cxx │ │ ├── itkVTKImageToImageFilterTest.cxx │ │ ├── itkVtkConnectedComponentImageFilterTest.cxx │ │ ├── itkVtkMedianFilterTest.cxx │ │ └── runViewImage.cxx │ │ └── wrapping │ │ ├── CMakeLists.txt │ │ ├── VtkGlue.i │ │ ├── itkImageToVTKImageFilter.wrap │ │ ├── itkVTKImageToImageFilter.wrap │ │ └── itkViewImage.wrap ├── Compatibility │ ├── Deprecated │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ └── itkDeprecatedPlaceholder.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkDeprecatedPlaceholder.cxx │ │ └── test │ │ │ └── CMakeLists.txt │ └── README ├── Core │ ├── Common │ │ ├── CMake │ │ │ ├── CheckCPPDirective.cmake │ │ │ ├── CheckCPPDirectiveExists.cxx.in │ │ │ ├── itkCheckHasFeenableexcept.cxx │ │ │ ├── itkCheckHasFegetenv.cxx │ │ │ ├── itkCheckHasFenvtStructMember.cxx │ │ │ ├── itkCheckHasFeraiseexcept.cxx │ │ │ ├── itkCheckHasFesetenv.cxx │ │ │ ├── itkCheckHasGNUAttributeAligned.cxx │ │ │ ├── itkCheckHasMallinfo.cxx │ │ │ ├── itkCheckHasMallinfo2.cxx │ │ │ ├── itkCheckHasSchedGetAffinity.cxx │ │ │ ├── itkCheckPrivateDynamicCast.cmake │ │ │ └── itkGetCXXCompilerVersion.cxx │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── VNLIterativeSparseSolverTraits.h │ │ │ ├── VNLSparseLUSolverTraits.h │ │ │ ├── itkAnatomicalOrientation.h │ │ │ ├── itkAnnulusOperator.h │ │ │ ├── itkAnnulusOperator.hxx │ │ │ ├── itkArray.h │ │ │ ├── itkArray.hxx │ │ │ ├── itkArray2D.h │ │ │ ├── itkArray2D.hxx │ │ │ ├── itkAtanRegularizedHeavisideStepFunction.h │ │ │ ├── itkAtanRegularizedHeavisideStepFunction.hxx │ │ │ ├── itkAutoPointer.h │ │ │ ├── itkAutoPointerDataObjectDecorator.h │ │ │ ├── itkAutoPointerDataObjectDecorator.hxx │ │ │ ├── itkBSplineDerivativeKernelFunction.h │ │ │ ├── itkBSplineInterpolationWeightFunction.h │ │ │ ├── itkBSplineInterpolationWeightFunction.hxx │ │ │ ├── itkBSplineKernelFunction.h │ │ │ ├── itkBackwardDifferenceOperator.h │ │ │ ├── itkBackwardDifferenceOperator.hxx │ │ │ ├── itkBinaryOperationConcept.h │ │ │ ├── itkBinaryThresholdSpatialFunction.h │ │ │ ├── itkBinaryThresholdSpatialFunction.hxx │ │ │ ├── itkBitCast.h │ │ │ ├── itkBoolean.h │ │ │ ├── itkBooleanStdVector.h │ │ │ ├── itkBoundingBox.h │ │ │ ├── itkBoundingBox.hxx │ │ │ ├── itkBresenhamLine.h │ │ │ ├── itkBresenhamLine.hxx │ │ │ ├── itkBufferedImageNeighborhoodPixelAccessPolicy.h │ │ │ ├── itkBuildInformation.h │ │ │ ├── itkByteSwapper.h │ │ │ ├── itkByteSwapper.hxx │ │ │ ├── itkCellInterface.h │ │ │ ├── itkCellInterface.hxx │ │ │ ├── itkCellInterfaceVisitor.h │ │ │ ├── itkColorTable.h │ │ │ ├── itkColorTable.hxx │ │ │ ├── itkCommand.h │ │ │ ├── itkCommonEnums.h │ │ │ ├── itkCompensatedSummation.h │ │ │ ├── itkCompensatedSummation.hxx │ │ │ ├── itkConceptChecking.h │ │ │ ├── itkConditionalConstIterator.h │ │ │ ├── itkConicShellInteriorExteriorSpatialFunction.h │ │ │ ├── itkConicShellInteriorExteriorSpatialFunction.hxx │ │ │ ├── itkConnectedComponentAlgorithm.h │ │ │ ├── itkConnectedImageNeighborhoodShape.h │ │ │ ├── itkConstNeighborhoodIterator.h │ │ │ ├── itkConstNeighborhoodIterator.hxx │ │ │ ├── itkConstNeighborhoodIteratorWithOnlyIndex.h │ │ │ ├── itkConstNeighborhoodIteratorWithOnlyIndex.hxx │ │ │ ├── itkConstShapedNeighborhoodIterator.h │ │ │ ├── itkConstShapedNeighborhoodIterator.hxx │ │ │ ├── itkConstSliceIterator.h │ │ │ ├── itkConstantBoundaryCondition.h │ │ │ ├── itkConstantBoundaryCondition.hxx │ │ │ ├── itkConstantBoundaryImageNeighborhoodPixelAccessPolicy.h │ │ │ ├── itkContinuousIndex.h │ │ │ ├── itkCopy.h │ │ │ ├── itkCorrespondenceDataStructureIterator.h │ │ │ ├── itkCorrespondenceDataStructureIterator.hxx │ │ │ ├── itkCovariantVector.h │ │ │ ├── itkCovariantVector.hxx │ │ │ ├── itkCreateObjectFunction.h │ │ │ ├── itkCrossHelper.h │ │ │ ├── itkDataObject.h │ │ │ ├── itkDataObjectConstIterator.h │ │ │ ├── itkDataObjectDecorator.h │ │ │ ├── itkDataObjectDecorator.hxx │ │ │ ├── itkDataObjectIterator.h │ │ │ ├── itkDefaultConvertPixelTraits.h │ │ │ ├── itkDefaultDynamicMeshTraits.h │ │ │ ├── itkDefaultPixelAccessor.h │ │ │ ├── itkDefaultPixelAccessorFunctor.h │ │ │ ├── itkDefaultStaticMeshTraits.h │ │ │ ├── itkDefaultVectorPixelAccessor.h │ │ │ ├── itkDefaultVectorPixelAccessorFunctor.h │ │ │ ├── itkDeref.h │ │ │ ├── itkDerivativeOperator.h │ │ │ ├── itkDerivativeOperator.hxx │ │ │ ├── itkDiffusionTensor3D.h │ │ │ ├── itkDiffusionTensor3D.hxx │ │ │ ├── itkDirectory.h │ │ │ ├── itkDomainThreader.h │ │ │ ├── itkDomainThreader.hxx │ │ │ ├── itkDynamicLoader.h │ │ │ ├── itkEllipsoidInteriorExteriorSpatialFunction.h │ │ │ ├── itkEllipsoidInteriorExteriorSpatialFunction.hxx │ │ │ ├── itkEnableIf.h │ │ │ ├── itkEquivalencyTable.h │ │ │ ├── itkEventObject.h │ │ │ ├── itkExceptionObject.h │ │ │ ├── itkExtractImageFilter.h │ │ │ ├── itkExtractImageFilter.hxx │ │ │ ├── itkExtractImageFilterRegionCopier.h │ │ │ ├── itkFactoryTestLib.h │ │ │ ├── itkFileOutputWindow.h │ │ │ ├── itkFiniteCylinderSpatialFunction.h │ │ │ ├── itkFiniteCylinderSpatialFunction.hxx │ │ │ ├── itkFixedArray.h │ │ │ ├── itkFixedArray.hxx │ │ │ ├── itkFloatTypes.h │ │ │ ├── itkFloatingPointExceptions.h │ │ │ ├── itkFloodFilledFunctionConditionalConstIterator.h │ │ │ ├── itkFloodFilledFunctionConditionalConstIterator.hxx │ │ │ ├── itkFloodFilledImageFunctionConditionalConstIterator.h │ │ │ ├── itkFloodFilledImageFunctionConditionalConstIterator.hxx │ │ │ ├── itkFloodFilledImageFunctionConditionalIterator.h │ │ │ ├── itkFloodFilledSpatialFunctionConditionalConstIterator.h │ │ │ ├── itkFloodFilledSpatialFunctionConditionalConstIterator.hxx │ │ │ ├── itkFloodFilledSpatialFunctionConditionalIterator.h │ │ │ ├── itkForwardDifferenceOperator.h │ │ │ ├── itkForwardDifferenceOperator.hxx │ │ │ ├── itkFrustumSpatialFunction.h │ │ │ ├── itkFrustumSpatialFunction.hxx │ │ │ ├── itkFunctionBase.h │ │ │ ├── itkGaussianDerivativeOperator.h │ │ │ ├── itkGaussianDerivativeOperator.hxx │ │ │ ├── itkGaussianDerivativeSpatialFunction.h │ │ │ ├── itkGaussianDerivativeSpatialFunction.hxx │ │ │ ├── itkGaussianKernelFunction.h │ │ │ ├── itkGaussianOperator.h │ │ │ ├── itkGaussianOperator.hxx │ │ │ ├── itkGaussianSpatialFunction.h │ │ │ ├── itkGaussianSpatialFunction.hxx │ │ │ ├── itkHeavisideStepFunction.h │ │ │ ├── itkHeavisideStepFunction.hxx │ │ │ ├── itkHeavisideStepFunctionBase.h │ │ │ ├── itkHexahedronCell.h │ │ │ ├── itkHexahedronCell.hxx │ │ │ ├── itkHexahedronCellTopology.h │ │ │ ├── itkImage.h │ │ │ ├── itkImage.hxx │ │ │ ├── itkImageAlgorithm.h │ │ │ ├── itkImageAlgorithm.hxx │ │ │ ├── itkImageBase.h │ │ │ ├── itkImageBase.hxx │ │ │ ├── itkImageBoundaryCondition.h │ │ │ ├── itkImageBufferRange.h │ │ │ ├── itkImageConstIterator.h │ │ │ ├── itkImageConstIteratorWithIndex.h │ │ │ ├── itkImageConstIteratorWithIndex.hxx │ │ │ ├── itkImageConstIteratorWithOnlyIndex.h │ │ │ ├── itkImageConstIteratorWithOnlyIndex.hxx │ │ │ ├── itkImageContainerInterface.h │ │ │ ├── itkImageDuplicator.h │ │ │ ├── itkImageDuplicator.hxx │ │ │ ├── itkImageHelper.h │ │ │ ├── itkImageIORegion.h │ │ │ ├── itkImageIterator.h │ │ │ ├── itkImageIterator.hxx │ │ │ ├── itkImageIteratorWithIndex.h │ │ │ ├── itkImageIteratorWithIndex.hxx │ │ │ ├── itkImageKernelOperator.h │ │ │ ├── itkImageKernelOperator.hxx │ │ │ ├── itkImageLinearConstIteratorWithIndex.h │ │ │ ├── itkImageLinearConstIteratorWithIndex.hxx │ │ │ ├── itkImageLinearIteratorWithIndex.h │ │ │ ├── itkImageLinearIteratorWithIndex.hxx │ │ │ ├── itkImageNeighborhoodOffsets.h │ │ │ ├── itkImageRandomConstIteratorWithIndex.h │ │ │ ├── itkImageRandomConstIteratorWithIndex.hxx │ │ │ ├── itkImageRandomConstIteratorWithOnlyIndex.h │ │ │ ├── itkImageRandomConstIteratorWithOnlyIndex.hxx │ │ │ ├── itkImageRandomIteratorWithIndex.h │ │ │ ├── itkImageRandomIteratorWithIndex.hxx │ │ │ ├── itkImageRandomNonRepeatingConstIteratorWithIndex.h │ │ │ ├── itkImageRandomNonRepeatingConstIteratorWithIndex.hxx │ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndex.h │ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndex.hxx │ │ │ ├── itkImageRegion.h │ │ │ ├── itkImageRegion.hxx │ │ │ ├── itkImageRegionConstIterator.h │ │ │ ├── itkImageRegionConstIterator.hxx │ │ │ ├── itkImageRegionConstIteratorWithIndex.h │ │ │ ├── itkImageRegionConstIteratorWithIndex.hxx │ │ │ ├── itkImageRegionConstIteratorWithOnlyIndex.h │ │ │ ├── itkImageRegionConstIteratorWithOnlyIndex.hxx │ │ │ ├── itkImageRegionExclusionConstIteratorWithIndex.h │ │ │ ├── itkImageRegionExclusionConstIteratorWithIndex.hxx │ │ │ ├── itkImageRegionExclusionIteratorWithIndex.h │ │ │ ├── itkImageRegionExclusionIteratorWithIndex.hxx │ │ │ ├── itkImageRegionIterator.h │ │ │ ├── itkImageRegionIterator.hxx │ │ │ ├── itkImageRegionIteratorWithIndex.h │ │ │ ├── itkImageRegionIteratorWithIndex.hxx │ │ │ ├── itkImageRegionRange.h │ │ │ ├── itkImageRegionReverseConstIterator.h │ │ │ ├── itkImageRegionReverseIterator.h │ │ │ ├── itkImageRegionReverseIterator.hxx │ │ │ ├── itkImageRegionSplitterBase.h │ │ │ ├── itkImageRegionSplitterDirection.h │ │ │ ├── itkImageRegionSplitterMultidimensional.h │ │ │ ├── itkImageRegionSplitterSlowDimension.h │ │ │ ├── itkImageReverseConstIterator.h │ │ │ ├── itkImageReverseIterator.h │ │ │ ├── itkImageReverseIterator.hxx │ │ │ ├── itkImageScanlineConstIterator.h │ │ │ ├── itkImageScanlineConstIterator.hxx │ │ │ ├── itkImageScanlineIterator.h │ │ │ ├── itkImageScanlineIterator.hxx │ │ │ ├── itkImageSink.h │ │ │ ├── itkImageSink.hxx │ │ │ ├── itkImageSliceConstIteratorWithIndex.h │ │ │ ├── itkImageSliceConstIteratorWithIndex.hxx │ │ │ ├── itkImageSliceIteratorWithIndex.h │ │ │ ├── itkImageSliceIteratorWithIndex.hxx │ │ │ ├── itkImageSource.h │ │ │ ├── itkImageSource.hxx │ │ │ ├── itkImageSourceCommon.h │ │ │ ├── itkImageToImageFilter.h │ │ │ ├── itkImageToImageFilter.hxx │ │ │ ├── itkImageToImageFilterCommon.h │ │ │ ├── itkImageToImageFilterDetail.h │ │ │ ├── itkImageVectorOptimizerParametersHelper.h │ │ │ ├── itkImageVectorOptimizerParametersHelper.hxx │ │ │ ├── itkImportImageContainer.h │ │ │ ├── itkImportImageContainer.hxx │ │ │ ├── itkImportImageFilter.h │ │ │ ├── itkImportImageFilter.hxx │ │ │ ├── itkInPlaceImageFilter.h │ │ │ ├── itkInPlaceImageFilter.hxx │ │ │ ├── itkIndent.h │ │ │ ├── itkIndex.h │ │ │ ├── itkIndexRange.h │ │ │ ├── itkIndexedContainerInterface.h │ │ │ ├── itkInputDataObjectConstIterator.h │ │ │ ├── itkInputDataObjectIterator.h │ │ │ ├── itkIntTypes.h │ │ │ ├── itkInteriorExteriorSpatialFunction.h │ │ │ ├── itkInteriorExteriorSpatialFunction.hxx │ │ │ ├── itkIsBaseOf.h │ │ │ ├── itkIsConvertible.h │ │ │ ├── itkIsNumber.h │ │ │ ├── itkIsSame.h │ │ │ ├── itkIterationReporter.h │ │ │ ├── itkKernelFunctionBase.h │ │ │ ├── itkLaplacianOperator.h │ │ │ ├── itkLaplacianOperator.hxx │ │ │ ├── itkLexicographicCompare.h │ │ │ ├── itkLightObject.h │ │ │ ├── itkLightProcessObject.h │ │ │ ├── itkLineCell.h │ │ │ ├── itkLineCell.hxx │ │ │ ├── itkLineConstIterator.h │ │ │ ├── itkLineConstIterator.hxx │ │ │ ├── itkLineIterator.h │ │ │ ├── itkLineIterator.hxx │ │ │ ├── itkLogOutput.h │ │ │ ├── itkLogger.h │ │ │ ├── itkLoggerBase.h │ │ │ ├── itkLoggerManager.h │ │ │ ├── itkLoggerOutput.h │ │ │ ├── itkLoggerThreadWrapper.h │ │ │ ├── itkLoggerThreadWrapper.hxx │ │ │ ├── itkMacro.h │ │ │ ├── itkMakeFilled.h │ │ │ ├── itkMakeUniqueForOverwrite.h │ │ │ ├── itkMapContainer.h │ │ │ ├── itkMapContainer.hxx │ │ │ ├── itkMath.h │ │ │ ├── itkMathDetail.h │ │ │ ├── itkMatrix.h │ │ │ ├── itkMatrix.hxx │ │ │ ├── itkMatrixResizeableDataObject.h │ │ │ ├── itkMemoryProbe.h │ │ │ ├── itkMemoryProbesCollectorBase.h │ │ │ ├── itkMemoryUsageObserver.h │ │ │ ├── itkMersenneTwisterRandomVariateGenerator.h │ │ │ ├── itkMetaDataDictionary.h │ │ │ ├── itkMetaDataObject.h │ │ │ ├── itkMetaDataObject.hxx │ │ │ ├── itkMetaDataObjectBase.h │ │ │ ├── itkMetaDataObjectDetail.h │ │ │ ├── itkMetaProgrammingLibrary.h │ │ │ ├── itkMinimumMaximumImageCalculator.h │ │ │ ├── itkMinimumMaximumImageCalculator.hxx │ │ │ ├── itkMultiThreaderBase.h │ │ │ ├── itkMultipleLogOutput.h │ │ │ ├── itkNeighborhood.h │ │ │ ├── itkNeighborhood.hxx │ │ │ ├── itkNeighborhoodAccessorFunctor.h │ │ │ ├── itkNeighborhoodAlgorithm.h │ │ │ ├── itkNeighborhoodAlgorithm.hxx │ │ │ ├── itkNeighborhoodAllocator.h │ │ │ ├── itkNeighborhoodInnerProduct.h │ │ │ ├── itkNeighborhoodInnerProduct.hxx │ │ │ ├── itkNeighborhoodIterator.h │ │ │ ├── itkNeighborhoodIterator.hxx │ │ │ ├── itkNeighborhoodIteratorTestCommon.hxx │ │ │ ├── itkNeighborhoodOperator.h │ │ │ ├── itkNeighborhoodOperator.hxx │ │ │ ├── itkNumberToString.h │ │ │ ├── itkNumberToString.hxx │ │ │ ├── itkNumericTraits.h │ │ │ ├── itkNumericTraitsArrayPixel.h │ │ │ ├── itkNumericTraitsCovariantVectorPixel.h │ │ │ ├── itkNumericTraitsDiffusionTensor3DPixel.h │ │ │ ├── itkNumericTraitsFixedArrayPixel.h │ │ │ ├── itkNumericTraitsPointPixel.h │ │ │ ├── itkNumericTraitsRGBAPixel.h │ │ │ ├── itkNumericTraitsRGBPixel.h │ │ │ ├── itkNumericTraitsStdVector.h │ │ │ ├── itkNumericTraitsTensorPixel.h │ │ │ ├── itkNumericTraitsVariableLengthVectorPixel.h │ │ │ ├── itkNumericTraitsVectorPixel.h │ │ │ ├── itkObject.h │ │ │ ├── itkObjectFactory.h │ │ │ ├── itkObjectFactoryBase.h │ │ │ ├── itkObjectStore.h │ │ │ ├── itkObjectStore.hxx │ │ │ ├── itkOctree.h │ │ │ ├── itkOctree.hxx │ │ │ ├── itkOctreeNode.h │ │ │ ├── itkOffset.h │ │ │ ├── itkOptimizerParameters.h │ │ │ ├── itkOptimizerParametersHelper.h │ │ │ ├── itkOrientationAdapterBase.h │ │ │ ├── itkOutputDataObjectConstIterator.h │ │ │ ├── itkOutputDataObjectIterator.h │ │ │ ├── itkOutputWindow.h │ │ │ ├── itkPeriodicBoundaryCondition.h │ │ │ ├── itkPeriodicBoundaryCondition.hxx │ │ │ ├── itkPhasedArray3DSpecialCoordinatesImage.h │ │ │ ├── itkPhasedArray3DSpecialCoordinatesImage.hxx │ │ │ ├── itkPixelTraits.h │ │ │ ├── itkPlatformMultiThreader.h │ │ │ ├── itkPoint.h │ │ │ ├── itkPoint.hxx │ │ │ ├── itkPointSet.h │ │ │ ├── itkPointSet.hxx │ │ │ ├── itkPointSetBase.h │ │ │ ├── itkPointSetBase.hxx │ │ │ ├── itkPointSetToImageFilter.h │ │ │ ├── itkPointSetToImageFilter.hxx │ │ │ ├── itkPolyLineCell.h │ │ │ ├── itkPolyLineCell.hxx │ │ │ ├── itkPolygonCell.h │ │ │ ├── itkPolygonCell.hxx │ │ │ ├── itkPoolMultiThreader.h │ │ │ ├── itkPrintHelper.h │ │ │ ├── itkPriorityQueueContainer.h │ │ │ ├── itkPriorityQueueContainer.hxx │ │ │ ├── itkProcessObject.h │ │ │ ├── itkProgressAccumulator.h │ │ │ ├── itkProgressReporter.h │ │ │ ├── itkProgressTransformer.h │ │ │ ├── itkPromoteType.h │ │ │ ├── itkPyCommand.h │ │ │ ├── itkPyImageFilter.h │ │ │ ├── itkPyImageFilter.hxx │ │ │ ├── itkQuadraticEdgeCell.h │ │ │ ├── itkQuadraticEdgeCell.hxx │ │ │ ├── itkQuadraticTriangleCell.h │ │ │ ├── itkQuadraticTriangleCell.hxx │ │ │ ├── itkQuadraticTriangleCellTopology.h │ │ │ ├── itkQuadrilateralCell.h │ │ │ ├── itkQuadrilateralCell.hxx │ │ │ ├── itkQuadrilateralCellTopology.h │ │ │ ├── itkRGBAPixel.h │ │ │ ├── itkRGBAPixel.hxx │ │ │ ├── itkRGBPixel.h │ │ │ ├── itkRGBPixel.hxx │ │ │ ├── itkRandomVariateGeneratorBase.h │ │ │ ├── itkRealTimeClock.h │ │ │ ├── itkRealTimeInterval.h │ │ │ ├── itkRealTimeStamp.h │ │ │ ├── itkRectangularImageNeighborhoodShape.h │ │ │ ├── itkRegion.h │ │ │ ├── itkRegularizedHeavisideStepFunction.h │ │ │ ├── itkRegularizedHeavisideStepFunction.hxx │ │ │ ├── itkResourceProbe.h │ │ │ ├── itkResourceProbe.hxx │ │ │ ├── itkResourceProbesCollectorBase.h │ │ │ ├── itkResourceProbesCollectorBase.hxx │ │ │ ├── itkSTLConstContainerAdaptor.h │ │ │ ├── itkSTLContainerAdaptor.h │ │ │ ├── itkShapedFloodFilledFunctionConditionalConstIterator.h │ │ │ ├── itkShapedFloodFilledFunctionConditionalConstIterator.hxx │ │ │ ├── itkShapedFloodFilledImageFunctionConditionalConstIterator.h │ │ │ ├── itkShapedFloodFilledImageFunctionConditionalConstIterator.hxx │ │ │ ├── itkShapedFloodFilledImageFunctionConditionalIterator.h │ │ │ ├── itkShapedImageNeighborhoodRange.h │ │ │ ├── itkShapedNeighborhoodIterator.h │ │ │ ├── itkSimpleDataObjectDecorator.h │ │ │ ├── itkSimpleDataObjectDecorator.hxx │ │ │ ├── itkSimpleFilterWatcher.h │ │ │ ├── itkSinRegularizedHeavisideStepFunction.h │ │ │ ├── itkSinRegularizedHeavisideStepFunction.hxx │ │ │ ├── itkSingleton.h │ │ │ ├── itkSingletonMacro.h │ │ │ ├── itkSize.h │ │ │ ├── itkSliceIterator.h │ │ │ ├── itkSmapsFileParser.h │ │ │ ├── itkSmapsFileParser.hxx │ │ │ ├── itkSmartPointer.h │ │ │ ├── itkSmartPointerForwardReference.hxx │ │ │ ├── itkSobelOperator.h │ │ │ ├── itkSobelOperator.hxx │ │ │ ├── itkSparseFieldLayer.h │ │ │ ├── itkSparseFieldLayer.hxx │ │ │ ├── itkSparseImage.h │ │ │ ├── itkSparseImage.hxx │ │ │ ├── itkSpatialFunction.h │ │ │ ├── itkSpatialFunction.hxx │ │ │ ├── itkSpatialOrientation.h │ │ │ ├── itkSpatialOrientationAdapter.h │ │ │ ├── itkSpecialCoordinatesImage.h │ │ │ ├── itkSpecialCoordinatesImage.hxx │ │ │ ├── itkSphereSpatialFunction.h │ │ │ ├── itkSphereSpatialFunction.hxx │ │ │ ├── itkStaticAssert.h │ │ │ ├── itkStdStreamLogOutput.h │ │ │ ├── itkStdStreamStateSave.h │ │ │ ├── itkStoppingCriterionBase.h │ │ │ ├── itkStreamingImageFilter.h │ │ │ ├── itkStreamingImageFilter.hxx │ │ │ ├── itkStreamingProcessObject.h │ │ │ ├── itkStructHashFunction.h │ │ │ ├── itkSymmetricEigenAnalysis.h │ │ │ ├── itkSymmetricEigenAnalysis.hxx │ │ │ ├── itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h │ │ │ ├── itkSymmetricEllipsoidInteriorExteriorSpatialFunction.hxx │ │ │ ├── itkSymmetricSecondRankTensor.h │ │ │ ├── itkSymmetricSecondRankTensor.hxx │ │ │ ├── itkTBBMultiThreader.h │ │ │ ├── itkTetrahedronCell.h │ │ │ ├── itkTetrahedronCell.hxx │ │ │ ├── itkTetrahedronCellTopology.h │ │ │ ├── itkTextOutput.h │ │ │ ├── itkThreadLogger.h │ │ │ ├── itkThreadPool.h │ │ │ ├── itkThreadSupport.h │ │ │ ├── itkThreadedDomainPartitioner.h │ │ │ ├── itkThreadedImageRegionPartitioner.h │ │ │ ├── itkThreadedImageRegionPartitioner.hxx │ │ │ ├── itkThreadedIndexedContainerPartitioner.h │ │ │ ├── itkThreadedIteratorRangePartitioner.h │ │ │ ├── itkThreadedIteratorRangePartitioner.hxx │ │ │ ├── itkTimeProbe.h │ │ │ ├── itkTimeProbesCollectorBase.h │ │ │ ├── itkTimeStamp.h │ │ │ ├── itkTorusInteriorExteriorSpatialFunction.h │ │ │ ├── itkTorusInteriorExteriorSpatialFunction.hxx │ │ │ ├── itkTotalProgressReporter.h │ │ │ ├── itkTriangleCell.h │ │ │ ├── itkTriangleCell.hxx │ │ │ ├── itkTriangleCellTopology.h │ │ │ ├── itkTriangleHelper.h │ │ │ ├── itkTriangleHelper.hxx │ │ │ ├── itkUnaryCorrespondenceMatrix.h │ │ │ ├── itkUnaryFunctorImageFilter.h │ │ │ ├── itkUnaryFunctorImageFilter.hxx │ │ │ ├── itkValarrayImageContainer.h │ │ │ ├── itkVariableLengthVector.h │ │ │ ├── itkVariableLengthVector.hxx │ │ │ ├── itkVariableSizeMatrix.h │ │ │ ├── itkVariableSizeMatrix.hxx │ │ │ ├── itkVector.h │ │ │ ├── itkVector.hxx │ │ │ ├── itkVectorContainer.h │ │ │ ├── itkVectorContainer.hxx │ │ │ ├── itkVectorImage.h │ │ │ ├── itkVectorImage.hxx │ │ │ ├── itkVectorImageNeighborhoodAccessorFunctor.h │ │ │ ├── itkVectorNeighborhoodInnerProduct.h │ │ │ ├── itkVectorNeighborhoodInnerProduct.hxx │ │ │ ├── itkVersion.h │ │ │ ├── itkVersor.h │ │ │ ├── itkVersor.hxx │ │ │ ├── itkVertexCell.h │ │ │ ├── itkVertexCell.hxx │ │ │ ├── itkWeakPointer.h │ │ │ ├── itkWin32Header.h │ │ │ ├── itkWin32OutputWindow.h │ │ │ ├── itkWindows.h │ │ │ ├── itkXMLFileOutputWindow.h │ │ │ ├── itkXMLFilterWatcher.h │ │ │ ├── itkZeroFluxNeumannBoundaryCondition.h │ │ │ ├── itkZeroFluxNeumannBoundaryCondition.hxx │ │ │ └── itkZeroFluxNeumannImageNeighborhoodPixelAccessPolicy.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAnatomicalOrientation.cxx │ │ │ ├── itkArrayOutputSpecialization.cxx │ │ │ ├── itkBuildInformation.cxx.in │ │ │ ├── itkCommand.cxx │ │ │ ├── itkCommonEnums.cxx │ │ │ ├── itkCompensatedSummation.cxx │ │ │ ├── itkConfigure.h.in │ │ │ ├── itkConfigurePrivate.h.in │ │ │ ├── itkCovariantVector.cxx │ │ │ ├── itkCreateObjectFunction.cxx │ │ │ ├── itkDataObject.cxx │ │ │ ├── itkDirectory.cxx │ │ │ ├── itkDynamicLoader.cxx │ │ │ ├── itkEquivalencyTable.cxx │ │ │ ├── itkEventObject.cxx │ │ │ ├── itkExceptionObject.cxx │ │ │ ├── itkExtractImageFilter.cxx │ │ │ ├── itkFileOutputWindow.cxx │ │ │ ├── itkFloatingPointExceptions.cxx │ │ │ ├── itkFloatingPointExceptions_unix.cxx │ │ │ ├── itkFloatingPointExceptions_unix_feenableexcept_using_fegetenv.cxx │ │ │ ├── itkFloatingPointExceptions_unix_signalhandler.cxx │ │ │ ├── itkFloatingPointExceptions_win.cxx │ │ │ ├── itkFrustumSpatialFunction.cxx │ │ │ ├── itkGaussianDerivativeOperator.cxx │ │ │ ├── itkHexahedronCellTopology.cxx │ │ │ ├── itkImageIORegion.cxx │ │ │ ├── itkImageRegionSplitterBase.cxx │ │ │ ├── itkImageRegionSplitterDirection.cxx │ │ │ ├── itkImageRegionSplitterMultidimensional.cxx │ │ │ ├── itkImageRegionSplitterSlowDimension.cxx │ │ │ ├── itkImageSourceCommon.cxx │ │ │ ├── itkImageToImageFilterCommon.cxx │ │ │ ├── itkIndent.cxx │ │ │ ├── itkIterationReporter.cxx │ │ │ ├── itkLightObject.cxx │ │ │ ├── itkLightProcessObject.cxx │ │ │ ├── itkLogOutput.cxx │ │ │ ├── itkLogger.cxx │ │ │ ├── itkLoggerBase.cxx │ │ │ ├── itkLoggerManager.cxx │ │ │ ├── itkLoggerOutput.cxx │ │ │ ├── itkLoggerThreadWrapper.cxx │ │ │ ├── itkMath.cxx │ │ │ ├── itkMemoryProbe.cxx │ │ │ ├── itkMemoryProbesCollectorBase.cxx │ │ │ ├── itkMemoryUsageObserver.cxx │ │ │ ├── itkMersenneTwisterRandomVariateGenerator.cxx │ │ │ ├── itkMetaDataDictionary.cxx │ │ │ ├── itkMetaDataObject.cxx │ │ │ ├── itkMetaDataObjectBase.cxx │ │ │ ├── itkMultiThreaderBase.cxx │ │ │ ├── itkMultipleLogOutput.cxx │ │ │ ├── itkNumberToString.cxx │ │ │ ├── itkNumericTraits.cxx │ │ │ ├── itkNumericTraitsCovariantVectorPixel.cxx │ │ │ ├── itkNumericTraitsDiffusionTensor3DPixel.cxx │ │ │ ├── itkNumericTraitsFixedArrayPixel.cxx │ │ │ ├── itkNumericTraitsFixedArrayPixel2.cxx │ │ │ ├── itkNumericTraitsPointPixel.cxx │ │ │ ├── itkNumericTraitsRGBAPixel.cxx │ │ │ ├── itkNumericTraitsRGBPixel.cxx │ │ │ ├── itkNumericTraitsTensorPixel.cxx │ │ │ ├── itkNumericTraitsTensorPixel2.cxx │ │ │ ├── itkNumericTraitsVectorPixel.cxx │ │ │ ├── itkObject.cxx │ │ │ ├── itkObjectFactoryBase.cxx │ │ │ ├── itkObjectStore.cxx │ │ │ ├── itkOctreeNode.cxx │ │ │ ├── itkOutputWindow.cxx │ │ │ ├── itkPlatformMultiThreader.cxx │ │ │ ├── itkPlatformMultiThreaderPosix.cxx │ │ │ ├── itkPlatformMultiThreaderSingle.cxx │ │ │ ├── itkPlatformMultiThreaderWindows.cxx │ │ │ ├── itkPoolMultiThreader.cxx │ │ │ ├── itkProcessObject.cxx │ │ │ ├── itkProgressAccumulator.cxx │ │ │ ├── itkProgressReporter.cxx │ │ │ ├── itkProgressTransformer.cxx │ │ │ ├── itkPyCommand.cxx │ │ │ ├── itkQuadraticTriangleCellTopology.cxx │ │ │ ├── itkQuadrilateralCellTopology.cxx │ │ │ ├── itkRandomVariateGeneratorBase.cxx │ │ │ ├── itkRealTimeClock.cxx │ │ │ ├── itkRealTimeInterval.cxx │ │ │ ├── itkRealTimeStamp.cxx │ │ │ ├── itkRegion.cxx │ │ │ ├── itkSimpleFilterWatcher.cxx │ │ │ ├── itkSingleton.cxx │ │ │ ├── itkSmapsFileParser.cxx │ │ │ ├── itkSpatialOrientation.cxx │ │ │ ├── itkSpatialOrientationAdapter.cxx │ │ │ ├── itkStdStreamLogOutput.cxx │ │ │ ├── itkStoppingCriterionBase.cxx │ │ │ ├── itkStreamingProcessObject.cxx │ │ │ ├── itkSymmetricEigenAnalysis.cxx │ │ │ ├── itkTBBMultiThreader.cxx │ │ │ ├── itkTetrahedronCellTopology.cxx │ │ │ ├── itkTextOutput.cxx │ │ │ ├── itkThreadLogger.cxx │ │ │ ├── itkThreadPool.cxx │ │ │ ├── itkThreadedIndexedContainerPartitioner.cxx │ │ │ ├── itkTimeProbe.cxx │ │ │ ├── itkTimeProbesCollectorBase.cxx │ │ │ ├── itkTimeStamp.cxx │ │ │ ├── itkTotalProgressReporter.cxx │ │ │ ├── itkTriangleCellTopology.cxx │ │ │ ├── itkVector.cxx │ │ │ ├── itkVersion.cxx │ │ │ ├── itkWin32OutputWindow.cxx │ │ │ ├── itkXMLFileOutputWindow.cxx │ │ │ └── itkXMLFilterWatcher.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkPointSetToImageFilterTest1.png.cid │ │ │ │ ├── itkPointSetToImageFilterTest2.mha.cid │ │ │ │ ├── itkSobelOperatorImageConvolutionHorizTest.tiff.cid │ │ │ │ ├── itkSobelOperatorImageConvolutionVertCircleTest.tiff.cid │ │ │ │ ├── itkSobelOperatorImageConvolutionVertTest.tiff.cid │ │ │ │ ├── itkSobelOperatorImageFilterHorizTest.tiff.cid │ │ │ │ ├── itkSobelOperatorImageVertTest.tiff.cid │ │ │ │ └── vol-raw-big-dup2.nrrd.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── ClientTestLibraryA.cxx │ │ │ ├── ClientTestLibraryA.h │ │ │ ├── ClientTestLibraryB.cxx │ │ │ ├── ClientTestLibraryB.h │ │ │ ├── ClientTestLibraryC.cxx │ │ │ ├── ClientTestLibraryC.h │ │ │ ├── SharedTestLibraryA.cxx │ │ │ ├── SharedTestLibraryA.h │ │ │ ├── SharedTestLibraryB.cxx │ │ │ ├── SharedTestLibraryB.h │ │ │ ├── VNLSparseLUSolverTraitsTest.cxx │ │ │ ├── itkAbortProcessObjectTest.cxx │ │ │ ├── itkAdaptorComparisonTest.cxx │ │ │ ├── itkAggregateTypesGTest.cxx │ │ │ ├── itkAnatomicalOrientationGTest.cxx │ │ │ ├── itkAnnulusOperatorTest.cxx │ │ │ ├── itkArray2DGTest.cxx │ │ │ ├── itkArray2DTest.cxx │ │ │ ├── itkArrayGTest.cxx │ │ │ ├── itkArrayTest.cxx │ │ │ ├── itkAtanRegularizedHeavisideStepFunctionTest1.cxx │ │ │ ├── itkAutoPointerTest.cxx │ │ │ ├── itkBSplineInterpolationWeightFunctionTest.cxx │ │ │ ├── itkBSplineKernelFunctionTest.cxx │ │ │ ├── itkBitCastGTest.cxx │ │ │ ├── itkBooleanStdVectorGTest.cxx │ │ │ ├── itkBoundaryConditionTest.cxx │ │ │ ├── itkBoundingBoxTest.cxx │ │ │ ├── itkBresenhamLineTest.cxx │ │ │ ├── itkBuildInformationGTest.cxx │ │ │ ├── itkByteSwapTest.cxx │ │ │ ├── itkCMakeConfigurationTest.cxx │ │ │ ├── itkColorTableTest.cxx │ │ │ ├── itkCommandObserverObjectTest.cxx │ │ │ ├── itkCommonTypeTraitsGTest.cxx │ │ │ ├── itkCompensatedSummationTest.cxx │ │ │ ├── itkCompensatedSummationTest2.cxx │ │ │ ├── itkConicShellInteriorExteriorSpatialFunctionTest.cxx │ │ │ ├── itkConnectedImageNeighborhoodShapeGTest.cxx │ │ │ ├── itkConstNeighborhoodIteratorTest.cxx │ │ │ ├── itkConstNeighborhoodIteratorWithOnlyIndexTest.cxx │ │ │ ├── itkConstShapedNeighborhoodIteratorTest.cxx │ │ │ ├── itkConstShapedNeighborhoodIteratorTest2.cxx │ │ │ ├── itkConstantBoundaryConditionTest.cxx │ │ │ ├── itkConstantBoundaryImageNeighborhoodPixelAccessPolicyGTest.cxx │ │ │ ├── itkCopyGTest.cxx │ │ │ ├── itkCovariantVectorGTest.cxx │ │ │ ├── itkCovariantVectorGeometryTest.cxx │ │ │ ├── itkCrossHelperTest.cxx │ │ │ ├── itkDataObjectAndProcessObjectTest.cxx │ │ │ ├── itkDataObjectTest.cxx │ │ │ ├── itkDataTypeTest.cxx │ │ │ ├── itkDecoratorTest.cxx │ │ │ ├── itkDerefGTest.cxx │ │ │ ├── itkDerivativeOperatorTest.cxx │ │ │ ├── itkDiffusionTensor3DGTest.cxx │ │ │ ├── itkDirectoryTest.cxx │ │ │ ├── itkDownCastTest.cxx │ │ │ ├── itkEllipsoidInteriorExteriorSpatialFunctionTest.cxx │ │ │ ├── itkEventObjectTest.cxx │ │ │ ├── itkExceptionObjectGTest.cxx │ │ │ ├── itkExceptionObjectTest.cxx │ │ │ ├── itkExtractImage3Dto2DTest.cxx │ │ │ ├── itkExtractImageTest.cxx │ │ │ ├── itkFactoryTestLib.cxx │ │ │ ├── itkFileOutputWindowTest.cxx │ │ │ ├── itkFilterDispatchTest.cxx │ │ │ ├── itkFiniteCylinderSpatialFunctionTest.cxx │ │ │ ├── itkFixedArrayGTest.cxx │ │ │ ├── itkFixedArrayTest.cxx │ │ │ ├── itkFixedArrayTest2.cxx │ │ │ ├── itkFloatingPointExceptionsExtern.cxx │ │ │ ├── itkFloatingPointExceptionsTest.cxx │ │ │ ├── itkFloodFillIteratorTest.cxx │ │ │ ├── itkFloodFilledSpatialFunctionTest.cxx │ │ │ ├── itkFrustumSpatialFunctionTest.cxx │ │ │ ├── itkGaussianDerivativeOperatorTest.cxx │ │ │ ├── itkGaussianSpatialFunctionTest.cxx │ │ │ ├── itkHashTableTest.cxx │ │ │ ├── itkHeavisideStepFunctionTest1.cxx │ │ │ ├── itkImageAdaptorPipeLineTest.cxx │ │ │ ├── itkImageAlgorithmCopyTest.cxx │ │ │ ├── itkImageAlgorithmCopyTest2.cxx │ │ │ ├── itkImageBaseGTest.cxx │ │ │ ├── itkImageBufferRangeGTest.cxx │ │ │ ├── itkImageComputeOffsetAndIndexTest.cxx │ │ │ ├── itkImageDuplicatorTest.cxx │ │ │ ├── itkImageDuplicatorTest2.cxx │ │ │ ├── itkImageFillBufferTest.cxx │ │ │ ├── itkImageGTest.cxx │ │ │ ├── itkImageIORegionGTest.cxx │ │ │ ├── itkImageIteratorTest.cxx │ │ │ ├── itkImageIteratorWithIndexTest.cxx │ │ │ ├── itkImageIteratorsForwardBackwardTest.cxx │ │ │ ├── itkImageLinearIteratorTest.cxx │ │ │ ├── itkImageNeighborhoodOffsetsGTest.cxx │ │ │ ├── itkImageRandomConstIteratorWithIndexGTest.cxx │ │ │ ├── itkImageRandomConstIteratorWithOnlyIndexTest.cxx │ │ │ ├── itkImageRandomIteratorTest.cxx │ │ │ ├── itkImageRandomIteratorTest2.cxx │ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndexTest.cxx │ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndexTest2.cxx │ │ │ ├── itkImageRegionConstIteratorWithOnlyIndexTest.cxx │ │ │ ├── itkImageRegionExclusionIteratorWithIndexTest.cxx │ │ │ ├── itkImageRegionExplicitTest.cxx │ │ │ ├── itkImageRegionGTest.cxx │ │ │ ├── itkImageRegionIteratorGTest.cxx │ │ │ ├── itkImageRegionIteratorTest.cxx │ │ │ ├── itkImageRegionRangeGTest.cxx │ │ │ ├── itkImageRegionSplitterDirectionTest.cxx │ │ │ ├── itkImageRegionSplitterMultidimensionalTest.cxx │ │ │ ├── itkImageRegionSplitterSlowDimensionTest.cxx │ │ │ ├── itkImageRegionTest.cxx │ │ │ ├── itkImageReverseIteratorTest.cxx │ │ │ ├── itkImageScanlineIteratorTest1.cxx │ │ │ ├── itkImageSliceIteratorTest.cxx │ │ │ ├── itkImageTest.cxx │ │ │ ├── itkImageToImageToleranceTest.cxx │ │ │ ├── itkImageTransformTest.cxx │ │ │ ├── itkImageVectorOptimizerParametersHelperTest.cxx │ │ │ ├── itkImportContainerTest.cxx │ │ │ ├── itkImportImageTest.cxx │ │ │ ├── itkIndexGTest.cxx │ │ │ ├── itkIndexRangeGTest.cxx │ │ │ ├── itkIntTypesTest.cxx │ │ │ ├── itkIteratorTests.cxx │ │ │ ├── itkLightObjectGTest.cxx │ │ │ ├── itkLightObjectTest.cxx │ │ │ ├── itkLineIteratorTest.cxx │ │ │ ├── itkLogTester.h │ │ │ ├── itkLoggerManagerTest.cxx │ │ │ ├── itkLoggerOutputTest.cxx │ │ │ ├── itkLoggerTest.cxx │ │ │ ├── itkLoggerThreadWrapperTest.cxx │ │ │ ├── itkMakeUniqueForOverwriteGTest.cxx │ │ │ ├── itkMapContainerTest.cxx │ │ │ ├── itkMathCastWithRangeCheckTest.cxx │ │ │ ├── itkMathRoundProfileTest1.cxx │ │ │ ├── itkMathRoundTest.cxx │ │ │ ├── itkMathRoundTest2.cxx │ │ │ ├── itkMathTest.cxx │ │ │ ├── itkMatrixGTest.cxx │ │ │ ├── itkMatrixTest.cxx │ │ │ ├── itkMemoryLeakTest.cxx │ │ │ ├── itkMemoryProbesCollecterBaseTest.cxx │ │ │ ├── itkMersenneTwisterRandomVariateGeneratorGTest.cxx │ │ │ ├── itkMersenneTwisterRandomVariateGeneratorTest.cxx │ │ │ ├── itkMetaDataDictionaryGTest.cxx │ │ │ ├── itkMetaDataDictionaryTest.cxx │ │ │ ├── itkMetaDataObjectTest.cxx │ │ │ ├── itkMetaProgrammingLibraryTest.cxx │ │ │ ├── itkMinimumMaximumImageCalculatorTest.cxx │ │ │ ├── itkModifiedTimeTest.cxx │ │ │ ├── itkMultiThreaderBaseTest.cxx │ │ │ ├── itkMultiThreaderExceptionsTest.cxx │ │ │ ├── itkMultiThreaderParallelizeArrayTest.cxx │ │ │ ├── itkMultiThreaderTypeFromEnvironmentTest.cxx │ │ │ ├── itkMultiThreadingEnvironmentTest.cxx │ │ │ ├── itkMultipleLogOutputTest.cxx │ │ │ ├── itkMultithreadingTest.cxx │ │ │ ├── itkNeighborhoodAlgorithmTest.cxx │ │ │ ├── itkNeighborhoodAllocatorGTest.cxx │ │ │ ├── itkNeighborhoodIteratorTest.cxx │ │ │ ├── itkNeighborhoodOperatorTest.cxx │ │ │ ├── itkNeighborhoodTest.cxx │ │ │ ├── itkNumberToStringGTest.cxx │ │ │ ├── itkNumberToStringTest.cxx │ │ │ ├── itkNumericTraitsTest.cxx │ │ │ ├── itkNumericsTest.cxx │ │ │ ├── itkObjectFactoryBaseGTest.cxx │ │ │ ├── itkObjectFactoryBasePrivateDestructor.cxx │ │ │ ├── itkObjectFactoryOnlyNewTest.cxx │ │ │ ├── itkObjectFactoryTest.cxx │ │ │ ├── itkObjectFactoryTest2.cxx │ │ │ ├── itkObjectFactoryTest3.cxx │ │ │ ├── itkObjectStoreTest.cxx │ │ │ ├── itkOctreeTest.cxx │ │ │ ├── itkOffsetGTest.cxx │ │ │ ├── itkOptimizerParametersGTest.cxx │ │ │ ├── itkOptimizerParametersTest.cxx │ │ │ ├── itkPeriodicBoundaryConditionTest.cxx │ │ │ ├── itkPhasedArray3DSpecialCoordinatesImageTest.cxx │ │ │ ├── itkPixelAccessTest.cxx │ │ │ ├── itkPointGTest.cxx │ │ │ ├── itkPointGeometryTest.cxx │ │ │ ├── itkPointSetGTest.cxx │ │ │ ├── itkPointSetTest.cxx │ │ │ ├── itkPointSetToImageFilterTest1.cxx │ │ │ ├── itkPointSetToImageFilterTest2.cxx │ │ │ ├── itkPriorityQueueTest.cxx │ │ │ ├── itkPromoteType.cxx │ │ │ ├── itkRGBAPixelGTest.cxx │ │ │ ├── itkRGBPixelGTest.cxx │ │ │ ├── itkRGBPixelTest.cxx │ │ │ ├── itkRangeGTestUtilities.h │ │ │ ├── itkRealTimeClockTest.cxx │ │ │ ├── itkRealTimeIntervalTest.cxx │ │ │ ├── itkRealTimeStampTest.cxx │ │ │ ├── itkSTLContainerAdaptorTest.cxx │ │ │ ├── itkSTLThreadTest.cxx │ │ │ ├── itkShapedImageNeighborhoodRangeGTest.cxx │ │ │ ├── itkShapedNeighborhoodIteratorTest.cxx │ │ │ ├── itkSimpleFilterWatcherTest.cxx │ │ │ ├── itkSinRegularizedHeavisideStepFunctionTest1.cxx │ │ │ ├── itkSizeGTest.cxx │ │ │ ├── itkSliceIteratorTest.cxx │ │ │ ├── itkSmartPointerGTest.cxx │ │ │ ├── itkSmartPointerTest.cxx │ │ │ ├── itkSobelOperatorImageConvolutionTest.cxx │ │ │ ├── itkSobelOperatorImageFilterTest.cxx │ │ │ ├── itkSobelOperatorTest.cxx │ │ │ ├── itkSparseFieldLayerTest.cxx │ │ │ ├── itkSparseImageTest.cxx │ │ │ ├── itkSpatialFunctionTest.cxx │ │ │ ├── itkSpatialOrientationAdaptorGTest.cxx │ │ │ ├── itkSpatialOrientationTest.cxx │ │ │ ├── itkStdStreamLogOutputTest.cxx │ │ │ ├── itkStdStreamStateSaveTest.cxx │ │ │ ├── itkStreamingImageFilterTest.cxx │ │ │ ├── itkStreamingImageFilterTest2.cxx │ │ │ ├── itkStreamingImageFilterTest3.cxx │ │ │ ├── itkSymmetricEigenAnalysisTest.cxx │ │ │ ├── itkSymmetricEllipsoidInteriorExteriorSpatialFunctionTest.cxx │ │ │ ├── itkSymmetricSecondRankTensorGTest.cxx │ │ │ ├── itkSymmetricSecondRankTensorImageReadTest.cxx │ │ │ ├── itkSymmetricSecondRankTensorImageWriteReadTest.cxx │ │ │ ├── itkSymmetricSecondRankTensorTest.cxx │ │ │ ├── itkSystemInformation.cxx │ │ │ ├── itkThreadDefsTest.cxx │ │ │ ├── itkThreadLoggerTest.cxx │ │ │ ├── itkThreadedImageRegionPartitionerTest.cxx │ │ │ ├── itkThreadedIndexedContainerPartitionerTest.cxx │ │ │ ├── itkThreadedIteratorRangePartitionerTest.cxx │ │ │ ├── itkThreadedIteratorRangePartitionerTest2.cxx │ │ │ ├── itkThreadedIteratorRangePartitionerTest3.cxx │ │ │ ├── itkTimeProbeTest.cxx │ │ │ ├── itkTimeProbeTest2.cxx │ │ │ ├── itkTimeProbesTest.cxx │ │ │ ├── itkTimeStampTest.cxx │ │ │ ├── itkTorusInteriorExteriorSpatialFunctionTest.cxx │ │ │ ├── itkVNLRoundProfileTest1.cxx │ │ │ ├── itkVariableLengthVectorTest.cxx │ │ │ ├── itkVariableSizeMatrixTest.cxx │ │ │ ├── itkVectorContainerGTest.cxx │ │ │ ├── itkVectorContainerTest.cxx │ │ │ ├── itkVectorGTest.cxx │ │ │ ├── itkVectorGeometryTest.cxx │ │ │ ├── itkVectorMultiplyTest.cxx │ │ │ ├── itkVectorTest.cxx │ │ │ ├── itkVersionTest.cxx │ │ │ ├── itkVersorTest.cxx │ │ │ ├── itkWeakPointerGTest.cxx │ │ │ ├── itkXMLFileOutputWindowTest.cxx │ │ │ ├── itkXMLFilterWatcherTest.cxx │ │ │ └── itkZeroFluxBoundaryConditionTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── ITKCommonBase.wrap │ │ │ ├── SwigExtras.i │ │ │ ├── itkAnatomicalOrientation.wrap │ │ │ ├── itkAnnulusOperator.wrap │ │ │ ├── itkArray.wrap │ │ │ ├── itkArray2D.wrap │ │ │ ├── itkBSplineInterpolationWeightFunction.wrap │ │ │ ├── itkBackwardDifferenceOperator.wrap │ │ │ ├── itkBoundingBox.wrap │ │ │ ├── itkContinuousIndex.wrap │ │ │ ├── itkCovariantVector.wrap │ │ │ ├── itkDefaultDynamicMeshTraits.wrap │ │ │ ├── itkDefaultStaticMeshTraits.wrap │ │ │ ├── itkDerivativeOperator.wrap │ │ │ ├── itkDiffusionTensor3D.wrap │ │ │ ├── itkExtractImageFilter.wrap │ │ │ ├── itkFixedArray.wrap │ │ │ ├── itkFloatingPointExceptions.wrap │ │ │ ├── itkForwardDifferenceOperator.wrap │ │ │ ├── itkFunctionBase.wrap │ │ │ ├── itkGaussianDerivativeOperator.wrap │ │ │ ├── itkGaussianOperator.wrap │ │ │ ├── itkImage.wrap │ │ │ ├── itkImageBoundaryCondition.wrap │ │ │ ├── itkImageConstIterator.notwrapped │ │ │ ├── itkImageConstIteratorWithIndex.notwrapped │ │ │ ├── itkImageDuplicator.wrap │ │ │ ├── itkImageIterator.notwrapped │ │ │ ├── itkImageIteratorWithIndex.notwrapped │ │ │ ├── itkImageKernelOperator.wrap │ │ │ ├── itkImageLinearConstIteratorWithIndex.notwrapped │ │ │ ├── itkImageLinearIteratorWithIndex.notwrapped │ │ │ ├── itkImageRandomConstIteratorWithIndex.notwrapped │ │ │ ├── itkImageRandomIteratorWithIndex.notwrapped │ │ │ ├── itkImageRandomNonRepeatingConstIteratorWithIndex.notwrapped │ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndex.notwrapped │ │ │ ├── itkImageRegion.wrap │ │ │ ├── itkImageRegionConstIterator.notwrapped │ │ │ ├── itkImageRegionConstIteratorWithIndex.notwrapped │ │ │ ├── itkImageRegionIterator.notwrapped │ │ │ ├── itkImageRegionIteratorWithIndex.notwrapped │ │ │ ├── itkImageSink.wrap │ │ │ ├── itkImageSource.wrap │ │ │ ├── itkImageSourceCommon.wrap │ │ │ ├── itkImageToImageFilterA.wrap │ │ │ ├── itkImageToImageFilterB.wrap │ │ │ ├── itkImageToImageFilterCommon.wrap │ │ │ ├── itkImportImageFilter.wrap │ │ │ ├── itkInPlaceImageFilterA.wrap │ │ │ ├── itkInPlaceImageFilterB.wrap │ │ │ ├── itkIndex.wrap │ │ │ ├── itkKernelFunctionBase.wrap │ │ │ ├── itkLaplacianOperator.wrap │ │ │ ├── itkLineCell.notwrapped │ │ │ ├── itkMapContainer.wrap │ │ │ ├── itkMatrix.wrap │ │ │ ├── itkMetaDataObject.wrap │ │ │ ├── itkMinimumMaximumImageCalculator.wrap │ │ │ ├── itkNeighborhood.wrap │ │ │ ├── itkNeighborhoodOperator.wrap │ │ │ ├── itkNumericTraits.wrap │ │ │ ├── itkOffset.wrap │ │ │ ├── itkOptimizerParameters.wrap │ │ │ ├── itkPhasedArray3DSpecialCoordinatesImage.wrap │ │ │ ├── itkPoint.wrap │ │ │ ├── itkPointSet.wrap │ │ │ ├── itkPointSetToImageFilter.wrap │ │ │ ├── itkPyCommand.wrap │ │ │ ├── itkPyImageFilter.wrap │ │ │ ├── itkRGBAPixel.wrap │ │ │ ├── itkRGBPixel.wrap │ │ │ ├── itkSimpleDataObjectDecorator.wrap │ │ │ ├── itkSize.wrap │ │ │ ├── itkSobelOperator.wrap │ │ │ ├── itkSpatialFunction.wrap │ │ │ ├── itkSpecialCoordinatesImage.wrap │ │ │ ├── itkStreamingImageFilter.wrap │ │ │ ├── itkSymmetricSecondRankTensor.wrap │ │ │ ├── itkTriangleCell.notwrapped │ │ │ ├── itkTriangleHelper.wrap │ │ │ ├── itkVariableLengthVector.wrap │ │ │ ├── itkVariableSizeMatrix.wrap │ │ │ ├── itkVector.wrap │ │ │ ├── itkVectorContainer.wrap │ │ │ ├── itkVectorImage.wrap │ │ │ ├── itkVersor.wrap │ │ │ ├── itkVertexCell.notwrapped │ │ │ ├── pyCommon.i │ │ │ ├── stdcomplex.wrap │ │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkDirectoryTest.py │ │ │ ├── itkImageDuplicatorTest.py │ │ │ ├── itkImageTest.py │ │ │ ├── itkIndexOffsetTest.py │ │ │ ├── itkMatrixTest.py │ │ │ ├── itkMetaDataDictionaryTest.py │ │ │ ├── itkPointSetSerializationTest.py │ │ │ ├── itkPointSetTest.py │ │ │ ├── itkSpatialOrientationAdapterTest.py │ │ │ └── itkVariableLengthVectorTest.py │ │ │ ├── vnl_c_vector.wrap │ │ │ ├── vnl_cost_function.wrap │ │ │ ├── vnl_diag_matrix.wrap │ │ │ ├── vnl_file_matrix.wrap │ │ │ ├── vnl_file_vector.wrap │ │ │ ├── vnl_fortran_copy.wrap │ │ │ ├── vnl_least_squares_function.wrap │ │ │ ├── vnl_matrix.wrap │ │ │ ├── vnl_matrix_fixed.wrap │ │ │ ├── vnl_matrix_fixed_ref.wrap │ │ │ ├── vnl_matrix_ref.wrap │ │ │ ├── vnl_unary_function.wrap │ │ │ ├── vnl_vector.wrap │ │ │ ├── vnl_vector_ref.wrap │ │ │ └── wrap_itkVectorImageToImageAdaptor.cmake.notwrapped │ ├── FiniteDifference │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkDenseFiniteDifferenceImageFilter.h │ │ │ ├── itkDenseFiniteDifferenceImageFilter.hxx │ │ │ ├── itkFiniteDifferenceFunction.h │ │ │ ├── itkFiniteDifferenceFunction.hxx │ │ │ ├── itkFiniteDifferenceImageFilter.h │ │ │ ├── itkFiniteDifferenceImageFilter.hxx │ │ │ ├── itkFiniteDifferenceSparseImageFilter.h │ │ │ ├── itkFiniteDifferenceSparseImageFilter.hxx │ │ │ ├── itkFiniteDifferenceSparseImageFunction.h │ │ │ └── itkFiniteDifferenceSparseImageFunction.hxx │ │ ├── itk-module.cmake │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkDenseFiniteDifferenceImageFilter.wrap │ │ │ ├── itkFiniteDifferenceFunction.wrap │ │ │ └── itkFiniteDifferenceImageFilter.wrap │ ├── GPUCommon │ │ ├── CMake │ │ │ └── itkCheckHasBlocks.cxx │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGPUContextManager.h │ │ │ ├── itkGPUDataManager.h │ │ │ ├── itkGPUFunctorBase.h │ │ │ ├── itkGPUImage.h │ │ │ ├── itkGPUImage.hxx │ │ │ ├── itkGPUImageDataManager.h │ │ │ ├── itkGPUImageDataManager.hxx │ │ │ ├── itkGPUImageOps.h │ │ │ ├── itkGPUImageToImageFilter.h │ │ │ ├── itkGPUImageToImageFilter.hxx │ │ │ ├── itkGPUInPlaceImageFilter.h │ │ │ ├── itkGPUInPlaceImageFilter.hxx │ │ │ ├── itkGPUKernelManager.h │ │ │ ├── itkGPUReduction.h │ │ │ ├── itkGPUReduction.hxx │ │ │ ├── itkGPUUnaryFunctorImageFilter.h │ │ │ ├── itkGPUUnaryFunctorImageFilter.hxx │ │ │ └── itkOpenCLUtil.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── GPUImageOps.cl │ │ │ ├── GPUReduction.cl │ │ │ ├── itkGPUContextManager.cxx │ │ │ ├── itkGPUDataManager.cxx │ │ │ ├── itkGPUKernelManager.cxx │ │ │ └── itkOpenCLUtil.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGPUImageTest.cxx │ │ │ └── itkGPUReductionTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGPUContextManager.wrap │ │ │ ├── itkGPUDataManager.wrap │ │ │ ├── itkGPUFunctorBase.wrap │ │ │ ├── itkGPUImage.wrap │ │ │ ├── itkGPUImageOps.wrap │ │ │ ├── itkGPUImageToImageFilter.wrap │ │ │ ├── itkGPUInPlaceImageFilter.wrap │ │ │ ├── itkGPUKernelManager.wrap │ │ │ ├── itkGPUReduction.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGPUImageTest.py │ │ │ └── itkGPUReductionTest.py │ ├── GPUFiniteDifference │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGPUDenseFiniteDifferenceImageFilter.h │ │ │ ├── itkGPUDenseFiniteDifferenceImageFilter.hxx │ │ │ ├── itkGPUFiniteDifferenceFilterEnum.h │ │ │ ├── itkGPUFiniteDifferenceFunction.h │ │ │ ├── itkGPUFiniteDifferenceImageFilter.h │ │ │ └── itkGPUFiniteDifferenceImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── GPUDenseFiniteDifferenceImageFilter.cl │ │ │ └── itkGPUFiniteDifferenceFilterEnum.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGPUDenseFiniteDifferenceImageFilter.wrap │ │ │ ├── itkGPUFiniteDifferenceFilterEnum.wrap │ │ │ ├── itkGPUFiniteDifferenceFunction.wrap │ │ │ └── itkGPUFiniteDifferenceImageFilter.wrap │ ├── ImageAdaptors │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkAbsImageAdaptor.h │ │ │ ├── itkAcosImageAdaptor.h │ │ │ ├── itkAddImageAdaptor.h │ │ │ ├── itkAddPixelAccessor.h │ │ │ ├── itkAsinImageAdaptor.h │ │ │ ├── itkAtanImageAdaptor.h │ │ │ ├── itkBluePixelAccessor.h │ │ │ ├── itkComplexConjugateImageAdaptor.h │ │ │ ├── itkComplexToImaginaryImageAdaptor.h │ │ │ ├── itkComplexToModulusImageAdaptor.h │ │ │ ├── itkComplexToPhaseImageAdaptor.h │ │ │ ├── itkComplexToRealImageAdaptor.h │ │ │ ├── itkCosImageAdaptor.h │ │ │ ├── itkExpImageAdaptor.h │ │ │ ├── itkExpNegativeImageAdaptor.h │ │ │ ├── itkGreenPixelAccessor.h │ │ │ ├── itkImageAdaptor.h │ │ │ ├── itkImageAdaptor.hxx │ │ │ ├── itkLog10ImageAdaptor.h │ │ │ ├── itkLogImageAdaptor.h │ │ │ ├── itkNthElementImageAdaptor.h │ │ │ ├── itkNthElementPixelAccessor.h │ │ │ ├── itkPixelAccessor.h │ │ │ ├── itkRGBToLuminanceImageAdaptor.h │ │ │ ├── itkRGBToVectorImageAdaptor.h │ │ │ ├── itkRGBToVectorPixelAccessor.h │ │ │ ├── itkRedPixelAccessor.h │ │ │ ├── itkSinImageAdaptor.h │ │ │ ├── itkSqrtImageAdaptor.h │ │ │ ├── itkTanImageAdaptor.h │ │ │ ├── itkVectorImageToImageAdaptor.h │ │ │ ├── itkVectorToRGBImageAdaptor.h │ │ │ └── itkVectorToRGBPixelAccessor.h │ │ ├── itk-module.cmake │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkComplexConjugateImageAdaptorTest.cxx │ │ │ ├── itkImageAdaptorGTest.cxx │ │ │ ├── itkImageAdaptorTest.cxx │ │ │ ├── itkNthElementPixelAccessorTest.cxx │ │ │ ├── itkRGBToVectorImageAdaptorTest.cxx │ │ │ ├── itkVectorImageTest.cxx │ │ │ └── itkVectorImageToImageAdaptorTest.cxx │ ├── ImageFunction │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkBSplineDecompositionImageFilter.h │ │ │ ├── itkBSplineDecompositionImageFilter.hxx │ │ │ ├── itkBSplineInterpolateImageFunction.h │ │ │ ├── itkBSplineInterpolateImageFunction.hxx │ │ │ ├── itkBSplineResampleImageFunction.h │ │ │ ├── itkBinaryThresholdImageFunction.h │ │ │ ├── itkBinaryThresholdImageFunction.hxx │ │ │ ├── itkCentralDifferenceImageFunction.h │ │ │ ├── itkCentralDifferenceImageFunction.hxx │ │ │ ├── itkCovarianceImageFunction.h │ │ │ ├── itkCovarianceImageFunction.hxx │ │ │ ├── itkExtrapolateImageFunction.h │ │ │ ├── itkGaussianBlurImageFunction.h │ │ │ ├── itkGaussianBlurImageFunction.hxx │ │ │ ├── itkGaussianDerivativeImageFunction.h │ │ │ ├── itkGaussianDerivativeImageFunction.hxx │ │ │ ├── itkGaussianInterpolateImageFunction.h │ │ │ ├── itkGaussianInterpolateImageFunction.hxx │ │ │ ├── itkImageFunction.h │ │ │ ├── itkImageFunction.hxx │ │ │ ├── itkInterpolateImageFunction.h │ │ │ ├── itkLabelImageGaussianInterpolateImageFunction.h │ │ │ ├── itkLabelImageGaussianInterpolateImageFunction.hxx │ │ │ ├── itkLinearInterpolateImageFunction.h │ │ │ ├── itkLinearInterpolateImageFunction.hxx │ │ │ ├── itkMahalanobisDistanceThresholdImageFunction.h │ │ │ ├── itkMahalanobisDistanceThresholdImageFunction.hxx │ │ │ ├── itkMeanImageFunction.h │ │ │ ├── itkMeanImageFunction.hxx │ │ │ ├── itkMedianImageFunction.h │ │ │ ├── itkMedianImageFunction.hxx │ │ │ ├── itkNearestNeighborExtrapolateImageFunction.h │ │ │ ├── itkNearestNeighborInterpolateImageFunction.h │ │ │ ├── itkNeighborhoodBinaryThresholdImageFunction.h │ │ │ ├── itkNeighborhoodBinaryThresholdImageFunction.hxx │ │ │ ├── itkNeighborhoodOperatorImageFunction.h │ │ │ ├── itkNeighborhoodOperatorImageFunction.hxx │ │ │ ├── itkRayCastInterpolateImageFunction.h │ │ │ ├── itkRayCastInterpolateImageFunction.hxx │ │ │ ├── itkScatterMatrixImageFunction.h │ │ │ ├── itkScatterMatrixImageFunction.hxx │ │ │ ├── itkSumOfSquaresImageFunction.h │ │ │ ├── itkSumOfSquaresImageFunction.hxx │ │ │ ├── itkVarianceImageFunction.h │ │ │ ├── itkVarianceImageFunction.hxx │ │ │ ├── itkVectorInterpolateImageFunction.h │ │ │ ├── itkVectorLinearInterpolateImageFunction.h │ │ │ ├── itkVectorLinearInterpolateImageFunction.hxx │ │ │ ├── itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction.h │ │ │ ├── itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction.hxx │ │ │ ├── itkVectorMeanImageFunction.h │ │ │ ├── itkVectorMeanImageFunction.hxx │ │ │ ├── itkVectorNearestNeighborInterpolateImageFunction.h │ │ │ ├── itkWindowedSincInterpolateImageFunction.h │ │ │ └── itkWindowedSincInterpolateImageFunction.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBSplineDecompositionImageFilterTest.cxx │ │ │ ├── itkBSplineInterpolateImageFunctionTest.cxx │ │ │ ├── itkBSplineResampleImageFunctionTest.cxx │ │ │ ├── itkBinaryThresholdImageFunctionTest.cxx │ │ │ ├── itkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx │ │ │ ├── itkCentralDifferenceImageFunctionOnVectorTest.cxx │ │ │ ├── itkCentralDifferenceImageFunctionSpeedTest.cxx │ │ │ ├── itkCentralDifferenceImageFunctionTest.cxx │ │ │ ├── itkCovarianceImageFunctionTest.cxx │ │ │ ├── itkGaussianBlurImageFunctionTest.cxx │ │ │ ├── itkGaussianDerivativeImageFunctionTest.cxx │ │ │ ├── itkGaussianInterpolateImageFunctionTest.cxx │ │ │ ├── itkImageAdaptorInterpolateImageFunctionTest.cxx │ │ │ ├── itkInterpolateTest.cxx │ │ │ ├── itkLabelImageGaussianInterpolateImageFunctionTest.cxx │ │ │ ├── itkLinearInterpolateImageFunctionTest.cxx │ │ │ ├── itkMahalanobisDistanceThresholdImageFunctionTest.cxx │ │ │ ├── itkMeanImageFunctionTest.cxx │ │ │ ├── itkMedianImageFunctionTest.cxx │ │ │ ├── itkNearestNeighborExtrapolateImageFunctionTest.cxx │ │ │ ├── itkNearestNeighborInterpolateImageFunctionTest.cxx │ │ │ ├── itkNeighborhoodOperatorImageFunctionTest.cxx │ │ │ ├── itkRGBInterpolateImageFunctionTest.cxx │ │ │ ├── itkRayCastInterpolateImageFunctionTest.cxx │ │ │ ├── itkScatterMatrixImageFunctionTest.cxx │ │ │ ├── itkSumOfSquaresImageFunctionGTest.cxx │ │ │ ├── itkVarianceImageFunctionTest.cxx │ │ │ ├── itkVectorInterpolateImageFunctionTest.cxx │ │ │ ├── itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx │ │ │ ├── itkVectorMeanImageFunctionTest.cxx │ │ │ ├── itkWindowedSincInterpolateImageFunctionTest.cxx │ │ │ └── makeRandomImageBsplineInterpolator.h │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBSplineDecompositionImageFilter.wrap │ │ │ ├── itkBSplineInterpolateImageFunction.wrap │ │ │ ├── itkBSplineResampleImageFunction.wrap │ │ │ ├── itkExtrapolateImageFunction.wrap │ │ │ ├── itkGaussianInterpolateImageFunction.wrap │ │ │ ├── itkImageFunctionBase.wrap │ │ │ ├── itkInterpolateImageFunction.wrap │ │ │ ├── itkLabelImageGaussianInterpolateImageFunction.wrap │ │ │ ├── itkLinearInterpolateImageFunction.wrap │ │ │ ├── itkNearestNeighborInterpolateImageFunction.wrap │ │ │ ├── itkRayCastInterpolateImageFunction.wrap │ │ │ ├── itkWindowedSincInterpolateImageFunction.wrap │ │ │ └── test │ │ │ └── CMakeLists.txt │ ├── Mesh │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkAutomaticTopologyMeshSource.h │ │ │ ├── itkAutomaticTopologyMeshSource.hxx │ │ │ ├── itkBinaryMask3DMeshSource.h │ │ │ ├── itkBinaryMask3DMeshSource.hxx │ │ │ ├── itkConnectedRegionsMeshFilter.h │ │ │ ├── itkConnectedRegionsMeshFilter.hxx │ │ │ ├── itkImageToMeshFilter.h │ │ │ ├── itkImageToMeshFilter.hxx │ │ │ ├── itkImageToParametricSpaceFilter.h │ │ │ ├── itkImageToParametricSpaceFilter.hxx │ │ │ ├── itkInteriorExteriorMeshFilter.h │ │ │ ├── itkInteriorExteriorMeshFilter.hxx │ │ │ ├── itkMesh.h │ │ │ ├── itkMesh.hxx │ │ │ ├── itkMeshRegion.h │ │ │ ├── itkMeshSource.h │ │ │ ├── itkMeshSource.hxx │ │ │ ├── itkMeshToMeshFilter.h │ │ │ ├── itkMeshToMeshFilter.hxx │ │ │ ├── itkParametricSpaceToImageSpaceMeshFilter.h │ │ │ ├── itkParametricSpaceToImageSpaceMeshFilter.hxx │ │ │ ├── itkRegularSphereMeshSource.h │ │ │ ├── itkRegularSphereMeshSource.hxx │ │ │ ├── itkSimplexMesh.h │ │ │ ├── itkSimplexMesh.hxx │ │ │ ├── itkSimplexMeshAdaptTopologyFilter.h │ │ │ ├── itkSimplexMeshAdaptTopologyFilter.hxx │ │ │ ├── itkSimplexMeshGeometry.h │ │ │ ├── itkSimplexMeshToTriangleMeshFilter.h │ │ │ ├── itkSimplexMeshToTriangleMeshFilter.hxx │ │ │ ├── itkSimplexMeshVolumeCalculator.h │ │ │ ├── itkSimplexMeshVolumeCalculator.hxx │ │ │ ├── itkSphereMeshSource.h │ │ │ ├── itkSphereMeshSource.hxx │ │ │ ├── itkTransformMeshFilter.h │ │ │ ├── itkTransformMeshFilter.hxx │ │ │ ├── itkTriangleMeshCurvatureCalculator.h │ │ │ ├── itkTriangleMeshCurvatureCalculator.hxx │ │ │ ├── itkTriangleMeshToBinaryImageFilter.h │ │ │ ├── itkTriangleMeshToBinaryImageFilter.hxx │ │ │ ├── itkTriangleMeshToSimplexMeshFilter.h │ │ │ ├── itkTriangleMeshToSimplexMeshFilter.hxx │ │ │ ├── itkVTKPolyDataReader.h │ │ │ ├── itkVTKPolyDataReader.hxx │ │ │ ├── itkVTKPolyDataWriter.h │ │ │ ├── itkVTKPolyDataWriter.hxx │ │ │ ├── itkWarpMeshFilter.h │ │ │ └── itkWarpMeshFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMeshRegion.cxx │ │ │ ├── itkSimplexMeshGeometry.cxx │ │ │ └── itkTriangleMeshCurvatureCalculator.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── itkTriangleMeshToBinaryImageFilterTest2.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAutomaticTopologyMeshSourceTest.cxx │ │ │ ├── itkBinaryMask3DMeshSourceTest.cxx │ │ │ ├── itkCellInterfaceTest.cxx │ │ │ ├── itkConnectedRegionsMeshFilterTest1.cxx │ │ │ ├── itkConnectedRegionsMeshFilterTest2.cxx │ │ │ ├── itkDynamicMeshTest.cxx │ │ │ ├── itkImageToParametricSpaceFilterTest.cxx │ │ │ ├── itkInteriorExteriorMeshFilterTest.cxx │ │ │ ├── itkMeshCellDataTest.cxx │ │ │ ├── itkMeshFstreamTest.cxx │ │ │ ├── itkMeshRegionTest.cxx │ │ │ ├── itkMeshSourceGraftOutputTest.cxx │ │ │ ├── itkMeshSpatialObjectIOTest.cxx │ │ │ ├── itkMeshTest.cxx │ │ │ ├── itkNewTest.cxx │ │ │ ├── itkParametricSpaceToImageSpaceMeshFilterTest.cxx │ │ │ ├── itkQuadrilateralCellTest.cxx │ │ │ ├── itkRegularSphereMeshSourceTest.cxx │ │ │ ├── itkRegularSphereMeshSourceTest2.cxx │ │ │ ├── itkSimplexMeshAdaptTopologyFilterTest.cxx │ │ │ ├── itkSimplexMeshTest.cxx │ │ │ ├── itkSimplexMeshToTriangleMeshFilterTest.cxx │ │ │ ├── itkSimplexMeshVolumeCalculatorTest.cxx │ │ │ ├── itkSphereMeshSourceTest.cxx │ │ │ ├── itkTransformMeshFilterTest.cxx │ │ │ ├── itkTriangleCellTest.cxx │ │ │ ├── itkTriangleMeshCurvatureCalculatorTest.cxx │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest.cxx │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest1.cxx │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest2.cxx │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest3.cxx │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest4.cxx │ │ │ ├── itkTriangleMeshToSimplexMeshFilter2Test.cxx │ │ │ ├── itkTriangleMeshToSimplexMeshFilterTest.cxx │ │ │ ├── itkVTKPolyDataReaderTest.cxx │ │ │ ├── itkVTKPolyDataWriterTest01.cxx │ │ │ ├── itkVTKPolyDataWriterTest02.cxx │ │ │ └── itkWarpMeshFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryMask3DMeshSource.wrap │ │ │ ├── itkConnectedRegionsMeshFilter.wrap │ │ │ ├── itkImageToMeshFilter.wrap │ │ │ ├── itkMeshBase.wrap │ │ │ ├── itkMeshSource.wrap │ │ │ ├── itkMeshToMeshFilter.wrap │ │ │ ├── itkRegularSphereMeshSource.wrap │ │ │ ├── itkSphereMeshSource.wrap │ │ │ ├── itkTransformMeshFilter.wrap │ │ │ ├── itkTriangleMeshCurvatureCalculator.wrap │ │ │ ├── itkTriangleMeshToBinaryImageFilter.wrap │ │ │ ├── itkVTKPolyDataReader.wrap │ │ │ ├── itkVTKPolyDataWriter.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkConnectedRegionsMeshFilterTest.py │ │ │ ├── itkMeshArrayPixelTypeTest.py │ │ │ └── itkMeshSerializationTest.py │ ├── QuadEdgeMesh │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkGeometricalQuadEdge.h │ │ │ ├── itkGeometricalQuadEdge.hxx │ │ │ ├── itkQuadEdge.h │ │ │ ├── itkQuadEdgeCellTraitsInfo.h │ │ │ ├── itkQuadEdgeMesh.h │ │ │ ├── itkQuadEdgeMesh.hxx │ │ │ ├── itkQuadEdgeMeshBaseIterator.h │ │ │ ├── itkQuadEdgeMeshBoundaryEdgesMeshFunction.h │ │ │ ├── itkQuadEdgeMeshBoundaryEdgesMeshFunction.hxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorCreateCenterVertexFunction.h │ │ │ ├── itkQuadEdgeMeshEulerOperatorCreateCenterVertexFunction.hxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.h │ │ │ ├── itkQuadEdgeMeshEulerOperatorDeleteCenterVertexFunction.hxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h │ │ │ ├── itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.hxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorJoinFacetFunction.h │ │ │ ├── itkQuadEdgeMeshEulerOperatorJoinFacetFunction.hxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorJoinVertexFunction.h │ │ │ ├── itkQuadEdgeMeshEulerOperatorJoinVertexFunction.hxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorSplitEdgeFunction.h │ │ │ ├── itkQuadEdgeMeshEulerOperatorSplitFacetFunction.h │ │ │ ├── itkQuadEdgeMeshEulerOperatorSplitFacetFunction.hxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h │ │ │ ├── itkQuadEdgeMeshEulerOperatorSplitVertexFunction.hxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorsTestHelper.h │ │ │ ├── itkQuadEdgeMeshExtendedTraits.h │ │ │ ├── itkQuadEdgeMeshFrontIterator.h │ │ │ ├── itkQuadEdgeMeshFrontIterator.hxx │ │ │ ├── itkQuadEdgeMeshFunctionBase.h │ │ │ ├── itkQuadEdgeMeshLineCell.h │ │ │ ├── itkQuadEdgeMeshLineCell.hxx │ │ │ ├── itkQuadEdgeMeshMacro.h │ │ │ ├── itkQuadEdgeMeshPoint.h │ │ │ ├── itkQuadEdgeMeshPoint.hxx │ │ │ ├── itkQuadEdgeMeshPolygonCell.h │ │ │ ├── itkQuadEdgeMeshPolygonCell.hxx │ │ │ ├── itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h │ │ │ ├── itkQuadEdgeMeshScalarDataVTKPolyDataWriter.hxx │ │ │ ├── itkQuadEdgeMeshToQuadEdgeMeshFilter.h │ │ │ ├── itkQuadEdgeMeshToQuadEdgeMeshFilter.hxx │ │ │ ├── itkQuadEdgeMeshTopologyChecker.h │ │ │ ├── itkQuadEdgeMeshTopologyChecker.hxx │ │ │ ├── itkQuadEdgeMeshTraits.h │ │ │ ├── itkQuadEdgeMeshZipMeshFunction.h │ │ │ └── itkQuadEdgeMeshZipMeshFunction.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkQuadEdge.cxx │ │ │ └── itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkDynamicQuadEdgeMeshTest.cxx │ │ │ ├── itkGeometricalQuadEdgeTest1.cxx │ │ │ ├── itkQuadEdgeMeshAddFaceTest1.cxx │ │ │ ├── itkQuadEdgeMeshAddFaceTest2.cxx │ │ │ ├── itkQuadEdgeMeshBasicLayerTest.cxx │ │ │ ├── itkQuadEdgeMeshCellInterfaceTest.cxx │ │ │ ├── itkQuadEdgeMeshCountingCellsTest.cxx │ │ │ ├── itkQuadEdgeMeshDeleteEdgeTest.cxx │ │ │ ├── itkQuadEdgeMeshDeletePointAndReorderIDsTest.cxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorCreateCenterVertexTest.cxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorDeleteCenterVertexTest.cxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorFlipTest.cxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorJoinFacetTest.cxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorJoinVertexTest.cxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorSplitEdgeTest.cxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorSplitFaceTest.cxx │ │ │ ├── itkQuadEdgeMeshEulerOperatorSplitVertexTest.cxx │ │ │ ├── itkQuadEdgeMeshFrontIteratorTest.cxx │ │ │ ├── itkQuadEdgeMeshIteratorTest.cxx │ │ │ ├── itkQuadEdgeMeshNoPointConstTest.cxx │ │ │ ├── itkQuadEdgeMeshPointTest1.cxx │ │ │ ├── itkQuadEdgeMeshPolygonCellTest.cxx │ │ │ ├── itkQuadEdgeMeshScalarDataVTKPolyDataWriterTest1.cxx │ │ │ ├── itkQuadEdgeMeshTest1.cxx │ │ │ ├── itkQuadEdgeMeshTest2.cxx │ │ │ ├── itkQuadEdgeMeshTest3.cxx │ │ │ ├── itkQuadEdgeMeshTypeTraitsGTest.cxx │ │ │ ├── itkQuadEdgeTest1.cxx │ │ │ ├── itkVTKPolyDataIOQuadEdgeMeshTest.cxx │ │ │ └── itkVTKPolyDataReaderQuadEdgeMeshTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGeometricalQuadEdge.wrap │ │ │ ├── itkQuadEdge.wrap │ │ │ ├── itkQuadEdgeCellTraitsInfo.wrap │ │ │ ├── itkQuadEdgeMesh.backup │ │ │ ├── itkQuadEdgeMeshBase.wrap │ │ │ ├── itkQuadEdgeMeshLineCell.wrap │ │ │ ├── itkQuadEdgeMeshPoint.wrap │ │ │ ├── itkQuadEdgeMeshToQuadEdgeMeshFilter.wrap │ │ │ └── itkQuadEdgeMeshTraits.wrap │ ├── SpatialObjects │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkArrowSpatialObject.h │ │ │ ├── itkArrowSpatialObject.hxx │ │ │ ├── itkBlobSpatialObject.h │ │ │ ├── itkBlobSpatialObject.hxx │ │ │ ├── itkBoxSpatialObject.h │ │ │ ├── itkBoxSpatialObject.hxx │ │ │ ├── itkCastSpatialObjectFilter.h │ │ │ ├── itkCastSpatialObjectFilter.hxx │ │ │ ├── itkContourSpatialObject.h │ │ │ ├── itkContourSpatialObject.hxx │ │ │ ├── itkContourSpatialObjectPoint.h │ │ │ ├── itkContourSpatialObjectPoint.hxx │ │ │ ├── itkDTITubeSpatialObject.h │ │ │ ├── itkDTITubeSpatialObject.hxx │ │ │ ├── itkDTITubeSpatialObjectPoint.h │ │ │ ├── itkDTITubeSpatialObjectPoint.hxx │ │ │ ├── itkEllipseSpatialObject.h │ │ │ ├── itkEllipseSpatialObject.hxx │ │ │ ├── itkGaussianSpatialObject.h │ │ │ ├── itkGaussianSpatialObject.hxx │ │ │ ├── itkGroupSpatialObject.h │ │ │ ├── itkGroupSpatialObject.hxx │ │ │ ├── itkImageMaskSpatialObject.h │ │ │ ├── itkImageMaskSpatialObject.hxx │ │ │ ├── itkImageSpatialObject.h │ │ │ ├── itkImageSpatialObject.hxx │ │ │ ├── itkLandmarkSpatialObject.h │ │ │ ├── itkLandmarkSpatialObject.hxx │ │ │ ├── itkLineSpatialObject.h │ │ │ ├── itkLineSpatialObject.hxx │ │ │ ├── itkLineSpatialObjectPoint.h │ │ │ ├── itkLineSpatialObjectPoint.hxx │ │ │ ├── itkMeshSpatialObject.h │ │ │ ├── itkMeshSpatialObject.hxx │ │ │ ├── itkMetaArrowConverter.h │ │ │ ├── itkMetaArrowConverter.hxx │ │ │ ├── itkMetaBlobConverter.h │ │ │ ├── itkMetaBlobConverter.hxx │ │ │ ├── itkMetaContourConverter.h │ │ │ ├── itkMetaContourConverter.hxx │ │ │ ├── itkMetaConverterBase.h │ │ │ ├── itkMetaConverterBase.hxx │ │ │ ├── itkMetaDTITubeConverter.h │ │ │ ├── itkMetaDTITubeConverter.hxx │ │ │ ├── itkMetaEllipseConverter.h │ │ │ ├── itkMetaEllipseConverter.hxx │ │ │ ├── itkMetaEvent.h │ │ │ ├── itkMetaGaussianConverter.h │ │ │ ├── itkMetaGaussianConverter.hxx │ │ │ ├── itkMetaGroupConverter.h │ │ │ ├── itkMetaGroupConverter.hxx │ │ │ ├── itkMetaImageConverter.h │ │ │ ├── itkMetaImageConverter.hxx │ │ │ ├── itkMetaImageMaskConverter.h │ │ │ ├── itkMetaLandmarkConverter.h │ │ │ ├── itkMetaLandmarkConverter.hxx │ │ │ ├── itkMetaLineConverter.h │ │ │ ├── itkMetaLineConverter.hxx │ │ │ ├── itkMetaMeshConverter.h │ │ │ ├── itkMetaMeshConverter.hxx │ │ │ ├── itkMetaSceneConverter.h │ │ │ ├── itkMetaSceneConverter.hxx │ │ │ ├── itkMetaSurfaceConverter.h │ │ │ ├── itkMetaSurfaceConverter.hxx │ │ │ ├── itkMetaTubeConverter.h │ │ │ ├── itkMetaTubeConverter.hxx │ │ │ ├── itkMetaVesselTubeConverter.h │ │ │ ├── itkMetaVesselTubeConverter.hxx │ │ │ ├── itkPointBasedSpatialObject.h │ │ │ ├── itkPointBasedSpatialObject.hxx │ │ │ ├── itkPolygonSpatialObject.h │ │ │ ├── itkPolygonSpatialObject.hxx │ │ │ ├── itkSpatialObject.h │ │ │ ├── itkSpatialObject.hxx │ │ │ ├── itkSpatialObjectDuplicator.h │ │ │ ├── itkSpatialObjectDuplicator.hxx │ │ │ ├── itkSpatialObjectExport.h │ │ │ ├── itkSpatialObjectFactory.h │ │ │ ├── itkSpatialObjectFactoryBase.h │ │ │ ├── itkSpatialObjectPoint.h │ │ │ ├── itkSpatialObjectPoint.hxx │ │ │ ├── itkSpatialObjectProperty.h │ │ │ ├── itkSpatialObjectToImageFilter.h │ │ │ ├── itkSpatialObjectToImageFilter.hxx │ │ │ ├── itkSpatialObjectToImageStatisticsCalculator.h │ │ │ ├── itkSpatialObjectToImageStatisticsCalculator.hxx │ │ │ ├── itkSpatialObjectToPointSetFilter.h │ │ │ ├── itkSpatialObjectToPointSetFilter.hxx │ │ │ ├── itkSurfaceSpatialObject.h │ │ │ ├── itkSurfaceSpatialObject.hxx │ │ │ ├── itkSurfaceSpatialObjectPoint.h │ │ │ ├── itkSurfaceSpatialObjectPoint.hxx │ │ │ ├── itkTubeSpatialObject.h │ │ │ ├── itkTubeSpatialObject.hxx │ │ │ ├── itkTubeSpatialObjectPoint.h │ │ │ └── itkTubeSpatialObjectPoint.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkContourSpatialObject.cxx │ │ │ ├── itkDTITubeSpatialObjectPoint.cxx │ │ │ ├── itkMetaEvent.cxx │ │ │ ├── itkSpatialObjectFactoryBase.cxx │ │ │ └── itkSpatialObjectProperty.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── itkPolygonSpatialObjectIsInsideInObjectSpaceTest.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── PolygonContourPoints.csv.cid │ │ │ ├── itkArrowSpatialObjectTest.cxx │ │ │ ├── itkBlobSpatialObjectTest.cxx │ │ │ ├── itkBoxSpatialObjectTest.cxx │ │ │ ├── itkCastSpatialObjectFilterTest.cxx │ │ │ ├── itkContourSpatialObjectPointTest.cxx │ │ │ ├── itkContourSpatialObjectTest.cxx │ │ │ ├── itkDTITubeSpatialObjectTest.cxx │ │ │ ├── itkEllipseSpatialObjectTest.cxx │ │ │ ├── itkGaussianSpatialObjectTest.cxx │ │ │ ├── itkImageMaskSpatialObjectGTest.cxx │ │ │ ├── itkImageMaskSpatialObjectTest.cxx │ │ │ ├── itkImageMaskSpatialObjectTest2.cxx │ │ │ ├── itkImageMaskSpatialObjectTest3.cxx │ │ │ ├── itkImageMaskSpatialObjectTest4.cxx │ │ │ ├── itkImageMaskSpatialObjectTest5.cxx │ │ │ ├── itkImageSpatialObjectTest.cxx │ │ │ ├── itkLandmarkSpatialObjectTest.cxx │ │ │ ├── itkLineSpatialObjectTest.cxx │ │ │ ├── itkMeshSpatialObjectTest.cxx │ │ │ ├── itkMetaArrowConverterTest.cxx │ │ │ ├── itkMetaGaussianConverterTest.cxx │ │ │ ├── itkNewMetaObjectTypeTest.cxx │ │ │ ├── itkPolygonSpatialObjectIsInsideInObjectSpaceTest.cxx │ │ │ ├── itkPolygonSpatialObjectTest.cxx │ │ │ ├── itkSpatialObjectDuplicatorTest.cxx │ │ │ ├── itkSpatialObjectPointGTest.cxx │ │ │ ├── itkSpatialObjectToImageFilterTest.cxx │ │ │ ├── itkSpatialObjectToImageStatisticsCalculatorTest.cxx │ │ │ ├── itkSpatialObjectToPointSetFilterTest.cxx │ │ │ ├── itkSurfaceSpatialObjectTest.cxx │ │ │ └── itkTubeSpatialObjectTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkArrowSpatialObject.wrap │ │ │ ├── itkBlobSpatialObject.wrap │ │ │ ├── itkBoxSpatialObject.wrap │ │ │ ├── itkCastSpatialObjectFilter.wrap │ │ │ ├── itkContourSpatialObject.wrap │ │ │ ├── itkContourSpatialObjectPoint.wrap │ │ │ ├── itkDTITubeSpatialObject.wrap │ │ │ ├── itkDTITubeSpatialObjectPoint.wrap │ │ │ ├── itkEllipseSpatialObject.wrap │ │ │ ├── itkGaussianSpatialObject.wrap │ │ │ ├── itkGroupSpatialObject.wrap │ │ │ ├── itkImageMaskSpatialObject.wrap │ │ │ ├── itkImageSpatialObject.wrap │ │ │ ├── itkLandmarkSpatialObject.wrap │ │ │ ├── itkLineSpatialObject.wrap │ │ │ ├── itkLineSpatialObjectPoint.wrap │ │ │ ├── itkMetaConverterBase.wrap │ │ │ ├── itkPointBasedSpatialObject.wrap │ │ │ ├── itkPolygonSpatialObject.wrap │ │ │ ├── itkSpatialObjectBase.wrap │ │ │ ├── itkSpatialObjectPoint.wrap │ │ │ ├── itkSpatialObjectProperty.wrap │ │ │ ├── itkSpatialObjectToImageFilter.wrap │ │ │ ├── itkSurfaceSpatialObject.wrap │ │ │ ├── itkSurfaceSpatialObjectPoint.wrap │ │ │ ├── itkTubeSpatialObject.wrap │ │ │ ├── itkTubeSpatialObjectPoint.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── SpatialObjectTest.py │ ├── TestKernel │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkGTest.h │ │ │ ├── itkGTestPredicate.h │ │ │ ├── itkGTestTypedefsAndConstructors.h │ │ │ ├── itkPipelineMonitorImageFilter.h │ │ │ ├── itkPipelineMonitorImageFilter.hxx │ │ │ ├── itkRandomImageSource.h │ │ │ ├── itkRandomImageSource.hxx │ │ │ ├── itkTestDriverAfterTest.inc │ │ │ ├── itkTestDriverBeforeTest.inc │ │ │ ├── itkTestDriverInclude.h │ │ │ ├── itkTestDriverIncludeRequiredFactories.h │ │ │ ├── itkTestDriverIncludeRequiredIOFactories.h │ │ │ ├── itkTestingComparisonImageFilter.h │ │ │ ├── itkTestingComparisonImageFilter.hxx │ │ │ ├── itkTestingExtractSliceImageFilter.h │ │ │ ├── itkTestingExtractSliceImageFilter.hxx │ │ │ ├── itkTestingHashImageFilter.h │ │ │ ├── itkTestingHashImageFilter.hxx │ │ │ ├── itkTestingMacros.h │ │ │ ├── itkTestingStretchIntensityImageFilter.h │ │ │ └── itkTestingStretchIntensityImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkTestDriver.cxx │ │ │ ├── itkTestDriverInclude.cxx │ │ │ ├── itkTestDriverIncludeRequiredFactories.cxx │ │ │ ├── itkTestingExtractSliceImageFilter.cxx │ │ │ └── itkTestingHashImageFilter.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── itkRandomImageSourceValuesTest.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGoogleTest.cxx │ │ │ ├── itkGoogleTestFixture.cxx │ │ │ ├── itkRandomImageSourceAttributesTest.cxx │ │ │ ├── itkRandomImageSourceValuesTest.cxx │ │ │ ├── itkTestingComparisonImageFilterGTest.cxx │ │ │ ├── itkTestingExtractSliceImageFilterTest.cxx │ │ │ └── itkTestingStretchIntensityImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkComparisonImageFilter.wrap │ │ │ ├── itkPipelineMonitorImageFilter.wrap │ │ │ └── itkRandomImageSource.wrap │ └── Transform │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ ├── itkAffineTransform.h │ │ ├── itkAffineTransform.hxx │ │ ├── itkAzimuthElevationToCartesianTransform.h │ │ ├── itkAzimuthElevationToCartesianTransform.hxx │ │ ├── itkBSplineBaseTransform.h │ │ ├── itkBSplineBaseTransform.hxx │ │ ├── itkBSplineDeformableTransform.h │ │ ├── itkBSplineDeformableTransform.hxx │ │ ├── itkBSplineTransform.h │ │ ├── itkBSplineTransform.hxx │ │ ├── itkBSplineTransformInitializer.h │ │ ├── itkBSplineTransformInitializer.hxx │ │ ├── itkCenteredAffineTransform.h │ │ ├── itkCenteredAffineTransform.hxx │ │ ├── itkCenteredEuler3DTransform.h │ │ ├── itkCenteredEuler3DTransform.hxx │ │ ├── itkCenteredRigid2DTransform.h │ │ ├── itkCenteredRigid2DTransform.hxx │ │ ├── itkCenteredSimilarity2DTransform.h │ │ ├── itkCenteredSimilarity2DTransform.hxx │ │ ├── itkComposeScaleSkewVersor3DTransform.h │ │ ├── itkComposeScaleSkewVersor3DTransform.hxx │ │ ├── itkCompositeTransform.h │ │ ├── itkCompositeTransform.hxx │ │ ├── itkElasticBodyReciprocalSplineKernelTransform.h │ │ ├── itkElasticBodyReciprocalSplineKernelTransform.hxx │ │ ├── itkElasticBodySplineKernelTransform.h │ │ ├── itkElasticBodySplineKernelTransform.hxx │ │ ├── itkEuler2DTransform.h │ │ ├── itkEuler2DTransform.hxx │ │ ├── itkEuler3DTransform.h │ │ ├── itkEuler3DTransform.hxx │ │ ├── itkFixedCenterOfRotationAffineTransform.h │ │ ├── itkFixedCenterOfRotationAffineTransform.hxx │ │ ├── itkIdentityTransform.h │ │ ├── itkKernelTransform.h │ │ ├── itkKernelTransform.hxx │ │ ├── itkMatrixOffsetTransformBase.h │ │ ├── itkMatrixOffsetTransformBase.hxx │ │ ├── itkMultiTransform.h │ │ ├── itkMultiTransform.hxx │ │ ├── itkQuaternionRigidTransform.h │ │ ├── itkQuaternionRigidTransform.hxx │ │ ├── itkRigid2DTransform.h │ │ ├── itkRigid2DTransform.hxx │ │ ├── itkRigid3DPerspectiveTransform.h │ │ ├── itkRigid3DPerspectiveTransform.hxx │ │ ├── itkRigid3DTransform.h │ │ ├── itkRigid3DTransform.hxx │ │ ├── itkScalableAffineTransform.h │ │ ├── itkScalableAffineTransform.hxx │ │ ├── itkScaleLogarithmicTransform.h │ │ ├── itkScaleLogarithmicTransform.hxx │ │ ├── itkScaleSkewVersor3DTransform.h │ │ ├── itkScaleSkewVersor3DTransform.hxx │ │ ├── itkScaleTransform.h │ │ ├── itkScaleTransform.hxx │ │ ├── itkScaleVersor3DTransform.h │ │ ├── itkScaleVersor3DTransform.hxx │ │ ├── itkSimilarity2DTransform.h │ │ ├── itkSimilarity2DTransform.hxx │ │ ├── itkSimilarity3DTransform.h │ │ ├── itkSimilarity3DTransform.hxx │ │ ├── itkThinPlateR2LogRSplineKernelTransform.h │ │ ├── itkThinPlateR2LogRSplineKernelTransform.hxx │ │ ├── itkThinPlateSplineKernelTransform.h │ │ ├── itkThinPlateSplineKernelTransform.hxx │ │ ├── itkTransform.h │ │ ├── itkTransform.hxx │ │ ├── itkTransformBase.h │ │ ├── itkTransformGeometryImageFilter.h │ │ ├── itkTransformGeometryImageFilter.hxx │ │ ├── itkTranslationTransform.h │ │ ├── itkTranslationTransform.hxx │ │ ├── itkVersorRigid3DTransform.h │ │ ├── itkVersorRigid3DTransform.hxx │ │ ├── itkVersorTransform.h │ │ ├── itkVersorTransform.hxx │ │ ├── itkVolumeSplineKernelTransform.h │ │ ├── itkVolumeSplineKernelTransform.hxx │ │ └── itkv3Rigid3DTransform.h │ │ ├── itk-module.cmake │ │ ├── src │ │ ├── CMakeLists.txt │ │ └── itkTransformBase.cxx │ │ ├── test │ │ ├── Baseline │ │ │ ├── BSplineDeformationTransformDisplacements1.txt.cid │ │ │ ├── BSplineDeformationTransformDisplacements3.txt.cid │ │ │ ├── BSplineDeformationTransformDisplacements5.txt.cid │ │ │ ├── BrainProtonDensity3SlicesHardened.mha.cid │ │ │ ├── itkBSplineDeformableTransformTest2PixelCentered.png.cid │ │ │ ├── itkBSplineDeformableTransformTest3PixelCentered.png.cid │ │ │ ├── itkBSplineDeformableTransformTest4PixelCentered.png.cid │ │ │ ├── itkBSplineDeformableTransformTest5.png.cid │ │ │ ├── itkBSplineDeformableTransformTest5PixelCentered.png.cid │ │ │ ├── itkBSplineTransformTest2PixelCentered.png.cid │ │ │ ├── itkBSplineTransformTest3PixelCentered.png.cid │ │ │ ├── itkBSplineTransformTest4PixelCentered.png.cid │ │ │ └── itkBSplineTransformTest5PixelCentered.png.cid │ │ ├── CMakeLists.txt │ │ ├── itkAffineTransformTest.cxx │ │ ├── itkAzimuthElevationToCartesianTransformTest.cxx │ │ ├── itkBSplineDeformableTransformTest.cxx │ │ ├── itkBSplineDeformableTransformTest2.cxx │ │ ├── itkBSplineDeformableTransformTest3.cxx │ │ ├── itkBSplineTransformGTest.cxx │ │ ├── itkBSplineTransformInitializerTest1.cxx │ │ ├── itkBSplineTransformInitializerTest2.cxx │ │ ├── itkBSplineTransformTest.cxx │ │ ├── itkBSplineTransformTest2.cxx │ │ ├── itkBSplineTransformTest3.cxx │ │ ├── itkCenteredAffineTransformTest.cxx │ │ ├── itkCenteredEuler3DTransformTest.cxx │ │ ├── itkCenteredRigid2DTransformTest.cxx │ │ ├── itkComposeScaleSkewVersor3DTransformTest.cxx │ │ ├── itkCompositeTransformTest.cxx │ │ ├── itkEuler2DTransformTest.cxx │ │ ├── itkEuler3DTransformGTest.cxx │ │ ├── itkEuler3DTransformTest.cxx │ │ ├── itkFixedCenterOfRotationAffineTransformTest.cxx │ │ ├── itkIdentityTransformTest.cxx │ │ ├── itkMatrixOffsetTransformBaseGTest.cxx │ │ ├── itkMultiTransformTest.cxx │ │ ├── itkQuaternionRigidTransformTest.cxx │ │ ├── itkRigid2DTransformTest.cxx │ │ ├── itkRigid3DPerspectiveTransformTest.cxx │ │ ├── itkRigid3DTransformTest.cxx │ │ ├── itkScaleLogarithmicTransformTest.cxx │ │ ├── itkScaleSkewVersor3DTransformTest.cxx │ │ ├── itkScaleTransformTest.cxx │ │ ├── itkScaleVersor3DTransformTest.cxx │ │ ├── itkSimilarity2DTransformTest.cxx │ │ ├── itkSimilarity3DTransformTest.cxx │ │ ├── itkSimilarityTransformGTest.cxx │ │ ├── itkSplineKernelTransformTest.cxx │ │ ├── itkTestTransformGetInverse.cxx │ │ ├── itkTransformCloneTest.cxx │ │ ├── itkTransformGTest.cxx │ │ ├── itkTransformGeometryImageFilterTest.cxx │ │ ├── itkTransformTest.cxx │ │ ├── itkTransformsSetParametersTest.cxx │ │ ├── itkTranslationTransformGTest.cxx │ │ ├── itkTranslationTransformTest.cxx │ │ ├── itkVersorRigid3DTransformTest.cxx │ │ └── itkVersorTransformTest.cxx │ │ └── wrapping │ │ ├── CMakeLists.txt │ │ ├── itkAffineTransform.wrap │ │ ├── itkAzimuthElevationToCartesianTransform.wrap │ │ ├── itkBSplineBaseTransform.wrap │ │ ├── itkBSplineTransform.wrap │ │ ├── itkBSplineTransformInitializer.wrap │ │ ├── itkCenteredAffineTransform.wrap │ │ ├── itkCenteredEuler3DTransform.wrap │ │ ├── itkCenteredRigid2DTransform.wrap │ │ ├── itkCenteredSimilarity2DTransform.wrap │ │ ├── itkComposeScaleSkewVersor3DTransform.wrap │ │ ├── itkCompositeTransform.wrap │ │ ├── itkElasticBodyReciprocalSplineKernelTransform.wrap │ │ ├── itkElasticBodySplineKernelTransform.wrap │ │ ├── itkEuler2DTransform.wrap │ │ ├── itkEuler3DTransform.wrap │ │ ├── itkFixedCenterOfRotationAffineTransform.wrap │ │ ├── itkIdentityTransform.wrap │ │ ├── itkKernelTransform.wrap │ │ ├── itkMatrixOffsetTransformBase.wrap │ │ ├── itkMultiTransform.wrap │ │ ├── itkQuaternionRigidTransform.wrap │ │ ├── itkRigid2DTransform.wrap │ │ ├── itkRigid3DPerspectiveTransform.wrap │ │ ├── itkRigid3DTransform.wrap │ │ ├── itkScalableAffineTransform.wrap │ │ ├── itkScaleLogarithmicTransform.wrap │ │ ├── itkScaleSkewVersor3DTransform.wrap │ │ ├── itkScaleTransform.wrap │ │ ├── itkScaleVersor3DTransform.wrap │ │ ├── itkSimilarity2DTransform.wrap │ │ ├── itkSimilarity3DTransform.wrap │ │ ├── itkThinPlateR2LogRSplineKernelTransform.wrap │ │ ├── itkThinPlateSplineKernelTransform.wrap │ │ ├── itkTransformBase.wrap │ │ ├── itkTransformGeometryImageFilter.wrap │ │ ├── itkTranslationTransform.wrap │ │ ├── itkVersorRigid3DTransform.wrap │ │ ├── itkVersorTransform.wrap │ │ ├── itkVolumeSplineKernelTransform.wrap │ │ └── test │ │ ├── Baseline │ │ └── BSplineDeformationTransformDisplacements5.txt.cid │ │ ├── CMakeLists.txt │ │ └── itkTransformSerializationTest.py ├── Filtering │ ├── AnisotropicSmoothing │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkAnisotropicDiffusionFunction.h │ │ │ ├── itkAnisotropicDiffusionImageFilter.h │ │ │ ├── itkAnisotropicDiffusionImageFilter.hxx │ │ │ ├── itkCurvatureAnisotropicDiffusionImageFilter.h │ │ │ ├── itkCurvatureNDAnisotropicDiffusionFunction.h │ │ │ ├── itkCurvatureNDAnisotropicDiffusionFunction.hxx │ │ │ ├── itkGradientAnisotropicDiffusionImageFilter.h │ │ │ ├── itkGradientNDAnisotropicDiffusionFunction.h │ │ │ ├── itkGradientNDAnisotropicDiffusionFunction.hxx │ │ │ ├── itkScalarAnisotropicDiffusionFunction.h │ │ │ ├── itkScalarAnisotropicDiffusionFunction.hxx │ │ │ ├── itkVectorAnisotropicDiffusionFunction.h │ │ │ ├── itkVectorAnisotropicDiffusionFunction.hxx │ │ │ ├── itkVectorCurvatureAnisotropicDiffusionImageFilter.h │ │ │ ├── itkVectorCurvatureNDAnisotropicDiffusionFunction.h │ │ │ ├── itkVectorCurvatureNDAnisotropicDiffusionFunction.hxx │ │ │ ├── itkVectorGradientAnisotropicDiffusionImageFilter.h │ │ │ ├── itkVectorGradientNDAnisotropicDiffusionFunction.h │ │ │ └── itkVectorGradientNDAnisotropicDiffusionFunction.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── BrainProtonDensitySlice.png.cid │ │ │ ├── itkCurvatureAnisotropicDiffusionImageFilterTest.cxx │ │ │ ├── itkGradientAnisotropicDiffusionImageFilterTest.cxx │ │ │ ├── itkGradientAnisotropicDiffusionImageFilterTest2.cxx │ │ │ ├── itkMinMaxCurvatureFlowImageFilterTest.cxx │ │ │ └── itkVectorAnisotropicDiffusionImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAnisotropicDiffusionImageFilter.wrap │ │ │ ├── itkCurvatureAnisotropicDiffusionImageFilter.wrap │ │ │ ├── itkGradientAnisotropicDiffusionImageFilter.wrap │ │ │ ├── itkVectorCurvatureAnisotropicDiffusionImageFilter.wrap │ │ │ ├── itkVectorGradientAnisotropicDiffusionImageFilter.wrap │ │ │ └── test │ │ │ ├── Baseline │ │ │ └── PythonGradientAnisotropicDiffusionImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── CurvatureAnisotropicDiffusionImageFilterTest.py │ │ │ ├── GradientAnisotropicDiffusionImageFilterTest.py │ │ │ └── SmoothingRecursiveGaussianImageFilterTest.py │ ├── AntiAlias │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkAntiAliasBinaryImageFilter.h │ │ │ └── itkAntiAliasBinaryImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── itkAntiAliasBinaryImageFilterTestBaseline.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ └── itkAntiAliasBinaryImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAntiAliasBinaryImageFilter.wrap │ │ │ └── test │ │ │ ├── AntiAliasBinaryImageFilterTest.py │ │ │ ├── Baseline │ │ │ └── PythonAntiAliasBinaryImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ └── Input │ │ │ └── VentricleModel.png.cid │ ├── BiasCorrection │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkCacheableScalarFunction.h │ │ │ ├── itkCompositeValleyFunction.h │ │ │ ├── itkMRASlabIdentifier.h │ │ │ ├── itkMRASlabIdentifier.hxx │ │ │ ├── itkMRIBiasFieldCorrectionFilter.h │ │ │ ├── itkMRIBiasFieldCorrectionFilter.hxx │ │ │ ├── itkN4BiasFieldCorrectionImageFilter.h │ │ │ └── itkN4BiasFieldCorrectionImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkCacheableScalarFunction.cxx │ │ │ └── itkCompositeValleyFunction.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── N4ControlPoints_2D.nii.gz.cid │ │ │ │ └── N4ControlPoints_3D.nii.gz.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkCompositeValleyFunctionTest.cxx │ │ │ ├── itkMRIBiasFieldCorrectionFilterTest.cxx │ │ │ └── itkN4BiasFieldCorrectionImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkN4BiasFieldCorrectionImageFilter.wrap │ ├── BinaryMathematicalMorphology │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBinaryClosingByReconstructionImageFilter.h │ │ │ ├── itkBinaryClosingByReconstructionImageFilter.hxx │ │ │ ├── itkBinaryDilateImageFilter.h │ │ │ ├── itkBinaryDilateImageFilter.hxx │ │ │ ├── itkBinaryErodeImageFilter.h │ │ │ ├── itkBinaryErodeImageFilter.hxx │ │ │ ├── itkBinaryMorphologicalClosingImageFilter.h │ │ │ ├── itkBinaryMorphologicalClosingImageFilter.hxx │ │ │ ├── itkBinaryMorphologicalOpeningImageFilter.h │ │ │ ├── itkBinaryMorphologicalOpeningImageFilter.hxx │ │ │ ├── itkBinaryMorphologyImageFilter.h │ │ │ ├── itkBinaryMorphologyImageFilter.hxx │ │ │ ├── itkBinaryOpeningByReconstructionImageFilter.h │ │ │ ├── itkBinaryOpeningByReconstructionImageFilter.hxx │ │ │ ├── itkBinaryPruningImageFilter.h │ │ │ ├── itkBinaryPruningImageFilter.hxx │ │ │ ├── itkBinaryThinningImageFilter.h │ │ │ ├── itkBinaryThinningImageFilter.hxx │ │ │ ├── itkDilateObjectMorphologyImageFilter.h │ │ │ ├── itkDilateObjectMorphologyImageFilter.hxx │ │ │ ├── itkErodeObjectMorphologyImageFilter.h │ │ │ ├── itkErodeObjectMorphologyImageFilter.hxx │ │ │ ├── itkFastIncrementalBinaryDilateImageFilter.h │ │ │ ├── itkObjectMorphologyImageFilter.h │ │ │ └── itkObjectMorphologyImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkBinaryMorphologicalClosingImageFilterTest.png.cid │ │ │ │ ├── itkBinaryMorphologicalClosingImageFilterTestUnsafe.png.cid │ │ │ │ ├── itkBinaryMorphologicalOpeningImageFilterTest.png.cid │ │ │ │ └── itkBinaryOpeningByReconstructionImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryClosingByReconstructionImageFilterTest.cxx │ │ │ ├── itkBinaryDilateImageFilterTest.cxx │ │ │ ├── itkBinaryDilateImageFilterTest3.cxx │ │ │ ├── itkBinaryErodeImageFilterTest.cxx │ │ │ ├── itkBinaryErodeImageFilterTest3.cxx │ │ │ ├── itkBinaryMorphologicalClosingImageFilterTest.cxx │ │ │ ├── itkBinaryMorphologicalOpeningImageFilterTest.cxx │ │ │ ├── itkBinaryOpeningByReconstructionImageFilterTest.cxx │ │ │ ├── itkBinaryThinningImageFilterTest.cxx │ │ │ ├── itkErodeObjectMorphologyImageFilterTest.cxx │ │ │ └── itkFastIncrementalBinaryDilateImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryClosingByReconstructionImageFilter.wrap │ │ │ ├── itkBinaryDilateImageFilter.wrap │ │ │ ├── itkBinaryErodeImageFilter.wrap │ │ │ ├── itkBinaryMorphologicalClosingImageFilter.wrap │ │ │ ├── itkBinaryMorphologicalOpeningImageFilter.wrap │ │ │ ├── itkBinaryOpeningByReconstructionImageFilter.wrap │ │ │ ├── itkBinaryPruningImageFilter.wrap │ │ │ ├── itkBinaryThinningImageFilter.wrap │ │ │ ├── itkDilateObjectMorphologyImageFilter.wrap │ │ │ ├── itkErodeObjectMorphologyImageFilter.wrap │ │ │ └── test │ │ │ ├── Baseline │ │ │ ├── PythonBinaryDilateImageFilterTest.png.cid │ │ │ └── PythonBinaryErodeImageFilterTest.png.cid │ │ │ ├── BinaryDilateImageFilterTest.py │ │ │ ├── BinaryErodeImageFilterTest.py │ │ │ └── CMakeLists.txt │ ├── Colormap │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkAutumnColormapFunction.h │ │ │ ├── itkAutumnColormapFunction.hxx │ │ │ ├── itkBlueColormapFunction.h │ │ │ ├── itkBlueColormapFunction.hxx │ │ │ ├── itkColormapFunction.h │ │ │ ├── itkCoolColormapFunction.h │ │ │ ├── itkCoolColormapFunction.hxx │ │ │ ├── itkCopperColormapFunction.h │ │ │ ├── itkCopperColormapFunction.hxx │ │ │ ├── itkCustomColormapFunction.h │ │ │ ├── itkCustomColormapFunction.hxx │ │ │ ├── itkGreenColormapFunction.h │ │ │ ├── itkGreenColormapFunction.hxx │ │ │ ├── itkGreyColormapFunction.h │ │ │ ├── itkGreyColormapFunction.hxx │ │ │ ├── itkHSVColormapFunction.h │ │ │ ├── itkHSVColormapFunction.hxx │ │ │ ├── itkHotColormapFunction.h │ │ │ ├── itkHotColormapFunction.hxx │ │ │ ├── itkJetColormapFunction.h │ │ │ ├── itkJetColormapFunction.hxx │ │ │ ├── itkOverUnderColormapFunction.h │ │ │ ├── itkOverUnderColormapFunction.hxx │ │ │ ├── itkRedColormapFunction.h │ │ │ ├── itkRedColormapFunction.hxx │ │ │ ├── itkScalarToRGBColormapImageFilter.h │ │ │ ├── itkScalarToRGBColormapImageFilter.hxx │ │ │ ├── itkSpringColormapFunction.h │ │ │ ├── itkSpringColormapFunction.hxx │ │ │ ├── itkSummerColormapFunction.h │ │ │ ├── itkSummerColormapFunction.hxx │ │ │ ├── itkWinterColormapFunction.h │ │ │ └── itkWinterColormapFunction.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkScalarToRGBColormapImageFilter.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── RGBColormapTest_autumn.png.cid │ │ │ │ ├── RGBColormapTest_blue.png.cid │ │ │ │ ├── RGBColormapTest_cool.png.cid │ │ │ │ ├── RGBColormapTest_copper.png.cid │ │ │ │ ├── RGBColormapTest_green.png.cid │ │ │ │ ├── RGBColormapTest_hot.png.cid │ │ │ │ ├── RGBColormapTest_hsv.png.cid │ │ │ │ ├── RGBColormapTest_jet.png.cid │ │ │ │ ├── RGBColormapTest_overunder.png.cid │ │ │ │ ├── RGBColormapTest_red.png.cid │ │ │ │ ├── RGBColormapTest_spring.png.cid │ │ │ │ ├── RGBColormapTest_summer.png.cid │ │ │ │ └── RGBColormapTest_winter.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── Colormap_Grey.png.cid │ │ │ │ └── bone.txt.cid │ │ │ ├── itkCustomColormapFunctionTest.cxx │ │ │ └── itkScalarToRGBColormapImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkColormapFunction.wrap │ │ │ ├── itkCustomColormapFunction.wrap │ │ │ └── itkScalarToRGBColormapImageFilter.wrap │ ├── Convolution │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkConvolutionImageFilter.h │ │ │ ├── itkConvolutionImageFilter.hxx │ │ │ ├── itkConvolutionImageFilterBase.h │ │ │ ├── itkConvolutionImageFilterBase.hxx │ │ │ ├── itkFFTConvolutionImageFilter.h │ │ │ ├── itkFFTConvolutionImageFilter.hxx │ │ │ ├── itkFFTNormalizedCorrelationImageFilter.h │ │ │ ├── itkFFTNormalizedCorrelationImageFilter.hxx │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilter.h │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilter.hxx │ │ │ ├── itkNormalizedCorrelationImageFilter.h │ │ │ └── itkNormalizedCorrelationImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkConvolutionImageFilterBase.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkConvolutionImageFilterStreamingTestOutput.mha.cid │ │ │ │ ├── itkConvolutionImageFilterSubregionTestOutput.mha.cid │ │ │ │ ├── itkConvolutionImageFilterSubregionTestOutput2.mha.cid │ │ │ │ ├── itkConvolutionImageFilterTest4x4Mean.png.cid │ │ │ │ ├── itkConvolutionImageFilterTest4x4MeanValidRegion.png.cid │ │ │ │ ├── itkConvolutionImageFilterTest4x5Mean.png.cid │ │ │ │ ├── itkConvolutionImageFilterTest4x5MeanValidRegion.png.cid │ │ │ │ ├── itkConvolutionImageFilterTest5x5Mean.png.cid │ │ │ │ ├── itkConvolutionImageFilterTest5x5MeanValidRegion.png.cid │ │ │ │ ├── itkConvolutionImageFilterTestSobelX.nii.gz.cid │ │ │ │ ├── itkConvolutionImageFilterTestSobelX.nrrd.cid │ │ │ │ ├── itkConvolutionImageFilterTestSobelXConstant.nrrd.cid │ │ │ │ ├── itkConvolutionImageFilterTestSobelXZeroFluxNeumann.nrrd.cid │ │ │ │ ├── itkConvolutionImageFilterTestSobelY.nii.gz.cid │ │ │ │ ├── itkConvolutionImageFilterTestSobelY.nrrd.cid │ │ │ │ ├── itkConvolutionImageFilterTestSobelYNormalizeOff.nrrd.cid │ │ │ │ ├── itkConvolutionImageFilterTestSobelYNormalizeOn.nrrd.cid │ │ │ │ ├── itkConvolutionImageFilterTestSobelYPeriodic.nrrd.cid │ │ │ │ ├── itkFFTConvolutionImageFilterSubregionNormalizeTestOutput.mha.cid │ │ │ │ ├── itkFFTConvolutionImageFilterSubregionValidTestOutput.mha.cid │ │ │ │ ├── itkFFTConvolutionImageFilterTest4x4Mean.png.cid │ │ │ │ ├── itkFFTConvolutionImageFilterTest4x4MeanValidRegion.png.cid │ │ │ │ ├── itkFFTConvolutionImageFilterTestSobelX.nrrd.cid │ │ │ │ ├── itkFFTConvolutionImageFilterTestSobelY.nrrd.cid │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest1.png.cid │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest2.png.cid │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest3.png.cid │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest4.png.cid │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest1.png.cid │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest2.png.cid │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest3.png.cid │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest4.png.cid │ │ │ │ └── itkMaskedFFTNormalizedCorrelationImageFilterTest5.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── 4x4-constant.png.cid │ │ │ │ ├── 4x5-constant.png.cid │ │ │ │ ├── FixedRectangle1.png.cid │ │ │ │ ├── FixedRectangle2.png.cid │ │ │ │ ├── FixedRectangle3.png.cid │ │ │ │ ├── FixedRectangleMask1.png.cid │ │ │ │ ├── FixedRectangleMask2.png.cid │ │ │ │ ├── FixedRectangleMask3.png.cid │ │ │ │ ├── FixedRectangles.png.cid │ │ │ │ ├── MovingRectangles.png.cid │ │ │ │ ├── MovingRectanglesCropped.png.cid │ │ │ │ ├── MovingRectanglesMask.png.cid │ │ │ │ └── cthead1.mha.cid │ │ │ ├── itkConvolutionImageFilterDeltaFunctionTest.cxx │ │ │ ├── itkConvolutionImageFilterStreamingTest.cxx │ │ │ ├── itkConvolutionImageFilterSubregionTest.cxx │ │ │ ├── itkConvolutionImageFilterTest.cxx │ │ │ ├── itkConvolutionImageFilterTestInt.cxx │ │ │ ├── itkFFTConvolutionImageFilterDeltaFunctionTest.cxx │ │ │ ├── itkFFTConvolutionImageFilterTest.cxx │ │ │ ├── itkFFTConvolutionImageFilterTestInt.cxx │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest.cxx │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest.cxx │ │ │ └── itkNormalizedCorrelationImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkConvolutionImageFilter.wrap │ │ │ ├── itkConvolutionImageFilterBase.wrap │ │ │ ├── itkFFTConvolutionImageFilter.wrap │ │ │ ├── itkFFTNormalizedCorrelationImageFilter.wrap │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilter.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── FFTConvolutionImageFilterTest.py │ ├── CurvatureFlow │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBinaryMinMaxCurvatureFlowFunction.h │ │ │ ├── itkBinaryMinMaxCurvatureFlowFunction.hxx │ │ │ ├── itkBinaryMinMaxCurvatureFlowImageFilter.h │ │ │ ├── itkBinaryMinMaxCurvatureFlowImageFilter.hxx │ │ │ ├── itkCurvatureFlowFunction.h │ │ │ ├── itkCurvatureFlowFunction.hxx │ │ │ ├── itkCurvatureFlowImageFilter.h │ │ │ ├── itkCurvatureFlowImageFilter.hxx │ │ │ ├── itkMinMaxCurvatureFlowFunction.h │ │ │ ├── itkMinMaxCurvatureFlowFunction.hxx │ │ │ ├── itkMinMaxCurvatureFlowImageFilter.h │ │ │ └── itkMinMaxCurvatureFlowImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryMinMaxCurvatureFlowImageFilterTest.cxx │ │ │ └── itkCurvatureFlowTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryMinMaxCurvatureFlowImageFilter.wrap │ │ │ ├── itkCurvatureFlowImageFilter.wrap │ │ │ ├── itkMinMaxCurvatureFlowImageFilter.wrap │ │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ └── CurvatureFlowImageFilterTest.py │ │ │ └── wrap_itkGradientVectorFlowImageFilter.cmake.notwrapped │ ├── Deconvolution │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkInverseDeconvolutionImageFilter.h │ │ │ ├── itkInverseDeconvolutionImageFilter.hxx │ │ │ ├── itkIterativeDeconvolutionImageFilter.h │ │ │ ├── itkIterativeDeconvolutionImageFilter.hxx │ │ │ ├── itkLandweberDeconvolutionImageFilter.h │ │ │ ├── itkLandweberDeconvolutionImageFilter.hxx │ │ │ ├── itkParametricBlindLeastSquaresDeconvolutionImageFilter.h │ │ │ ├── itkParametricBlindLeastSquaresDeconvolutionImageFilter.hxx │ │ │ ├── itkProjectedIterativeDeconvolutionImageFilter.h │ │ │ ├── itkProjectedIterativeDeconvolutionImageFilter.hxx │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilter.h │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilter.hxx │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilter.h │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilter.hxx │ │ │ ├── itkTikhonovDeconvolutionImageFilter.h │ │ │ ├── itkTikhonovDeconvolutionImageFilter.hxx │ │ │ ├── itkWienerDeconvolutionImageFilter.h │ │ │ └── itkWienerDeconvolutionImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkInverseDeconvolutionImageFilterGaussianKernelTest.nrrd.cid │ │ │ │ ├── itkInverseDeconvolutionImageFilterIrregularKernelTest.nrrd.cid │ │ │ │ ├── itkLandweberDeconvolutionImageFilterGaussianKernelTest.nrrd.cid │ │ │ │ ├── itkLandweberDeconvolutionImageFilterIrregularKernelTest.nrrd.cid │ │ │ │ ├── itkParametricBlindLeastSquaresDeconvolutionImageFilterTest.nrrd.cid │ │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilterGaussianKernelTest.nrrd.cid │ │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilterIrregularKernelTest.nrrd.cid │ │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilterGaussianKernelNonNullImageOriginTest.nrrd.cid │ │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilterGaussianKernelTest.nrrd.cid │ │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilterIrregularKernelTest.nrrd.cid │ │ │ │ ├── itkTikhonovDeconvolutionImageFilterGaussianKernelTest.nrrd.cid │ │ │ │ ├── itkTikhonovDeconvolutionImageFilterIrregularKernelTest.nrrd.cid │ │ │ │ ├── itkWienerDeconvolutionImageFilterGaussianKernelTest.nrrd.cid │ │ │ │ └── itkWienerDeconvolutionImageFilterIrregularKernelTest.nrrd.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── itkDeconvolutionImageFilterTestInput.png.cid │ │ │ │ ├── itkDeconvolutionImageFilterTestKernel.png.cid │ │ │ │ ├── itkDeconvolutionImageFilterTestKernelIrregular.tif.cid │ │ │ │ └── itkDeconvolutionImageFilterTestNonNullOriginInput.mha.cid │ │ │ ├── itkDeconvolutionIterationCommand.h │ │ │ ├── itkInverseDeconvolutionImageFilterTest.cxx │ │ │ ├── itkLandweberDeconvolutionImageFilterTest.cxx │ │ │ ├── itkParametricBlindLeastSquaresDeconvolutionImageFilterTest.cxx │ │ │ ├── itkProjectedIterativeDeconvolutionImageFilterTest.cxx │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilterTest.cxx │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilterTest.cxx │ │ │ ├── itkTikhonovDeconvolutionImageFilterTest.cxx │ │ │ └── itkWienerDeconvolutionImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkInverseDeconvolutionImageFilter.wrap │ │ │ ├── itkIterativeDeconvolutionImageFilter.wrap │ │ │ ├── itkLandweberDeconvolutionImageFilter.wrap │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilter.wrap │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilter.wrap │ │ │ ├── itkTikhonovDeconvolutionImageFilter.wrap │ │ │ └── itkWienerDeconvolutionImageFilter.wrap │ ├── Denoising │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkPatchBasedDenoisingBaseImageFilter.h │ │ │ ├── itkPatchBasedDenoisingBaseImageFilter.hxx │ │ │ ├── itkPatchBasedDenoisingImageFilter.h │ │ │ └── itkPatchBasedDenoisingImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkPatchBasedDenoisingBaseImageFilter.cxx │ │ └── test │ │ │ ├── Baseline │ │ │ ├── PatchBasedDenoisingImageFilterDefaultTest.mha.cid │ │ │ ├── PatchBasedDenoisingImageFilterTest0.mha.cid │ │ │ ├── PatchBasedDenoisingImageFilterTestGaussian.mha.cid │ │ │ ├── PatchBasedDenoisingImageFilterTestPoisson.mha.cid │ │ │ ├── PatchBasedDenoisingImageFilterTestRician.mha.cid │ │ │ └── PatchBasedDenoisingImageFilterTestTensors.nrrd.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ ├── checkerboard_noise10Gaussian.mha.cid │ │ │ ├── checkerboard_noise10Poisson.mha.cid │ │ │ ├── checkerboard_noise10Rician.mha.cid │ │ │ ├── noisyDiffusionTensors.nrrd.cid │ │ │ └── noisy_checkerboard.mha.cid │ │ │ ├── itkPatchBasedDenoisingImageFilterDefaultTest.cxx │ │ │ └── itkPatchBasedDenoisingImageFilterTest.cxx │ ├── DiffusionTensorImage │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkDiffusionTensor3DReconstructionImageFilter.h │ │ │ ├── itkDiffusionTensor3DReconstructionImageFilter.hxx │ │ │ ├── itkTensorFractionalAnisotropyImageFilter.h │ │ │ └── itkTensorRelativeAnisotropyImageFilter.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkDiffusionTensor3DReconstructionImageFilter.cxx │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkDiffusionTensor3DReconstructionImageFilterTest.cxx │ │ │ ├── itkDiffusionTensor3DTest.cxx │ │ │ ├── itkTensorFractionalAnisotropyImageFilterTest.cxx │ │ │ └── itkTensorRelativeAnisotropyImageFilterTest.cxx │ ├── DisplacementField │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBSplineExponentialDiffeomorphicTransform.h │ │ │ ├── itkBSplineExponentialDiffeomorphicTransform.hxx │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransform.h │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransform.hxx │ │ │ ├── itkComposeDisplacementFieldsImageFilter.h │ │ │ ├── itkComposeDisplacementFieldsImageFilter.hxx │ │ │ ├── itkConstantVelocityFieldTransform.h │ │ │ ├── itkConstantVelocityFieldTransform.hxx │ │ │ ├── itkDisplacementFieldJacobianDeterminantFilter.h │ │ │ ├── itkDisplacementFieldJacobianDeterminantFilter.hxx │ │ │ ├── itkDisplacementFieldToBSplineImageFilter.h │ │ │ ├── itkDisplacementFieldToBSplineImageFilter.hxx │ │ │ ├── itkDisplacementFieldTransform.h │ │ │ ├── itkDisplacementFieldTransform.hxx │ │ │ ├── itkExponentialDisplacementFieldImageFilter.h │ │ │ ├── itkExponentialDisplacementFieldImageFilter.hxx │ │ │ ├── itkGaussianExponentialDiffeomorphicTransform.h │ │ │ ├── itkGaussianExponentialDiffeomorphicTransform.hxx │ │ │ ├── itkGaussianSmoothingOnUpdateDisplacementFieldTransform.h │ │ │ ├── itkGaussianSmoothingOnUpdateDisplacementFieldTransform.hxx │ │ │ ├── itkGaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform.h │ │ │ ├── itkGaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform.hxx │ │ │ ├── itkInverseDisplacementFieldImageFilter.h │ │ │ ├── itkInverseDisplacementFieldImageFilter.hxx │ │ │ ├── itkInvertDisplacementFieldImageFilter.h │ │ │ ├── itkInvertDisplacementFieldImageFilter.hxx │ │ │ ├── itkIterativeInverseDisplacementFieldImageFilter.h │ │ │ ├── itkIterativeInverseDisplacementFieldImageFilter.hxx │ │ │ ├── itkLandmarkDisplacementFieldSource.h │ │ │ ├── itkLandmarkDisplacementFieldSource.hxx │ │ │ ├── itkTimeVaryingBSplineVelocityFieldTransform.h │ │ │ ├── itkTimeVaryingBSplineVelocityFieldTransform.hxx │ │ │ ├── itkTimeVaryingVelocityFieldIntegrationImageFilter.h │ │ │ ├── itkTimeVaryingVelocityFieldIntegrationImageFilter.hxx │ │ │ ├── itkTimeVaryingVelocityFieldTransform.h │ │ │ ├── itkTimeVaryingVelocityFieldTransform.hxx │ │ │ ├── itkTransformToDisplacementFieldFilter.h │ │ │ ├── itkTransformToDisplacementFieldFilter.hxx │ │ │ ├── itkVelocityFieldTransform.h │ │ │ └── itkVelocityFieldTransform.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkTransformToDisplacementFieldFilterTestField01.mha.cid │ │ │ │ └── itkTransformToDisplacementFieldFilterTestField02.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── parametersBSpline.txt.cid │ │ │ ├── itkBSplineExponentialDiffeomorphicTransformTest.cxx │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransformTest.cxx │ │ │ ├── itkComposeDisplacementFieldsImageFilterTest.cxx │ │ │ ├── itkDisplacementFieldJacobianDeterminantFilterTest.cxx │ │ │ ├── itkDisplacementFieldToBSplineImageFilterTest.cxx │ │ │ ├── itkDisplacementFieldTransformCloneTest.cxx │ │ │ ├── itkDisplacementFieldTransformTest.cxx │ │ │ ├── itkExponentialDisplacementFieldImageFilterTest.cxx │ │ │ ├── itkGaussianExponentialDiffeomorphicTransformTest.cxx │ │ │ ├── itkGaussianSmoothingOnUpdateDisplacementFieldTransformTest.cxx │ │ │ ├── itkInverseDisplacementFieldImageFilterTest.cxx │ │ │ ├── itkInvertDisplacementFieldImageFilterTest.cxx │ │ │ ├── itkIterativeInverseDisplacementFieldImageFilterTest.cxx │ │ │ ├── itkLandmarkDisplacementFieldSourceTest.cxx │ │ │ ├── itkTimeVaryingBSplineVelocityFieldTransformTest.cxx │ │ │ ├── itkTimeVaryingVelocityFieldIntegrationImageFilterTest.cxx │ │ │ ├── itkTimeVaryingVelocityFieldTransformTest.cxx │ │ │ ├── itkTransformToDisplacementFieldFilterTest.cxx │ │ │ └── itkTransformToDisplacementFieldFilterTest1.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBSplineDisplacementFieldTransform.notwrapped │ │ │ ├── itkBSplineExponentialDiffeomorphicTransform.wrap │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransform.wrap │ │ │ ├── itkConstantVelocityFieldTransform.wrap │ │ │ ├── itkDisplacementFieldJacobianDeterminantFilter.wrap │ │ │ ├── itkDisplacementFieldTransform.wrap │ │ │ ├── itkGaussianExponentialDiffeomorphicTransform.wrap │ │ │ ├── itkGaussianSmoothingOnUpdateDisplacementFieldTransform.wrap │ │ │ ├── itkGaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform.wrap │ │ │ ├── itkTimeVaryingBSplineVelocityFieldTransform.wrap │ │ │ ├── itkTimeVaryingVelocityFieldTransform.wrap │ │ │ ├── itkTransformToDisplacementFieldFilter.wrap │ │ │ ├── itkVelocityFieldTransform.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkDisplacementFieldTransformTest.py │ │ │ └── itkTransformToDisplacementFieldTest.py │ ├── DistanceMap │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkApproximateSignedDistanceMapImageFilter.h │ │ │ ├── itkApproximateSignedDistanceMapImageFilter.hxx │ │ │ ├── itkContourDirectedMeanDistanceImageFilter.h │ │ │ ├── itkContourDirectedMeanDistanceImageFilter.hxx │ │ │ ├── itkContourMeanDistanceImageFilter.h │ │ │ ├── itkContourMeanDistanceImageFilter.hxx │ │ │ ├── itkDanielssonDistanceMapImageFilter.h │ │ │ ├── itkDanielssonDistanceMapImageFilter.hxx │ │ │ ├── itkDirectedHausdorffDistanceImageFilter.h │ │ │ ├── itkDirectedHausdorffDistanceImageFilter.hxx │ │ │ ├── itkFastChamferDistanceImageFilter.h │ │ │ ├── itkFastChamferDistanceImageFilter.hxx │ │ │ ├── itkHausdorffDistanceImageFilter.h │ │ │ ├── itkHausdorffDistanceImageFilter.hxx │ │ │ ├── itkIsoContourDistanceImageFilter.h │ │ │ ├── itkIsoContourDistanceImageFilter.hxx │ │ │ ├── itkReflectiveImageRegionConstIterator.h │ │ │ ├── itkReflectiveImageRegionConstIterator.hxx │ │ │ ├── itkReflectiveImageRegionIterator.h │ │ │ ├── itkReflectiveImageRegionIterator.hxx │ │ │ ├── itkSignedDanielssonDistanceMapImageFilter.h │ │ │ ├── itkSignedDanielssonDistanceMapImageFilter.hxx │ │ │ ├── itkSignedMaurerDistanceMapImageFilter.h │ │ │ └── itkSignedMaurerDistanceMapImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Data │ │ │ │ └── Baseline │ │ │ │ │ └── itkApproximateSignedDistanceMapImageFilterTest0.mha.cid │ │ │ ├── itkApproximateSignedDistanceMapImageFilterTest.cxx │ │ │ ├── itkContourDirectedMeanDistanceImageFilterTest.cxx │ │ │ ├── itkContourMeanDistanceImageFilterTest.cxx │ │ │ ├── itkDanielssonDistanceMapImageFilterTest.cxx │ │ │ ├── itkDanielssonDistanceMapImageFilterTest1.cxx │ │ │ ├── itkDanielssonDistanceMapImageFilterTest2.cxx │ │ │ ├── itkDirectedHausdorffDistanceImageFilterTest1.cxx │ │ │ ├── itkDirectedHausdorffDistanceImageFilterTest2.cxx │ │ │ ├── itkFastChamferDistanceImageFilterTest.cxx │ │ │ ├── itkHausdorffDistanceImageFilterTest.cxx │ │ │ ├── itkIsoContourDistanceImageFilterTest.cxx │ │ │ ├── itkReflectiveImageRegionIteratorTest.cxx │ │ │ ├── itkShowDistanceMap.h │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest.cxx │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest1.cxx │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest11.cxx │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest2.cxx │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest.cxx │ │ │ └── itkSignedMaurerDistanceMapImageFilterTest11.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkApproximateSignedDistanceMapImageFilter.wrap │ │ │ ├── itkContourDirectedMeanDistanceImageFilter.wrap │ │ │ ├── itkContourMeanDistanceImageFilter.wrap │ │ │ ├── itkDanielssonDistanceMapImageFilter.wrap │ │ │ ├── itkDirectedHausdorffDistanceImageFilter.wrap │ │ │ ├── itkFastChamferDistanceImageFilter.wrap │ │ │ ├── itkHausdorffDistanceImageFilter.wrap │ │ │ ├── itkIsoContourDistanceImageFilter.wrap │ │ │ ├── itkSignedDanielssonDistanceMapImageFilter.wrap │ │ │ └── itkSignedMaurerDistanceMapImageFilter.wrap │ ├── FFT │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkComplexToComplex1DFFTImageFilter.h │ │ │ ├── itkComplexToComplex1DFFTImageFilter.hxx │ │ │ ├── itkComplexToComplexFFTImageFilter.h │ │ │ ├── itkComplexToComplexFFTImageFilter.hxx │ │ │ ├── itkFFTImageFilterFactory.h │ │ │ ├── itkFFTPadImageFilter.h │ │ │ ├── itkFFTPadImageFilter.hxx │ │ │ ├── itkFFTShiftImageFilter.h │ │ │ ├── itkFFTShiftImageFilter.hxx │ │ │ ├── itkFFTWCommon.h │ │ │ ├── itkFFTWCommonExtended.h │ │ │ ├── itkFFTWComplexToComplex1DFFTImageFilter.h │ │ │ ├── itkFFTWComplexToComplex1DFFTImageFilter.hxx │ │ │ ├── itkFFTWComplexToComplexFFTImageFilter.h │ │ │ ├── itkFFTWComplexToComplexFFTImageFilter.hxx │ │ │ ├── itkFFTWFFTImageFilterInitFactory.h │ │ │ ├── itkFFTWForward1DFFTImageFilter.h │ │ │ ├── itkFFTWForward1DFFTImageFilter.hxx │ │ │ ├── itkFFTWForwardFFTImageFilter.h │ │ │ ├── itkFFTWForwardFFTImageFilter.hxx │ │ │ ├── itkFFTWGlobalConfiguration.h │ │ │ ├── itkFFTWHalfHermitianToRealInverseFFTImageFilter.h │ │ │ ├── itkFFTWHalfHermitianToRealInverseFFTImageFilter.hxx │ │ │ ├── itkFFTWInverse1DFFTImageFilter.h │ │ │ ├── itkFFTWInverse1DFFTImageFilter.hxx │ │ │ ├── itkFFTWInverseFFTImageFilter.h │ │ │ ├── itkFFTWInverseFFTImageFilter.hxx │ │ │ ├── itkFFTWRealToHalfHermitianForwardFFTImageFilter.h │ │ │ ├── itkFFTWRealToHalfHermitianForwardFFTImageFilter.hxx │ │ │ ├── itkForward1DFFTImageFilter.h │ │ │ ├── itkForward1DFFTImageFilter.hxx │ │ │ ├── itkForwardFFTImageFilter.h │ │ │ ├── itkForwardFFTImageFilter.hxx │ │ │ ├── itkFullToHalfHermitianImageFilter.h │ │ │ ├── itkFullToHalfHermitianImageFilter.hxx │ │ │ ├── itkHalfHermitianToRealInverseFFTImageFilter.h │ │ │ ├── itkHalfHermitianToRealInverseFFTImageFilter.hxx │ │ │ ├── itkHalfToFullHermitianImageFilter.h │ │ │ ├── itkHalfToFullHermitianImageFilter.hxx │ │ │ ├── itkInverse1DFFTImageFilter.h │ │ │ ├── itkInverse1DFFTImageFilter.hxx │ │ │ ├── itkInverseFFTImageFilter.h │ │ │ ├── itkInverseFFTImageFilter.hxx │ │ │ ├── itkRealToHalfHermitianForwardFFTImageFilter.h │ │ │ ├── itkRealToHalfHermitianForwardFFTImageFilter.hxx │ │ │ ├── itkVnlComplexToComplex1DFFTImageFilter.h │ │ │ ├── itkVnlComplexToComplex1DFFTImageFilter.hxx │ │ │ ├── itkVnlComplexToComplexFFTImageFilter.h │ │ │ ├── itkVnlComplexToComplexFFTImageFilter.hxx │ │ │ ├── itkVnlFFTCommon.h │ │ │ ├── itkVnlFFTCommon.hxx │ │ │ ├── itkVnlFFTImageFilterInitFactory.h │ │ │ ├── itkVnlForward1DFFTImageFilter.h │ │ │ ├── itkVnlForward1DFFTImageFilter.hxx │ │ │ ├── itkVnlForwardFFTImageFilter.h │ │ │ ├── itkVnlForwardFFTImageFilter.hxx │ │ │ ├── itkVnlHalfHermitianToRealInverseFFTImageFilter.h │ │ │ ├── itkVnlHalfHermitianToRealInverseFFTImageFilter.hxx │ │ │ ├── itkVnlInverse1DFFTImageFilter.h │ │ │ ├── itkVnlInverse1DFFTImageFilter.hxx │ │ │ ├── itkVnlInverseFFTImageFilter.h │ │ │ ├── itkVnlInverseFFTImageFilter.hxx │ │ │ ├── itkVnlRealToHalfHermitianForwardFFTImageFilter.h │ │ │ └── itkVnlRealToHalfHermitianForwardFFTImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkComplexToComplexFFTImageFilter.cxx │ │ │ ├── itkFFTWFFTImageFilterInitFactory.cxx │ │ │ ├── itkFFTWGlobalConfiguration.cxx │ │ │ └── itkVnlFFTImageFilterInitFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkFFTPadImageFilterTestMirror13.png.cid │ │ │ │ ├── itkFFTPadImageFilterTestMirror5.png.cid │ │ │ │ ├── itkFFTPadImageFilterTestWrap13.png.cid │ │ │ │ ├── itkFFTPadImageFilterTestWrap5.png.cid │ │ │ │ ├── itkFFTPadImageFilterTestZero13.png.cid │ │ │ │ ├── itkFFTPadImageFilterTestZero5.png.cid │ │ │ │ ├── itkFFTPadImageFilterTestZeroFluxNeumann13.png.cid │ │ │ │ ├── itkFFTPadImageFilterTestZeroFluxNeumann5.png.cid │ │ │ │ ├── itkFFTShiftImageFilterTest0.png.cid │ │ │ │ └── itkFFTShiftImageFilterTestEven0.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── TreeBarkTexture.png.cid │ │ │ │ ├── itkForward1DFFTImageFilterTestBaselineImaginaryFull.mhd.cid │ │ │ │ ├── itkForward1DFFTImageFilterTestBaselineImaginaryFull.raw.cid │ │ │ │ ├── itkForward1DFFTImageFilterTestBaselineRealFull.mhd.cid │ │ │ │ └── itkForward1DFFTImageFilterTestBaselineRealFull.raw.cid │ │ │ ├── itkComplexToComplex1DFFTImageFilterTest.cxx │ │ │ ├── itkComplexToComplexFFTImageFilterTest.cxx │ │ │ ├── itkFFT1DImageFilterTest.cxx │ │ │ ├── itkFFTPadImageFilterTest.cxx │ │ │ ├── itkFFTShiftImageFilterTest.cxx │ │ │ ├── itkFFTTest.h │ │ │ ├── itkFFTWComplexToComplexFFTImageFilterTest.cxx │ │ │ ├── itkFFTWD_FFTTest.cxx │ │ │ ├── itkFFTWD_RealFFTTest.cxx │ │ │ ├── itkFFTWF_FFTTest.cxx │ │ │ ├── itkFFTWF_RealFFTTest.cxx │ │ │ ├── itkForward1DFFTImageFilterTest.cxx │ │ │ ├── itkForwardInverseFFTImageFilterTest.cxx │ │ │ ├── itkForwardInverseFFTTest.h │ │ │ ├── itkFullToHalfHermitianImageFilterTest.cxx │ │ │ ├── itkHalfToFullHermitianImageFilterTest.cxx │ │ │ ├── itkInverse1DFFTImageFilterTest.cxx │ │ │ ├── itkRealFFTTest.h │ │ │ ├── itkTestCircularDependency.cxx │ │ │ ├── itkVnlComplexToComplexFFTImageFilterTest.cxx │ │ │ ├── itkVnlFFTTest.cxx │ │ │ ├── itkVnlFFTWD_FFTTest.cxx │ │ │ ├── itkVnlFFTWD_RealFFTTest.cxx │ │ │ ├── itkVnlFFTWF_FFTTest.cxx │ │ │ ├── itkVnlFFTWF_RealFFTTest.cxx │ │ │ └── itkVnlRealFFTTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkComplexToComplex1DFFTImageFilter.wrap │ │ │ ├── itkComplexToComplexFFTImageFilter.wrap │ │ │ ├── itkFFTPadImageFilter.wrap │ │ │ ├── itkFFTShiftImageFilter.wrap │ │ │ ├── itkFFTWComplexToComplex1DFFTImageFilter.wrap │ │ │ ├── itkFFTWComplexToComplexFFTImageFilter.wrap │ │ │ ├── itkFFTWFFTImageFilterInitFactory.wrap │ │ │ ├── itkFFTWForward1DFFTImageFilter.wrap │ │ │ ├── itkFFTWForwardFFTImageFilter.wrap │ │ │ ├── itkFFTWGlobalConfiguration.wrap │ │ │ ├── itkFFTWHalfHermitianToRealInverseFFTImageFilter.wrap │ │ │ ├── itkFFTWInverse1DFFTImageFilter.wrap │ │ │ ├── itkFFTWInverseFFTImageFilter.wrap │ │ │ ├── itkFFTWRealToHalfHermitianForwardFFTImageFilter.wrap │ │ │ ├── itkForward1DFFTImageFilter.wrap │ │ │ ├── itkForwardFFTImageFilter.wrap │ │ │ ├── itkFullToHalfHermitianImageFilter.wrap │ │ │ ├── itkHalfHermitianToRealInverseFFTImageFilter.wrap │ │ │ ├── itkHalfToFullHermitianImageFilter.wrap │ │ │ ├── itkInverse1DFFTImageFilter.wrap │ │ │ ├── itkInverseFFTImageFilter.wrap │ │ │ ├── itkRealToHalfHermitianForwardFFTImageFilter.wrap │ │ │ ├── itkVnlComplexToComplex1DFFTImageFilter.wrap │ │ │ ├── itkVnlComplexToComplexFFTImageFilter.wrap │ │ │ ├── itkVnlFFTImageFilterInitFactory.wrap │ │ │ ├── itkVnlForward1DFFTImageFilter.wrap │ │ │ ├── itkVnlForwardFFTImageFilter.wrap │ │ │ ├── itkVnlHalfHermitianToRealInverseFFTImageFilter.wrap │ │ │ ├── itkVnlInverse1DFFTImageFilter.wrap │ │ │ ├── itkVnlInverseFFTImageFilter.wrap │ │ │ ├── itkVnlRealToHalfHermitianForwardFFTImageFilter.wrap │ │ │ └── test │ │ │ ├── Baseline │ │ │ ├── PythonFFTImageFilterImaginaryTest.png.cid │ │ │ └── PythonFFTImageFilterRealTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── FFTImageFilterTest.py │ │ │ └── FFTObjectFactoryTest.py │ ├── FastMarching │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkFastMarchingBase.h │ │ │ ├── itkFastMarchingBase.hxx │ │ │ ├── itkFastMarchingExtensionImageFilter.h │ │ │ ├── itkFastMarchingExtensionImageFilter.hxx │ │ │ ├── itkFastMarchingExtensionImageFilterBase.h │ │ │ ├── itkFastMarchingExtensionImageFilterBase.hxx │ │ │ ├── itkFastMarchingImageFilter.h │ │ │ ├── itkFastMarchingImageFilter.hxx │ │ │ ├── itkFastMarchingImageFilterBase.h │ │ │ ├── itkFastMarchingImageFilterBase.hxx │ │ │ ├── itkFastMarchingImageToNodePairContainerAdaptor.h │ │ │ ├── itkFastMarchingImageToNodePairContainerAdaptor.hxx │ │ │ ├── itkFastMarchingNumberOfElementsStoppingCriterion.h │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBase.h │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBase.hxx │ │ │ ├── itkFastMarchingReachedTargetNodesStoppingCriterion.h │ │ │ ├── itkFastMarchingStoppingCriterionBase.h │ │ │ ├── itkFastMarchingThresholdStoppingCriterion.h │ │ │ ├── itkFastMarchingTraits.h │ │ │ ├── itkFastMarchingUpwindGradientImageFilter.h │ │ │ ├── itkFastMarchingUpwindGradientImageFilter.hxx │ │ │ ├── itkFastMarchingUpwindGradientImageFilterBase.h │ │ │ ├── itkFastMarchingUpwindGradientImageFilterBase.hxx │ │ │ ├── itkLevelSet.h │ │ │ ├── itkLevelSetNode.h │ │ │ └── itkNodePair.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkFastMarchingBase.cxx │ │ │ ├── itkFastMarchingImageFilter.cxx │ │ │ ├── itkFastMarchingReachedTargetNodesStoppingCriterion.cxx │ │ │ └── itkFastMarchingUpwindGradientImageFilter.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds.nii.gz.cid │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds_NoHandlesTopo_out.nii.gz.cid │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds_NoTopo_out.nii.gz.cid │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds_StrictTopo_out.nii.gz.cid │ │ │ │ ├── BrainProtonDensitySlice_singleSeed.nii.gz.cid │ │ │ │ ├── BrainProtonDensitySlice_singleSeed_NoHandlesTopo_out.nii.gz.cid │ │ │ │ ├── BrainProtonDensitySlice_singleSeed_NoTopo_out.nii.gz.cid │ │ │ │ ├── BrainProtonDensitySlice_singleSeed_StrictTopo_out.nii.gz.cid │ │ │ │ ├── BrainProtonDensitySlice_speed.nii.gz.cid │ │ │ │ ├── FastMarchingGrayMatterTest.png.cid │ │ │ │ ├── FastMarchingLeftVentricleTest.png.cid │ │ │ │ ├── FastMarchingRightVentricleTest.png.cid │ │ │ │ ├── FastMarchingWhiteMatterTest.png.cid │ │ │ │ ├── torus.nii.gz.cid │ │ │ │ ├── torus_multipleSeeds.nii.gz.cid │ │ │ │ ├── torus_multipleSeeds_NoHandlesTopo_out.nii.gz.cid │ │ │ │ ├── torus_multipleSeeds_NoTopo_out.nii.gz.cid │ │ │ │ ├── torus_multipleSeeds_StrictTopo_out.nii.gz.cid │ │ │ │ ├── wm.nii.gz.cid │ │ │ │ ├── wm_multipleSeeds.nii.gz.cid │ │ │ │ ├── wm_multipleSeeds_NoHandlesTopo_out.nii.gz.cid │ │ │ │ ├── wm_multipleSeeds_NoTopo_out.nii.gz.cid │ │ │ │ └── wm_multipleSeeds_StrictTopo_out.nii.gz.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── BrainProtonDensitySlice.png.cid │ │ │ ├── itkFastMarchingBaseTest.cxx │ │ │ ├── itkFastMarchingExtensionImageFilterTest.cxx │ │ │ ├── itkFastMarchingImageFilterBaseTest.cxx │ │ │ ├── itkFastMarchingImageFilterRealTest1.cxx │ │ │ ├── itkFastMarchingImageFilterRealTest2.cxx │ │ │ ├── itkFastMarchingImageFilterRealWithNumberOfElementsTest.cxx │ │ │ ├── itkFastMarchingImageTopologicalTest.cxx │ │ │ ├── itkFastMarchingNumberOfElementsStoppingCriterionTest.cxx │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBaseTest.cxx │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBaseTest2.cxx │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBaseTest3.cxx │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBaseTest4.cxx │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterWithNumberOfElementsTest.cxx │ │ │ ├── itkFastMarchingStoppingCriterionBaseTest.cxx │ │ │ ├── itkFastMarchingTest.cxx │ │ │ ├── itkFastMarchingTest2.cxx │ │ │ ├── itkFastMarchingThresholdStoppingCriterionTest.cxx │ │ │ ├── itkFastMarchingUpwindGradientBaseTest.cxx │ │ │ └── itkFastMarchingUpwindGradientTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── ITKFastMarchingBase.wrap │ │ │ ├── itkFastMarchingExtensionImageFilter.wrap │ │ │ ├── itkFastMarchingImageFilter.wrap │ │ │ ├── itkFastMarchingImageFilterBase.wrap │ │ │ ├── itkFastMarchingImageToNodePairContainerAdaptor.wrap │ │ │ ├── itkFastMarchingReachedTargetNodesStoppingCriterion.wrap │ │ │ ├── itkFastMarchingStoppingCriterionBase.wrap │ │ │ ├── itkFastMarchingThresholdStoppingCriterion.wrap │ │ │ ├── itkFastMarchingUpwindGradientImageFilter.wrap │ │ │ ├── itkFastMarchingUpwindGradientImageFilterBase.wrap │ │ │ ├── itkLevelSetNode.wrap │ │ │ ├── itkNodePair.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── FastMarchingImageFilterTest.py │ ├── GPUAnisotropicSmoothing │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGPUAnisotropicDiffusionFunction.h │ │ │ ├── itkGPUAnisotropicDiffusionImageFilter.h │ │ │ ├── itkGPUAnisotropicDiffusionImageFilter.hxx │ │ │ ├── itkGPUGradientAnisotropicDiffusionImageFilter.h │ │ │ ├── itkGPUGradientAnisotropicDiffusionImageFilterFactory.h │ │ │ ├── itkGPUGradientNDAnisotropicDiffusionFunction.h │ │ │ ├── itkGPUGradientNDAnisotropicDiffusionFunction.hxx │ │ │ ├── itkGPUScalarAnisotropicDiffusionFunction.h │ │ │ └── itkGPUScalarAnisotropicDiffusionFunction.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── GPUGradientNDAnisotropicDiffusionFunction.cl │ │ │ └── GPUScalarAnisotropicDiffusionFunction.cl │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── BrainProtonDensitySlice.png.cid │ │ │ │ └── HeadMRVolume.mha.cid │ │ │ └── itkGPUGradientAnisotropicDiffusionImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGPUAnisotropicDiffusionImageFilter.wrap │ │ │ ├── itkGPUGradientAnisotropicDiffusionImageFilter.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkGPUGradientAnisotropicDiffusionImageFilterTest.py │ ├── GPUImageFilterBase │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGPUBoxImageFilter.h │ │ │ ├── itkGPUCastImageFilter.h │ │ │ ├── itkGPUCastImageFilter.hxx │ │ │ ├── itkGPUNeighborhoodOperatorImageFilter.h │ │ │ └── itkGPUNeighborhoodOperatorImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── GPUCastImageFilter.cl │ │ │ └── GPUNeighborhoodOperatorImageFilter.cl │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── BrainProtonDensitySlice.png.cid │ │ │ │ └── HeadMRVolume.mha.cid │ │ │ └── itkGPUNeighborhoodOperatorImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGPUBoxImageFilter.wrap │ │ │ ├── itkGPUCastImageFilter.wrap │ │ │ ├── itkGPUNeighborhoodOperatorImageFilter.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkGPUNeighborhoodOperatorImageFilterTest.py │ ├── GPUSmoothing │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGPUDiscreteGaussianImageFilter.h │ │ │ ├── itkGPUDiscreteGaussianImageFilter.hxx │ │ │ ├── itkGPUMeanImageFilter.h │ │ │ └── itkGPUMeanImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── GPUMeanImageFilter.cl │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── cpuMeanImageFilterTest2D.png.cid │ │ │ │ └── gpuMeanImageFilterTest3D.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── BrainProtonDensitySlice.png.cid │ │ │ │ └── HeadMRVolume.mha.cid │ │ │ ├── itkGPUDiscreteGaussianImageFilterTest.cxx │ │ │ └── itkGPUMeanImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGPUDiscreteGaussianImageFilter.wrap │ │ │ ├── itkGPUMeanImageFilter.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkGPUMeanImageFilterTest.py │ ├── GPUThresholding │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGPUBinaryThresholdImageFilter.h │ │ │ └── itkGPUBinaryThresholdImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── GPUBinaryThresholdImageFilter.cl │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGPUBinaryThresholdImageFilterTest.cxx │ │ │ └── itkGPUImageFilterTest.cxx │ ├── ImageCompare │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkAbsoluteValueDifferenceImageFilter.h │ │ │ ├── itkCheckerBoardImageFilter.h │ │ │ ├── itkCheckerBoardImageFilter.hxx │ │ │ ├── itkSTAPLEImageFilter.h │ │ │ ├── itkSTAPLEImageFilter.hxx │ │ │ ├── itkSimilarityIndexImageFilter.h │ │ │ ├── itkSimilarityIndexImageFilter.hxx │ │ │ └── itkSquaredDifferenceImageFilter.h │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── itkTestingComparisonImageFilterTest.png.cid │ │ │ ├── itkAbsoluteValueDifferenceImageFilterTest.cxx │ │ │ ├── itkCheckerBoardImageFilterTest.cxx │ │ │ ├── itkConstrainedValueDifferenceImageFilterTest.cxx │ │ │ ├── itkImageFileReaderIOToRequestedRegionMismatchTest.cxx │ │ │ ├── itkSTAPLEImageFilterTest.cxx │ │ │ ├── itkSimilarityIndexImageFilterTest.cxx │ │ │ ├── itkSquaredDifferenceImageFilterTest.cxx │ │ │ └── itkTestingComparisonImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAbsoluteValueDifferenceImageFilter.wrap │ │ │ ├── itkCheckerBoardImageFilter.wrap │ │ │ ├── itkSTAPLEImageFilter.wrap │ │ │ ├── itkSimilarityIndexImageFilter.wrap │ │ │ └── itkSquaredDifferenceImageFilter.wrap │ ├── ImageCompose │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkComposeImageFilter.h │ │ │ ├── itkComposeImageFilter.hxx │ │ │ ├── itkJoinImageFilter.h │ │ │ ├── itkJoinSeriesImageFilter.h │ │ │ └── itkJoinSeriesImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkCompose2DCovariantVectorImageFilterTest.cxx │ │ │ ├── itkCompose2DVectorImageFilterTest.cxx │ │ │ ├── itkCompose3DCovariantVectorImageFilterTest.cxx │ │ │ ├── itkCompose3DVectorImageFilterTest.cxx │ │ │ ├── itkComposeBigVectorImageFilterTest.cxx │ │ │ ├── itkComposeRGBAImageFilterTest.cxx │ │ │ ├── itkComposeRGBImageFilterTest.cxx │ │ │ ├── itkImageReadRealAndImaginaryWriteComplexTest.cxx │ │ │ ├── itkImageToVectorImageFilterTest.cxx │ │ │ ├── itkJoinImageFilterTest.cxx │ │ │ ├── itkJoinSeriesImageFilterStreamingTest.cxx │ │ │ └── itkJoinSeriesImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkComposeImageFilter.wrap │ │ │ └── itkJoinSeriesImageFilter.wrap │ ├── ImageFeature │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkBilateralImageFilter.h │ │ │ ├── itkBilateralImageFilter.hxx │ │ │ ├── itkCannyEdgeDetectionImageFilter.h │ │ │ ├── itkCannyEdgeDetectionImageFilter.hxx │ │ │ ├── itkDerivativeImageFilter.h │ │ │ ├── itkDerivativeImageFilter.hxx │ │ │ ├── itkDiscreteGaussianDerivativeImageFilter.h │ │ │ ├── itkDiscreteGaussianDerivativeImageFilter.hxx │ │ │ ├── itkGradientVectorFlowImageFilter.h │ │ │ ├── itkGradientVectorFlowImageFilter.hxx │ │ │ ├── itkHessian3DToVesselnessMeasureImageFilter.h │ │ │ ├── itkHessian3DToVesselnessMeasureImageFilter.hxx │ │ │ ├── itkHessianRecursiveGaussianImageFilter.h │ │ │ ├── itkHessianRecursiveGaussianImageFilter.hxx │ │ │ ├── itkHessianToObjectnessMeasureImageFilter.h │ │ │ ├── itkHessianToObjectnessMeasureImageFilter.hxx │ │ │ ├── itkHoughTransform2DCirclesImageFilter.h │ │ │ ├── itkHoughTransform2DCirclesImageFilter.hxx │ │ │ ├── itkHoughTransform2DLinesImageFilter.h │ │ │ ├── itkHoughTransform2DLinesImageFilter.hxx │ │ │ ├── itkLaplacianImageFilter.h │ │ │ ├── itkLaplacianImageFilter.hxx │ │ │ ├── itkLaplacianRecursiveGaussianImageFilter.h │ │ │ ├── itkLaplacianRecursiveGaussianImageFilter.hxx │ │ │ ├── itkLaplacianSharpeningImageFilter.h │ │ │ ├── itkLaplacianSharpeningImageFilter.hxx │ │ │ ├── itkMaskFeaturePointSelectionFilter.h │ │ │ ├── itkMaskFeaturePointSelectionFilter.hxx │ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilter.h │ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilter.hxx │ │ │ ├── itkSimpleContourExtractorImageFilter.h │ │ │ ├── itkSimpleContourExtractorImageFilter.hxx │ │ │ ├── itkSobelEdgeDetectionImageFilter.h │ │ │ ├── itkSobelEdgeDetectionImageFilter.hxx │ │ │ ├── itkUnsharpMaskImageFilter.h │ │ │ ├── itkUnsharpMaskImageFilter.hxx │ │ │ ├── itkZeroCrossingBasedEdgeDetectionImageFilter.h │ │ │ ├── itkZeroCrossingBasedEdgeDetectionImageFilter.hxx │ │ │ ├── itkZeroCrossingImageFilter.h │ │ │ └── itkZeroCrossingImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkMultiScaleHessianBasedMeasureImageFilter.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── SwirledUSM_3-3-15.nrrd.cid │ │ │ │ ├── SwirledUSM_Defaults.nrrd.cid │ │ │ │ ├── SwirledUSM_Defaults.png.cid │ │ │ │ ├── itkGradientVectorFlowImageFilterPythonTestX.png.cid │ │ │ │ ├── itkGradientVectorFlowImageFilterPythonTestY.png.cid │ │ │ │ ├── itkLaplacianImageFilterTestBaseline.png.cid │ │ │ │ ├── itkLaplacianImageFilterWithSpacingTestBaseline.png.cid │ │ │ │ ├── itkLaplacianSharpeningImageFilterTest.png.cid │ │ │ │ ├── itkMaskFeaturePointSelectionFilterTest.mha.cid │ │ │ │ ├── itkMaskFeaturePointSelectionFilterTestMask.mha.cid │ │ │ │ ├── itkMaskFeaturePointSelectionFilterTestTensors.mha.cid │ │ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilterTestEnhancedOutput.mha.cid │ │ │ │ └── itkSobelEdgeDetectionImageFilterTestBaseline.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── Contours.png.cid │ │ │ │ ├── HeadMRVolumeMaskImage.mha.cid │ │ │ │ └── Swirled.png.cid │ │ │ ├── itkBilateralImageFilterTest.cxx │ │ │ ├── itkBilateralImageFilterTest2.cxx │ │ │ ├── itkBilateralImageFilterTest3.cxx │ │ │ ├── itkCannyEdgeDetectionImageFilterTest.cxx │ │ │ ├── itkCannyEdgeDetectionImageFilterTest2.cxx │ │ │ ├── itkDerivativeImageFilterTest.cxx │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterScaleSpaceTest.cxx │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest.cxx │ │ │ ├── itkGradientVectorFlowImageFilterTest.cxx │ │ │ ├── itkHessian3DToVesselnessMeasureImageFilterTest.cxx │ │ │ ├── itkHessianRecursiveGaussianFilterScaleSpaceTest.cxx │ │ │ ├── itkHessianRecursiveGaussianFilterTest.cxx │ │ │ ├── itkHessianToObjectnessMeasureImageFilterTest.cxx │ │ │ ├── itkHoughTransform2DCirclesImageTest.cxx │ │ │ ├── itkHoughTransform2DLinesImageTest.cxx │ │ │ ├── itkLaplacianImageFilterTest.cxx │ │ │ ├── itkLaplacianRecursiveGaussianImageFilterTest.cxx │ │ │ ├── itkLaplacianSharpeningImageFilterTest.cxx │ │ │ ├── itkMaskFeaturePointSelectionFilterTest.cxx │ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilterTest.cxx │ │ │ ├── itkSimpleContourExtractorImageFilterTest.cxx │ │ │ ├── itkSobelEdgeDetectionImageFilterTest.cxx │ │ │ ├── itkUnsharpMaskImageFilterTest.cxx │ │ │ ├── itkUnsharpMaskImageFilterTestSimple.cxx │ │ │ ├── itkZeroCrossingBasedEdgeDetectionImageFilterTest.cxx │ │ │ └── itkZeroCrossingImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBilateralImageFilter.wrap │ │ │ ├── itkCannyEdgeDetectionImageFilter.wrap │ │ │ ├── itkDerivativeImageFilter.wrap │ │ │ ├── itkDiscreteGaussianDerivativeImageFilter.wrap │ │ │ ├── itkGradientVectorFlowImageFilter.wrap │ │ │ ├── itkHessian3DToVesselnessMeasureImageFilter.wrap │ │ │ ├── itkHessianRecursiveGaussianImageFilter.wrap │ │ │ ├── itkHessianToObjectnessMeasureImageFilter.wrap │ │ │ ├── itkHoughTransform2DCirclesImageFilter.wrap │ │ │ ├── itkHoughTransform2DLinesImageFilter.wrap │ │ │ ├── itkLaplacianImageFilter.wrap │ │ │ ├── itkLaplacianRecursiveGaussianImageFilter.wrap │ │ │ ├── itkLaplacianSharpeningImageFilter.wrap │ │ │ ├── itkMaskFeaturePointSelectionFilter.wrap │ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilter.wrap │ │ │ ├── itkSimpleContourExtractorImageFilter.wrap │ │ │ ├── itkSobelEdgeDetectionImageFilter.wrap │ │ │ ├── itkUnsharpMaskImageFilter.wrap │ │ │ ├── itkZeroCrossingBasedEdgeDetectionImageFilter.wrap │ │ │ ├── itkZeroCrossingImageFilter.wrap │ │ │ └── test │ │ │ ├── Baseline │ │ │ ├── PythonCannyEdgeDetectionImageFilterTest.png.cid │ │ │ └── itkHoughTransform2DLinesImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── CannyEdgeDetectionImageFilterTest.py │ │ │ ├── HoughTransform2DLinesImageFilterTest.py │ │ │ ├── LaplacianImageFilterTest.py │ │ │ └── itkGradientVectorFlowImageFilterTest.py │ ├── ImageFilterBase │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkBinaryFunctorImageFilter.h │ │ │ ├── itkBinaryFunctorImageFilter.hxx │ │ │ ├── itkBinaryGeneratorImageFilter.h │ │ │ ├── itkBinaryGeneratorImageFilter.hxx │ │ │ ├── itkBoxImageFilter.h │ │ │ ├── itkBoxImageFilter.hxx │ │ │ ├── itkCastImageFilter.h │ │ │ ├── itkCastImageFilter.hxx │ │ │ ├── itkKernelImageFilter.h │ │ │ ├── itkKernelImageFilter.hxx │ │ │ ├── itkMaskNeighborhoodOperatorImageFilter.h │ │ │ ├── itkMaskNeighborhoodOperatorImageFilter.hxx │ │ │ ├── itkMovingHistogramImageFilter.h │ │ │ ├── itkMovingHistogramImageFilter.hxx │ │ │ ├── itkMovingHistogramImageFilterBase.h │ │ │ ├── itkMovingHistogramImageFilterBase.hxx │ │ │ ├── itkNeighborhoodOperatorImageFilter.h │ │ │ ├── itkNeighborhoodOperatorImageFilter.hxx │ │ │ ├── itkNoiseImageFilter.h │ │ │ ├── itkNoiseImageFilter.hxx │ │ │ ├── itkNullImageToImageFilterDriver.hxx │ │ │ ├── itkRecursiveSeparableImageFilter.h │ │ │ ├── itkRecursiveSeparableImageFilter.hxx │ │ │ ├── itkTernaryFunctorImageFilter.h │ │ │ ├── itkTernaryFunctorImageFilter.hxx │ │ │ ├── itkTernaryGeneratorImageFilter.h │ │ │ ├── itkTernaryGeneratorImageFilter.hxx │ │ │ ├── itkUnaryGeneratorImageFilter.h │ │ │ ├── itkUnaryGeneratorImageFilter.hxx │ │ │ ├── itkVectorNeighborhoodOperatorImageFilter.h │ │ │ └── itkVectorNeighborhoodOperatorImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkCastImageFilterTest.cxx │ │ │ ├── itkGeneratorImageFilterGTest.cxx │ │ │ ├── itkImageToImageFilterTest.cxx │ │ │ ├── itkMaskNeighborhoodOperatorImageFilterTest.cxx │ │ │ ├── itkNeighborhoodOperatorImageFilterTest.cxx │ │ │ └── itkVectorNeighborhoodOperatorImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryGeneratorImageFilter.wrap │ │ │ ├── itkBoxImageFilter.wrap │ │ │ ├── itkCastImageFilter.wrap │ │ │ ├── itkNeighborhoodOperatorImageFilter.wrap │ │ │ ├── itkNoiseImageFilter.wrap │ │ │ ├── itkRecursiveSeparableImageFilter.wrap │ │ │ ├── itkTernaryGeneratorImageFilter.wrap │ │ │ ├── itkUnaryGeneratorImageFilter.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── CastImageFilterTest.py │ ├── ImageFrequency │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkFrequencyBandImageFilter.h │ │ │ ├── itkFrequencyBandImageFilter.hxx │ │ │ ├── itkFrequencyFFTLayoutImageRegionConstIteratorWithIndex.h │ │ │ ├── itkFrequencyFFTLayoutImageRegionIteratorWithIndex.h │ │ │ ├── itkFrequencyHalfHermitianFFTLayoutImageRegionConstIteratorWithIndex.h │ │ │ ├── itkFrequencyHalfHermitianFFTLayoutImageRegionIteratorWithIndex.h │ │ │ ├── itkFrequencyImageRegionConstIteratorWithIndex.h │ │ │ ├── itkFrequencyImageRegionIteratorWithIndex.h │ │ │ ├── itkFrequencyShiftedFFTLayoutImageRegionConstIteratorWithIndex.h │ │ │ ├── itkFrequencyShiftedFFTLayoutImageRegionIteratorWithIndex.h │ │ │ ├── itkUnaryFrequencyDomainFilter.h │ │ │ └── itkUnaryFrequencyDomainFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkFrequencyBandImageFilterTest.cxx │ │ │ ├── itkFrequencyFFTLayoutImageRegionIteratorWithIndexTest.cxx │ │ │ └── itkFrequencyIteratorsGTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkFrequencyBandImageFilter.wrap │ │ │ ├── itkFrequencyFFTLayoutImageRegionConstIteratorWithIndex.notwrapped │ │ │ ├── itkFrequencyFFTLayoutImageRegionIteratorWithIndex.notwrapped │ │ │ ├── itkFrequencyImageRegionConstIteratorWithIndex.notwrapped │ │ │ ├── itkFrequencyImageRegionIteratorWithIndex.notwrapped │ │ │ ├── itkFrequencyShiftedFFTLayoutImageRegionConstIteratorWithIndex.notwrapped │ │ │ ├── itkFrequencyShiftedFFTLayoutImageRegionIteratorWithIndex.notwrapped │ │ │ ├── itkUnaryFrequencyDomainFilter.wrap │ │ │ └── test │ │ │ └── CMakeLists.txt │ ├── ImageFusion │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkLabelMapContourOverlayImageFilter.h │ │ │ ├── itkLabelMapContourOverlayImageFilter.hxx │ │ │ ├── itkLabelMapOverlayImageFilter.h │ │ │ ├── itkLabelMapOverlayImageFilter.hxx │ │ │ ├── itkLabelMapToRGBImageFilter.h │ │ │ ├── itkLabelMapToRGBImageFilter.hxx │ │ │ ├── itkLabelOverlayFunctor.h │ │ │ ├── itkLabelOverlayImageFilter.h │ │ │ ├── itkLabelOverlayImageFilter.hxx │ │ │ ├── itkLabelToRGBFunctor.h │ │ │ ├── itkLabelToRGBImageFilter.h │ │ │ ├── itkLabelToRGBImageFilter.hxx │ │ │ ├── itkScalarToRGBPixelFunctor.h │ │ │ └── itkScalarToRGBPixelFunctor.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── cthead1-0_0Overlay.png.cid │ │ │ │ ├── cthead1-0_1Overlay.png.cid │ │ │ │ ├── cthead1-0_2Overlay.png.cid │ │ │ │ ├── cthead1-0_3Overlay.png.cid │ │ │ │ ├── cthead1-0_4Overlay.png.cid │ │ │ │ ├── cthead1-0_5Overlay.png.cid │ │ │ │ ├── cthead1-0_6Overlay.png.cid │ │ │ │ ├── cthead1-0_7Overlay.png.cid │ │ │ │ ├── cthead1-0_8Overlay.png.cid │ │ │ │ ├── cthead1-0_9Overlay.png.cid │ │ │ │ ├── cthead1-1_0Overlay.png.cid │ │ │ │ ├── cthead1Label-color.png.cid │ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest0.png.cid │ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest1.png.cid │ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest2.png.cid │ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest4.png.cid │ │ │ │ ├── itkLabelMapOverlayImageFilterTest1.png.cid │ │ │ │ ├── itkLabelMapOverlayImageFilterTest3.png.cid │ │ │ │ └── itkLabelMapToRGBImageFilterTest1.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkLabelMapContourOverlayImageFilterTest1.cxx │ │ │ ├── itkLabelMapContourOverlayImageFilterTest2.cxx │ │ │ ├── itkLabelMapContourOverlayImageFilterTest3.cxx │ │ │ ├── itkLabelMapOverlayImageFilterTest1.cxx │ │ │ ├── itkLabelMapOverlayImageFilterTest2.cxx │ │ │ ├── itkLabelMapOverlayImageFilterTest3.cxx │ │ │ ├── itkLabelMapToRGBImageFilterTest1.cxx │ │ │ ├── itkLabelMapToRGBImageFilterTest2.cxx │ │ │ ├── itkLabelOverlayImageFilterTest.cxx │ │ │ ├── itkLabelToRGBImageFilterTest.cxx │ │ │ └── itkScalarToRGBPixelFunctorTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkLabelMapContourOverlayImageFilter.wrap │ │ │ ├── itkLabelMapOverlayImageFilter.wrap │ │ │ ├── itkLabelMapToRGBImageFilter.wrap │ │ │ ├── itkLabelOverlayImageFilter.wrap │ │ │ └── itkLabelToRGBImageFilter.wrap │ ├── ImageGradient │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkDifferenceOfGaussiansGradientImageFilter.h │ │ │ ├── itkDifferenceOfGaussiansGradientImageFilter.hxx │ │ │ ├── itkGradientImageFilter.h │ │ │ ├── itkGradientImageFilter.hxx │ │ │ ├── itkGradientMagnitudeImageFilter.h │ │ │ ├── itkGradientMagnitudeImageFilter.hxx │ │ │ ├── itkGradientMagnitudeRecursiveGaussianImageFilter.h │ │ │ ├── itkGradientMagnitudeRecursiveGaussianImageFilter.hxx │ │ │ ├── itkGradientRecursiveGaussianImageFilter.h │ │ │ ├── itkGradientRecursiveGaussianImageFilter.hxx │ │ │ ├── itkVectorGradientMagnitudeImageFilter.h │ │ │ └── itkVectorGradientMagnitudeImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkGradientRecursiveGaussianFilterTest3c.nii.gz.cid │ │ │ │ └── itkGradientRecursiveGaussianFilterTest4.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── BrainProtonDensitySlice.png.cid │ │ │ ├── itkDifferenceOfGaussiansGradientTest.cxx │ │ │ ├── itkGradientImageFilterGTest.cxx │ │ │ ├── itkGradientImageFilterTest.cxx │ │ │ ├── itkGradientImageFilterTest2.cxx │ │ │ ├── itkGradientMagnitudeImageFilterTest.cxx │ │ │ ├── itkGradientMagnitudeRecursiveGaussianFilterTest.cxx │ │ │ ├── itkGradientRecursiveGaussianFilterSpeedTest.cxx │ │ │ ├── itkGradientRecursiveGaussianFilterTest.cxx │ │ │ ├── itkGradientRecursiveGaussianFilterTest2.cxx │ │ │ ├── itkGradientRecursiveGaussianFilterTest3.cxx │ │ │ ├── itkGradientRecursiveGaussianFilterTest4.cxx │ │ │ ├── itkVectorGradientMagnitudeImageFilterTest1.cxx │ │ │ ├── itkVectorGradientMagnitudeImageFilterTest2.cxx │ │ │ └── itkVectorGradientMagnitudeImageFilterTest3.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkDifferenceOfGaussiansGradientImageFilter.wrap │ │ │ ├── itkGradientImageFilter.wrap │ │ │ ├── itkGradientMagnitudeImageFilter.wrap │ │ │ ├── itkGradientMagnitudeRecursiveGaussianImageFilter.wrap │ │ │ ├── itkGradientRecursiveGaussianImageFilter.wrap │ │ │ ├── itkVectorGradientMagnitudeImageFilter.wrap │ │ │ └── test │ │ │ ├── Baseline │ │ │ └── PythonGradientMagnitudeRecursiveGaussianImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ └── GradientMagnitudeRecursiveGaussianImageFilterTest.py │ ├── ImageGrid │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBSplineCenteredL2ResampleImageFilterBase.h │ │ │ ├── itkBSplineCenteredL2ResampleImageFilterBase.hxx │ │ │ ├── itkBSplineCenteredResampleImageFilterBase.h │ │ │ ├── itkBSplineCenteredResampleImageFilterBase.hxx │ │ │ ├── itkBSplineControlPointImageFilter.h │ │ │ ├── itkBSplineControlPointImageFilter.hxx │ │ │ ├── itkBSplineControlPointImageFunction.h │ │ │ ├── itkBSplineControlPointImageFunction.hxx │ │ │ ├── itkBSplineDownsampleImageFilter.h │ │ │ ├── itkBSplineDownsampleImageFilter.hxx │ │ │ ├── itkBSplineL2ResampleImageFilterBase.h │ │ │ ├── itkBSplineL2ResampleImageFilterBase.hxx │ │ │ ├── itkBSplineResampleImageFilterBase.h │ │ │ ├── itkBSplineResampleImageFilterBase.hxx │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilter.h │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilter.hxx │ │ │ ├── itkBSplineUpsampleImageFilter.h │ │ │ ├── itkBSplineUpsampleImageFilter.hxx │ │ │ ├── itkBinShrinkImageFilter.h │ │ │ ├── itkBinShrinkImageFilter.hxx │ │ │ ├── itkChangeInformationImageFilter.h │ │ │ ├── itkChangeInformationImageFilter.hxx │ │ │ ├── itkConstantPadImageFilter.h │ │ │ ├── itkConstantPadImageFilter.hxx │ │ │ ├── itkCoxDeBoorBSplineKernelFunction.h │ │ │ ├── itkCoxDeBoorBSplineKernelFunction.hxx │ │ │ ├── itkCropImageFilter.h │ │ │ ├── itkCropImageFilter.hxx │ │ │ ├── itkCyclicShiftImageFilter.h │ │ │ ├── itkCyclicShiftImageFilter.hxx │ │ │ ├── itkExpandImageFilter.h │ │ │ ├── itkExpandImageFilter.hxx │ │ │ ├── itkFlipImageFilter.h │ │ │ ├── itkFlipImageFilter.hxx │ │ │ ├── itkInterpolateImageFilter.h │ │ │ ├── itkInterpolateImageFilter.hxx │ │ │ ├── itkInterpolateImagePointsFilter.h │ │ │ ├── itkInterpolateImagePointsFilter.hxx │ │ │ ├── itkMirrorPadImageFilter.h │ │ │ ├── itkMirrorPadImageFilter.hxx │ │ │ ├── itkOrientImageFilter.h │ │ │ ├── itkOrientImageFilter.hxx │ │ │ ├── itkPadImageFilter.h │ │ │ ├── itkPadImageFilter.hxx │ │ │ ├── itkPadImageFilterBase.h │ │ │ ├── itkPadImageFilterBase.hxx │ │ │ ├── itkPasteImageFilter.h │ │ │ ├── itkPasteImageFilter.hxx │ │ │ ├── itkPermuteAxesImageFilter.h │ │ │ ├── itkPermuteAxesImageFilter.hxx │ │ │ ├── itkRegionOfInterestImageFilter.h │ │ │ ├── itkRegionOfInterestImageFilter.hxx │ │ │ ├── itkResampleImageFilter.h │ │ │ ├── itkResampleImageFilter.hxx │ │ │ ├── itkShrinkImageFilter.h │ │ │ ├── itkShrinkImageFilter.hxx │ │ │ ├── itkSliceBySliceImageFilter.h │ │ │ ├── itkSliceBySliceImageFilter.hxx │ │ │ ├── itkSliceImageFilter.h │ │ │ ├── itkSliceImageFilter.hxx │ │ │ ├── itkTileImageFilter.h │ │ │ ├── itkTileImageFilter.hxx │ │ │ ├── itkWarpImageFilter.h │ │ │ ├── itkWarpImageFilter.hxx │ │ │ ├── itkWarpVectorImageFilter.h │ │ │ ├── itkWarpVectorImageFilter.hxx │ │ │ ├── itkWrapPadImageFilter.h │ │ │ ├── itkWrapPadImageFilter.hxx │ │ │ ├── itkZeroFluxNeumannPadImageFilter.h │ │ │ └── itkZeroFluxNeumannPadImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── N4ControlPoints_2D.nii.gz.cid │ │ │ │ ├── N4ControlPoints_3D.nii.gz.cid │ │ │ │ ├── ResampleImageTest2.mha.cid │ │ │ │ ├── ResampleImageTest2NearestExtrapolate.mha.cid │ │ │ │ ├── ResampleImageTest2NearestExtrapolateUseRefImageOff.png.cid │ │ │ │ ├── ResampleImageTest2NearestExtrapolateUseRefImageOn.png.cid │ │ │ │ ├── ResampleImageTest3.png.cid │ │ │ │ ├── ResampleImageTest5.png.cid │ │ │ │ ├── ResampleImageTest6.png.cid │ │ │ │ ├── SwirledMirroredFloat_0.75-11-7.nrrd.cid │ │ │ │ ├── SwirledMirroredUChar_0.75-11-7.nrrd.cid │ │ │ │ ├── SwirledMirrored_0-11-7.nrrd.cid │ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest01.mha.cid │ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest02.mha.cid │ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest03.mha.cid │ │ │ │ └── itkBSplineScatteredDataPointSetToImageFilterTest05_magnitude.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── BrainProtonDensitySlice.png.cid │ │ │ │ ├── ScanConvertPhasedArray3DTestInput.mha.cid │ │ │ │ ├── Swirled.png.cid │ │ │ │ ├── circle.png.cid │ │ │ │ └── cthead1.mha.cid │ │ │ ├── itkBSplineControlPointImageFilterTest.cxx │ │ │ ├── itkBSplineControlPointImageFunctionTest.cxx │ │ │ ├── itkBSplineDownsampleImageFilterTest.cxx │ │ │ ├── itkBSplineResampleImageFilterTest.cxx │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest.cxx │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest2.cxx │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest3.cxx │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest4.cxx │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest5.cxx │ │ │ ├── itkBSplineUpsampleImageFilterTest.cxx │ │ │ ├── itkBasicArchitectureTest.cxx │ │ │ ├── itkBinShrinkImageFilterTest1.cxx │ │ │ ├── itkBinShrinkImageFilterTest2.cxx │ │ │ ├── itkChangeInformationImageFilterGTest.cxx │ │ │ ├── itkChangeInformationImageFilterTest.cxx │ │ │ ├── itkConstantPadImageTest.cxx │ │ │ ├── itkCoxDeBoorBSplineKernelFunctionTest.cxx │ │ │ ├── itkCoxDeBoorBSplineKernelFunctionTest2.cxx │ │ │ ├── itkCropImageFilter3DTest.cxx │ │ │ ├── itkCropImageFilterTest.cxx │ │ │ ├── itkCyclicReferences.cxx │ │ │ ├── itkCyclicShiftImageFilterTest.cxx │ │ │ ├── itkExpandImageFilterTest.cxx │ │ │ ├── itkExpandImageFilterTest2.cxx │ │ │ ├── itkFlipImageFilterTest.cxx │ │ │ ├── itkInterpolateImageFilterTest.cxx │ │ │ ├── itkInterpolateImagePointsFilterTest.cxx │ │ │ ├── itkMirrorPadImageFilterTest.cxx │ │ │ ├── itkMirrorPadImageTest.cxx │ │ │ ├── itkOrientImageFilterTest.cxx │ │ │ ├── itkOrientImageFilterTest2.cxx │ │ │ ├── itkPadImageFilterTest.cxx │ │ │ ├── itkPasteImageFilterGTest.cxx │ │ │ ├── itkPasteImageFilterTest.cxx │ │ │ ├── itkPermuteAxesImageFilterTest.cxx │ │ │ ├── itkPushPopTileImageFilterTest.cxx │ │ │ ├── itkRegionOfInterestImageFilterTest.cxx │ │ │ ├── itkResampleImageFilterGTest.cxx │ │ │ ├── itkResampleImageTest.cxx │ │ │ ├── itkResampleImageTest2.cxx │ │ │ ├── itkResampleImageTest2Streaming.cxx │ │ │ ├── itkResampleImageTest3.cxx │ │ │ ├── itkResampleImageTest4.cxx │ │ │ ├── itkResampleImageTest5.cxx │ │ │ ├── itkResampleImageTest6.cxx │ │ │ ├── itkResampleImageTest7.cxx │ │ │ ├── itkResampleImageTest8.cxx │ │ │ ├── itkResamplePhasedArray3DSpecialCoordinatesImageTest.cxx │ │ │ ├── itkShrinkImageStreamingTest.cxx │ │ │ ├── itkShrinkImageTest.cxx │ │ │ ├── itkSliceBySliceImageFilterTest.cxx │ │ │ ├── itkSliceImageFilterTest.cxx │ │ │ ├── itkTileImageFilterGTest.cxx │ │ │ ├── itkTileImageFilterTest.cxx │ │ │ ├── itkWarpImageFilterTest.cxx │ │ │ ├── itkWarpImageFilterTest2.cxx │ │ │ ├── itkWarpVectorImageFilterTest.cxx │ │ │ ├── itkWrapPadImageTest.cxx │ │ │ └── itkZeroFluxNeumannPadImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBSplineDownsampleImageFilter.wrap │ │ │ ├── itkBSplineUpsampleImageFilter.wrap │ │ │ ├── itkBinShrinkImageFilter.wrap │ │ │ ├── itkChangeInformationImageFilter.wrap │ │ │ ├── itkConstantPadImageFilter.wrap │ │ │ ├── itkCropImageFilter.wrap │ │ │ ├── itkCyclicShiftImageFilter.wrap │ │ │ ├── itkExpandImageFilter.wrap │ │ │ ├── itkFlipImageFilter.wrap │ │ │ ├── itkInterpolateImageFilter.wrap │ │ │ ├── itkMirrorPadImageFilter.wrap │ │ │ ├── itkOrientImageFilter.wrap │ │ │ ├── itkPadImageFilter.wrap │ │ │ ├── itkPadImageFilterBase.wrap │ │ │ ├── itkPasteImageFilter.wrap │ │ │ ├── itkPermuteAxesImageFilter.wrap │ │ │ ├── itkRegionOfInterestImageFilter.wrap │ │ │ ├── itkResampleImageFilter.wrap │ │ │ ├── itkShrinkImageFilter.wrap │ │ │ ├── itkSliceBySliceImageFilter.wrap │ │ │ ├── itkTileImageFilter.wrap │ │ │ ├── itkWarpImageFilter.wrap │ │ │ ├── itkWrapPadImageFilter.wrap │ │ │ ├── itkZeroFluxNeumannPadImageFilter.wrap │ │ │ └── test │ │ │ ├── Baseline │ │ │ ├── OrientImageFilterTest.mha.cid │ │ │ ├── PythonResampleImageFilterTest1.png.cid │ │ │ ├── PythonResampleImageFilterTest2.png.cid │ │ │ ├── PythonResampleImageFilterTest3.png.cid │ │ │ ├── PythonResampleImageFilterTest4.png.cid │ │ │ ├── ScanConvertPhasedArray3DITKNearestNeighborTestOutput.mha.cid │ │ │ ├── ScanConvertPhasedArray3DITKWindowedSincTestOutput.mha.cid │ │ │ └── ScanConvertPhasedArray3DTestOutput.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── OrientImageFilterTest.py │ │ │ ├── PhasedArray3DResampleTest.py │ │ │ └── ResampleImageFilterTest.py │ ├── ImageIntensity │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkAbsImageFilter.h │ │ │ ├── itkAcosImageFilter.h │ │ │ ├── itkAdaptImageFilter.h │ │ │ ├── itkAddImageFilter.h │ │ │ ├── itkAndImageFilter.h │ │ │ ├── itkArithmeticOpsFunctors.h │ │ │ ├── itkAsinImageFilter.h │ │ │ ├── itkAtan2ImageFilter.h │ │ │ ├── itkAtanImageFilter.h │ │ │ ├── itkBinaryMagnitudeImageFilter.h │ │ │ ├── itkBitwiseOpsFunctors.h │ │ │ ├── itkBoundedReciprocalImageFilter.h │ │ │ ├── itkClampImageFilter.h │ │ │ ├── itkClampImageFilter.hxx │ │ │ ├── itkComplexToImaginaryImageFilter.h │ │ │ ├── itkComplexToModulusImageFilter.h │ │ │ ├── itkComplexToPhaseImageFilter.h │ │ │ ├── itkComplexToRealImageFilter.h │ │ │ ├── itkConstrainedValueAdditionImageFilter.h │ │ │ ├── itkConstrainedValueDifferenceImageFilter.h │ │ │ ├── itkCosImageFilter.h │ │ │ ├── itkDiscreteGaussianDerivativeImageFunction.h │ │ │ ├── itkDiscreteGaussianDerivativeImageFunction.hxx │ │ │ ├── itkDiscreteGradientMagnitudeGaussianImageFunction.h │ │ │ ├── itkDiscreteGradientMagnitudeGaussianImageFunction.hxx │ │ │ ├── itkDiscreteHessianGaussianImageFunction.h │ │ │ ├── itkDiscreteHessianGaussianImageFunction.hxx │ │ │ ├── itkDivideImageFilter.h │ │ │ ├── itkDivideOrZeroOutImageFilter.h │ │ │ ├── itkEdgePotentialImageFilter.h │ │ │ ├── itkExpImageFilter.h │ │ │ ├── itkExpNegativeImageFilter.h │ │ │ ├── itkHistogramMatchingImageFilter.h │ │ │ ├── itkHistogramMatchingImageFilter.hxx │ │ │ ├── itkIntensityWindowingImageFilter.h │ │ │ ├── itkIntensityWindowingImageFilter.hxx │ │ │ ├── itkInvertIntensityImageFilter.h │ │ │ ├── itkInvertIntensityImageFilter.hxx │ │ │ ├── itkLog10ImageFilter.h │ │ │ ├── itkLogImageFilter.h │ │ │ ├── itkLogicOpsFunctors.h │ │ │ ├── itkMagnitudeAndPhaseToComplexImageFilter.h │ │ │ ├── itkMaskImageFilter.h │ │ │ ├── itkMaskNegatedImageFilter.h │ │ │ ├── itkMatrixIndexSelectionImageFilter.h │ │ │ ├── itkMaximumImageFilter.h │ │ │ ├── itkMinimumImageFilter.h │ │ │ ├── itkModulusImageFilter.h │ │ │ ├── itkModulusImageFilter.hxx │ │ │ ├── itkMultiplyImageFilter.h │ │ │ ├── itkNaryAddImageFilter.h │ │ │ ├── itkNaryFunctorImageFilter.h │ │ │ ├── itkNaryFunctorImageFilter.hxx │ │ │ ├── itkNaryMaximumImageFilter.h │ │ │ ├── itkNormalizeImageFilter.h │ │ │ ├── itkNormalizeImageFilter.hxx │ │ │ ├── itkNormalizeToConstantImageFilter.h │ │ │ ├── itkNormalizeToConstantImageFilter.hxx │ │ │ ├── itkNotImageFilter.h │ │ │ ├── itkOrImageFilter.h │ │ │ ├── itkPolylineMask2DImageFilter.h │ │ │ ├── itkPolylineMask2DImageFilter.hxx │ │ │ ├── itkPolylineMaskImageFilter.h │ │ │ ├── itkPolylineMaskImageFilter.hxx │ │ │ ├── itkPowImageFilter.h │ │ │ ├── itkRGBToLuminanceImageFilter.h │ │ │ ├── itkRescaleIntensityImageFilter.h │ │ │ ├── itkRescaleIntensityImageFilter.hxx │ │ │ ├── itkRoundImageFilter.h │ │ │ ├── itkShiftScaleImageFilter.h │ │ │ ├── itkShiftScaleImageFilter.hxx │ │ │ ├── itkSigmoidImageFilter.h │ │ │ ├── itkSinImageFilter.h │ │ │ ├── itkSqrtImageFilter.h │ │ │ ├── itkSquareImageFilter.h │ │ │ ├── itkSubtractImageFilter.h │ │ │ ├── itkSymmetricEigenAnalysisImageFilter.h │ │ │ ├── itkTanImageFilter.h │ │ │ ├── itkTernaryAddImageFilter.h │ │ │ ├── itkTernaryMagnitudeImageFilter.h │ │ │ ├── itkTernaryMagnitudeSquaredImageFilter.h │ │ │ ├── itkTernaryOperatorImageFilter.h │ │ │ ├── itkVectorExpandImageFilter.h │ │ │ ├── itkVectorExpandImageFilter.hxx │ │ │ ├── itkVectorIndexSelectionCastImageFilter.h │ │ │ ├── itkVectorMagnitudeImageFilter.h │ │ │ ├── itkVectorRescaleIntensityImageFilter.h │ │ │ ├── itkVectorRescaleIntensityImageFilter.hxx │ │ │ ├── itkWeightedAddImageFilter.h │ │ │ └── itkXorImageFilter.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkSymmetricEigenAnalysisImageFilter.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── PolylineMaskImageFilterTest.mha.cid │ │ │ │ ├── itkDiscreteGaussianDerivativeImageFunctionTest01.png.cid │ │ │ │ ├── itkDiscreteGradientMagnitudeGaussianImageFunctionTest01.png.cid │ │ │ │ ├── itkDiscreteHessianGaussianImageFunctionTest.mha.cid │ │ │ │ └── itkMagnitudeAndPhaseToComplexImageFilterTestBaseline.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── itkBrainSliceComplexMagnitude.mha.cid │ │ │ │ └── itkBrainSliceComplexPhase.mha.cid │ │ │ ├── itkAbsImageFilterAndAdaptorTest.cxx │ │ │ ├── itkAcosImageFilterAndAdaptorTest.cxx │ │ │ ├── itkAdaptImageFilterTest.cxx │ │ │ ├── itkAdaptImageFilterTest2.cxx │ │ │ ├── itkAddImageAdaptorTest.cxx │ │ │ ├── itkAddImageFilterFrameTest.cxx │ │ │ ├── itkAddImageFilterTest.cxx │ │ │ ├── itkAddImageFilterTest2.cxx │ │ │ ├── itkAndImageFilterTest.cxx │ │ │ ├── itkArithmeticOpsFunctorsTest.cxx │ │ │ ├── itkAsinImageFilterAndAdaptorTest.cxx │ │ │ ├── itkAtan2ImageFilterTest.cxx │ │ │ ├── itkAtanImageFilterAndAdaptorTest.cxx │ │ │ ├── itkBinaryMagnitudeImageFilterTest.cxx │ │ │ ├── itkBitwiseOpsFunctorsTest.cxx │ │ │ ├── itkBoundedReciprocalImageFilterTest.cxx │ │ │ ├── itkClampImageFilterTest.cxx │ │ │ ├── itkComplexToImaginaryFilterAndAdaptorTest.cxx │ │ │ ├── itkComplexToModulusFilterAndAdaptorTest.cxx │ │ │ ├── itkComplexToPhaseFilterAndAdaptorTest.cxx │ │ │ ├── itkComplexToRealFilterAndAdaptorTest.cxx │ │ │ ├── itkConstrainedValueAdditionImageFilterTest.cxx │ │ │ ├── itkCosImageFilterAndAdaptorTest.cxx │ │ │ ├── itkDiscreteGaussianDerivativeImageFunctionTest.cxx │ │ │ ├── itkDiscreteGradientMagnitudeGaussianImageFunctionTest.cxx │ │ │ ├── itkDiscreteHessianGaussianImageFunctionTest.cxx │ │ │ ├── itkDivideImageFilterTest.cxx │ │ │ ├── itkDivideImageFilterTest2.cxx │ │ │ ├── itkDivideOrZeroOutImageFilterTest.cxx │ │ │ ├── itkEdgePotentialImageFilterTest.cxx │ │ │ ├── itkEqualTest.cxx │ │ │ ├── itkExpImageFilterAndAdaptorTest.cxx │ │ │ ├── itkExpNegativeImageFilterAndAdaptorTest.cxx │ │ │ ├── itkGreaterEqualTest.cxx │ │ │ ├── itkGreaterTest.cxx │ │ │ ├── itkHistogramMatchingImageFilterTest.cxx │ │ │ ├── itkImageAdaptorNthElementTest.cxx │ │ │ ├── itkIntensityWindowingImageFilterTest.cxx │ │ │ ├── itkInvertIntensityImageFilterTest.cxx │ │ │ ├── itkLessEqualTest.cxx │ │ │ ├── itkLessTest.cxx │ │ │ ├── itkLog10ImageFilterAndAdaptorTest.cxx │ │ │ ├── itkLogImageFilterAndAdaptorTest.cxx │ │ │ ├── itkLogicTestSupport.h │ │ │ ├── itkMagnitudeAndPhaseToComplexImageFilterTest.cxx │ │ │ ├── itkMaskImageFilterTest.cxx │ │ │ ├── itkMaskNegatedImageFilterTest.cxx │ │ │ ├── itkMatrixIndexSelectionImageFilterTest.cxx │ │ │ ├── itkMaximumImageFilterTest.cxx │ │ │ ├── itkMinimumImageFilterTest.cxx │ │ │ ├── itkModulusImageFilterTest.cxx │ │ │ ├── itkMultiplyImageFilterTest.cxx │ │ │ ├── itkNaryAddImageFilterTest.cxx │ │ │ ├── itkNaryMaximumImageFilterTest.cxx │ │ │ ├── itkNormalizeImageFilterTest.cxx │ │ │ ├── itkNormalizeToConstantImageFilterTest.cxx │ │ │ ├── itkNotEqualTest.cxx │ │ │ ├── itkNotImageFilterTest.cxx │ │ │ ├── itkNthElementPixelAccessorTest2.cxx │ │ │ ├── itkOrImageFilterTest.cxx │ │ │ ├── itkPolylineMask2DImageFilterTest.cxx │ │ │ ├── itkPolylineMaskImageFilterTest.cxx │ │ │ ├── itkPowImageFilterTest.cxx │ │ │ ├── itkPromoteDimensionImageTest.cxx │ │ │ ├── itkRGBToLuminanceImageFilterAndAdaptorTest.cxx │ │ │ ├── itkRGBToVectorAdaptImageFilterTest.cxx │ │ │ ├── itkRescaleIntensityImageFilterTest.cxx │ │ │ ├── itkRoundImageFilterTest.cxx │ │ │ ├── itkShiftScaleImageFilterTest.cxx │ │ │ ├── itkSigmoidImageFilterTest.cxx │ │ │ ├── itkSinImageFilterAndAdaptorTest.cxx │ │ │ ├── itkSqrtImageFilterAndAdaptorTest.cxx │ │ │ ├── itkSquareImageFilterTest.cxx │ │ │ ├── itkSubtractImageFilterTest.cxx │ │ │ ├── itkSymmetricEigenAnalysisImageFilterTest.cxx │ │ │ ├── itkTanImageFilterAndAdaptorTest.cxx │ │ │ ├── itkTernaryMagnitudeImageFilterTest.cxx │ │ │ ├── itkTernaryMagnitudeSquaredImageFilterTest.cxx │ │ │ ├── itkTernaryOperatorImageFilterTest.cxx │ │ │ ├── itkVectorExpandImageFilterTest.cxx │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest.cxx │ │ │ ├── itkVectorMagnitudeImageFilterTest.cxx │ │ │ ├── itkVectorRescaleIntensityImageFilterTest.cxx │ │ │ ├── itkVectorToRGBImageAdaptorTest.cxx │ │ │ ├── itkWeightedAddImageFilterTest.cxx │ │ │ └── itkXorImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAbsImageFilter.wrap │ │ │ ├── itkAcosImageFilter.wrap │ │ │ ├── itkAddImageFilter.wrap │ │ │ ├── itkAndImageFilter.wrap │ │ │ ├── itkAsinImageFilter.wrap │ │ │ ├── itkAtan2ImageFilter.wrap │ │ │ ├── itkAtanImageFilter.wrap │ │ │ ├── itkBinaryMagnitudeImageFilter.wrap │ │ │ ├── itkBoundedReciprocalImageFilter.wrap │ │ │ ├── itkClampImageFilter.wrap │ │ │ ├── itkComplexToImaginaryImageFilter.wrap │ │ │ ├── itkComplexToModulusImageFilter.wrap │ │ │ ├── itkComplexToPhaseImageFilter.wrap │ │ │ ├── itkComplexToRealImageFilter.wrap │ │ │ ├── itkConstrainedValueAdditionImageFilter.wrap │ │ │ ├── itkConstrainedValueDifferenceImageFilter.wrap │ │ │ ├── itkCosImageFilter.wrap │ │ │ ├── itkDivideImageFilter.wrap │ │ │ ├── itkEdgePotentialImageFilter.wrap │ │ │ ├── itkExpImageFilter.wrap │ │ │ ├── itkExpNegativeImageFilter.wrap │ │ │ ├── itkHistogramMatchingImageFilter.wrap │ │ │ ├── itkIntensityWindowingImageFilter.wrap │ │ │ ├── itkInvertIntensityImageFilter.wrap │ │ │ ├── itkLog10ImageFilter.wrap │ │ │ ├── itkLogImageFilter.wrap │ │ │ ├── itkMagnitudeAndPhaseToComplexImageFilter.wrap │ │ │ ├── itkMaskImageFilter.wrap │ │ │ ├── itkMaskNegatedImageFilter.wrap │ │ │ ├── itkMaximumImageFilter.wrap │ │ │ ├── itkMinimumImageFilter.wrap │ │ │ ├── itkModulusImageFilter.wrap │ │ │ ├── itkMultiplyImageFilter.wrap │ │ │ ├── itkNaryAddImageFilter.wrap │ │ │ ├── itkNaryMaximumImageFilter.wrap │ │ │ ├── itkNormalizeImageFilter.wrap │ │ │ ├── itkNormalizeToConstantImageFilter.wrap │ │ │ ├── itkNotImageFilter.wrap │ │ │ ├── itkOrImageFilter.wrap │ │ │ ├── itkPowImageFilter.wrap │ │ │ ├── itkRGBToLuminanceImageFilter.wrap │ │ │ ├── itkRescaleIntensityImageFilter.wrap │ │ │ ├── itkRoundImageFilter.wrap │ │ │ ├── itkShiftScaleImageFilter.wrap │ │ │ ├── itkSigmoidImageFilter.wrap │ │ │ ├── itkSinImageFilter.wrap │ │ │ ├── itkSqrtImageFilter.wrap │ │ │ ├── itkSquareImageFilter.wrap │ │ │ ├── itkSubtractImageFilter.wrap │ │ │ ├── itkSymmetricEigenAnalysisImageFilter.wrap │ │ │ ├── itkTanImageFilter.wrap │ │ │ ├── itkTernaryAddImageFilter.wrap │ │ │ ├── itkTernaryMagnitudeImageFilter.wrap │ │ │ ├── itkTernaryMagnitudeSquaredImageFilter.wrap │ │ │ ├── itkVectorIndexSelectionCastImageFilter.wrap │ │ │ ├── itkVectorMagnitudeImageFilter.wrap │ │ │ ├── itkVectorRescaleIntensityImageFilter.wrap │ │ │ ├── itkWeightedAddImageFilter.wrap │ │ │ ├── itkXorImageFilter.wrap │ │ │ └── test │ │ │ ├── Baseline │ │ │ └── PythonSigmoidImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── SigmoidImageFilterTest.py │ │ │ ├── itkImageFilterNumPyInputsTest.py │ │ │ └── itkIntensityWindowingImageFilterTest.py │ ├── ImageLabel │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBinaryContourImageFilter.h │ │ │ ├── itkBinaryContourImageFilter.hxx │ │ │ ├── itkChangeLabelImageFilter.h │ │ │ ├── itkChangeLabelImageFilter.hxx │ │ │ ├── itkLabelContourImageFilter.h │ │ │ ├── itkLabelContourImageFilter.hxx │ │ │ └── itkScanlineFilterCommon.h │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkBinaryContourImageFilterTest0.png.cid │ │ │ │ ├── itkBinaryContourImageFilterTest1.png.cid │ │ │ │ ├── itkLabelContourImageFilterTest0.png.cid │ │ │ │ └── itkLabelContourImageFilterTest1.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryContourImageFilterTest.cxx │ │ │ ├── itkChangeLabelImageFilterTest.cxx │ │ │ └── itkLabelContourImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryContourImageFilter.wrap │ │ │ ├── itkChangeLabelImageFilter.wrap │ │ │ ├── itkLabelContourImageFilter.wrap │ │ │ └── itkScanlineFilterCommon.wrap │ ├── ImageNoise │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkAdditiveGaussianNoiseImageFilter.h │ │ │ ├── itkAdditiveGaussianNoiseImageFilter.hxx │ │ │ ├── itkNoiseBaseImageFilter.h │ │ │ ├── itkNoiseBaseImageFilter.hxx │ │ │ ├── itkSaltAndPepperNoiseImageFilter.h │ │ │ ├── itkSaltAndPepperNoiseImageFilter.hxx │ │ │ ├── itkShotNoiseImageFilter.h │ │ │ ├── itkShotNoiseImageFilter.hxx │ │ │ ├── itkSpeckleNoiseImageFilter.h │ │ │ └── itkSpeckleNoiseImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAdditiveGaussianNoiseImageFilterTest.cxx │ │ │ ├── itkPeakSignalToNoiseRatioCalculator.h │ │ │ ├── itkPeakSignalToNoiseRatioCalculator.hxx │ │ │ ├── itkPeakSignalToNoiseRatioCalculatorTest.cxx │ │ │ ├── itkSaltAndPepperNoiseImageFilterTest.cxx │ │ │ ├── itkShotNoiseImageFilterTest.cxx │ │ │ └── itkSpeckleNoiseImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAdditiveGaussianNoiseImageFilter.wrap │ │ │ ├── itkNoiseBaseImageFilter.wrap │ │ │ ├── itkSaltAndPepperNoiseImageFilter.wrap │ │ │ ├── itkShotNoiseImageFilter.wrap │ │ │ └── itkSpeckleNoiseImageFilter.wrap │ ├── ImageSources │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGaborImageSource.h │ │ │ ├── itkGaborImageSource.hxx │ │ │ ├── itkGaborKernelFunction.h │ │ │ ├── itkGaussianImageSource.h │ │ │ ├── itkGaussianImageSource.hxx │ │ │ ├── itkGenerateImageSource.h │ │ │ ├── itkGenerateImageSource.hxx │ │ │ ├── itkGridImageSource.h │ │ │ ├── itkGridImageSource.hxx │ │ │ ├── itkParametricImageSource.h │ │ │ ├── itkParametricImageSource.hxx │ │ │ ├── itkPhysicalPointImageSource.h │ │ │ └── itkPhysicalPointImageSource.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── itkGridImageSourceTest5.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGaborImageSourceTest.cxx │ │ │ ├── itkGaborKernelFunctionTest.cxx │ │ │ ├── itkGaussianImageSourceTest.cxx │ │ │ ├── itkGridImageSourceTest.cxx │ │ │ ├── itkGridImageSourceTest2.cxx │ │ │ └── itkPhysicalPointImageSourceTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGaborImageSource.wrap │ │ │ ├── itkGaussianImageSource.wrap │ │ │ ├── itkGenerateImageSource.wrap │ │ │ ├── itkGridImageSource.wrap │ │ │ ├── itkParametricImageSource.wrap │ │ │ └── itkPhysicalPointImageSource.wrap │ ├── ImageStatistics │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkAccumulateImageFilter.h │ │ │ ├── itkAccumulateImageFilter.hxx │ │ │ ├── itkAdaptiveEqualizationHistogram.h │ │ │ ├── itkAdaptiveHistogramEqualizationImageFilter.h │ │ │ ├── itkAdaptiveHistogramEqualizationImageFilter.hxx │ │ │ ├── itkBinaryProjectionImageFilter.h │ │ │ ├── itkGetAverageSliceImageFilter.h │ │ │ ├── itkGetAverageSliceImageFilter.hxx │ │ │ ├── itkHistogramAlgorithmBase.h │ │ │ ├── itkHistogramAlgorithmBase.hxx │ │ │ ├── itkImageMomentsCalculator.h │ │ │ ├── itkImageMomentsCalculator.hxx │ │ │ ├── itkImagePCADecompositionCalculator.h │ │ │ ├── itkImagePCADecompositionCalculator.hxx │ │ │ ├── itkImagePCAShapeModelEstimator.h │ │ │ ├── itkImagePCAShapeModelEstimator.hxx │ │ │ ├── itkImageShapeModelEstimatorBase.h │ │ │ ├── itkImageShapeModelEstimatorBase.hxx │ │ │ ├── itkLabelOverlapMeasuresImageFilter.h │ │ │ ├── itkLabelOverlapMeasuresImageFilter.hxx │ │ │ ├── itkLabelStatisticsImageFilter.h │ │ │ ├── itkLabelStatisticsImageFilter.hxx │ │ │ ├── itkMaximumProjectionImageFilter.h │ │ │ ├── itkMeanProjectionImageFilter.h │ │ │ ├── itkMedianProjectionImageFilter.h │ │ │ ├── itkMinimumMaximumImageFilter.h │ │ │ ├── itkMinimumMaximumImageFilter.hxx │ │ │ ├── itkMinimumProjectionImageFilter.h │ │ │ ├── itkProjectionImageFilter.h │ │ │ ├── itkProjectionImageFilter.hxx │ │ │ ├── itkStandardDeviationProjectionImageFilter.h │ │ │ ├── itkStatisticsImageFilter.h │ │ │ ├── itkStatisticsImageFilter.hxx │ │ │ └── itkSumProjectionImageFilter.h │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── sourceImage.nii.gz.cid │ │ │ │ └── targetImage.nii.gz.cid │ │ │ ├── itkAccumulateImageFilterTest.cxx │ │ │ ├── itkAdaptiveHistogramEqualizationImageFilterTest.cxx │ │ │ ├── itkBinaryProjectionImageFilterTest.cxx │ │ │ ├── itkGetAverageSliceImageFilterTest.cxx │ │ │ ├── itkHistogramToEntropyImageFilterTest1.cxx │ │ │ ├── itkHistogramToEntropyImageFilterTest2.cxx │ │ │ ├── itkHistogramToIntensityImageFilterTest1.cxx │ │ │ ├── itkHistogramToIntensityImageFilterTest2.cxx │ │ │ ├── itkHistogramToLogProbabilityImageFilterTest1.cxx │ │ │ ├── itkHistogramToLogProbabilityImageFilterTest2.cxx │ │ │ ├── itkHistogramToProbabilityImageFilterTest1.cxx │ │ │ ├── itkHistogramToProbabilityImageFilterTest2.cxx │ │ │ ├── itkImageMomentsTest.cxx │ │ │ ├── itkImagePCADecompositionCalculatorTest.cxx │ │ │ ├── itkImagePCAShapeModelEstimatorTest.cxx │ │ │ ├── itkLabelOverlapMeasuresImageFilterGTest.cxx │ │ │ ├── itkLabelOverlapMeasuresImageFilterTest.cxx │ │ │ ├── itkLabelStatisticsImageFilterTest.cxx │ │ │ ├── itkMaximumProjectionImageFilterTest.cxx │ │ │ ├── itkMaximumProjectionImageFilterTest2.cxx │ │ │ ├── itkMaximumProjectionImageFilterTest3.cxx │ │ │ ├── itkMaximumProjectionImageFilterTest4.cxx │ │ │ ├── itkMeanProjectionImageFilterTest.cxx │ │ │ ├── itkMedianProjectionImageFilterTest.cxx │ │ │ ├── itkMinimumMaximumImageFilterGTest.cxx │ │ │ ├── itkMinimumMaximumImageFilterTest.cxx │ │ │ ├── itkMinimumProjectionImageFilterTest.cxx │ │ │ ├── itkProjectionImageFilterTest.cxx │ │ │ ├── itkStandardDeviationProjectionImageFilterTest.cxx │ │ │ ├── itkStatisticsImageFilterTest.cxx │ │ │ └── itkSumProjectionImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAccumulateImageFilter.wrap │ │ │ ├── itkAdaptiveHistogramEqualizationImageFilter.wrap │ │ │ ├── itkBinaryProjectionImageFilter.wrap │ │ │ ├── itkImageMomentsCalculator.wrap │ │ │ ├── itkImagePCAShapeModelEstimator.wrap │ │ │ ├── itkImageShapeModelEstimatorBase.wrap │ │ │ ├── itkLabelOverlapMeasuresImageFilter.wrap │ │ │ ├── itkLabelStatisticsImageFilter.wrap │ │ │ ├── itkMaximumProjectionImageFilter.wrap │ │ │ ├── itkMeanProjectionImageFilter.wrap │ │ │ ├── itkMedianProjectionImageFilter.wrap │ │ │ ├── itkMinimumMaximumImageFilter.wrap │ │ │ ├── itkMinimumProjectionImageFilter.wrap │ │ │ ├── itkStandardDeviationProjectionImageFilter.wrap │ │ │ ├── itkStatisticsImageFilter.wrap │ │ │ └── itkSumProjectionImageFilter.wrap │ ├── LabelMap │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkAggregateLabelMapFilter.h │ │ │ ├── itkAggregateLabelMapFilter.hxx │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilter.h │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilter.hxx │ │ │ ├── itkAttributeLabelObject.h │ │ │ ├── itkAttributeOpeningLabelMapFilter.h │ │ │ ├── itkAttributeOpeningLabelMapFilter.hxx │ │ │ ├── itkAttributePositionLabelMapFilter.h │ │ │ ├── itkAttributePositionLabelMapFilter.hxx │ │ │ ├── itkAttributeRelabelLabelMapFilter.h │ │ │ ├── itkAttributeRelabelLabelMapFilter.hxx │ │ │ ├── itkAttributeSelectionLabelMapFilter.h │ │ │ ├── itkAttributeSelectionLabelMapFilter.hxx │ │ │ ├── itkAttributeUniqueLabelMapFilter.h │ │ │ ├── itkAttributeUniqueLabelMapFilter.hxx │ │ │ ├── itkAutoCropLabelMapFilter.h │ │ │ ├── itkAutoCropLabelMapFilter.hxx │ │ │ ├── itkBinaryFillholeImageFilter.h │ │ │ ├── itkBinaryFillholeImageFilter.hxx │ │ │ ├── itkBinaryGrindPeakImageFilter.h │ │ │ ├── itkBinaryGrindPeakImageFilter.hxx │ │ │ ├── itkBinaryImageToLabelMapFilter.h │ │ │ ├── itkBinaryImageToLabelMapFilter.hxx │ │ │ ├── itkBinaryImageToShapeLabelMapFilter.h │ │ │ ├── itkBinaryImageToShapeLabelMapFilter.hxx │ │ │ ├── itkBinaryImageToStatisticsLabelMapFilter.h │ │ │ ├── itkBinaryImageToStatisticsLabelMapFilter.hxx │ │ │ ├── itkBinaryNotImageFilter.h │ │ │ ├── itkBinaryReconstructionByDilationImageFilter.h │ │ │ ├── itkBinaryReconstructionByDilationImageFilter.hxx │ │ │ ├── itkBinaryReconstructionByErosionImageFilter.h │ │ │ ├── itkBinaryReconstructionByErosionImageFilter.hxx │ │ │ ├── itkBinaryReconstructionLabelMapFilter.h │ │ │ ├── itkBinaryReconstructionLabelMapFilter.hxx │ │ │ ├── itkBinaryShapeKeepNObjectsImageFilter.h │ │ │ ├── itkBinaryShapeKeepNObjectsImageFilter.hxx │ │ │ ├── itkBinaryShapeOpeningImageFilter.h │ │ │ ├── itkBinaryShapeOpeningImageFilter.hxx │ │ │ ├── itkBinaryStatisticsKeepNObjectsImageFilter.h │ │ │ ├── itkBinaryStatisticsKeepNObjectsImageFilter.hxx │ │ │ ├── itkBinaryStatisticsOpeningImageFilter.h │ │ │ ├── itkBinaryStatisticsOpeningImageFilter.hxx │ │ │ ├── itkChangeLabelLabelMapFilter.h │ │ │ ├── itkChangeLabelLabelMapFilter.hxx │ │ │ ├── itkChangeRegionLabelMapFilter.h │ │ │ ├── itkChangeRegionLabelMapFilter.hxx │ │ │ ├── itkConvertLabelMapFilter.h │ │ │ ├── itkConvertLabelMapFilter.hxx │ │ │ ├── itkCropLabelMapFilter.h │ │ │ ├── itkCropLabelMapFilter.hxx │ │ │ ├── itkGeometryUtilities.h │ │ │ ├── itkInPlaceLabelMapFilter.h │ │ │ ├── itkInPlaceLabelMapFilter.hxx │ │ │ ├── itkLabelImageToLabelMapFilter.h │ │ │ ├── itkLabelImageToLabelMapFilter.hxx │ │ │ ├── itkLabelImageToShapeLabelMapFilter.h │ │ │ ├── itkLabelImageToShapeLabelMapFilter.hxx │ │ │ ├── itkLabelImageToStatisticsLabelMapFilter.h │ │ │ ├── itkLabelImageToStatisticsLabelMapFilter.hxx │ │ │ ├── itkLabelMap.h │ │ │ ├── itkLabelMap.hxx │ │ │ ├── itkLabelMapFilter.h │ │ │ ├── itkLabelMapFilter.hxx │ │ │ ├── itkLabelMapMaskImageFilter.h │ │ │ ├── itkLabelMapMaskImageFilter.hxx │ │ │ ├── itkLabelMapToAttributeImageFilter.h │ │ │ ├── itkLabelMapToAttributeImageFilter.hxx │ │ │ ├── itkLabelMapToBinaryImageFilter.h │ │ │ ├── itkLabelMapToBinaryImageFilter.hxx │ │ │ ├── itkLabelMapToLabelImageFilter.h │ │ │ ├── itkLabelMapToLabelImageFilter.hxx │ │ │ ├── itkLabelMapUtilities.h │ │ │ ├── itkLabelObject.h │ │ │ ├── itkLabelObject.hxx │ │ │ ├── itkLabelObjectAccessors.h │ │ │ ├── itkLabelObjectLine.h │ │ │ ├── itkLabelObjectLine.hxx │ │ │ ├── itkLabelObjectLineComparator.h │ │ │ ├── itkLabelSelectionLabelMapFilter.h │ │ │ ├── itkLabelShapeKeepNObjectsImageFilter.h │ │ │ ├── itkLabelShapeKeepNObjectsImageFilter.hxx │ │ │ ├── itkLabelShapeOpeningImageFilter.h │ │ │ ├── itkLabelShapeOpeningImageFilter.hxx │ │ │ ├── itkLabelStatisticsKeepNObjectsImageFilter.h │ │ │ ├── itkLabelStatisticsKeepNObjectsImageFilter.hxx │ │ │ ├── itkLabelStatisticsOpeningImageFilter.h │ │ │ ├── itkLabelStatisticsOpeningImageFilter.hxx │ │ │ ├── itkLabelUniqueLabelMapFilter.h │ │ │ ├── itkMergeLabelMapFilter.h │ │ │ ├── itkMergeLabelMapFilter.hxx │ │ │ ├── itkObjectByObjectLabelMapFilter.h │ │ │ ├── itkObjectByObjectLabelMapFilter.hxx │ │ │ ├── itkPadLabelMapFilter.h │ │ │ ├── itkPadLabelMapFilter.hxx │ │ │ ├── itkRegionFromReferenceLabelMapFilter.h │ │ │ ├── itkRegionFromReferenceLabelMapFilter.hxx │ │ │ ├── itkRelabelLabelMapFilter.h │ │ │ ├── itkShapeKeepNObjectsLabelMapFilter.h │ │ │ ├── itkShapeKeepNObjectsLabelMapFilter.hxx │ │ │ ├── itkShapeLabelMapFilter.h │ │ │ ├── itkShapeLabelMapFilter.hxx │ │ │ ├── itkShapeLabelObject.h │ │ │ ├── itkShapeLabelObjectAccessors.h │ │ │ ├── itkShapeOpeningLabelMapFilter.h │ │ │ ├── itkShapeOpeningLabelMapFilter.hxx │ │ │ ├── itkShapePositionLabelMapFilter.h │ │ │ ├── itkShapePositionLabelMapFilter.hxx │ │ │ ├── itkShapeRelabelImageFilter.h │ │ │ ├── itkShapeRelabelImageFilter.hxx │ │ │ ├── itkShapeRelabelLabelMapFilter.h │ │ │ ├── itkShapeRelabelLabelMapFilter.hxx │ │ │ ├── itkShapeUniqueLabelMapFilter.h │ │ │ ├── itkShapeUniqueLabelMapFilter.hxx │ │ │ ├── itkShiftScaleLabelMapFilter.h │ │ │ ├── itkShiftScaleLabelMapFilter.hxx │ │ │ ├── itkStatisticsKeepNObjectsLabelMapFilter.h │ │ │ ├── itkStatisticsKeepNObjectsLabelMapFilter.hxx │ │ │ ├── itkStatisticsLabelMapFilter.h │ │ │ ├── itkStatisticsLabelMapFilter.hxx │ │ │ ├── itkStatisticsLabelObject.h │ │ │ ├── itkStatisticsLabelObjectAccessors.h │ │ │ ├── itkStatisticsOpeningLabelMapFilter.h │ │ │ ├── itkStatisticsOpeningLabelMapFilter.hxx │ │ │ ├── itkStatisticsPositionLabelMapFilter.h │ │ │ ├── itkStatisticsPositionLabelMapFilter.hxx │ │ │ ├── itkStatisticsRelabelImageFilter.h │ │ │ ├── itkStatisticsRelabelImageFilter.hxx │ │ │ ├── itkStatisticsRelabelLabelMapFilter.h │ │ │ ├── itkStatisticsRelabelLabelMapFilter.hxx │ │ │ ├── itkStatisticsUniqueLabelMapFilter.h │ │ │ └── itkStatisticsUniqueLabelMapFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGeometryUtilities.cxx │ │ │ └── itkMergeLabelMapFilter.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── Spots-binaryimage-to-shapelabel.mha.cid │ │ │ │ ├── Spots-binaryimage-to-statisticslabel.mha.cid │ │ │ │ ├── binary-image-various-shapes01-binary-shape-keep-n-objects.png.cid │ │ │ │ ├── connected0lines-0.png.cid │ │ │ │ ├── connected0lines-1.png.cid │ │ │ │ ├── cthead1-binary-shape-opening.mha.cid │ │ │ │ ├── cthead1-keep-n-objects.mha.cid │ │ │ │ ├── cthead1-label-autocrop.mha.cid │ │ │ │ ├── cthead1-label-binary.mha.cid │ │ │ │ ├── cthead1-label-changed.mha.cid │ │ │ │ ├── cthead1-label-changed2.mha.cid │ │ │ │ ├── cthead1-label-changed3.png.cid │ │ │ │ ├── cthead1-label-changeregion.mha.cid │ │ │ │ ├── cthead1-label-crop.mha.cid │ │ │ │ ├── cthead1-label-pad.mha.cid │ │ │ │ ├── cthead1-label-regionreference.mha.cid │ │ │ │ ├── cthead1-label-relabeled.mha.cid │ │ │ │ ├── cthead1-label-shiftscaled.mha.cid │ │ │ │ ├── cthead1-labelAggregate.mha.cid │ │ │ │ ├── cthead1-labeled.mha.cid │ │ │ │ ├── cthead1-shape-opening.mha.cid │ │ │ │ ├── cthead1-shape-relabel-labelmap.mha.cid │ │ │ │ ├── cthead1-shape-unique-labelmap.mha.cid │ │ │ │ ├── cthead1-statistics-object-removed-baseline.png.cid │ │ │ │ ├── cthead1-statistics-relabel_image-baseline.png.cid │ │ │ │ ├── cthead1Label-label-statistics-opening-baseline.png.cid │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-baseline1.png.cid │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-baseline2.png.cid │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-dilate-baseline1.png.cid │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-dilate-baseline2.png.cid │ │ │ │ ├── cthead1Label-shape-open-baseline.png.cid │ │ │ │ ├── cthead1Label-shape-relabel-baseline.png.cid │ │ │ │ ├── cthead1Label-statistics-keep-NObjects-baseline.png.cid │ │ │ │ ├── fillhole_test_3D_0.nrrd.cid │ │ │ │ ├── fillhole_test_3D_1.nrrd.cid │ │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilterTest0.png.cid │ │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilterTest1.png.cid │ │ │ │ ├── itkAttributeOpeningLabelMapFilterTest0.png.cid │ │ │ │ ├── itkAttributeOpeningLabelMapFilterTest1.png.cid │ │ │ │ ├── itkAttributePositionLabelMapFilterTest1.png.cid │ │ │ │ ├── itkAttributeRelabelLabelMapFilterTest0.png.cid │ │ │ │ ├── itkAttributeRelabelLabelMapFilterTest1.png.cid │ │ │ │ ├── itkAttributeUniqueLabelMapFilterTest0.png.cid │ │ │ │ ├── itkAttributeUniqueLabelMapFilterTest1.png.cid │ │ │ │ ├── itkAutoCropLabelMapFilterTest2-163.png.cid │ │ │ │ ├── itkAutoCropLabelMapFilterTest2-92.png.cid │ │ │ │ ├── itkBinaryFillholeImageFilterTest1.png.cid │ │ │ │ ├── itkBinaryGrindPeakImageFilterTest1.png.cid │ │ │ │ ├── itkBinaryGrindPeakImageFilterTest2.png.cid │ │ │ │ ├── itkBinaryReconstructionByDilationImageFilterTest.png.cid │ │ │ │ ├── itkBinaryReconstructionByErosionImageFilterTest.png.cid │ │ │ │ ├── itkBinaryReconstructionLabelMapFilterTest.png.cid │ │ │ │ ├── itkBinaryStatisticsKeepNObjectsImageFilterTest1.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-0-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-0-1.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-1-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-1-1.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-0-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-0-1.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-1-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-1-1.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-0-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-0-10.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-1-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-1-10.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-0-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-0-10.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-1-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-1-10.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-0-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-0-10.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-1-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-1-10.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-0-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-0-10.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-1-0.png.cid │ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-1-10.png.cid │ │ │ │ ├── itkLabelMapToAttributeImageFilterTest1.png.cid │ │ │ │ ├── itkLabelSelectionLabelMapFilterTest0.png.cid │ │ │ │ ├── itkLabelSelectionLabelMapFilterTest1.png.cid │ │ │ │ ├── itkLabelShapeKeepNObjectsImageFilterTest1.png.cid │ │ │ │ ├── itkLabelUniqueLabelMapFilterTest0.png.cid │ │ │ │ ├── itkLabelUniqueLabelMapFilterTest1.png.cid │ │ │ │ ├── itkObjectByObjectLabelMapFilterTest0.png.cid │ │ │ │ ├── itkObjectByObjectLabelMapFilterTest1.png.cid │ │ │ │ ├── itkShapePositionLabelMapFilterTest1.png.cid │ │ │ │ ├── nonConnected3DLines-0.tif.cid │ │ │ │ ├── simple-label-merge-aggregate.mha.cid │ │ │ │ ├── simple-label-merge-keep.mha.cid │ │ │ │ ├── simple-label-merge-pack.mha.cid │ │ │ │ ├── simple-label-merge-strict.mha.cid │ │ │ │ └── simple-label-to-shapelabelmap.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── cthead1-bin.png.cid │ │ │ │ ├── cthead1.png.cid │ │ │ │ ├── cthead1Label.png.cid │ │ │ │ └── fillhole_test_3D.nrrd.cid │ │ │ ├── itkAggregateLabelMapFilterTest.cxx │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilterTest1.cxx │ │ │ ├── itkAttributeLabelObjectAccessorsTest1.cxx │ │ │ ├── itkAttributeOpeningLabelMapFilterTest1.cxx │ │ │ ├── itkAttributePositionLabelMapFilterTest1.cxx │ │ │ ├── itkAttributeRelabelLabelMapFilterTest1.cxx │ │ │ ├── itkAttributeUniqueLabelMapFilterTest1.cxx │ │ │ ├── itkAutoCropLabelMapFilterTest1.cxx │ │ │ ├── itkAutoCropLabelMapFilterTest2.cxx │ │ │ ├── itkBinaryFillholeImageFilterTest1.cxx │ │ │ ├── itkBinaryGrindPeakImageFilterTest1.cxx │ │ │ ├── itkBinaryImageToLabelMapFilterTest.cxx │ │ │ ├── itkBinaryImageToLabelMapFilterTest2.cxx │ │ │ ├── itkBinaryImageToShapeLabelMapFilterTest1.cxx │ │ │ ├── itkBinaryImageToStatisticsLabelMapFilterTest1.cxx │ │ │ ├── itkBinaryNotImageFilterTest.cxx │ │ │ ├── itkBinaryReconstructionByDilationImageFilterTest.cxx │ │ │ ├── itkBinaryReconstructionByErosionImageFilterTest.cxx │ │ │ ├── itkBinaryReconstructionLabelMapFilterTest.cxx │ │ │ ├── itkBinaryShapeKeepNObjectsImageFilterTest1.cxx │ │ │ ├── itkBinaryShapeOpeningImageFilterTest1.cxx │ │ │ ├── itkBinaryStatisticsKeepNObjectsImageFilterTest1.cxx │ │ │ ├── itkBinaryStatisticsOpeningImageFilterTest1.cxx │ │ │ ├── itkChangeLabelLabelMapFilterTest.cxx │ │ │ ├── itkChangeRegionLabelMapFilterTest1.cxx │ │ │ ├── itkConvertLabelMapFilterTest1.cxx │ │ │ ├── itkConvertLabelMapFilterTest2.cxx │ │ │ ├── itkCropLabelMapFilterTest1.cxx │ │ │ ├── itkLabelImageToLabelMapFilterTest.cxx │ │ │ ├── itkLabelImageToShapeLabelMapFilterTest1.cxx │ │ │ ├── itkLabelImageToStatisticsLabelMapFilterTest1.cxx │ │ │ ├── itkLabelMapFilterTest.cxx │ │ │ ├── itkLabelMapMaskImageFilterTest.cxx │ │ │ ├── itkLabelMapTest.cxx │ │ │ ├── itkLabelMapTest2.cxx │ │ │ ├── itkLabelMapToAttributeImageFilterTest1.cxx │ │ │ ├── itkLabelMapToBinaryImageFilterTest.cxx │ │ │ ├── itkLabelMapToLabelImageFilterTest.cxx │ │ │ ├── itkLabelObjectLineComparatorTest.cxx │ │ │ ├── itkLabelObjectLineTest.cxx │ │ │ ├── itkLabelObjectTest.cxx │ │ │ ├── itkLabelSelectionLabelMapFilterTest.cxx │ │ │ ├── itkLabelShapeKeepNObjectsImageFilterTest1.cxx │ │ │ ├── itkLabelShapeOpeningImageFilterTest1.cxx │ │ │ ├── itkLabelStatisticsKeepNObjectsImageFilterTest1.cxx │ │ │ ├── itkLabelStatisticsOpeningImageFilterTest1.cxx │ │ │ ├── itkLabelUniqueLabelMapFilterTest1.cxx │ │ │ ├── itkMergeLabelMapFilterTest1.cxx │ │ │ ├── itkObjectByObjectLabelMapFilterTest.cxx │ │ │ ├── itkPadLabelMapFilterTest1.cxx │ │ │ ├── itkRegionFromReferenceLabelMapFilterTest1.cxx │ │ │ ├── itkRelabelLabelMapFilterTest1.cxx │ │ │ ├── itkShapeKeepNObjectsLabelMapFilterTest1.cxx │ │ │ ├── itkShapeLabelMapFilterGTest.cxx │ │ │ ├── itkShapeLabelObjectAccessorsTest1.cxx │ │ │ ├── itkShapeOpeningLabelMapFilterTest1.cxx │ │ │ ├── itkShapePositionLabelMapFilterTest1.cxx │ │ │ ├── itkShapeRelabelImageFilterTest1.cxx │ │ │ ├── itkShapeRelabelLabelMapFilterTest1.cxx │ │ │ ├── itkShapeUniqueLabelMapFilterTest1.cxx │ │ │ ├── itkShiftLabelObjectTest.cxx │ │ │ ├── itkShiftScaleLabelMapFilterTest1.cxx │ │ │ ├── itkStatisticsKeepNObjectsLabelMapFilterTest1.cxx │ │ │ ├── itkStatisticsLabelMapFilterGTest.cxx │ │ │ ├── itkStatisticsOpeningLabelMapFilterTest1.cxx │ │ │ ├── itkStatisticsPositionLabelMapFilterTest1.cxx │ │ │ ├── itkStatisticsRelabelImageFilterTest1.cxx │ │ │ ├── itkStatisticsRelabelLabelMapFilterTest1.cxx │ │ │ ├── itkStatisticsUniqueLabelMapFilterTest1.cxx │ │ │ └── itkUniqueLabelMapFiltersGTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── ITKLabelMapBase.wrap │ │ │ ├── itkAggregateLabelMapFilter.wrap │ │ │ ├── itkAutoCropLabelMapFilter.wrap │ │ │ ├── itkBinaryFillholeImageFilter.wrap │ │ │ ├── itkBinaryGrindPeakImageFilter.wrap │ │ │ ├── itkBinaryImageToLabelMapFilter.wrap │ │ │ ├── itkBinaryImageToShapeLabelMapFilter.wrap │ │ │ ├── itkBinaryImageToStatisticsLabelMapFilter.wrap │ │ │ ├── itkBinaryNotImageFilter.wrap │ │ │ ├── itkBinaryReconstructionByDilationImageFilter.wrap │ │ │ ├── itkBinaryReconstructionByErosionImageFilter.wrap │ │ │ ├── itkBinaryShapeKeepNObjectsImageFilter.wrap │ │ │ ├── itkBinaryShapeOpeningImageFilter.wrap │ │ │ ├── itkBinaryStatisticsKeepNObjectsImageFilter.wrap │ │ │ ├── itkBinaryStatisticsOpeningImageFilter.wrap │ │ │ ├── itkChangeLabelLabelMapFilter.wrap │ │ │ ├── itkChangeRegionLabelMapFilter.wrap │ │ │ ├── itkCropLabelMapFilter.wrap │ │ │ ├── itkInPlaceLabelMapFilter.wrap │ │ │ ├── itkLabelImageToLabelMapFilter.wrap │ │ │ ├── itkLabelImageToShapeLabelMapFilter.wrap │ │ │ ├── itkLabelImageToStatisticsLabelMapFilter.wrap │ │ │ ├── itkLabelMapFilter.wrap │ │ │ ├── itkLabelMapMaskImageFilter.wrap │ │ │ ├── itkLabelMapToBinaryImageFilter.wrap │ │ │ ├── itkLabelMapToLabelImageFilter.wrap │ │ │ ├── itkLabelObject.wrap │ │ │ ├── itkLabelObjectLine.wrap │ │ │ ├── itkLabelSelectionLabelMapFilter.wrap │ │ │ ├── itkLabelShapeKeepNObjectsImageFilter.wrap │ │ │ ├── itkLabelShapeOpeningImageFilter.wrap │ │ │ ├── itkLabelStatisticsKeepNObjectsImageFilter.wrap │ │ │ ├── itkLabelStatisticsOpeningImageFilter.wrap │ │ │ ├── itkLabelUniqueLabelMapFilter.wrap │ │ │ ├── itkMergeLabelMapFilter.wrap │ │ │ ├── itkObjectByObjectLabelMapFilter.wrap │ │ │ ├── itkPadLabelMapFilter.wrap │ │ │ ├── itkRegionFromReferenceLabelMapFilter.wrap │ │ │ ├── itkRelabelLabelMapFilter.wrap │ │ │ ├── itkShapeKeepNObjectsLabelMapFilter.wrap │ │ │ ├── itkShapeLabelMapFilter.wrap │ │ │ ├── itkShapeLabelObject.wrap │ │ │ ├── itkShapeOpeningLabelMapFilter.wrap │ │ │ ├── itkShapePositionLabelMapFilter.wrap │ │ │ ├── itkShapeRelabelImageFilter.wrap │ │ │ ├── itkShapeRelabelLabelMapFilter.wrap │ │ │ ├── itkShapeUniqueLabelMapFilter.wrap │ │ │ ├── itkShiftScaleLabelMapFilter.wrap │ │ │ ├── itkStatisticsKeepNObjectsLabelMapFilter.wrap │ │ │ ├── itkStatisticsLabelMapFilter.wrap │ │ │ ├── itkStatisticsLabelObject.wrap │ │ │ ├── itkStatisticsOpeningLabelMapFilter.wrap │ │ │ ├── itkStatisticsPositionLabelMapFilter.wrap │ │ │ ├── itkStatisticsRelabelImageFilter.wrap │ │ │ ├── itkStatisticsRelabelLabelMapFilter.wrap │ │ │ ├── itkStatisticsUniqueLabelMapFilter.wrap │ │ │ └── test │ │ │ ├── BinaryFillholeImageFilterTest.py │ │ │ └── CMakeLists.txt │ ├── MathematicalMorphology │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkAnchorCloseImageFilter.h │ │ │ ├── itkAnchorDilateImageFilter.h │ │ │ ├── itkAnchorErodeDilateImageFilter.h │ │ │ ├── itkAnchorErodeDilateImageFilter.hxx │ │ │ ├── itkAnchorErodeDilateLine.h │ │ │ ├── itkAnchorErodeDilateLine.hxx │ │ │ ├── itkAnchorErodeImageFilter.h │ │ │ ├── itkAnchorOpenCloseImageFilter.h │ │ │ ├── itkAnchorOpenCloseImageFilter.hxx │ │ │ ├── itkAnchorOpenCloseLine.h │ │ │ ├── itkAnchorOpenCloseLine.hxx │ │ │ ├── itkAnchorOpenImageFilter.h │ │ │ ├── itkAnchorUtilities.h │ │ │ ├── itkAnchorUtilities.hxx │ │ │ ├── itkBasicDilateImageFilter.h │ │ │ ├── itkBasicDilateImageFilter.hxx │ │ │ ├── itkBasicErodeImageFilter.h │ │ │ ├── itkBasicErodeImageFilter.hxx │ │ │ ├── itkBinaryBallStructuringElement.h │ │ │ ├── itkBinaryBallStructuringElement.hxx │ │ │ ├── itkBinaryCrossStructuringElement.h │ │ │ ├── itkBinaryCrossStructuringElement.hxx │ │ │ ├── itkBlackTopHatImageFilter.h │ │ │ ├── itkBlackTopHatImageFilter.hxx │ │ │ ├── itkClosingByReconstructionImageFilter.h │ │ │ ├── itkClosingByReconstructionImageFilter.hxx │ │ │ ├── itkDoubleThresholdImageFilter.h │ │ │ ├── itkDoubleThresholdImageFilter.hxx │ │ │ ├── itkFlatStructuringElement.h │ │ │ ├── itkFlatStructuringElement.hxx │ │ │ ├── itkGrayscaleConnectedClosingImageFilter.h │ │ │ ├── itkGrayscaleConnectedClosingImageFilter.hxx │ │ │ ├── itkGrayscaleConnectedOpeningImageFilter.h │ │ │ ├── itkGrayscaleConnectedOpeningImageFilter.hxx │ │ │ ├── itkGrayscaleDilateImageFilter.h │ │ │ ├── itkGrayscaleDilateImageFilter.hxx │ │ │ ├── itkGrayscaleErodeImageFilter.h │ │ │ ├── itkGrayscaleErodeImageFilter.hxx │ │ │ ├── itkGrayscaleFillholeImageFilter.h │ │ │ ├── itkGrayscaleFillholeImageFilter.hxx │ │ │ ├── itkGrayscaleFunctionDilateImageFilter.h │ │ │ ├── itkGrayscaleFunctionDilateImageFilter.hxx │ │ │ ├── itkGrayscaleFunctionErodeImageFilter.h │ │ │ ├── itkGrayscaleFunctionErodeImageFilter.hxx │ │ │ ├── itkGrayscaleGeodesicDilateImageFilter.h │ │ │ ├── itkGrayscaleGeodesicDilateImageFilter.hxx │ │ │ ├── itkGrayscaleGeodesicErodeImageFilter.h │ │ │ ├── itkGrayscaleGeodesicErodeImageFilter.hxx │ │ │ ├── itkGrayscaleGrindPeakImageFilter.h │ │ │ ├── itkGrayscaleGrindPeakImageFilter.hxx │ │ │ ├── itkGrayscaleMorphologicalClosingImageFilter.h │ │ │ ├── itkGrayscaleMorphologicalClosingImageFilter.hxx │ │ │ ├── itkGrayscaleMorphologicalOpeningImageFilter.h │ │ │ ├── itkGrayscaleMorphologicalOpeningImageFilter.hxx │ │ │ ├── itkHConcaveImageFilter.h │ │ │ ├── itkHConcaveImageFilter.hxx │ │ │ ├── itkHConvexImageFilter.h │ │ │ ├── itkHConvexImageFilter.hxx │ │ │ ├── itkHMaximaImageFilter.h │ │ │ ├── itkHMaximaImageFilter.hxx │ │ │ ├── itkHMinimaImageFilter.h │ │ │ ├── itkHMinimaImageFilter.hxx │ │ │ ├── itkMaskedMovingHistogramImageFilter.h │ │ │ ├── itkMaskedMovingHistogramImageFilter.hxx │ │ │ ├── itkMaskedRankImageFilter.h │ │ │ ├── itkMaskedRankImageFilter.hxx │ │ │ ├── itkMathematicalMorphologyEnums.h │ │ │ ├── itkMorphologicalGradientImageFilter.h │ │ │ ├── itkMorphologicalGradientImageFilter.hxx │ │ │ ├── itkMorphologyHistogram.h │ │ │ ├── itkMorphologyImageFilter.h │ │ │ ├── itkMorphologyImageFilter.hxx │ │ │ ├── itkMovingHistogramDilateImageFilter.h │ │ │ ├── itkMovingHistogramErodeImageFilter.h │ │ │ ├── itkMovingHistogramMorphologicalGradientImageFilter.h │ │ │ ├── itkMovingHistogramMorphologyImageFilter.h │ │ │ ├── itkMovingHistogramMorphologyImageFilter.hxx │ │ │ ├── itkOpeningByReconstructionImageFilter.h │ │ │ ├── itkOpeningByReconstructionImageFilter.hxx │ │ │ ├── itkRankHistogram.h │ │ │ ├── itkRankImageFilter.h │ │ │ ├── itkRankImageFilter.hxx │ │ │ ├── itkReconstructionByDilationImageFilter.h │ │ │ ├── itkReconstructionByErosionImageFilter.h │ │ │ ├── itkReconstructionImageFilter.h │ │ │ ├── itkReconstructionImageFilter.hxx │ │ │ ├── itkRegionalMaximaImageFilter.h │ │ │ ├── itkRegionalMaximaImageFilter.hxx │ │ │ ├── itkRegionalMinimaImageFilter.h │ │ │ ├── itkRegionalMinimaImageFilter.hxx │ │ │ ├── itkSharedMorphologyUtilities.h │ │ │ ├── itkSharedMorphologyUtilities.hxx │ │ │ ├── itkValuedRegionalExtremaImageFilter.h │ │ │ ├── itkValuedRegionalExtremaImageFilter.hxx │ │ │ ├── itkValuedRegionalMaximaImageFilter.h │ │ │ ├── itkValuedRegionalMinimaImageFilter.h │ │ │ ├── itkVanHerkGilWermanDilateImageFilter.h │ │ │ ├── itkVanHerkGilWermanErodeDilateImageFilter.h │ │ │ ├── itkVanHerkGilWermanErodeDilateImageFilter.hxx │ │ │ ├── itkVanHerkGilWermanErodeImageFilter.h │ │ │ ├── itkVanHerkGilWermanUtilities.h │ │ │ ├── itkVanHerkGilWermanUtilities.hxx │ │ │ ├── itkWhiteTopHatImageFilter.h │ │ │ └── itkWhiteTopHatImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkMathematicalMorphologyEnums.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── ClosingByReconstructionImageFilterTestFullyConnected.png.cid │ │ │ │ ├── FlatStructuringElementImageTest.png.cid │ │ │ │ ├── OpeningByReconstructionImageFilterTestFullyConnected.png.cid │ │ │ │ ├── OpeningByReconstructionImageFilterTestNoInput.png.cid │ │ │ │ ├── OpeningByReconstructionImageFilterTestNoInput2.png.cid │ │ │ │ ├── cthead1RegionalMaximal-ref1.png.cid │ │ │ │ ├── cthead1RegionalMaximal-ref2.png.cid │ │ │ │ ├── cthead1RegionalMinimal-ref1.png.cid │ │ │ │ ├── cthead1RegionalMinimal-ref2.png.cid │ │ │ │ ├── cthead1RegionalMinimal1.png.cid │ │ │ │ ├── cthead1RegionalMinimal2.png.cid │ │ │ │ ├── cthead1ValuedRegionalMaximal-ref.png.cid │ │ │ │ ├── cthead1ValuedRegionalMaximal-ref2.png.cid │ │ │ │ ├── cthead1ValuedRegionalMinimal-ref.png.cid │ │ │ │ ├── cthead1ValuedRegionalMinimal-ref2.png.cid │ │ │ │ ├── itkGrayscaleGrindPeakImageFilterTest.png.cid │ │ │ │ ├── itkMaskedRankImageFilter10.png.cid │ │ │ │ ├── itkMaskedRankImageFilter3.png.cid │ │ │ │ ├── itkRankImageFilter10.png.cid │ │ │ │ └── itkRankImageFilter3.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAnchorErodeDilateImageFilterTest.cxx │ │ │ ├── itkAnchorOpenCloseImageFilterTest.cxx │ │ │ ├── itkClosingByReconstructionImageFilterTest.cxx │ │ │ ├── itkDoubleThresholdImageFilterTest.cxx │ │ │ ├── itkFlatStructuringElementTest.cxx │ │ │ ├── itkFlatStructuringElementTest2.cxx │ │ │ ├── itkFlatStructuringElementTest3.cxx │ │ │ ├── itkGrayscaleConnectedClosingImageFilterTest.cxx │ │ │ ├── itkGrayscaleConnectedOpeningImageFilterTest.cxx │ │ │ ├── itkGrayscaleDilateImageFilterTest.cxx │ │ │ ├── itkGrayscaleErodeImageFilterTest.cxx │ │ │ ├── itkGrayscaleFillholeImageFilterTest.cxx │ │ │ ├── itkGrayscaleFunctionDilateImageFilterTest.cxx │ │ │ ├── itkGrayscaleFunctionErodeImageFilterTest.cxx │ │ │ ├── itkGrayscaleGeodesicErodeDilateImageFilterTest.cxx │ │ │ ├── itkGrayscaleGrindPeakImageFilterTest.cxx │ │ │ ├── itkGrayscaleMorphologicalClosingImageFilterTest.cxx │ │ │ ├── itkGrayscaleMorphologicalClosingImageFilterTest2.cxx │ │ │ ├── itkGrayscaleMorphologicalOpeningImageFilterTest.cxx │ │ │ ├── itkGrayscaleMorphologicalOpeningImageFilterTest2.cxx │ │ │ ├── itkHConcaveImageFilterTest.cxx │ │ │ ├── itkHConvexConcaveImageFilterTest.cxx │ │ │ ├── itkHConvexImageFilterTest.cxx │ │ │ ├── itkHMaximaImageFilterTest.cxx │ │ │ ├── itkHMaximaMinimaImageFilterTest.cxx │ │ │ ├── itkHMinimaImageFilterTest.cxx │ │ │ ├── itkMapGrayscaleDilateImageFilterTest.cxx │ │ │ ├── itkMapGrayscaleErodeImageFilterTest.cxx │ │ │ ├── itkMapGrayscaleMorphologicalClosingImageFilterTest.cxx │ │ │ ├── itkMapGrayscaleMorphologicalOpeningImageFilterTest.cxx │ │ │ ├── itkMapMaskedRankImageFilterTest.cxx │ │ │ ├── itkMapRankImageFilterTest.cxx │ │ │ ├── itkMaskedRankImageFilterTest.cxx │ │ │ ├── itkMathematicalMorphologyEnumsTest.cxx │ │ │ ├── itkMorphologicalGradientImageFilterTest.cxx │ │ │ ├── itkMorphologicalGradientImageFilterTest2.cxx │ │ │ ├── itkMovingHistogramMorphologyImageFilterTest.cxx │ │ │ ├── itkObjectMorphologyImageFilterTest.cxx │ │ │ ├── itkOpeningByReconstructionImageFilterTest.cxx │ │ │ ├── itkOpeningByReconstructionImageFilterTest2.cxx │ │ │ ├── itkRankImageFilterTest.cxx │ │ │ ├── itkRegionalMaximaImageFilterTest.cxx │ │ │ ├── itkRegionalMinimaImageFilterTest.cxx │ │ │ ├── itkRemoveBoundaryObjectsTest.cxx │ │ │ ├── itkRemoveBoundaryObjectsTest2.cxx │ │ │ ├── itkShapedIteratorFromStructuringElementTest.cxx │ │ │ ├── itkTopHatImageFilterTest.cxx │ │ │ ├── itkValuedRegionalMaximaImageFilterTest.cxx │ │ │ ├── itkValuedRegionalMinimaImageFilterTest.cxx │ │ │ └── itkVanHerkGilWermanErodeDilateImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBlackTopHatImageFilter.wrap │ │ │ ├── itkClosingByReconstructionImageFilter.wrap │ │ │ ├── itkDoubleThresholdImageFilter.wrap │ │ │ ├── itkFlatStructuringElement.wrap │ │ │ ├── itkGrayscaleConnectedClosingImageFilter.wrap │ │ │ ├── itkGrayscaleConnectedOpeningImageFilter.wrap │ │ │ ├── itkGrayscaleDilateImageFilter.wrap │ │ │ ├── itkGrayscaleErodeImageFilter.wrap │ │ │ ├── itkGrayscaleFillholeImageFilter.wrap │ │ │ ├── itkGrayscaleFunctionDilateImageFilter.wrap │ │ │ ├── itkGrayscaleFunctionErodeImageFilter.wrap │ │ │ ├── itkGrayscaleGeodesicDilateImageFilter.wrap │ │ │ ├── itkGrayscaleGeodesicErodeImageFilter.wrap │ │ │ ├── itkGrayscaleGrindPeakImageFilter.wrap │ │ │ ├── itkGrayscaleMorphologicalClosingImageFilter.wrap │ │ │ ├── itkGrayscaleMorphologicalOpeningImageFilter.wrap │ │ │ ├── itkHConcaveImageFilter.wrap │ │ │ ├── itkHConvexImageFilter.wrap │ │ │ ├── itkHMaximaImageFilter.wrap │ │ │ ├── itkHMinimaImageFilter.wrap │ │ │ ├── itkMathematicalMorphologyEnums.wrap │ │ │ ├── itkMorphologicalGradientImageFilter.wrap │ │ │ ├── itkOpeningByReconstructionImageFilter.wrap │ │ │ ├── itkReconstructionByDilationImageFilter.wrap │ │ │ ├── itkReconstructionByErosionImageFilter.wrap │ │ │ ├── itkRegionalMaximaImageFilter.wrap │ │ │ ├── itkRegionalMinimaImageFilter.wrap │ │ │ ├── itkValuedRegionalMaximaImageFilter.wrap │ │ │ ├── itkValuedRegionalMinimaImageFilter.wrap │ │ │ ├── itkWhiteTopHatImageFilter.wrap │ │ │ └── test │ │ │ ├── Baseline │ │ │ ├── PythonBoxGrayscaleDilateImageFilterTest.png.cid │ │ │ ├── PythonGrayscaleDilateImageFilterTest.png.cid │ │ │ └── PythonGrayscaleErodeImageFilterTest.png.cid │ │ │ ├── BoxGrayscaleDilateImageFilterTest.py │ │ │ ├── CMakeLists.txt │ │ │ ├── FlatStructuringElementTest.py │ │ │ ├── GrayscaleDilateImageFilterTest.py │ │ │ └── GrayscaleErodeImageFilterTest.py │ ├── Path │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkChainCodePath.h │ │ │ ├── itkChainCodePath.hxx │ │ │ ├── itkChainCodePath2D.h │ │ │ ├── itkChainCodeToFourierSeriesPathFilter.h │ │ │ ├── itkChainCodeToFourierSeriesPathFilter.hxx │ │ │ ├── itkContourExtractor2DImageFilter.h │ │ │ ├── itkContourExtractor2DImageFilter.hxx │ │ │ ├── itkExtractOrthogonalSwath2DImageFilter.h │ │ │ ├── itkExtractOrthogonalSwath2DImageFilter.hxx │ │ │ ├── itkFourierSeriesPath.h │ │ │ ├── itkFourierSeriesPath.hxx │ │ │ ├── itkHilbertPath.h │ │ │ ├── itkHilbertPath.hxx │ │ │ ├── itkImageAndPathToImageFilter.h │ │ │ ├── itkImageAndPathToImageFilter.hxx │ │ │ ├── itkImageToPathFilter.h │ │ │ ├── itkImageToPathFilter.hxx │ │ │ ├── itkOrthogonalSwath2DPathFilter.h │ │ │ ├── itkOrthogonalSwath2DPathFilter.hxx │ │ │ ├── itkOrthogonallyCorrected2DParametricPath.h │ │ │ ├── itkParametricPath.h │ │ │ ├── itkParametricPath.hxx │ │ │ ├── itkPath.h │ │ │ ├── itkPath.hxx │ │ │ ├── itkPathAndImageToPathFilter.h │ │ │ ├── itkPathAndImageToPathFilter.hxx │ │ │ ├── itkPathConstIterator.h │ │ │ ├── itkPathConstIterator.hxx │ │ │ ├── itkPathFunctions.h │ │ │ ├── itkPathIterator.h │ │ │ ├── itkPathIterator.hxx │ │ │ ├── itkPathSource.h │ │ │ ├── itkPathSource.hxx │ │ │ ├── itkPathToChainCodePathFilter.h │ │ │ ├── itkPathToChainCodePathFilter.hxx │ │ │ ├── itkPathToImageFilter.h │ │ │ ├── itkPathToImageFilter.hxx │ │ │ ├── itkPathToPathFilter.h │ │ │ ├── itkPathToPathFilter.hxx │ │ │ ├── itkPolyLineParametricPath.h │ │ │ └── itkPolyLineParametricPath.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkChainCodePath2D.cxx │ │ │ └── itkOrthogonallyCorrected2DParametricPath.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── ExtractOrthogonalSwath2DImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── ContourExtractor2DTest.tif.cid │ │ │ ├── itkChainCodePath2DTest.cxx │ │ │ ├── itkChainCodePathTest.cxx │ │ │ ├── itkChainCodeToFourierSeriesPathFilterTest.cxx │ │ │ ├── itkContourExtractor2DImageFilterTest.cxx │ │ │ ├── itkExtractOrthogonalSwath2DImageFilterTest.cxx │ │ │ ├── itkFourierSeriesPathTest.cxx │ │ │ ├── itkHilbertPathTest.cxx │ │ │ ├── itkOrthogonalSwath2DPathFilterTest.cxx │ │ │ ├── itkOrthogonallyCorrected2DParametricPathTest.cxx │ │ │ ├── itkPathFunctionsTest.cxx │ │ │ ├── itkPathIteratorTest.cxx │ │ │ ├── itkPathToChainCodePathFilterTest.cxx │ │ │ ├── itkPathToImageFilterTest.cxx │ │ │ └── itkPolyLineParametricPathTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkContourExtractor2DImageFilter.wrap │ │ │ ├── itkImageToPathFilter.wrap │ │ │ ├── itkParametricPath.wrap │ │ │ ├── itkPathBase.wrap │ │ │ ├── itkPathSource.wrap │ │ │ ├── itkPathToImageFilter.wrap │ │ │ ├── itkPolyLineParametricPath.wrap │ │ │ └── test │ │ │ └── CMakeLists.txt │ ├── QuadEdgeMeshFiltering │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBorderQuadEdgeMeshFilter.h │ │ │ ├── itkBorderQuadEdgeMeshFilter.hxx │ │ │ ├── itkCleanQuadEdgeMeshFilter.h │ │ │ ├── itkCleanQuadEdgeMeshFilter.hxx │ │ │ ├── itkDecimationQuadEdgeMeshFilter.h │ │ │ ├── itkDelaunayConformingQuadEdgeMeshFilter.h │ │ │ ├── itkDelaunayConformingQuadEdgeMeshFilter.hxx │ │ │ ├── itkDiscreteCurvatureQuadEdgeMeshFilter.h │ │ │ ├── itkDiscreteCurvatureTensorQuadEdgeMeshFilter.h │ │ │ ├── itkDiscreteGaussianCurvatureQuadEdgeMeshFilter.h │ │ │ ├── itkDiscreteMaximumCurvatureQuadEdgeMeshFilter.h │ │ │ ├── itkDiscreteMeanCurvatureQuadEdgeMeshFilter.h │ │ │ ├── itkDiscreteMinimumCurvatureQuadEdgeMeshFilter.h │ │ │ ├── itkDiscretePrincipalCurvaturesQuadEdgeMeshFilter.h │ │ │ ├── itkEdgeDecimationQuadEdgeMeshFilter.h │ │ │ ├── itkEdgeDecimationQuadEdgeMeshFilter.hxx │ │ │ ├── itkLaplacianDeformationQuadEdgeMeshFilter.h │ │ │ ├── itkLaplacianDeformationQuadEdgeMeshFilter.hxx │ │ │ ├── itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h │ │ │ ├── itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.hxx │ │ │ ├── itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h │ │ │ ├── itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.hxx │ │ │ ├── itkNormalQuadEdgeMeshFilter.h │ │ │ ├── itkNormalQuadEdgeMeshFilter.hxx │ │ │ ├── itkParameterizationQuadEdgeMeshFilter.h │ │ │ ├── itkParameterizationQuadEdgeMeshFilter.hxx │ │ │ ├── itkQuadEdgeMeshDecimationCriteria.h │ │ │ ├── itkQuadEdgeMeshDecimationQuadricElementHelper.h │ │ │ ├── itkQuadEdgeMeshParamMatrixCoefficients.h │ │ │ ├── itkQuadricDecimationQuadEdgeMeshFilter.h │ │ │ ├── itkQuadricDecimationQuadEdgeMeshFilter.hxx │ │ │ ├── itkSmoothingQuadEdgeMeshFilter.h │ │ │ ├── itkSmoothingQuadEdgeMeshFilter.hxx │ │ │ ├── itkSquaredEdgeLengthDecimationQuadEdgeMeshFilter.h │ │ │ └── itkSquaredEdgeLengthDecimationQuadEdgeMeshFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBorderQuadEdgeMeshFilter.cxx │ │ │ ├── itkLaplacianDeformationQuadEdgeMeshFilter.cxx │ │ │ └── itkNormalQuadEdgeMeshFilter.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAutomaticTopologyQuadEdgeMeshSourceTest.cxx │ │ │ ├── itkBinaryMask3DQuadEdgeMeshSourceTest.cxx │ │ │ ├── itkBorderQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkBorderQuadEdgeMeshFilterTest2.cxx │ │ │ ├── itkCleanQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkDelaunayConformingQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkDiscreteGaussianCurvatureQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkDiscreteMaximumCurvatureQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkDiscreteMeanCurvatureQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkDiscreteMinimumCurvatureQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraintsTest.cxx │ │ │ ├── itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraintsTest.cxx │ │ │ ├── itkNormalQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkParameterizationQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkQuadricDecimationQuadEdgeMeshFilterTest.cxx │ │ │ ├── itkRegularSphereQuadEdgeMeshSourceTest.cxx │ │ │ ├── itkSmoothingQuadEdgeMeshFilterTest.cxx │ │ │ └── itkSquaredEdgeLengthDecimationQuadEdgeMeshFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBorderQuadEdgeMeshFilter.wrap │ │ │ ├── itkCleanQuadEdgeMeshFilter.wrap │ │ │ ├── itkDelaunayConformingQuadEdgeMeshFilter.wrap │ │ │ ├── itkDiscreteCurvatureQuadEdgeMeshFilter.wrap │ │ │ ├── itkDiscreteCurvatureTensorQuadEdgeMeshFilter.wrap │ │ │ ├── itkDiscreteGaussianCurvatureQuadEdgeMeshFilter.wrap │ │ │ ├── itkDiscreteMaximumCurvatureQuadEdgeMeshFilter.wrap │ │ │ ├── itkDiscreteMeanCurvatureQuadEdgeMeshFilter.wrap │ │ │ ├── itkDiscreteMinimumCurvatureQuadEdgeMeshFilter.wrap │ │ │ ├── itkDiscretePrincipalCurvaturesQuadEdgeMeshFilter.wrap │ │ │ ├── itkMatrixCoefficients.wrap │ │ │ └── itkSmoothingQuadEdgeMeshFilter.wrap │ ├── Smoothing │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBinomialBlurImageFilter.h │ │ │ ├── itkBinomialBlurImageFilter.hxx │ │ │ ├── itkBoxMeanImageFilter.h │ │ │ ├── itkBoxMeanImageFilter.hxx │ │ │ ├── itkBoxSigmaImageFilter.h │ │ │ ├── itkBoxSigmaImageFilter.hxx │ │ │ ├── itkBoxUtilities.h │ │ │ ├── itkDiscreteGaussianImageFilter.h │ │ │ ├── itkDiscreteGaussianImageFilter.hxx │ │ │ ├── itkFFTDiscreteGaussianImageFilter.h │ │ │ ├── itkFFTDiscreteGaussianImageFilter.hxx │ │ │ ├── itkFFTDiscreteGaussianImageFilterFactory.h │ │ │ ├── itkMeanImageFilter.h │ │ │ ├── itkMeanImageFilter.hxx │ │ │ ├── itkMedianImageFilter.h │ │ │ ├── itkMedianImageFilter.hxx │ │ │ ├── itkRecursiveGaussianImageFilter.h │ │ │ ├── itkRecursiveGaussianImageFilter.hxx │ │ │ ├── itkSmoothingRecursiveGaussianImageFilter.h │ │ │ └── itkSmoothingRecursiveGaussianImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkFFTDiscreteGaussianImageFilter.cxx │ │ │ └── itkRecursiveGaussianImageFilter.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── DiscreteGaussianImageFilter3DComparisonTestOutput.mha.cid │ │ │ │ ├── DiscreteGaussianImageFilter3DComparisonTestOutput2.mha.cid │ │ │ │ ├── DiscreteGaussianImageFilterComparisonTestOutput.mha.cid │ │ │ │ ├── DiscreteGaussianImageFilterNonunitImageComparisonTestOutput.mha.cid │ │ │ │ ├── FFTDiscreteGaussianImageFilter3DComparisonTestOutput.mha.cid │ │ │ │ ├── FFTDiscreteGaussianImageFilter3DComparisonTestOutput2.mha.cid │ │ │ │ ├── FFTDiscreteGaussianImageFilter3DImageSourceTestOutput.mha.cid │ │ │ │ ├── FFTDiscreteGaussianImageFilter3DVolumeTestOutput.mha.cid │ │ │ │ ├── FFTDiscreteGaussianImageFilterComparisonTestOutput.mha.cid │ │ │ │ ├── FFTDiscreteGaussianImageFilterNonunitImageComparisonTestOutput.mha.cid │ │ │ │ ├── FFTDiscreteGaussianImageFilterTestImageSourceOutput.mha.cid │ │ │ │ ├── FFTDiscreteGaussianImageFilterTestKernelDimensionalityOutput.mha.cid │ │ │ │ └── FFTDiscreteGaussianImageFilterTestOutput.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── cthead1UC.png.cid │ │ │ │ └── itkDiscreteGaussianImageFilterTestNonNullOriginInput.mha.cid │ │ │ ├── itkBoxMeanImageFilterTest.cxx │ │ │ ├── itkBoxSigmaImageFilterTest.cxx │ │ │ ├── itkDiscreteGaussianImageFilterTest.cxx │ │ │ ├── itkDiscreteGaussianImageFilterTest2.cxx │ │ │ ├── itkFFTDiscreteGaussianImageFilterFactoryTest.cxx │ │ │ ├── itkFFTDiscreteGaussianImageFilterTest.cxx │ │ │ ├── itkMeanImageFilterGTest.cxx │ │ │ ├── itkMeanImageFilterTest.cxx │ │ │ ├── itkMedianImageFilterGTest.cxx │ │ │ ├── itkMedianImageFilterTest.cxx │ │ │ ├── itkRecursiveGaussianImageFilterOnTensorsTest.cxx │ │ │ ├── itkRecursiveGaussianImageFilterOnVectorImageTest.cxx │ │ │ ├── itkRecursiveGaussianImageFilterTest.cxx │ │ │ ├── itkRecursiveGaussianScaleSpaceTest1.cxx │ │ │ ├── itkSmoothingRecursiveGaussianImageFilterOnImageAdaptorTest.cxx │ │ │ ├── itkSmoothingRecursiveGaussianImageFilterOnImageOfVectorTest.cxx │ │ │ ├── itkSmoothingRecursiveGaussianImageFilterOnVectorImageTest.cxx │ │ │ └── itkSmoothingRecursiveGaussianImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinomialBlurImageFilter.wrap │ │ │ ├── itkDiscreteGaussianImageFilter.wrap │ │ │ ├── itkFFTDiscreteGaussianImageFilter.wrap │ │ │ ├── itkFFTDiscreteGaussianImageFilterFactory.wrap │ │ │ ├── itkMeanImageFilter.wrap │ │ │ ├── itkMedianImageFilter.wrap │ │ │ ├── itkRecursiveGaussianImageFilter.wrap │ │ │ ├── itkSmoothingRecursiveGaussianImageFilter.wrap │ │ │ └── test │ │ │ ├── Baseline │ │ │ ├── PythonMeanImageFilterFunctionCallTest.png.cid │ │ │ ├── PythonMeanImageFilterTest.png.cid │ │ │ └── PythonMedianImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── MeanImageFilterFunctionCallTest.py │ │ │ ├── MeanImageFilterTest.py │ │ │ ├── MedianImageFilterFunctionalDocumentationTest.py │ │ │ ├── MedianImageFilterTest.py │ │ │ └── PythonAutoPipelineTest.py │ ├── SpatialFunction │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkSpatialFunctionImageEvaluatorFilter.h │ │ │ └── itkSpatialFunctionImageEvaluatorFilter.hxx │ │ ├── itk-module.cmake │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkSpatialFunctionImageEvaluatorFilterTest.cxx │ └── Thresholding │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ ├── itkBinaryThresholdImageFilter.h │ │ ├── itkBinaryThresholdImageFilter.hxx │ │ ├── itkBinaryThresholdProjectionImageFilter.h │ │ ├── itkHistogramThresholdCalculator.h │ │ ├── itkHistogramThresholdImageFilter.h │ │ ├── itkHistogramThresholdImageFilter.hxx │ │ ├── itkHuangThresholdCalculator.h │ │ ├── itkHuangThresholdCalculator.hxx │ │ ├── itkHuangThresholdImageFilter.h │ │ ├── itkIntermodesThresholdCalculator.h │ │ ├── itkIntermodesThresholdCalculator.hxx │ │ ├── itkIntermodesThresholdImageFilter.h │ │ ├── itkIsoDataThresholdCalculator.h │ │ ├── itkIsoDataThresholdCalculator.hxx │ │ ├── itkIsoDataThresholdImageFilter.h │ │ ├── itkKappaSigmaThresholdImageCalculator.h │ │ ├── itkKappaSigmaThresholdImageCalculator.hxx │ │ ├── itkKappaSigmaThresholdImageFilter.h │ │ ├── itkKappaSigmaThresholdImageFilter.hxx │ │ ├── itkKittlerIllingworthThresholdCalculator.h │ │ ├── itkKittlerIllingworthThresholdCalculator.hxx │ │ ├── itkKittlerIllingworthThresholdImageFilter.h │ │ ├── itkLiThresholdCalculator.h │ │ ├── itkLiThresholdCalculator.hxx │ │ ├── itkLiThresholdImageFilter.h │ │ ├── itkMaximumEntropyThresholdCalculator.h │ │ ├── itkMaximumEntropyThresholdCalculator.hxx │ │ ├── itkMaximumEntropyThresholdImageFilter.h │ │ ├── itkMomentsThresholdCalculator.h │ │ ├── itkMomentsThresholdCalculator.hxx │ │ ├── itkMomentsThresholdImageFilter.h │ │ ├── itkOtsuMultipleThresholdsCalculator.h │ │ ├── itkOtsuMultipleThresholdsCalculator.hxx │ │ ├── itkOtsuMultipleThresholdsImageFilter.h │ │ ├── itkOtsuMultipleThresholdsImageFilter.hxx │ │ ├── itkOtsuThresholdCalculator.h │ │ ├── itkOtsuThresholdCalculator.hxx │ │ ├── itkOtsuThresholdImageFilter.h │ │ ├── itkRenyiEntropyThresholdCalculator.h │ │ ├── itkRenyiEntropyThresholdCalculator.hxx │ │ ├── itkRenyiEntropyThresholdImageFilter.h │ │ ├── itkShanbhagThresholdCalculator.h │ │ ├── itkShanbhagThresholdCalculator.hxx │ │ ├── itkShanbhagThresholdImageFilter.h │ │ ├── itkThresholdImageFilter.h │ │ ├── itkThresholdImageFilter.hxx │ │ ├── itkThresholdLabelerImageFilter.h │ │ ├── itkThresholdLabelerImageFilter.hxx │ │ ├── itkTriangleThresholdCalculator.h │ │ ├── itkTriangleThresholdCalculator.hxx │ │ ├── itkTriangleThresholdImageFilter.h │ │ ├── itkYenThresholdCalculator.h │ │ ├── itkYenThresholdCalculator.hxx │ │ └── itkYenThresholdImageFilter.h │ │ ├── itk-module.cmake │ │ ├── test │ │ ├── Baseline │ │ │ ├── itkHuangMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkHuangThresholdImageFilterTest.png.cid │ │ │ ├── itkHuangThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkHuangThresholdImageFilterTestShort.png.cid │ │ │ ├── itkIntermodesMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkIntermodesThresholdImageFilterTest.png.cid │ │ │ ├── itkIntermodesThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkIntermodesThresholdImageFilterTestNoInterMode.png.cid │ │ │ ├── itkIntermodesThresholdImageFilterTestShort.png.cid │ │ │ ├── itkIsoDataMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkIsoDataThresholdImageFilterTest.png.cid │ │ │ ├── itkIsoDataThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkIsoDataThresholdImageFilterTestShort.png.cid │ │ │ ├── itkKappaSigmaThresholdImageFilterTest01.png.cid │ │ │ ├── itkKappaSigmaThresholdImageFilterTest02.png.cid │ │ │ ├── itkKittlerIllingworthMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkKittlerIllingworthThresholdImageFilterTest.png.cid │ │ │ ├── itkKittlerIllingworthThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkKittlerIllingworthThresholdImageFilterTestShort.png.cid │ │ │ ├── itkLiMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkLiThresholdImageFilterTest.png.cid │ │ │ ├── itkLiThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkLiThresholdImageFilterTestShort.png.cid │ │ │ ├── itkMaximumEntropyMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkMaximumEntropyThresholdImageFilterTest.png.cid │ │ │ ├── itkMaximumEntropyThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkMaximumEntropyThresholdImageFilterTestShort.png.cid │ │ │ ├── itkMomentsMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkMomentsThresholdImageFilterTest.png.cid │ │ │ ├── itkMomentsThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkMomentsThresholdImageFilterTestShort.png.cid │ │ │ ├── itkOtsuMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest.png.cid │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest2.png.cid │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest3.png.cid │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest4.png.cid │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest5.png.cid │ │ │ ├── itkOtsuThresholdImageFilterTest.png.cid │ │ │ ├── itkOtsuThresholdImageFilterTestFlipInsideOut.png.cid │ │ │ ├── itkOtsuThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkOtsuThresholdImageFilterTestShort.png.cid │ │ │ ├── itkRenyiEntropyMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkRenyiEntropyThresholdImageFilterTest.png.cid │ │ │ ├── itkRenyiEntropyThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkRenyiEntropyThresholdImageFilterTestShort.png.cid │ │ │ ├── itkShanbhagMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkShanbhagThresholdImageFilterTest.png.cid │ │ │ ├── itkShanbhagThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkShanbhagThresholdImageFilterTestShort.png.cid │ │ │ ├── itkTriangleMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkTriangleThresholdImageFilterTest.png.cid │ │ │ ├── itkTriangleThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ ├── itkTriangleThresholdImageFilterTestShort.png.cid │ │ │ ├── itkYenMaskedThresholdImageFilterTest.png.cid │ │ │ ├── itkYenThresholdImageFilterTest.png.cid │ │ │ ├── itkYenThresholdImageFilterTestNoAutoMinMax.png.cid │ │ │ └── itkYenThresholdImageFilterTestShort.png.cid │ │ ├── CMakeLists.txt │ │ ├── Input │ │ │ └── image_3modes.png.cid │ │ ├── itkBinaryThresholdImageFilterTest.cxx │ │ ├── itkBinaryThresholdImageFilterTest2.cxx │ │ ├── itkBinaryThresholdProjectionImageFilterTest.cxx │ │ ├── itkBinaryThresholdSpatialFunctionTest.cxx │ │ ├── itkHuangMaskedThresholdImageFilterTest.cxx │ │ ├── itkHuangThresholdImageFilterTest.cxx │ │ ├── itkIntermodesMaskedThresholdImageFilterTest.cxx │ │ ├── itkIntermodesThresholdImageFilterTest.cxx │ │ ├── itkIsoDataMaskedThresholdImageFilterTest.cxx │ │ ├── itkIsoDataThresholdImageFilterTest.cxx │ │ ├── itkKappaSigmaThresholdImageCalculatorTest.cxx │ │ ├── itkKappaSigmaThresholdImageFilterTest.cxx │ │ ├── itkKittlerIllingworthMaskedThresholdImageFilterTest.cxx │ │ ├── itkKittlerIllingworthThresholdImageFilterTest.cxx │ │ ├── itkLiMaskedThresholdImageFilterTest.cxx │ │ ├── itkLiThresholdImageFilterTest.cxx │ │ ├── itkMaximumEntropyMaskedThresholdImageFilterTest.cxx │ │ ├── itkMaximumEntropyThresholdImageFilterTest.cxx │ │ ├── itkMomentsMaskedThresholdImageFilterTest.cxx │ │ ├── itkMomentsThresholdImageFilterTest.cxx │ │ ├── itkOtsuMaskedThresholdImageFilterTest.cxx │ │ ├── itkOtsuMultipleThresholdsCalculatorTest.cxx │ │ ├── itkOtsuMultipleThresholdsCalculatorTest2.cxx │ │ ├── itkOtsuMultipleThresholdsImageFilterTest.cxx │ │ ├── itkOtsuThresholdCalculatorTest.cxx │ │ ├── itkOtsuThresholdCalculatorVersusOtsuMultipleThresholdsCalculatorTest.cxx │ │ ├── itkOtsuThresholdImageFilterTest.cxx │ │ ├── itkRenyiEntropyMaskedThresholdImageFilterTest.cxx │ │ ├── itkRenyiEntropyThresholdImageFilterTest.cxx │ │ ├── itkShanbhagMaskedThresholdImageFilterTest.cxx │ │ ├── itkShanbhagThresholdImageFilterTest.cxx │ │ ├── itkThresholdImageFilterTest.cxx │ │ ├── itkThresholdLabelerImageFilterTest.cxx │ │ ├── itkTriangleMaskedThresholdImageFilterTest.cxx │ │ ├── itkTriangleThresholdImageFilterTest.cxx │ │ ├── itkYenMaskedThresholdImageFilterTest.cxx │ │ └── itkYenThresholdImageFilterTest.cxx │ │ └── wrapping │ │ ├── CMakeLists.txt │ │ ├── itkBinaryThresholdImageFilter.wrap │ │ ├── itkBinaryThresholdProjectionImageFilter.wrap │ │ ├── itkHistogramThresholdCalculator.wrap │ │ ├── itkHistogramThresholdImageFilter.wrap │ │ ├── itkHuangThresholdCalculator.wrap │ │ ├── itkHuangThresholdImageFilter.wrap │ │ ├── itkIntermodesThresholdCalculator.wrap │ │ ├── itkIntermodesThresholdImageFilter.wrap │ │ ├── itkIsoDataThresholdCalculator.wrap │ │ ├── itkIsoDataThresholdImageFilter.wrap │ │ ├── itkKappaSigmaThresholdImageFilter.wrap │ │ ├── itkKittlerIllingworthThresholdCalculator.wrap │ │ ├── itkKittlerIllingworthThresholdImageFilter.wrap │ │ ├── itkLiThresholdCalculator.wrap │ │ ├── itkLiThresholdImageFilter.wrap │ │ ├── itkMaximumEntropyThresholdCalculator.wrap │ │ ├── itkMaximumEntropyThresholdImageFilter.wrap │ │ ├── itkMomentsThresholdCalculator.wrap │ │ ├── itkMomentsThresholdImageFilter.wrap │ │ ├── itkOtsuMultipleThresholdsImageFilter.wrap │ │ ├── itkOtsuThresholdCalculator.wrap │ │ ├── itkOtsuThresholdImageFilter.wrap │ │ ├── itkRenyiEntropyThresholdCalculator.wrap │ │ ├── itkRenyiEntropyThresholdImageFilter.wrap │ │ ├── itkShanbhagThresholdCalculator.wrap │ │ ├── itkShanbhagThresholdImageFilter.wrap │ │ ├── itkThresholdImageFilter.wrap │ │ ├── itkThresholdLabelerImageFilter.wrap │ │ ├── itkTriangleThresholdCalculator.wrap │ │ ├── itkTriangleThresholdImageFilter.wrap │ │ ├── itkYenThresholdCalculator.wrap │ │ ├── itkYenThresholdImageFilter.wrap │ │ └── test │ │ ├── Baseline │ │ ├── PythonBinaryThresholdImageFilterTest.png.cid │ │ └── PythonThresholdImageFilterTest.png.cid │ │ ├── BinaryThresholdImageFilterTest.py │ │ ├── CMakeLists.txt │ │ └── ThresholdImageFilterTest.py ├── IO │ ├── BMP │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBMPImageIO.h │ │ │ └── itkBMPImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBMPImageIO.cxx │ │ │ └── itkBMPImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── HeliconiusNumataPalette.bmp.cid │ │ │ ├── itkBMPImageIOTest.cxx │ │ │ ├── itkBMPImageIOTest2.cxx │ │ │ ├── itkBMPImageIOTest3.cxx │ │ │ ├── itkBMPImageIOTest4.cxx │ │ │ ├── itkBMPImageIOTest5.cxx │ │ │ ├── itkBMPImageIOTestExtension.cxx │ │ │ └── itkBMPImageIOTestPalette.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkBMPImageIO.wrap │ ├── BioRad │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBioRadImageIO.h │ │ │ └── itkBioRadImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBioRadImageIO.cxx │ │ │ └── itkBioRadImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── biorad.pic.cid │ │ │ └── itkBioRadImageIOTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkBioRadImageIO.wrap │ ├── Bruker │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBruker2dseqImageIO.h │ │ │ └── itkBruker2dseqImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBruker2dseqImageIO.cxx │ │ │ └── itkBruker2dseqImageIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── PV5.1_FSE_INT16.mha.cid │ │ │ │ ├── PV6.0_FLASH_FLOAT32.mha.cid │ │ │ │ ├── PV6.0_FLASH_INT16.mha.cid │ │ │ │ └── PV6.0_FLASH_UINT8.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── PV5.1_FSE │ │ │ │ │ ├── .DS_Store.cid │ │ │ │ │ └── pdata │ │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 2dseq.cid │ │ │ │ │ │ ├── d3proc.cid │ │ │ │ │ │ ├── id.cid │ │ │ │ │ │ ├── meta.cid │ │ │ │ │ │ ├── procs.cid │ │ │ │ │ │ ├── reco.cid │ │ │ │ │ │ ├── roi.cid │ │ │ │ │ │ └── visu_pars.cid │ │ │ │ │ │ └── .DS_Store.cid │ │ │ │ └── PV6.0_FLASH │ │ │ │ │ ├── AdjStatePerScan.cid │ │ │ │ │ ├── acqp.cid │ │ │ │ │ ├── configscan.cid │ │ │ │ │ ├── method.cid │ │ │ │ │ ├── pdata │ │ │ │ │ ├── 1 │ │ │ │ │ │ ├── 2dseq.cid │ │ │ │ │ │ ├── id.cid │ │ │ │ │ │ ├── methreco.cid │ │ │ │ │ │ ├── procs.cid │ │ │ │ │ │ ├── reco.cid │ │ │ │ │ │ └── visu_pars.cid │ │ │ │ │ ├── 2 │ │ │ │ │ │ ├── 2dseq.cid │ │ │ │ │ │ ├── id.cid │ │ │ │ │ │ ├── methreco.cid │ │ │ │ │ │ ├── procs.cid │ │ │ │ │ │ ├── reco.cid │ │ │ │ │ │ └── visu_pars.cid │ │ │ │ │ └── 3 │ │ │ │ │ │ ├── 2dseq.cid │ │ │ │ │ │ ├── id.cid │ │ │ │ │ │ ├── methreco.cid │ │ │ │ │ │ ├── procs.cid │ │ │ │ │ │ ├── reco.cid │ │ │ │ │ │ └── visu_pars.cid │ │ │ │ │ ├── pulseprogram.cid │ │ │ │ │ ├── specpar.cid │ │ │ │ │ ├── uxnmr.info.cid │ │ │ │ │ ├── uxnmr.par.cid │ │ │ │ │ └── visu_pars.cid │ │ │ └── itkBrukerImageTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkBruker2dseqImageIO.wrap │ ├── CSV │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkCSVArray2DDataObject.h │ │ │ ├── itkCSVArray2DDataObject.hxx │ │ │ ├── itkCSVArray2DFileReader.h │ │ │ ├── itkCSVArray2DFileReader.hxx │ │ │ ├── itkCSVFileReaderBase.h │ │ │ ├── itkCSVNumericObjectFileWriter.h │ │ │ └── itkCSVNumericObjectFileWriter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkCSVFileReaderBase.cxx │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ └── csvFileReaderTestInput.csv.cid │ │ │ ├── itkCSVArray2DFileReaderTest.cxx │ │ │ ├── itkCSVArray2DFileReaderWriterTest.cxx │ │ │ └── itkCSVNumericObjectFileWriterTest.cxx │ ├── DCMTK │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkDCMTKFileReader.h │ │ │ ├── itkDCMTKImageIO.h │ │ │ ├── itkDCMTKImageIOFactory.h │ │ │ └── itkDCMTKSeriesFileNames.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkDCMTKFileReader.cxx │ │ │ ├── itkDCMTKImageIO.cxx │ │ │ ├── itkDCMTKImageIOFactory.cxx │ │ │ └── itkDCMTKSeriesFileNames.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkDCMTKColorImage.png.cid │ │ │ │ ├── itkDCMTKColorImageSpatialMetadata.nrrd.cid │ │ │ │ ├── itkDCMTKNonSquare.nii.gz.cid │ │ │ │ └── itkDCMTKSeriesImageOrientationWrite1.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── MultiFrameDicomTest.dcm.cid │ │ │ │ ├── MultiFrameMRIZSpacing.dcm.cid │ │ │ │ ├── NoPreambleDicomTest.dcm.cid │ │ │ │ ├── no_preamble.dcm.cid │ │ │ │ ├── preamble.dcm.cid │ │ │ │ ├── slopeIntercept.dcm.cid │ │ │ │ ├── slopeInterceptOrig.dcm.cid │ │ │ │ └── visible-male-rgb-slice.dcm.cid │ │ │ ├── itkDCMTKImageIOMultiFrameImageTest.cxx │ │ │ ├── itkDCMTKImageIONoPreambleTest.cxx │ │ │ ├── itkDCMTKImageIOOrthoDirTest.cxx │ │ │ ├── itkDCMTKImageIOSlopeInterceptTest.cxx │ │ │ ├── itkDCMTKImageIOSpacingTest.cxx │ │ │ ├── itkDCMTKImageIOTest.cxx │ │ │ ├── itkDCMTKLoggerTest.cxx │ │ │ ├── itkDCMTKMultiFrame4DTest.cxx │ │ │ ├── itkDCMTKRGBImageIOTest.cxx │ │ │ ├── itkDCMTKSeriesReadImageWrite.cxx │ │ │ └── itkDCMTKSeriesStreamReadImageWrite.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkDCMTKImageIO.wrap │ ├── GDCM │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkGDCMImageIO.h │ │ │ ├── itkGDCMImageIOFactory.h │ │ │ └── itkGDCMSeriesFileNames.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGDCMImageIO.cxx │ │ │ ├── itkGDCMImageIOFactory.cxx │ │ │ └── itkGDCMSeriesFileNames.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── Lily.mha.cid │ │ │ │ ├── Lily.png.cid │ │ │ │ ├── Lily_full.mha.cid │ │ │ │ ├── US1_J2KI.mha.cid │ │ │ │ ├── US1_J2KR.mha.cid │ │ │ │ ├── itkGDCMImageIOSecondaryCaptureSpacingTestBaseline.mha.cid │ │ │ │ ├── itkGDCMImageIOTest2Baseline.mha.cid │ │ │ │ ├── itkGDCMImageIOTest2RescaledBaseline.mha.cid │ │ │ │ ├── itkGDCMImageIOTest3Baseline.mha.cid │ │ │ │ ├── itkGDCMImageIOTest3RescaledBaseline.mha.cid │ │ │ │ ├── itkGDCMImageIOTest4Baseline.mha.cid │ │ │ │ ├── itkGDCMImageIOTest4RescaledBaseline.mha.cid │ │ │ │ ├── itkGDCMImageIOTestBaseline.mha.cid │ │ │ │ ├── itkGDCMImageIOTestIntToUint.mha.cid │ │ │ │ ├── itkGDCMImageIOTestRescaledBaseline.mha.cid │ │ │ │ ├── itkGDCMImageReadWriteTest_MultiFrameMRIZSpacingBaseline.mha.cid │ │ │ │ ├── itkGDCMImageReadWriteTest_RGB.mha.cid │ │ │ │ ├── itkGDCMImageReadWriteTest_SC_RGB.nrrd.cid │ │ │ │ ├── itkGDCMLegacyMultiFrameTest.mha.cid │ │ │ │ ├── no_preamble.mha.cid │ │ │ │ ├── preamble.mha.cid │ │ │ │ └── single-bit.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── 030658_001.dcm.cid │ │ │ │ ├── JPEGBaseline1DicomTest.dcm.cid │ │ │ │ ├── LegacyMultiFrame.dcm.cid │ │ │ │ ├── Lily │ │ │ │ │ ├── HTJ2K-YBR_ICT.dcm.cid │ │ │ │ │ ├── HTJ2K-YBR_RCT.dcm.cid │ │ │ │ │ ├── JPEG2000-YBR_RCT.dcm.cid │ │ │ │ │ ├── JPEGLS-RGB.dcm.cid │ │ │ │ │ ├── RLE-RGB.dcm.cid │ │ │ │ │ ├── losslessJPEG-RGB.dcm.cid │ │ │ │ │ ├── lossyJPEG-YBR_FULL_422.dcm.cid │ │ │ │ │ ├── raw-RGB.dcm.cid │ │ │ │ │ ├── raw-YBR_FULL.dcm.cid │ │ │ │ │ └── raw-YBR_FULL_422.dcm.cid │ │ │ │ ├── MultiFrameMRIZSpacing.dcm.cid │ │ │ │ ├── NoPreambleDicomTest.dcm.cid │ │ │ │ ├── US1_J2KI.dcm.cid │ │ │ │ ├── US1_J2KR.dcm.cid │ │ │ │ ├── gdcmNoSpacingTest.dcm.cid │ │ │ │ ├── gdcmSpacingTest.dcm.cid │ │ │ │ ├── image32bitsStoredTest.dcm.cid │ │ │ │ ├── image_slice0.dcm.cid │ │ │ │ ├── itkGDCMImageIOTest3_mono1.dcm.cid │ │ │ │ ├── no_preamble.dcm.cid │ │ │ │ ├── preamble.dcm.cid │ │ │ │ ├── single-bit.dcm.cid │ │ │ │ └── visible-male-rgb-slice.dcm.cid │ │ │ ├── itkGDCMImageIO32bitsStoredTest.cxx │ │ │ ├── itkGDCMImageIONoCrashTest.cxx │ │ │ ├── itkGDCMImageIONoPreambleTest.cxx │ │ │ ├── itkGDCMImageIOOrthoDirTest.cxx │ │ │ ├── itkGDCMImageIOTest.cxx │ │ │ ├── itkGDCMImageIOTest2.cxx │ │ │ ├── itkGDCMImageOrientationPatientTest.cxx │ │ │ ├── itkGDCMImagePositionPatientTest.cxx │ │ │ ├── itkGDCMImageReadSeriesWriteTest.cxx │ │ │ ├── itkGDCMImageReadWriteTest.cxx │ │ │ ├── itkGDCMLegacyMultiFrameTest.cxx │ │ │ ├── itkGDCMLoadImageSpacingTest.cxx │ │ │ └── itkGDCMSeriesStreamReadImageWriteTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGDCMImageIO.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── ReadDicomAndReadTagTest.py │ ├── GE │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGE4ImageIO.h │ │ │ ├── itkGE4ImageIOFactory.h │ │ │ ├── itkGE5ImageIO.h │ │ │ ├── itkGE5ImageIOFactory.h │ │ │ ├── itkGEAdwImageIO.h │ │ │ ├── itkGEAdwImageIOFactory.h │ │ │ └── itkMvtSunf.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── Ge4xHdr.h │ │ │ ├── Ge5xHdr.h │ │ │ ├── itkGE4ImageIO.cxx │ │ │ ├── itkGE4ImageIOFactory.cxx │ │ │ ├── itkGE5ImageIO.cxx │ │ │ ├── itkGE5ImageIOFactory.cxx │ │ │ ├── itkGEAdwImageIO.cxx │ │ │ └── itkGEAdwImageIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── c_vf1122.fre.mha.cid │ │ │ │ └── c_vf1210.fre.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── c_vf1122.fre.cid │ │ │ │ ├── c_vf1123.fre.cid │ │ │ │ ├── c_vf1210.fre.cid │ │ │ │ └── c_vf1211.fre.cid │ │ │ └── itkGEImageIOTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGE4ImageIO.wrap │ │ │ ├── itkGE5ImageIO.wrap │ │ │ └── itkGEAdwImageIO.wrap │ ├── GIPL │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGiplImageIO.h │ │ │ └── itkGiplImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGiplImageIO.cxx │ │ │ └── itkGiplImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkGiplImageIOTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkGiplImageIO.wrap │ ├── HDF5 │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkHDF5ImageIO.h │ │ │ └── itkHDF5ImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkHDF5ImageIO.cxx │ │ │ └── itkHDF5ImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkHDF5ImageIOStreamingReadWriteTest.cxx │ │ │ └── itkHDF5ImageIOTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkHDF5ImageIO.wrap │ ├── IPL │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGEImageHeader.h │ │ │ ├── itkIPLCommonImageIO.h │ │ │ └── itkIPLFileNameList.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkIPLCommonImageIO.cxx │ │ │ └── itkIPLFileNameList.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkIPLCommonImageIO.wrap │ ├── ImageBase │ │ ├── CMake │ │ │ ├── itkTestCStyleIOWCharFilename.cxx │ │ │ ├── itkTestFDStream.cxx │ │ │ └── itkTestIOStreamsWCharFilenameConstructors.cxx │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkArchetypeSeriesFileNames.h │ │ │ ├── itkConvertPixelBuffer.h │ │ │ ├── itkConvertPixelBuffer.hxx │ │ │ ├── itkIOCommon.h │ │ │ ├── itkIOTestHelper.h │ │ │ ├── itkImageFileReader.h │ │ │ ├── itkImageFileReader.hxx │ │ │ ├── itkImageFileReaderException.h │ │ │ ├── itkImageFileWriter.h │ │ │ ├── itkImageFileWriter.hxx │ │ │ ├── itkImageIOBase.h │ │ │ ├── itkImageIOFactory.h │ │ │ ├── itkImageSeriesReader.h │ │ │ ├── itkImageSeriesReader.hxx │ │ │ ├── itkImageSeriesWriter.h │ │ │ ├── itkImageSeriesWriter.hxx │ │ │ ├── itkInternationalizationIOHelpers.h │ │ │ ├── itkNumericSeriesFileNames.h │ │ │ ├── itkRegularExpressionSeriesFileNames.h │ │ │ ├── itkStreamingImageIOBase.h │ │ │ └── itkfdstream │ │ │ │ └── fdstream.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkArchetypeSeriesFileNames.cxx │ │ │ ├── itkIOCommon.cxx │ │ │ ├── itkIOConfigure.h.in │ │ │ ├── itkImageFileReaderException.cxx │ │ │ ├── itkImageFileWriter.cxx │ │ │ ├── itkImageIOBase.cxx │ │ │ ├── itkImageIOFactory.cxx │ │ │ ├── itkImageSeriesWriter.cxx │ │ │ ├── itkNumericSeriesFileNames.cxx │ │ │ ├── itkRawImageIOUtilities.cxx │ │ │ ├── itkRegularExpressionSeriesFileNames.cxx │ │ │ └── itkStreamingImageIOBase.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── Test64bit.mha.cid │ │ │ │ ├── Test64bit.nrrd.cid │ │ │ │ └── rf_voltage_15_freq_0005000000_2017-5-31_12-36-44_ReferenceSpectrum_side_lines_03_fft1d_size_128.mha.cid │ │ │ ├── itk64bitTest.cxx │ │ │ ├── itkArchetypeSeriesFileNamesTest.cxx │ │ │ ├── itkConvertBufferTest.cxx │ │ │ ├── itkConvertBufferTest2.cxx │ │ │ ├── itkFileFreeImageIO.cxx │ │ │ ├── itkFileFreeImageIO.h │ │ │ ├── itkFileFreeImageIOFactory.cxx │ │ │ ├── itkFileFreeImageIOFactory.h │ │ │ ├── itkIOCommonTest.cxx │ │ │ ├── itkIOCommonTest2.cxx │ │ │ ├── itkIOPluginTest.cxx │ │ │ ├── itkImageFileReaderDimensionsTest.cxx │ │ │ ├── itkImageFileReaderManyComponentVectorTest.cxx │ │ │ ├── itkImageFileReaderPositiveSpacingTest.cxx │ │ │ ├── itkImageFileReaderStreamingTest.cxx │ │ │ ├── itkImageFileReaderStreamingTest2.cxx │ │ │ ├── itkImageFileReaderTest1.cxx │ │ │ ├── itkImageFileWriterPastingTest1.cxx │ │ │ ├── itkImageFileWriterPastingTest2.cxx │ │ │ ├── itkImageFileWriterPastingTest3.cxx │ │ │ ├── itkImageFileWriterStreamingPastingCompressingTest1.cxx │ │ │ ├── itkImageFileWriterStreamingTest1.cxx │ │ │ ├── itkImageFileWriterStreamingTest2.cxx │ │ │ ├── itkImageFileWriterTest.cxx │ │ │ ├── itkImageFileWriterTest2.cxx │ │ │ ├── itkImageFileWriterUpdateLargestPossibleRegionTest.cxx │ │ │ ├── itkImageIOBaseTest.cxx │ │ │ ├── itkImageIODirection2DTest.cxx │ │ │ ├── itkImageIODirection3DTest.cxx │ │ │ ├── itkImageIOFileNameExtensionsTests.cxx │ │ │ ├── itkImageSeriesReaderDimensionsTest.cxx │ │ │ ├── itkImageSeriesReaderSamplingTest.cxx │ │ │ ├── itkImageSeriesReaderVectorTest.cxx │ │ │ ├── itkImageSeriesWriterTest.cxx │ │ │ ├── itkLargeImageWriteConvertReadTest.cxx │ │ │ ├── itkLargeImageWriteReadTest.cxx │ │ │ ├── itkMatrixImageWriteReadTest.cxx │ │ │ ├── itkNoiseImageFilterTest.cxx │ │ │ ├── itkNumericSeriesFileNamesTest.cxx │ │ │ ├── itkReadWriteImageWithDictionaryTest.cxx │ │ │ ├── itkRegularExpressionSeriesFileNamesTest.cxx │ │ │ ├── itkUnicodeIOTest.cxx │ │ │ ├── itkVectorImageReadWriteTest.cxx │ │ │ └── itkWriteImageFunctionGTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── ITKIOImageBaseBase.wrap │ │ │ ├── itkImageFileReader.wrap │ │ │ ├── itkImageFileWriter.wrap │ │ │ ├── itkImageSeriesReader.wrap │ │ │ └── itkImageSeriesWriter.wrap │ ├── JPEG │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkJPEGImageIO.h │ │ │ └── itkJPEGImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkJPEGImageIO.cxx │ │ │ └── itkJPEGImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── cmyk.jpg.cid │ │ │ │ ├── corrupted2.jpg.cid │ │ │ │ └── corrupted_image.jpg.cid │ │ │ ├── itkJPEGImageIOBrokenCasesTest.cxx │ │ │ ├── itkJPEGImageIOCMYKTest.cxx │ │ │ ├── itkJPEGImageIODegenerateCasesTest.cxx │ │ │ ├── itkJPEGImageIOTest.cxx │ │ │ └── itkJPEGImageIOTest2.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkJPEGImageIO.wrap │ ├── JPEG2000 │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkJPEG2000ImageIO.h │ │ │ └── itkJPEG2000ImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkJPEG2000ImageIO.cxx │ │ │ └── itkJPEG2000ImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── Bretagne1.j2k.cid │ │ │ │ ├── Cevennes2.jp2.cid │ │ │ │ └── cthead1.j2k.cid │ │ │ ├── itkJPEG2000ImageIOFactoryTest01.cxx │ │ │ ├── itkJPEG2000ImageIORegionOfInterest.cxx │ │ │ ├── itkJPEG2000ImageIOTest00.cxx │ │ │ ├── itkJPEG2000ImageIOTest01.cxx │ │ │ ├── itkJPEG2000ImageIOTest02.cxx │ │ │ ├── itkJPEG2000ImageIOTest03.cxx │ │ │ ├── itkJPEG2000ImageIOTest04.cxx │ │ │ ├── itkJPEG2000ImageIOTest05.cxx │ │ │ └── itkJPEG2000ImageIOTest06.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkJPEG2000ImageIO.wrap │ ├── LSM │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkLSMImageIO.h │ │ │ └── itkLSMImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkLSMImageIO.cxx │ │ │ └── itkLSMImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkLSMImageIOTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkLSMImageIO.wrap │ ├── MINC │ │ ├── CMakeLists.txt │ │ ├── README │ │ ├── include │ │ │ ├── itkMINCImageIO.h │ │ │ └── itkMINCImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMINCImageIO.cxx │ │ │ ├── itkMINCImageIOConfigurePrivate.h.in │ │ │ └── itkMINCImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── dti_sample.mnc.cid │ │ │ │ ├── labels_sample.mnc.cid │ │ │ │ ├── t1_z+_byte_cor.mnc.cid │ │ │ │ ├── t1_z+_byte_sag.mnc.cid │ │ │ │ ├── t1_z+_byte_trans.mnc.cid │ │ │ │ ├── t1_z+_double_cor.mnc.cid │ │ │ │ ├── t1_z+_double_sag.mnc.cid │ │ │ │ ├── t1_z+_double_trans.mnc.cid │ │ │ │ ├── t1_z+_float_cor.mnc.cid │ │ │ │ ├── t1_z+_float_sag.mnc.cid │ │ │ │ ├── t1_z+_float_trans.mnc.cid │ │ │ │ ├── t1_z+_float_yxz_nonorm.mnc.cid │ │ │ │ ├── t1_z+_float_yxz_norm.mnc.cid │ │ │ │ ├── t1_z+_long_cor.mnc.cid │ │ │ │ ├── t1_z+_long_sag.mnc.cid │ │ │ │ ├── t1_z+_long_trans.mnc.cid │ │ │ │ ├── t1_z+_short_cor.mnc.cid │ │ │ │ ├── t1_z+_short_sag.mnc.cid │ │ │ │ ├── t1_z+_short_trans.mnc.cid │ │ │ │ ├── t1_z+_ubyte_cor.mnc.cid │ │ │ │ ├── t1_z+_ubyte_sag.mnc.cid │ │ │ │ ├── t1_z+_ubyte_trans.mnc.cid │ │ │ │ ├── t1_z+_ubyte_yxz_nonorm.mnc.cid │ │ │ │ ├── t1_z+_ulong_cor.mnc.cid │ │ │ │ ├── t1_z+_ulong_sag.mnc.cid │ │ │ │ ├── t1_z+_ulong_trans.mnc.cid │ │ │ │ ├── t1_z+_ushort_cor.mnc.cid │ │ │ │ ├── t1_z+_ushort_sag.mnc.cid │ │ │ │ ├── t1_z+_ushort_trans.mnc.cid │ │ │ │ ├── t1_z-_byte_cor.mnc.cid │ │ │ │ ├── t1_z-_byte_sag.mnc.cid │ │ │ │ ├── t1_z-_byte_trans.mnc.cid │ │ │ │ ├── t1_z-_double_cor.mnc.cid │ │ │ │ ├── t1_z-_double_sag.mnc.cid │ │ │ │ ├── t1_z-_double_trans.mnc.cid │ │ │ │ ├── t1_z-_float_cor.mnc.cid │ │ │ │ ├── t1_z-_float_sag.mnc.cid │ │ │ │ ├── t1_z-_float_trans.mnc.cid │ │ │ │ ├── t1_z-_long_cor.mnc.cid │ │ │ │ ├── t1_z-_long_sag.mnc.cid │ │ │ │ ├── t1_z-_long_trans.mnc.cid │ │ │ │ ├── t1_z-_short_cor.mnc.cid │ │ │ │ ├── t1_z-_short_sag.mnc.cid │ │ │ │ ├── t1_z-_short_trans.mnc.cid │ │ │ │ ├── t1_z-_ubyte_cor.mnc.cid │ │ │ │ ├── t1_z-_ubyte_sag.mnc.cid │ │ │ │ ├── t1_z-_ubyte_trans.mnc.cid │ │ │ │ ├── t1_z-_ulong_cor.mnc.cid │ │ │ │ ├── t1_z-_ulong_sag.mnc.cid │ │ │ │ ├── t1_z-_ulong_trans.mnc.cid │ │ │ │ ├── t1_z-_ushort_cor.mnc.cid │ │ │ │ ├── t1_z-_ushort_sag.mnc.cid │ │ │ │ └── t1_z-_ushort_trans.mnc.cid │ │ │ ├── README │ │ │ ├── itkMINCImageIOTest.cxx │ │ │ ├── itkMINCImageIOTest2.cxx │ │ │ ├── itkMINCImageIOTest4.cxx │ │ │ ├── itkMINCImageIOTest_2D.cxx │ │ │ ├── itkMINCImageIOTest_4D.cxx │ │ │ └── itkMINCImageIOTest_Labels.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkMINCImageIO.wrap │ ├── MRC │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkMRCHeaderObject.h │ │ │ ├── itkMRCImageIO.h │ │ │ └── itkMRCImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMRCHeaderObject.cxx │ │ │ ├── itkMRCImageIO.cxx │ │ │ ├── itkMRCImageIOFactory.cxx │ │ │ └── itkMRCImageIOPrivate.h │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── tilt_uint8.mrc.cid │ │ │ ├── itkMRCImageIOTest.cxx │ │ │ └── itkMRCImageIOTest2.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkMRCImageIO.wrap │ ├── Mesh │ │ ├── CMakeLists.txt │ │ ├── README.md │ │ ├── itk-module.cmake │ │ └── test │ │ │ ├── Baseline │ │ │ ├── sphere.fsb.cid │ │ │ ├── sphere_curv.vtk.cid │ │ │ ├── sphere_curv_b.vtk.cid │ │ │ └── thickness.fcv.cid │ │ │ ├── CMakeLists.txt │ │ │ └── itkMeshFileReadWriteTest.cxx │ ├── MeshBYU │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBYUMeshIO.h │ │ │ └── itkBYUMeshIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBYUMeshIO.cxx │ │ │ └── itkBYUMeshIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── cube.byu.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBYUMeshIOTest.cxx │ │ │ └── itkMeshFileReadWriteTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkBYUMeshIO.wrap │ ├── MeshBase │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkConvertArrayPixelBuffer.h │ │ │ ├── itkConvertArrayPixelBuffer.hxx │ │ │ ├── itkConvertVariableLengthVectorPixelBuffer.h │ │ │ ├── itkConvertVariableLengthVectorPixelBuffer.hxx │ │ │ ├── itkMeshConvertPixelTraits.h │ │ │ ├── itkMeshFileReader.h │ │ │ ├── itkMeshFileReader.hxx │ │ │ ├── itkMeshFileReaderException.h │ │ │ ├── itkMeshFileTestHelper.h │ │ │ ├── itkMeshFileWriter.h │ │ │ ├── itkMeshFileWriter.hxx │ │ │ ├── itkMeshFileWriterException.h │ │ │ ├── itkMeshIOBase.h │ │ │ ├── itkMeshIOFactory.h │ │ │ └── itkMeshIOTestHelper.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMeshFileReaderException.cxx │ │ │ ├── itkMeshFileWriterException.cxx │ │ │ ├── itkMeshIOBase.cxx │ │ │ └── itkMeshIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkMeshFileReaderWriterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMeshFileReader.wrap │ │ │ ├── itkMeshFileWriter.wrap │ │ │ ├── itkMeshIOBase.wrap │ │ │ └── itkMeshIOFactory.wrap │ ├── MeshFreeSurfer │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkFreeSurferAsciiMeshIO.h │ │ │ ├── itkFreeSurferAsciiMeshIOFactory.h │ │ │ ├── itkFreeSurferBinaryMeshIO.h │ │ │ └── itkFreeSurferBinaryMeshIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkFreeSurferAsciiMeshIO.cxx │ │ │ ├── itkFreeSurferAsciiMeshIOFactory.cxx │ │ │ ├── itkFreeSurferBinaryMeshIO.cxx │ │ │ └── itkFreeSurferBinaryMeshIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── sphere.fsa.cid │ │ │ │ └── sphere.fsb.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkFreeSurferMeshIOTest.cxx │ │ │ └── itkMeshFileReadWriteTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkFreeSurferAsciiMeshIO.wrap │ │ │ └── itkFreeSurferBinaryMeshIO.wrap │ ├── MeshGifti │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGiftiMeshIO.h │ │ │ └── itkGiftiMeshIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGiftiMeshIO.cxx │ │ │ └── itkGiftiMeshIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── aparc.gii.cid │ │ │ │ └── white.gii.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGiftiMeshIOTest.cxx │ │ │ └── itkMeshFileReadWriteTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkGiftiMeshIO.wrap │ │ │ └── test │ │ │ └── CMakeLists.txt │ ├── MeshOBJ │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkOBJMeshIO.h │ │ │ └── itkOBJMeshIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkOBJMeshIO.cxx │ │ │ └── itkOBJMeshIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── box.obj.cid │ │ │ │ └── bunny.obj.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMeshFileReadWriteTest.cxx │ │ │ └── itkOBJMeshIOTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkOBJMeshIO.wrap │ │ │ └── test │ │ │ └── CMakeLists.txt │ ├── MeshOFF │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkOFFMeshIO.h │ │ │ └── itkOFFMeshIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkOFFMeshIO.cxx │ │ │ └── itkOFFMeshIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── octa.off.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMeshFileReadWriteTest.cxx │ │ │ └── itkOFFMeshIOTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkOFFMeshIO.wrap │ │ │ └── test │ │ │ └── CMakeLists.txt │ ├── MeshVTK │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkVTKPolyDataMeshIO.h │ │ │ └── itkVTKPolyDataMeshIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkVTKPolyDataMeshIO.cxx │ │ │ └── itkVTKPolyDataMeshIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── fibers.vtk.cid │ │ │ │ ├── hollow_test.vtk.cid │ │ │ │ └── sphere_norm.vtk.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── ironProt.vtk.cid │ │ │ │ ├── sphere.vtk.cid │ │ │ │ ├── sphere_51.vtk.cid │ │ │ │ └── sphere_51_b.vtk.cid │ │ │ ├── itkMeshFileReadWriteTest.cxx │ │ │ ├── itkMeshFileReadWriteVectorAttributeTest.cxx │ │ │ ├── itkMeshFileWriteReadTensorTest.cxx │ │ │ ├── itkPolylineReadWriteTest.cxx │ │ │ ├── itkVTKPolyDataMeshCanReadImageTest.cxx │ │ │ ├── itkVTKPolyDataMeshIOGTest.cxx │ │ │ └── itkVTKPolyDataMeshIOTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkVTKPolyDataMeshIO.wrap │ ├── Meta │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkMetaArrayReader.h │ │ │ ├── itkMetaArrayWriter.h │ │ │ ├── itkMetaImageIO.h │ │ │ └── itkMetaImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMetaArrayReader.cxx │ │ │ ├── itkMetaArrayWriter.cxx │ │ │ ├── itkMetaImageIO.cxx │ │ │ └── itkMetaImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkLargeMetaImageWriteReadTest.cxx │ │ │ ├── itkMetaImageIOGzTest.cxx │ │ │ ├── itkMetaImageIOMetaDataTest.cxx │ │ │ ├── itkMetaImageIOTest.cxx │ │ │ ├── itkMetaImageIOTest2.cxx │ │ │ ├── itkMetaImageStreamingIOTest.cxx │ │ │ ├── itkMetaImageStreamingWriterIOTest.cxx │ │ │ ├── itkMetaTestLongFilename.cxx │ │ │ ├── testMetaArray.cxx │ │ │ ├── testMetaCommand.cxx │ │ │ ├── testMetaGroup.cxx │ │ │ ├── testMetaImage.cxx │ │ │ └── testMetaMesh.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkMetaImageIO.wrap │ ├── NIFTI │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkNiftiImageIO.h │ │ │ └── itkNiftiImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkNiftiImageIO.cxx │ │ │ ├── itkNiftiImageIOConfigurePrivate.h.in │ │ │ └── itkNiftiImageIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── SlopeInterceptUCHAR-midSlice.nrrd.cid │ │ │ ├── BigEndian_hdr.h │ │ │ ├── BigEndian_img.h │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── ChickenEgg-zeros.nii.gz.cid │ │ │ │ ├── SlopeInterceptUCHAR.nii.gz.cid │ │ │ │ ├── SmallVoxels.nii.gz.cid │ │ │ │ ├── SmallVoxelsNonOrthoSform.nii.gz.cid │ │ │ │ ├── SmallVoxels_AffinePrecision.nii.gz.cid │ │ │ │ ├── SmallVoxels_noqform.nii.gz.cid │ │ │ │ ├── SmallVoxels_nosform.nii.gz.cid │ │ │ │ ├── xyzt_units_test_scl.nii.gz.cid │ │ │ │ └── xyzt_units_test_scl_mm_s.nii.gz.cid │ │ │ ├── LittleEndian_hdr.h │ │ │ ├── LittleEndian_img.h │ │ │ ├── itkExtractSlice.cxx │ │ │ ├── itkNiftiImageIOTest.cxx │ │ │ ├── itkNiftiImageIOTest.h │ │ │ ├── itkNiftiImageIOTest10.cxx │ │ │ ├── itkNiftiImageIOTest11.cxx │ │ │ ├── itkNiftiImageIOTest12.cxx │ │ │ ├── itkNiftiImageIOTest13.cxx │ │ │ ├── itkNiftiImageIOTest14.cxx │ │ │ ├── itkNiftiImageIOTest2.cxx │ │ │ ├── itkNiftiImageIOTest3.cxx │ │ │ ├── itkNiftiImageIOTest4.cxx │ │ │ ├── itkNiftiImageIOTest5.cxx │ │ │ ├── itkNiftiImageIOTest6.cxx │ │ │ ├── itkNiftiImageIOTest7.cxx │ │ │ ├── itkNiftiImageIOTest8.cxx │ │ │ ├── itkNiftiImageIOTest9.cxx │ │ │ ├── itkNiftiImageIOTestHelper.cxx │ │ │ ├── itkNiftiLargeImageRegionReadTest.cxx │ │ │ ├── itkNiftiReadAnalyzeTest.cxx │ │ │ ├── itkNiftiReadWriteDirectionTest.cxx │ │ │ └── itkNiftiWriteCoerceOrthogonalDirectionTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkNiftiImageIO.wrap │ ├── NRRD │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkNrrdImageIO.h │ │ │ └── itkNrrdImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkNrrdImageIO.cxx │ │ │ └── itkNrrdImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkNrrdComplexImageReadTest.cxx │ │ │ ├── itkNrrdComplexImageReadWriteTest.cxx │ │ │ ├── itkNrrdCovariantVectorImageReadTest.cxx │ │ │ ├── itkNrrdCovariantVectorImageReadWriteTest.cxx │ │ │ ├── itkNrrdDiffusionTensor3DImageReadTensorDoubleWriteTensorDoubleTest.cxx │ │ │ ├── itkNrrdDiffusionTensor3DImageReadTest.cxx │ │ │ ├── itkNrrdDiffusionTensor3DImageReadWriteTest.cxx │ │ │ ├── itkNrrdImageIOTest.cxx │ │ │ ├── itkNrrdImageIOTest.h │ │ │ ├── itkNrrdImageReadWriteTest.cxx │ │ │ ├── itkNrrdMetaDataTest.cxx │ │ │ ├── itkNrrdRGBAImageReadWriteTest.cxx │ │ │ ├── itkNrrdRGBImageReadWriteTest.cxx │ │ │ ├── itkNrrdVectorImageReadTest.cxx │ │ │ └── itkNrrdVectorImageReadWriteTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkNrrdImageIO.wrap │ ├── PNG │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkPNGImageIO.h │ │ │ └── itkPNGImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkPNGImageIO.cxx │ │ │ └── itkPNGImageIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── itkPNGImageIOTest2GreyAlpha.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── GrayAlpha.png.cid │ │ │ │ ├── HeliconiusNumataPalette.png.cid │ │ │ │ ├── HeliconiusNumataPaletteGrey.png.cid │ │ │ │ ├── HeliconiusNumataPaletteRGB.png.cid │ │ │ │ ├── corrupted.png.cid │ │ │ │ └── cthead1-257-corrupt.png.cid │ │ │ ├── itkPNGImageIOTest.cxx │ │ │ ├── itkPNGImageIOTest2.cxx │ │ │ ├── itkPNGImageIOTest3.cxx │ │ │ └── itkPNGImageIOTestPalette.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkPNGImageIO.wrap │ ├── PhilipsREC │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkPhilipsPAR.h │ │ │ ├── itkPhilipsRECImageIO.h │ │ │ └── itkPhilipsRECImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkPhilipsPAR.cxx │ │ │ ├── itkPhilipsRECImageIO.cxx │ │ │ └── itkPhilipsRECImageIOFactory.cxx │ │ └── test │ │ │ ├── Baseline │ │ │ ├── itkPhilipsRECImageIOOrientationTest1.mha.cid │ │ │ ├── itkPhilipsRECImageIOOrientationTest2.mha.cid │ │ │ └── itkPhilipsRECImageIOOrientationTest3.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ ├── Test_Cardiac_Phase_7_1.PAR.cid │ │ │ ├── Test_Cardiac_Phase_7_1.REC.gz.cid │ │ │ ├── Test_Orientation_2_1.PAR.cid │ │ │ ├── Test_Orientation_2_1.REC.gz.cid │ │ │ ├── Test_Orientation_2_3.PAR.cid │ │ │ ├── Test_Orientation_2_3.REC.gz.cid │ │ │ ├── Test_Orientation_2_5.PAR.cid │ │ │ └── Test_Orientation_2_5.REC.gz.cid │ │ │ ├── itkPhilipsRECImageIOOrientationTest.cxx │ │ │ ├── itkPhilipsRECImageIOPrintTest.cxx │ │ │ └── itkPhilipsRECImageIOTest.cxx │ ├── RAW │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkRawImageIO.h │ │ │ └── itkRawImageIO.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkRawImageIOTest.cxx │ │ │ ├── itkRawImageIOTest2.cxx │ │ │ ├── itkRawImageIOTest3.cxx │ │ │ ├── itkRawImageIOTest4.cxx │ │ │ └── itkRawImageIOTest5.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkRawImageIO.wrap │ ├── Siemens │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkSiemensVisionImageIO.h │ │ │ └── itkSiemensVisionImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkSiemensVisionImageIO.cxx │ │ │ └── itkSiemensVisionImageIOFactory.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkSiemensVisionImageIO.wrap │ ├── SpatialObjects │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkPolygonGroupSpatialObjectXMLFile.h │ │ │ ├── itkSpatialObjectReader.h │ │ │ ├── itkSpatialObjectReader.hxx │ │ │ ├── itkSpatialObjectWriter.h │ │ │ └── itkSpatialObjectWriter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkPolygonGroupSpatialObjectXMLFile.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── Branch-truth.tre.cid │ │ │ ├── itkPolygonGroupSpatialObjectXMLFileTest.cxx │ │ │ ├── itkReadVesselTubeSpatialObjectTest.cxx │ │ │ └── itkReadWriteSpatialObjectTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkSpatialObjectReader.wrap │ │ │ └── itkSpatialObjectWriter.wrap │ ├── Stimulate │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkStimulateImageIO.h │ │ │ └── itkStimulateImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkStimulateImageIO.cxx │ │ │ └── itkStimulateImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkStimulateImageIOTest.cxx │ │ │ └── itkStimulateImageIOTest2.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkStimulateImageIO.wrap │ ├── TIFF │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkTIFFImageIO.h │ │ │ └── itkTIFFImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkTIFFImageIO.cxx │ │ │ ├── itkTIFFImageIOFactory.cxx │ │ │ ├── itkTIFFReaderInternal.cxx │ │ │ └── itkTIFFReaderInternal.h │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_AdobeDeflate.tif.cid │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_Deflate.tif.cid │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_JPEG.tif.cid │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_LZW.tif.cid │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_NoCompression.tif.cid │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_PackBits.tif.cid │ │ │ │ ├── TestTIFFCompression_cthead1_AdobeDeflate.tif.cid │ │ │ │ ├── TestTIFFCompression_cthead1_Deflate.tif.cid │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG.tif.cid │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG_1.tif.cid │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG_100.tif.cid │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG_50.tif.cid │ │ │ │ ├── TestTIFFCompression_cthead1_LZW.tif.cid │ │ │ │ ├── TestTIFFCompression_cthead1_NoCompression.tif.cid │ │ │ │ ├── TestTIFFCompression_cthead1_PackBits.tif.cid │ │ │ │ ├── itkTIFFImageIORGBATestBaseline.tif.cid │ │ │ │ └── rampFloat.tif.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── 3d_spacing.tif.cid │ │ │ │ ├── HeliconiusNumataPalette.tif.cid │ │ │ │ ├── RGBAHead.tif.cid │ │ │ │ ├── cthead_oriet_bl.tif.cid │ │ │ │ ├── cthead_oriet_br.tif.cid │ │ │ │ ├── cthead_oriet_tl.tif.cid │ │ │ │ ├── cthead_oriet_tr.tif.cid │ │ │ │ ├── int.tiff.cid │ │ │ │ ├── jello.tif.cid │ │ │ │ ├── oxford.tif.cid │ │ │ │ ├── ps-separated.tif.cid │ │ │ │ └── single-channel.ome.tif.cid │ │ │ ├── itkImageSeriesReaderReverse.cxx │ │ │ ├── itkLargeTIFFImageWriteReadTest.cxx │ │ │ ├── itkTIFFImageIOCompressionTest.cxx │ │ │ ├── itkTIFFImageIOInfoTest.cxx │ │ │ ├── itkTIFFImageIOIntPixelTest.cxx │ │ │ ├── itkTIFFImageIOTest.cxx │ │ │ ├── itkTIFFImageIOTest2.cxx │ │ │ └── itkTIFFImageIOTestPalette.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkTIFFImageIO.wrap │ ├── TransformBase │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkCompositeTransformIOHelper.h │ │ │ ├── itkTransformFileReader.h │ │ │ ├── itkTransformFileWriter.h │ │ │ ├── itkTransformIOBase.h │ │ │ └── itkTransformIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkCompositeTransformIOHelper.cxx │ │ │ ├── itkTransformFileReader.cxx │ │ │ ├── itkTransformFileWriterSpecializations.cxx │ │ │ ├── itkTransformIOBase.cxx │ │ │ └── itkTransformIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkTransformFileReaderTemplateTest.cxx │ │ │ ├── itkTransformFileReaderTest.cxx │ │ │ ├── itkTransformFileWriterTemplateTest.cxx │ │ │ └── itkTransformFileWriterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkTransformFileReader.wrap │ │ │ ├── itkTransformFileWriter.wrap │ │ │ └── itkTransformIOBaseTemplate.wrap │ ├── TransformFactory │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkTransformFactory.h │ │ │ └── itkTransformFactoryBase.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkTransformFactoryBase.cxx │ │ │ ├── itkTransformFactoryBaseRegister.hxx │ │ │ ├── itkTransformFactoryBaseRegisterDoubleParameters.cxx │ │ │ └── itkTransformFactoryBaseRegisterFloatParameters.cxx │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkTransformFactoryBaseTest.cxx │ ├── TransformHDF5 │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkHDF5TransformIO.h │ │ │ └── itkHDF5TransformIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkHDF5TransformIO.cxx │ │ │ └── itkHDF5TransformIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkIOTransformHDF5Test.cxx │ │ │ └── itkThinPlateTransformWriteReadTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkHDF5TransformIO.wrap │ ├── TransformInsightLegacy │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkTxtTransformIO.h │ │ │ └── itkTxtTransformIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkTxtTransformIO.cxx │ │ │ └── itkTxtTransformIOFactory.cxx │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── itkBSplineTransform00.txt.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── euler3DOldFormat.tfm.cid │ │ │ ├── itkIOEuler3DTransformTxtTest.cxx │ │ │ └── itkIOTransformTxtTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkTxtTransformIO.wrap │ ├── TransformMINC │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkMINCTransformAdapter.h │ │ │ ├── itkMINCTransformIO.h │ │ │ └── itkMINCTransformIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMINCImageIOConfigurePrivate.h.in │ │ │ ├── itkMINCTransformIO.cxx │ │ │ └── itkMINCTransformIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkIOTransformMINCTest.cxx │ │ │ └── itkMINCTransformAdapterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkMINCTransformIO.wrap │ ├── TransformMatlab │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkMatlabTransformIO.h │ │ │ └── itkMatlabTransformIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMatlabTransformIO.cxx │ │ │ └── itkMatlabTransformIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkIOTransformMatlabTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkMatlabTransformIO.wrap │ ├── VTK │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkVTKImageIO.h │ │ │ └── itkVTKImageIOFactory.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkVTKImageIO.cxx │ │ │ └── itkVTKImageIOFactory.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── fibers.vtk.cid │ │ │ │ ├── ironProt.vtk.cid │ │ │ │ └── matrix.vtk.cid │ │ │ ├── itkVTKImageIO2Test.cxx │ │ │ ├── itkVTKImageIO2Test2.cxx │ │ │ ├── itkVTKImageIOFileReadTest.cxx │ │ │ ├── itkVTKImageIOStreamTest.cxx │ │ │ ├── itkVTKImageIOTest.cxx │ │ │ ├── itkVTKImageIOTest2.cxx │ │ │ └── itkVTKImageIOTest3.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkVTKImageIO.wrap │ └── XML │ │ ├── CMakeLists.txt │ │ ├── include │ │ ├── itkDOMNode.h │ │ ├── itkDOMNodeXMLReader.h │ │ ├── itkDOMNodeXMLWriter.h │ │ ├── itkDOMReader.h │ │ ├── itkDOMReader.hxx │ │ ├── itkDOMTextNode.h │ │ ├── itkDOMWriter.h │ │ ├── itkDOMWriter.hxx │ │ ├── itkFancyString.h │ │ ├── itkFancyString.hxx │ │ ├── itkFileTools.h │ │ ├── itkStringTools.h │ │ ├── itkStringTools.hxx │ │ └── itkXMLFile.h │ │ ├── itk-module.cmake │ │ ├── src │ │ ├── CMakeLists.txt │ │ ├── itkDOMNode.cxx │ │ ├── itkDOMNodeXMLReader.cxx │ │ ├── itkDOMNodeXMLWriter.cxx │ │ ├── itkFancyString.cxx │ │ ├── itkStringTools.cxx │ │ └── itkXMLFile.cxx │ │ └── test │ │ ├── CMakeLists.txt │ │ ├── itkDOMTest1.cxx │ │ ├── itkDOMTest2.cxx │ │ ├── itkDOMTest3.cxx │ │ ├── itkDOMTest4.cxx │ │ ├── itkDOMTest5.cxx │ │ ├── itkDOMTest6.cxx │ │ ├── itkDOMTest8.cxx │ │ ├── itkDOMTestObject.h │ │ ├── itkDOMTestObjectDOMReader.h │ │ ├── itkDOMTestObjectDOMWriter.h │ │ ├── itkFancyStringTest.cxx │ │ └── itkFileToolsTest.cxx ├── Nonunit │ ├── IntegratedTest │ │ ├── CMakeLists.txt │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAlgorithmsHeaderObjCxxTest.mm │ │ │ ├── itkAlgorithmsPrintTest.cxx │ │ │ ├── itkAlgorithmsPrintTest2.cxx │ │ │ ├── itkAlgorithmsPrintTest3.cxx │ │ │ ├── itkAlgorithmsPrintTest4.cxx │ │ │ ├── itkBasicClasses.tcl │ │ │ ├── itkBasicFiltersHeaderObjCxxTest.mm │ │ │ ├── itkBasicFiltersPrintTest.cxx │ │ │ ├── itkBasicFiltersPrintTest2.cxx │ │ │ ├── itkBioRadImageIOTest.cxx │ │ │ ├── itkCommonHeaderObjCxxTest.mm │ │ │ ├── itkCommonPrintTest.cxx │ │ │ ├── itkCurvatureFlowTestTcl.tcl │ │ │ ├── itkCurvatureFlowTestTcl2.tcl │ │ │ ├── itkFilterImageAddTest.cxx │ │ │ ├── itkIOHeaderObjCxxTest.mm │ │ │ ├── itkIOPrintTest.cxx │ │ │ ├── itkImageToHistogramFilterTest4.cxx │ │ │ ├── itkMaskedImageToHistogramFilterTest1.cxx │ │ │ ├── itkMaximumDecisionRuleTest.cxx │ │ │ ├── itkMaximumRatioDecisionRuleTest.cxx │ │ │ ├── itkMinimumDecisionRuleTest.cxx │ │ │ ├── itkNumericsHeaderObjCxxTest.mm │ │ │ ├── itkNumericsPrintTest.cxx │ │ │ ├── itkPolygonCellTest.cxx │ │ │ ├── itkReleaseDataFilterTest.cxx │ │ │ ├── itkShrinkImagePreserveObjectPhysicalLocations.cxx │ │ │ ├── itkSpatialObjectHeaderObjCxxTest.mm │ │ │ ├── itkSpatialObjectPrintTest.cxx │ │ │ ├── itkStatisticsPrintTest.cxx │ │ │ └── itkTriangleHelperTest.cxx │ │ └── wrapping │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkCurvatureFlowTestPython2.py │ └── Review │ │ ├── CMakeLists.txt │ │ ├── README.md │ │ ├── include │ │ ├── itkAreaClosingImageFilter.h │ │ ├── itkAreaOpeningImageFilter.h │ │ ├── itkAttributeMorphologyBaseImageFilter.h │ │ ├── itkAttributeMorphologyBaseImageFilter.hxx │ │ ├── itkComplexBSplineInterpolateImageFunction.h │ │ ├── itkComplexBSplineInterpolateImageFunction.hxx │ │ ├── itkConformalFlatteningMeshFilter.h │ │ ├── itkConformalFlatteningMeshFilter.hxx │ │ ├── itkConstrainedRegionBasedLevelSetFunctionSharedData.h │ │ ├── itkDirectFourierReconstructionImageToImageFilter.h │ │ ├── itkDirectFourierReconstructionImageToImageFilter.hxx │ │ ├── itkFastApproximateRankImageFilter.h │ │ ├── itkGridForwardWarpImageFilter.h │ │ ├── itkGridForwardWarpImageFilter.hxx │ │ ├── itkLabelGeometryImageFilter.h │ │ ├── itkLabelGeometryImageFilter.hxx │ │ ├── itkMiniPipelineSeparableImageFilter.h │ │ ├── itkMiniPipelineSeparableImageFilter.hxx │ │ ├── itkMultiphaseDenseFiniteDifferenceImageFilter.h │ │ ├── itkMultiphaseDenseFiniteDifferenceImageFilter.hxx │ │ ├── itkMultiphaseFiniteDifferenceImageFilter.h │ │ ├── itkMultiphaseFiniteDifferenceImageFilter.hxx │ │ ├── itkMultiphaseSparseFiniteDifferenceImageFilter.h │ │ ├── itkMultiphaseSparseFiniteDifferenceImageFilter.hxx │ │ ├── itkRegionBasedLevelSetFunction.h │ │ ├── itkRegionBasedLevelSetFunction.hxx │ │ ├── itkRegionBasedLevelSetFunctionData.h │ │ ├── itkRegionBasedLevelSetFunctionData.hxx │ │ ├── itkRegionBasedLevelSetFunctionSharedData.h │ │ ├── itkRobustAutomaticThresholdCalculator.h │ │ ├── itkRobustAutomaticThresholdCalculator.hxx │ │ ├── itkRobustAutomaticThresholdImageFilter.h │ │ ├── itkRobustAutomaticThresholdImageFilter.hxx │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilter.h │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilter.hxx │ │ ├── itkScalarChanAndVeseLevelSetFunction.h │ │ ├── itkScalarChanAndVeseLevelSetFunction.hxx │ │ ├── itkScalarChanAndVeseLevelSetFunctionData.h │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilter.h │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilter.hxx │ │ ├── itkScalarRegionBasedLevelSetFunction.h │ │ ├── itkScalarRegionBasedLevelSetFunction.hxx │ │ ├── itkStochasticFractalDimensionImageFilter.h │ │ ├── itkStochasticFractalDimensionImageFilter.hxx │ │ ├── itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h │ │ ├── itkVoxBoCUBImageIO.h │ │ ├── itkVoxBoCUBImageIOFactory.h │ │ ├── itkWarpHarmonicEnergyCalculator.h │ │ └── itkWarpHarmonicEnergyCalculator.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ ├── CMakeLists.txt │ │ ├── itkVoxBoCUBImageIO.cxx │ │ └── itkVoxBoCUBImageIOFactory.cxx │ │ ├── test │ │ ├── Baseline │ │ │ └── itkBSplineTransformTest4.png.cid │ │ ├── CMakeLists.txt │ │ ├── itkAreaClosingImageFilterTest.cxx │ │ ├── itkAreaOpeningImageFilterTest.cxx │ │ ├── itkConformalFlatteningMeshFilterTest.cxx │ │ ├── itkConformalFlatteningQuadEdgeMeshFilterTest.cxx │ │ ├── itkDirectFourierReconstructionImageToImageFilterTest.cxx │ │ ├── itkFastApproximateRankImageFilterTest.cxx │ │ ├── itkGridForwardWarpImageFilterTest.cxx │ │ ├── itkImageFunctionTest.cxx │ │ ├── itkLabelGeometryImageFilterTest.cxx │ │ ├── itkMultiphaseDenseFiniteDifferenceImageFilterTest.cxx │ │ ├── itkMultiphaseFiniteDifferenceImageFilterTest.cxx │ │ ├── itkMultiphaseSparseFiniteDifferenceImageFilterTest.cxx │ │ ├── itkOptImageToImageMetricsTest.cxx │ │ ├── itkOptImageToImageMetricsTest.h │ │ ├── itkOptImageToImageMetricsTest2.cxx │ │ ├── itkOptImageToImageMetricsTest2.h │ │ ├── itkOptMattesMutualInformationImageToImageMetricThreadsTest1.cxx │ │ ├── itkRegionBasedLevelSetFunctionTest.cxx │ │ ├── itkReviewPrintTest.cxx │ │ ├── itkRobustAutomaticThresholdCalculatorTest.cxx │ │ ├── itkRobustAutomaticThresholdImageFilterTest.cxx │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest1.cxx │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2.cxx │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest3.cxx │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest4.cxx │ │ ├── itkScalarChanAndVeseLevelSetFunctionTest1.cxx │ │ ├── itkScalarChanAndVeseLevelSetFunctionTest2.cxx │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilterTest1.cxx │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilterTest2.cxx │ │ ├── itkScalarRegionBasedLevelSetFunctionTest.cxx │ │ ├── itkShapedFloodFilledImageFunctionConditionalConstIteratorTest1.cxx │ │ ├── itkShapedFloodFilledImageFunctionConditionalConstIteratorTest2.cxx │ │ ├── itkShapedFloodFilledImageFunctionConditionalConstIteratorTest3.cxx │ │ ├── itkStochasticFractalDimensionImageFilterTest.cxx │ │ ├── itkTimeAndMemoryProbeTest.cxx │ │ ├── itkVoxBoCUBImageIOTest.cxx │ │ ├── itkWarpHarmonicEnergyCalculatorTest.cxx │ │ └── itkWarpJacobianDeterminantFilterTest.cxx │ │ └── wrapping │ │ ├── CMakeLists.txt │ │ ├── itkAreaClosingImageFilter.wrap │ │ ├── itkAreaOpeningImageFilter.wrap │ │ ├── itkBoxMeanImageFilter.wrap │ │ ├── itkBoxSigmaImageFilter.wrap │ │ ├── itkConformalFlatteningMeshFilter.notwrapped │ │ ├── itkDirectFourierReconstructionImageToImageFilter.wrap │ │ ├── itkESMDemonsRegistrationFunction.wrap │ │ ├── itkFastApproximateRankImageFilter.wrap │ │ ├── itkFastSymmetricForcesDemonsRegistrationFilter.wrap │ │ ├── itkGridForwardWarpImageFilter.wrap │ │ ├── itkLabelGeometryImageFilter.wrap │ │ ├── itkMaskedRankImageFilter.wrap │ │ ├── itkPhilipsRECImageIO.notwrapped │ │ ├── itkRankImageFilter.wrap │ │ ├── itkRobustAutomaticThresholdImageFilter.wrap │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilter.wrap │ │ ├── itkScalarChanAndVeseLevelSetFunction.wrap │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilter.wrap │ │ ├── itkStochasticFractalDimensionImageFilter.wrap │ │ └── itkVoxBoCUBImageIO.wrap ├── Numerics │ ├── Eigen │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkEigenAnalysis2DImageFilter.h │ │ │ └── itkEigenAnalysis2DImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkEigenAnalysis2DImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkEigenAnalysis2DImageFilter.wrap │ ├── FEM │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkFEMElement1DStress.h │ │ │ ├── itkFEMElement1DStress.hxx │ │ │ ├── itkFEMElement2DC0LinearLine.h │ │ │ ├── itkFEMElement2DC0LinearLineStress.h │ │ │ ├── itkFEMElement2DC0LinearQuadrilateral.h │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralMembrane.h │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralStrain.h │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralStress.h │ │ │ ├── itkFEMElement2DC0LinearTriangular.h │ │ │ ├── itkFEMElement2DC0LinearTriangularMembrane.h │ │ │ ├── itkFEMElement2DC0LinearTriangularStrain.h │ │ │ ├── itkFEMElement2DC0LinearTriangularStress.h │ │ │ ├── itkFEMElement2DC0QuadraticTriangular.h │ │ │ ├── itkFEMElement2DC0QuadraticTriangularStrain.h │ │ │ ├── itkFEMElement2DC0QuadraticTriangularStress.h │ │ │ ├── itkFEMElement2DC1Beam.h │ │ │ ├── itkFEMElement2DMembrane.h │ │ │ ├── itkFEMElement2DMembrane.hxx │ │ │ ├── itkFEMElement2DStrain.h │ │ │ ├── itkFEMElement2DStrain.hxx │ │ │ ├── itkFEMElement2DStress.h │ │ │ ├── itkFEMElement2DStress.hxx │ │ │ ├── itkFEMElement3DC0LinearHexahedron.h │ │ │ ├── itkFEMElement3DC0LinearHexahedronMembrane.h │ │ │ ├── itkFEMElement3DC0LinearHexahedronStrain.h │ │ │ ├── itkFEMElement3DC0LinearTetrahedron.h │ │ │ ├── itkFEMElement3DC0LinearTetrahedronMembrane.h │ │ │ ├── itkFEMElement3DC0LinearTetrahedronStrain.h │ │ │ ├── itkFEMElement3DC0LinearTriangular.h │ │ │ ├── itkFEMElement3DC0LinearTriangularLaplaceBeltrami.h │ │ │ ├── itkFEMElement3DC0LinearTriangularMembrane.h │ │ │ ├── itkFEMElement3DMembrane.h │ │ │ ├── itkFEMElement3DMembrane.hxx │ │ │ ├── itkFEMElement3DMembrane1DOF.h │ │ │ ├── itkFEMElement3DMembrane1DOF.hxx │ │ │ ├── itkFEMElement3DStrain.h │ │ │ ├── itkFEMElement3DStrain.hxx │ │ │ ├── itkFEMElementBase.h │ │ │ ├── itkFEMElementStd.h │ │ │ ├── itkFEMElementStd.hxx │ │ │ ├── itkFEMElements.h │ │ │ ├── itkFEMException.h │ │ │ ├── itkFEMFactory.h │ │ │ ├── itkFEMFactoryBase.h │ │ │ ├── itkFEMImageMetricLoad.h │ │ │ ├── itkFEMImageMetricLoad.hxx │ │ │ ├── itkFEMItpackSparseMatrix.h │ │ │ ├── itkFEMLightObject.h │ │ │ ├── itkFEMLinearSystemWrapper.h │ │ │ ├── itkFEMLinearSystemWrapperDenseVNL.h │ │ │ ├── itkFEMLinearSystemWrapperItpack.h │ │ │ ├── itkFEMLinearSystemWrapperVNL.h │ │ │ ├── itkFEMLinearSystemWrappers.h │ │ │ ├── itkFEMLoadBC.h │ │ │ ├── itkFEMLoadBCMFC.h │ │ │ ├── itkFEMLoadBase.h │ │ │ ├── itkFEMLoadEdge.h │ │ │ ├── itkFEMLoadElementBase.h │ │ │ ├── itkFEMLoadGrav.h │ │ │ ├── itkFEMLoadLandmark.h │ │ │ ├── itkFEMLoadNode.h │ │ │ ├── itkFEMLoadNoisyLandmark.h │ │ │ ├── itkFEMLoadPoint.h │ │ │ ├── itkFEMLoadTest.h │ │ │ ├── itkFEMLoads.h │ │ │ ├── itkFEMMaterialBase.h │ │ │ ├── itkFEMMaterialLinearElasticity.h │ │ │ ├── itkFEMMaterials.h │ │ │ ├── itkFEMObject.h │ │ │ ├── itkFEMObject.hxx │ │ │ ├── itkFEMObjectSpatialObject.h │ │ │ ├── itkFEMObjectSpatialObject.hxx │ │ │ ├── itkFEMP.h │ │ │ ├── itkFEMPArray.h │ │ │ ├── itkFEMRobustSolver.h │ │ │ ├── itkFEMRobustSolver.hxx │ │ │ ├── itkFEMScatteredDataPointSetToImageFilter.h │ │ │ ├── itkFEMScatteredDataPointSetToImageFilter.hxx │ │ │ ├── itkFEMSolution.h │ │ │ ├── itkFEMSolver.h │ │ │ ├── itkFEMSolver.hxx │ │ │ ├── itkFEMSolverCrankNicolson.h │ │ │ ├── itkFEMSolverCrankNicolson.hxx │ │ │ ├── itkFEMSolverHyperbolic.h │ │ │ ├── itkFEMSolverHyperbolic.hxx │ │ │ ├── itkFEMSpatialObjectReader.h │ │ │ ├── itkFEMSpatialObjectWriter.h │ │ │ ├── itkFEMUtility.h │ │ │ ├── itkImageToRectilinearFEMObjectFilter.h │ │ │ ├── itkImageToRectilinearFEMObjectFilter.hxx │ │ │ ├── itkMetaFEMObjectConverter.h │ │ │ ├── itkMetaFEMObjectConverter.hxx │ │ │ └── itpack.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── dsrc2c.c │ │ │ ├── itkFEMElement2DC0LinearLine.cxx │ │ │ ├── itkFEMElement2DC0LinearLineStress.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateral.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralMembrane.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralStrain.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralStress.cxx │ │ │ ├── itkFEMElement2DC0LinearTriangular.cxx │ │ │ ├── itkFEMElement2DC0LinearTriangularMembrane.cxx │ │ │ ├── itkFEMElement2DC0LinearTriangularStrain.cxx │ │ │ ├── itkFEMElement2DC0LinearTriangularStress.cxx │ │ │ ├── itkFEMElement2DC0QuadraticTriangular.cxx │ │ │ ├── itkFEMElement2DC0QuadraticTriangularStrain.cxx │ │ │ ├── itkFEMElement2DC0QuadraticTriangularStress.cxx │ │ │ ├── itkFEMElement2DC1Beam.cxx │ │ │ ├── itkFEMElement3DC0LinearHexahedron.cxx │ │ │ ├── itkFEMElement3DC0LinearHexahedronMembrane.cxx │ │ │ ├── itkFEMElement3DC0LinearHexahedronStrain.cxx │ │ │ ├── itkFEMElement3DC0LinearTetrahedron.cxx │ │ │ ├── itkFEMElement3DC0LinearTetrahedronMembrane.cxx │ │ │ ├── itkFEMElement3DC0LinearTetrahedronStrain.cxx │ │ │ ├── itkFEMElement3DC0LinearTriangular.cxx │ │ │ ├── itkFEMElement3DC0LinearTriangularLaplaceBeltrami.cxx │ │ │ ├── itkFEMElement3DC0LinearTriangularMembrane.cxx │ │ │ ├── itkFEMElementBase.cxx │ │ │ ├── itkFEMException.cxx │ │ │ ├── itkFEMFactoryBase.cxx │ │ │ ├── itkFEMItpackSparseMatrix.cxx │ │ │ ├── itkFEMLightObject.cxx │ │ │ ├── itkFEMLinearSystemWrapper.cxx │ │ │ ├── itkFEMLinearSystemWrapperDenseVNL.cxx │ │ │ ├── itkFEMLinearSystemWrapperItpack.cxx │ │ │ ├── itkFEMLinearSystemWrapperVNL.cxx │ │ │ ├── itkFEMLoadBC.cxx │ │ │ ├── itkFEMLoadBCMFC.cxx │ │ │ ├── itkFEMLoadBase.cxx │ │ │ ├── itkFEMLoadEdge.cxx │ │ │ ├── itkFEMLoadElementBase.cxx │ │ │ ├── itkFEMLoadGrav.cxx │ │ │ ├── itkFEMLoadLandmark.cxx │ │ │ ├── itkFEMLoadNode.cxx │ │ │ ├── itkFEMLoadNoisyLandmark.cxx │ │ │ ├── itkFEMLoadPoint.cxx │ │ │ ├── itkFEMMaterialBase.cxx │ │ │ ├── itkFEMMaterialLinearElasticity.cxx │ │ │ ├── itkFEMSolution.cxx │ │ │ └── itkFEMUtility.cxx │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ ├── 2DC0LinearLineStressTest.meta.cid │ │ │ ├── 2DC0LinearQuadrilateralMembraneTest.meta.cid │ │ │ ├── 2DC0LinearQuadrilateralStrainTest.meta.cid │ │ │ ├── 2DC0LinearTriangleMembraneTest.meta.cid │ │ │ ├── 2DC0LinearTriangleStrainTest.meta.cid │ │ │ ├── 2DC0LinearTriangleStressTest.meta.cid │ │ │ ├── 2DC0QuadraticTriangleStrainTest.meta.cid │ │ │ ├── 2DC0QuadraticTriangleStressTest.meta.cid │ │ │ ├── 2DC1BeamTest.meta.cid │ │ │ ├── 3DC0LinearHexahedronMembraneTest.meta.cid │ │ │ ├── 3DC0LinearHexahedronStrainTest.meta.cid │ │ │ ├── 3DC0LinearTetrahedronMembraneTest.meta.cid │ │ │ ├── 3DC0LinearTetrahedronStrainTest.meta.cid │ │ │ ├── LoadBCMFCTest.meta.cid │ │ │ ├── LoadEdgeTest.meta.cid │ │ │ ├── LoadGravConstTest.meta.cid │ │ │ ├── hexa2.meta.cid │ │ │ ├── hexa3.meta.cid │ │ │ ├── hexa4-grav.meta.cid │ │ │ ├── quad-lm.meta.cid │ │ │ ├── quad2-small.meta.cid │ │ │ ├── quad2-strain.meta.cid │ │ │ ├── quad4.meta.cid │ │ │ ├── quad6-grav.meta.cid │ │ │ ├── tetra2.meta.cid │ │ │ ├── tetra3.meta.cid │ │ │ ├── tetra4-grav.meta.cid │ │ │ ├── trapezoid.meta.cid │ │ │ ├── tri2.meta.cid │ │ │ ├── tri3-e.meta.cid │ │ │ ├── tri3-q.meta.cid │ │ │ ├── tri3.meta.cid │ │ │ └── truss.meta.cid │ │ │ ├── README │ │ │ ├── itkFEMElement2DC0LinearLineStressItpackTest.cxx │ │ │ ├── itkFEMElement2DC0LinearLineStressTest.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralMembraneTest.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralStrainItpackTest.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralStrainTest.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralStressTest.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralStressTestFEMObject.cxx │ │ │ ├── itkFEMElement2DC0LinearQuadrilateralStressTestFEMObjectReader.cxx │ │ │ ├── itkFEMElement2DC0LinearTriangleMembraneTest.cxx │ │ │ ├── itkFEMElement2DC0LinearTriangleStrainTest.cxx │ │ │ ├── itkFEMElement2DC0LinearTriangleStressTest.cxx │ │ │ ├── itkFEMElement2DC0QuadraticTriangleStrainTest.cxx │ │ │ ├── itkFEMElement2DC0QuadraticTriangleStressTest.cxx │ │ │ ├── itkFEMElement2DC1BeamTest.cxx │ │ │ ├── itkFEMElement2DMembraneTest.cxx │ │ │ ├── itkFEMElement2DQuadraticTriangularTest.cxx │ │ │ ├── itkFEMElement2DStrainTest.cxx │ │ │ ├── itkFEMElement2DTest.cxx │ │ │ ├── itkFEMElement3DC0LinearHexahedronMembraneTest.cxx │ │ │ ├── itkFEMElement3DC0LinearHexahedronStrainTest.cxx │ │ │ ├── itkFEMElement3DC0LinearTetrahedronMembraneTest.cxx │ │ │ ├── itkFEMElement3DC0LinearTetrahedronStrainTest.cxx │ │ │ ├── itkFEMElement3DMembraneTest.cxx │ │ │ ├── itkFEMElement3DTest.cxx │ │ │ ├── itkFEMElementTest.cxx │ │ │ ├── itkFEMElementTest.h │ │ │ ├── itkFEMExceptionTest.cxx │ │ │ ├── itkFEMFactoryTest.cxx │ │ │ ├── itkFEMGenerateMeshTest.cxx │ │ │ ├── itkFEMLandmarkLoadImplementationTest.cxx │ │ │ ├── itkFEMLinearSystemWrapperDenseVNLTest.cxx │ │ │ ├── itkFEMLinearSystemWrapperItpackTest.cxx │ │ │ ├── itkFEMLinearSystemWrapperItpackTest2.cxx │ │ │ ├── itkFEMLinearSystemWrapperVNLTest.cxx │ │ │ ├── itkFEMLoadBCMFCTest.cxx │ │ │ ├── itkFEMLoadBCMFCTestUser.cxx │ │ │ ├── itkFEMLoadEdgeTest.cxx │ │ │ ├── itkFEMLoadGravConstTest.cxx │ │ │ ├── itkFEMLoadPointTestUser.cxx │ │ │ ├── itkFEMObjectTest.cxx │ │ │ ├── itkFEMObjectTest2.cxx │ │ │ ├── itkFEMPArrayTest.cxx │ │ │ ├── itkFEMRobustSolverTest.cxx │ │ │ ├── itkFEMScatteredDataPointSetToImageFilterTest.cxx │ │ │ ├── itkFEMSolverHyperbolicTest.cxx │ │ │ ├── itkFEMSolverTest2D.cxx │ │ │ ├── itkFEMSolverTest3D.cxx │ │ │ ├── itkFEMSpatialObjectTest.cxx │ │ │ ├── itkImageToRectilinearFEMObjectFilter2DTest.cxx │ │ │ └── itkImageToRectilinearFEMObjectFilter3DTest.cxx │ ├── NarrowBand │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkNarrowBand.h │ │ │ ├── itkNarrowBand.hxx │ │ │ ├── itkNarrowBandImageFilterBase.h │ │ │ └── itkNarrowBandImageFilterBase.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkNarrowBandImageFilterBaseTest.cxx │ │ │ └── itkNarrowBandTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── ITKNarrowBandBase.wrap │ │ │ └── itkNarrowBandImageFilterBase.wrap │ ├── Optimizers │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkAmoebaOptimizer.h │ │ │ ├── itkConjugateGradientOptimizer.h │ │ │ ├── itkCostFunction.h │ │ │ ├── itkCostFunction.hxx │ │ │ ├── itkCumulativeGaussianCostFunction.h │ │ │ ├── itkCumulativeGaussianOptimizer.h │ │ │ ├── itkExhaustiveOptimizer.h │ │ │ ├── itkFRPROptimizer.h │ │ │ ├── itkGradientDescentOptimizer.h │ │ │ ├── itkInitializationBiasedParticleSwarmOptimizer.h │ │ │ ├── itkLBFGSBOptimizer.h │ │ │ ├── itkLBFGSOptimizer.h │ │ │ ├── itkLevenbergMarquardtOptimizer.h │ │ │ ├── itkMultipleValuedCostFunction.h │ │ │ ├── itkMultipleValuedNonLinearOptimizer.h │ │ │ ├── itkMultipleValuedNonLinearVnlOptimizer.h │ │ │ ├── itkMultipleValuedVnlCostFunctionAdaptor.h │ │ │ ├── itkNonLinearOptimizer.h │ │ │ ├── itkOnePlusOneEvolutionaryOptimizer.h │ │ │ ├── itkOptimizer.h │ │ │ ├── itkParticleSwarmOptimizer.h │ │ │ ├── itkParticleSwarmOptimizerBase.h │ │ │ ├── itkPowellOptimizer.h │ │ │ ├── itkQuaternionRigidTransformGradientDescentOptimizer.h │ │ │ ├── itkRegularStepGradientDescentBaseOptimizer.h │ │ │ ├── itkRegularStepGradientDescentOptimizer.h │ │ │ ├── itkSPSAOptimizer.h │ │ │ ├── itkSingleValuedCostFunction.h │ │ │ ├── itkSingleValuedNonLinearOptimizer.h │ │ │ ├── itkSingleValuedNonLinearVnlOptimizer.h │ │ │ ├── itkSingleValuedVnlCostFunctionAdaptor.h │ │ │ ├── itkVersorRigid3DTransformOptimizer.h │ │ │ └── itkVersorTransformOptimizer.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAmoebaOptimizer.cxx │ │ │ ├── itkConjugateGradientOptimizer.cxx │ │ │ ├── itkCumulativeGaussianCostFunction.cxx │ │ │ ├── itkCumulativeGaussianOptimizer.cxx │ │ │ ├── itkExhaustiveOptimizer.cxx │ │ │ ├── itkFRPROptimizer.cxx │ │ │ ├── itkGradientDescentOptimizer.cxx │ │ │ ├── itkInitializationBiasedParticleSwarmOptimizer.cxx │ │ │ ├── itkLBFGSBOptimizer.cxx │ │ │ ├── itkLBFGSOptimizer.cxx │ │ │ ├── itkLevenbergMarquardtOptimizer.cxx │ │ │ ├── itkMultipleValuedCostFunction.cxx │ │ │ ├── itkMultipleValuedNonLinearOptimizer.cxx │ │ │ ├── itkMultipleValuedNonLinearVnlOptimizer.cxx │ │ │ ├── itkMultipleValuedVnlCostFunctionAdaptor.cxx │ │ │ ├── itkNonLinearOptimizer.cxx │ │ │ ├── itkOnePlusOneEvolutionaryOptimizer.cxx │ │ │ ├── itkOptimizer.cxx │ │ │ ├── itkParticleSwarmOptimizer.cxx │ │ │ ├── itkParticleSwarmOptimizerBase.cxx │ │ │ ├── itkPowellOptimizer.cxx │ │ │ ├── itkQuaternionRigidTransformGradientDescentOptimizer.cxx │ │ │ ├── itkRegularStepGradientDescentBaseOptimizer.cxx │ │ │ ├── itkRegularStepGradientDescentOptimizer.cxx │ │ │ ├── itkSPSAOptimizer.cxx │ │ │ ├── itkSingleValuedCostFunction.cxx │ │ │ ├── itkSingleValuedNonLinearOptimizer.cxx │ │ │ ├── itkSingleValuedNonLinearVnlOptimizer.cxx │ │ │ ├── itkSingleValuedVnlCostFunctionAdaptor.cxx │ │ │ └── itkVersorTransformOptimizer.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAmoebaOptimizerTest.cxx │ │ │ ├── itkConjugateGradientOptimizerTest.cxx │ │ │ ├── itkCumulativeGaussianOptimizerTest.cxx │ │ │ ├── itkExhaustiveOptimizerTest.cxx │ │ │ ├── itkFRPROptimizerTest.cxx │ │ │ ├── itkGradientDescentOptimizerTest.cxx │ │ │ ├── itkInitializationBiasedParticleSwarmOptimizerTest.cxx │ │ │ ├── itkLBFGSBOptimizerTest.cxx │ │ │ ├── itkLBFGSOptimizerTest.cxx │ │ │ ├── itkLevenbergMarquardtOptimizerTest.cxx │ │ │ ├── itkOnePlusOneEvolutionaryOptimizerTest.cxx │ │ │ ├── itkOptimizersHierarchyTest.cxx │ │ │ ├── itkParticleSwarmOptimizerTest.cxx │ │ │ ├── itkParticleSwarmOptimizerTestFunctions.h │ │ │ ├── itkPowellOptimizerTest.cxx │ │ │ ├── itkRegularStepGradientDescentOptimizerTest.cxx │ │ │ ├── itkSPSAOptimizerTest.cxx │ │ │ ├── itkVersorRigid3DTransformOptimizerTest.cxx │ │ │ └── itkVersorTransformOptimizerTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── ITKCostFunctions.wrap │ │ │ ├── ITKOptimizersBase.wrap │ │ │ └── itkCostFunction.wrap │ ├── Optimizersv4 │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkAmoebaOptimizerv4.h │ │ │ ├── itkCommandIterationUpdatev4.h │ │ │ ├── itkConjugateGradientLineSearchOptimizerv4.h │ │ │ ├── itkConjugateGradientLineSearchOptimizerv4.hxx │ │ │ ├── itkConvergenceMonitoringFunction.h │ │ │ ├── itkExhaustiveOptimizerv4.h │ │ │ ├── itkExhaustiveOptimizerv4.hxx │ │ │ ├── itkGradientDescentLineSearchOptimizerv4.h │ │ │ ├── itkGradientDescentLineSearchOptimizerv4.hxx │ │ │ ├── itkGradientDescentOptimizerBasev4.h │ │ │ ├── itkGradientDescentOptimizerBasev4.hxx │ │ │ ├── itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h │ │ │ ├── itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.hxx │ │ │ ├── itkGradientDescentOptimizerBasev4ModifyGradientByScalesThreader.h │ │ │ ├── itkGradientDescentOptimizerBasev4ModifyGradientByScalesThreader.hxx │ │ │ ├── itkGradientDescentOptimizerv4.h │ │ │ ├── itkGradientDescentOptimizerv4.hxx │ │ │ ├── itkLBFGS2Optimizerv4.h │ │ │ ├── itkLBFGS2Optimizerv4.hxx │ │ │ ├── itkLBFGSBOptimizerv4.h │ │ │ ├── itkLBFGSOptimizerBasev4.h │ │ │ ├── itkLBFGSOptimizerBasev4.hxx │ │ │ ├── itkLBFGSOptimizerv4.h │ │ │ ├── itkMultiGradientOptimizerv4.h │ │ │ ├── itkMultiGradientOptimizerv4.hxx │ │ │ ├── itkMultiStartOptimizerv4.h │ │ │ ├── itkMultiStartOptimizerv4.hxx │ │ │ ├── itkObjectToObjectMetric.h │ │ │ ├── itkObjectToObjectMetric.hxx │ │ │ ├── itkObjectToObjectMetricBase.h │ │ │ ├── itkObjectToObjectMetricBase.hxx │ │ │ ├── itkObjectToObjectOptimizerBase.h │ │ │ ├── itkOnePlusOneEvolutionaryOptimizerv4.h │ │ │ ├── itkOnePlusOneEvolutionaryOptimizerv4.hxx │ │ │ ├── itkOptimizerParameterScalesEstimator.h │ │ │ ├── itkPowellOptimizerv4.h │ │ │ ├── itkPowellOptimizerv4.hxx │ │ │ ├── itkQuasiNewtonOptimizerv4.h │ │ │ ├── itkQuasiNewtonOptimizerv4.hxx │ │ │ ├── itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h │ │ │ ├── itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.hxx │ │ │ ├── itkRegistrationParameterScalesEstimator.h │ │ │ ├── itkRegistrationParameterScalesEstimator.hxx │ │ │ ├── itkRegistrationParameterScalesFromIndexShift.h │ │ │ ├── itkRegistrationParameterScalesFromIndexShift.hxx │ │ │ ├── itkRegistrationParameterScalesFromJacobian.h │ │ │ ├── itkRegistrationParameterScalesFromJacobian.hxx │ │ │ ├── itkRegistrationParameterScalesFromPhysicalShift.h │ │ │ ├── itkRegistrationParameterScalesFromPhysicalShift.hxx │ │ │ ├── itkRegistrationParameterScalesFromShiftBase.h │ │ │ ├── itkRegistrationParameterScalesFromShiftBase.hxx │ │ │ ├── itkRegularStepGradientDescentOptimizerv4.h │ │ │ ├── itkRegularStepGradientDescentOptimizerv4.hxx │ │ │ ├── itkSingleValuedCostFunctionv4.h │ │ │ ├── itkSingleValuedNonLinearVnlOptimizerv4.h │ │ │ ├── itkSingleValuedVnlCostFunctionAdaptorv4.h │ │ │ ├── itkWindowConvergenceMonitoringFunction.h │ │ │ └── itkWindowConvergenceMonitoringFunction.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAmoebaOptimizerv4.cxx │ │ │ ├── itkLBFGS2Optimizerv4.cxx │ │ │ ├── itkLBFGSBOptimizerv4.cxx │ │ │ ├── itkLBFGSOptimizerv4.cxx │ │ │ ├── itkLBFGSOptimizerv4Base.cxx │ │ │ ├── itkObjectToObjectMetricBase.cxx │ │ │ ├── itkObjectToObjectOptimizerBase.cxx │ │ │ ├── itkRegistrationParameterScalesEstimator.cxx │ │ │ ├── itkSingleValuedNonLinearVnlOptimizerv4.cxx │ │ │ └── itkSingleValuedVnlCostFunctionAdaptorv4.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAmoebaOptimizerv4Test.cxx │ │ │ ├── itkAutoScaledGradientDescentRegistrationOnVectorTest.cxx │ │ │ ├── itkAutoScaledGradientDescentRegistrationTest.cxx │ │ │ ├── itkConjugateGradientLineSearchOptimizerv4Test.cxx │ │ │ ├── itkExhaustiveOptimizerv4Test.cxx │ │ │ ├── itkGradientDescentLineSearchOptimizerv4Test.cxx │ │ │ ├── itkGradientDescentOptimizerBasev4Test.cxx │ │ │ ├── itkGradientDescentOptimizerv4Test.cxx │ │ │ ├── itkGradientDescentOptimizerv4Test2.cxx │ │ │ ├── itkLBFGS2Optimizerv4Test.cxx │ │ │ ├── itkLBFGSBOptimizerv4Test.cxx │ │ │ ├── itkLBFGSOptimizerv4Test.cxx │ │ │ ├── itkMultiGradientOptimizerv4Test.cxx │ │ │ ├── itkMultiStartOptimizerv4Test.cxx │ │ │ ├── itkObjectToObjectMetricBaseTest.cxx │ │ │ ├── itkObjectToObjectOptimizerBaseTest.cxx │ │ │ ├── itkOnePlusOneEvolutionaryOptimizerv4Test.cxx │ │ │ ├── itkOptimizerParameterScalesEstimatorTest.cxx │ │ │ ├── itkPowellOptimizerv4Test.cxx │ │ │ ├── itkQuasiNewtonOptimizerv4Test.cxx │ │ │ ├── itkRegistrationParameterScalesEstimatorTest.cxx │ │ │ ├── itkRegistrationParameterScalesFromIndexShiftTest.cxx │ │ │ ├── itkRegistrationParameterScalesFromJacobianTest.cxx │ │ │ ├── itkRegistrationParameterScalesFromPhysicalShiftPointSetTest.cxx │ │ │ ├── itkRegistrationParameterScalesFromPhysicalShiftTest.cxx │ │ │ ├── itkRegularStepGradientDescentOptimizerv4Test.cxx │ │ │ └── itkWindowConvergenceMonitoringFunctionTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAmoebaOptimizerv4.wrap │ │ │ ├── itkCommandIterationUpdatev4.wrap │ │ │ ├── itkConjugateGradientLineSearchOptimizerv4.wrap │ │ │ ├── itkExhaustiveOptimizerv4.wrap │ │ │ ├── itkGradientDescentLineSearchOptimizerv4.wrap │ │ │ ├── itkGradientDescentOptimizerBasev4.wrap │ │ │ ├── itkGradientDescentOptimizerv4.wrap │ │ │ ├── itkLBFGS2Optimizerv4.wrap │ │ │ ├── itkLBFGSBOptimizerv4.wrap │ │ │ ├── itkLBFGSOptimizerBaseHelperv4.wrap │ │ │ ├── itkLBFGSOptimizerBasev4.wrap │ │ │ ├── itkLBFGSOptimizerv4.wrap │ │ │ ├── itkMultiGradientOptimizerv4.wrap │ │ │ ├── itkMultiStartOptimizerv4.wrap │ │ │ ├── itkObjectToObjectMetric.wrap │ │ │ ├── itkObjectToObjectMetricBase.wrap │ │ │ ├── itkObjectToObjectOptimizerBase.wrap │ │ │ ├── itkOnePlusOneEvolutionaryOptimizerv4.wrap │ │ │ ├── itkOptimizerParameterScalesEstimator.wrap │ │ │ ├── itkPowellOptimizerv4.wrap │ │ │ ├── itkQuasiNewtonOptimizerv4.wrap │ │ │ ├── itkRegularStepGradientDescentOptimizerv4.wrap │ │ │ ├── itkSingleValuedCostFunctionv4.wrap │ │ │ ├── itkSingleValuedNonLinearVnlOptimizerv4.wrap │ │ │ ├── itkVnlTypes.wrap │ │ │ └── test │ │ │ └── CMakeLists.txt │ ├── Polynomials │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ └── itkMultivariateLegendrePolynomial.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkMultivariateLegendrePolynomial.cxx │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkMultivariateLegendrePolynomialTest.cxx │ └── Statistics │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ ├── itkChiSquareDistribution.h │ │ ├── itkCovarianceSampleFilter.h │ │ ├── itkCovarianceSampleFilter.hxx │ │ ├── itkDecisionRule.h │ │ ├── itkDenseFrequencyContainer2.h │ │ ├── itkDistanceMetric.h │ │ ├── itkDistanceMetric.hxx │ │ ├── itkDistanceToCentroidMembershipFunction.h │ │ ├── itkDistanceToCentroidMembershipFunction.hxx │ │ ├── itkEuclideanDistanceMetric.h │ │ ├── itkEuclideanDistanceMetric.hxx │ │ ├── itkEuclideanSquareDistanceMetric.h │ │ ├── itkEuclideanSquareDistanceMetric.hxx │ │ ├── itkExpectationMaximizationMixtureModelEstimator.h │ │ ├── itkExpectationMaximizationMixtureModelEstimator.hxx │ │ ├── itkGaussianDistribution.h │ │ ├── itkGaussianMembershipFunction.h │ │ ├── itkGaussianMembershipFunction.hxx │ │ ├── itkGaussianMixtureModelComponent.h │ │ ├── itkGaussianMixtureModelComponent.hxx │ │ ├── itkGaussianRandomSpatialNeighborSubsampler.h │ │ ├── itkGaussianRandomSpatialNeighborSubsampler.hxx │ │ ├── itkHistogram.h │ │ ├── itkHistogram.hxx │ │ ├── itkHistogramToEntropyImageFilter.h │ │ ├── itkHistogramToImageFilter.h │ │ ├── itkHistogramToImageFilter.hxx │ │ ├── itkHistogramToIntensityImageFilter.h │ │ ├── itkHistogramToLogProbabilityImageFilter.h │ │ ├── itkHistogramToProbabilityImageFilter.h │ │ ├── itkHistogramToRunLengthFeaturesFilter.h │ │ ├── itkHistogramToRunLengthFeaturesFilter.hxx │ │ ├── itkHistogramToTextureFeaturesFilter.h │ │ ├── itkHistogramToTextureFeaturesFilter.hxx │ │ ├── itkImageClassifierFilter.h │ │ ├── itkImageClassifierFilter.hxx │ │ ├── itkImageToHistogramFilter.h │ │ ├── itkImageToHistogramFilter.hxx │ │ ├── itkImageToListSampleAdaptor.h │ │ ├── itkImageToListSampleAdaptor.hxx │ │ ├── itkImageToListSampleFilter.h │ │ ├── itkImageToListSampleFilter.hxx │ │ ├── itkImageToNeighborhoodSampleAdaptor.h │ │ ├── itkImageToNeighborhoodSampleAdaptor.hxx │ │ ├── itkJointDomainImageToListSampleAdaptor.h │ │ ├── itkJointDomainImageToListSampleAdaptor.hxx │ │ ├── itkKalmanLinearEstimator.h │ │ ├── itkKdTree.h │ │ ├── itkKdTree.hxx │ │ ├── itkKdTreeBasedKmeansEstimator.h │ │ ├── itkKdTreeBasedKmeansEstimator.hxx │ │ ├── itkKdTreeGenerator.h │ │ ├── itkKdTreeGenerator.hxx │ │ ├── itkListSample.h │ │ ├── itkListSample.hxx │ │ ├── itkMahalanobisDistanceMembershipFunction.h │ │ ├── itkMahalanobisDistanceMembershipFunction.hxx │ │ ├── itkMahalanobisDistanceMetric.h │ │ ├── itkMahalanobisDistanceMetric.hxx │ │ ├── itkManhattanDistanceMetric.h │ │ ├── itkManhattanDistanceMetric.hxx │ │ ├── itkMaskedImageToHistogramFilter.h │ │ ├── itkMaskedImageToHistogramFilter.hxx │ │ ├── itkMaximumDecisionRule.h │ │ ├── itkMaximumRatioDecisionRule.h │ │ ├── itkMeanSampleFilter.h │ │ ├── itkMeanSampleFilter.hxx │ │ ├── itkMeasurementVectorTraits.h │ │ ├── itkMembershipFunctionBase.h │ │ ├── itkMembershipSample.h │ │ ├── itkMembershipSample.hxx │ │ ├── itkMinimumDecisionRule.h │ │ ├── itkMixtureModelComponentBase.h │ │ ├── itkMixtureModelComponentBase.hxx │ │ ├── itkNeighborhoodSampler.h │ │ ├── itkNeighborhoodSampler.hxx │ │ ├── itkNormalVariateGenerator.h │ │ ├── itkPointSetToListSampleAdaptor.h │ │ ├── itkPointSetToListSampleAdaptor.hxx │ │ ├── itkProbabilityDistribution.h │ │ ├── itkRegionConstrainedSubsampler.h │ │ ├── itkRegionConstrainedSubsampler.hxx │ │ ├── itkSample.h │ │ ├── itkSampleClassifierFilter.h │ │ ├── itkSampleClassifierFilter.hxx │ │ ├── itkSampleToHistogramFilter.h │ │ ├── itkSampleToHistogramFilter.hxx │ │ ├── itkSampleToSubsampleFilter.h │ │ ├── itkSampleToSubsampleFilter.hxx │ │ ├── itkScalarImageToCooccurrenceListSampleFilter.h │ │ ├── itkScalarImageToCooccurrenceListSampleFilter.hxx │ │ ├── itkScalarImageToCooccurrenceMatrixFilter.h │ │ ├── itkScalarImageToCooccurrenceMatrixFilter.hxx │ │ ├── itkScalarImageToHistogramGenerator.h │ │ ├── itkScalarImageToHistogramGenerator.hxx │ │ ├── itkScalarImageToRunLengthFeaturesFilter.h │ │ ├── itkScalarImageToRunLengthFeaturesFilter.hxx │ │ ├── itkScalarImageToRunLengthMatrixFilter.h │ │ ├── itkScalarImageToRunLengthMatrixFilter.hxx │ │ ├── itkScalarImageToTextureFeaturesFilter.h │ │ ├── itkScalarImageToTextureFeaturesFilter.hxx │ │ ├── itkSparseFrequencyContainer2.h │ │ ├── itkSpatialNeighborSubsampler.h │ │ ├── itkSpatialNeighborSubsampler.hxx │ │ ├── itkStandardDeviationPerComponentSampleFilter.h │ │ ├── itkStandardDeviationPerComponentSampleFilter.hxx │ │ ├── itkStatisticsAlgorithm.h │ │ ├── itkStatisticsAlgorithm.hxx │ │ ├── itkSubsample.h │ │ ├── itkSubsample.hxx │ │ ├── itkSubsamplerBase.h │ │ ├── itkSubsamplerBase.hxx │ │ ├── itkTDistribution.h │ │ ├── itkUniformRandomSpatialNeighborSubsampler.h │ │ ├── itkUniformRandomSpatialNeighborSubsampler.hxx │ │ ├── itkVectorContainerToListSampleAdaptor.h │ │ ├── itkVectorContainerToListSampleAdaptor.hxx │ │ ├── itkWeightedCentroidKdTreeGenerator.h │ │ ├── itkWeightedCentroidKdTreeGenerator.hxx │ │ ├── itkWeightedCovarianceSampleFilter.h │ │ ├── itkWeightedCovarianceSampleFilter.hxx │ │ ├── itkWeightedMeanSampleFilter.h │ │ └── itkWeightedMeanSampleFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ ├── CMakeLists.txt │ │ ├── itkChiSquareDistribution.cxx │ │ ├── itkDecisionRule.cxx │ │ ├── itkDenseFrequencyContainer2.cxx │ │ ├── itkExpectationMaximizationMixtureModelEstimator.cxx │ │ ├── itkGaussianDistribution.cxx │ │ ├── itkHistogramToRunLengthFeaturesFilter.cxx │ │ ├── itkHistogramToTextureFeaturesFilter.cxx │ │ ├── itkMaximumDecisionRule.cxx │ │ ├── itkMaximumRatioDecisionRule.cxx │ │ ├── itkMinimumDecisionRule.cxx │ │ ├── itkNormalVariateGenerator.cxx │ │ ├── itkProbabilityDistribution.cxx │ │ ├── itkSparseFrequencyContainer2.cxx │ │ └── itkTDistribution.cxx │ │ ├── test │ │ ├── Baseline │ │ │ ├── itkGaussianRandomSubsamplingTest.mha.cid │ │ │ └── itkUniformRandomSubsamplingTest.mha.cid │ │ ├── CMakeLists.txt │ │ ├── itkChiSquareDistributionTest.cxx │ │ ├── itkCovarianceSampleFilterTest.cxx │ │ ├── itkCovarianceSampleFilterTest2.cxx │ │ ├── itkCovarianceSampleFilterTest3.cxx │ │ ├── itkDecisionRuleBackwardCompatibility.cxx │ │ ├── itkDecisionRuleTest.cxx │ │ ├── itkDenseFrequencyContainer2Test.cxx │ │ ├── itkDistanceMetricTest.cxx │ │ ├── itkDistanceMetricTest2.cxx │ │ ├── itkDistanceToCentroidMembershipFunctionTest.cxx │ │ ├── itkEuclideanDistanceMetricTest.cxx │ │ ├── itkEuclideanSquareDistanceMetricTest.cxx │ │ ├── itkExpectationMaximizationMixtureModelEstimatorTest.cxx │ │ ├── itkGaussianDistributionTest.cxx │ │ ├── itkGaussianMembershipFunctionTest.cxx │ │ ├── itkGaussianMixtureModelComponentTest.cxx │ │ ├── itkGaussianRandomSpatialNeighborSubsamplerTest.cxx │ │ ├── itkHistogramTest.cxx │ │ ├── itkHistogramToTextureFeaturesFilterNaNTest.cxx │ │ ├── itkHistogramToTextureFeaturesFilterTest.cxx │ │ ├── itkImageToHistogramFilterTest.cxx │ │ ├── itkImageToHistogramFilterTest2.cxx │ │ ├── itkImageToListSampleAdaptorTest.cxx │ │ ├── itkImageToListSampleAdaptorTest2.cxx │ │ ├── itkImageToListSampleFilterTest.cxx │ │ ├── itkImageToListSampleFilterTest2.cxx │ │ ├── itkImageToListSampleFilterTest3.cxx │ │ ├── itkJointDomainImageToListSampleAdaptorTest.cxx │ │ ├── itkKalmanLinearEstimatorTest.cxx │ │ ├── itkKdTreeBasedKmeansEstimatorTest.cxx │ │ ├── itkKdTreeGeneratorTest.cxx │ │ ├── itkKdTreeTest1.cxx │ │ ├── itkKdTreeTest2.cxx │ │ ├── itkKdTreeTest3.cxx │ │ ├── itkKdTreeTestSamplePoints.cxx │ │ ├── itkListSampleTest.cxx │ │ ├── itkMahalanobisDistanceMetricTest.cxx │ │ ├── itkManhattanDistanceMetricTest.cxx │ │ ├── itkMaximumDecisionRuleTest.cxx │ │ ├── itkMaximumRatioDecisionRuleTest.cxx │ │ ├── itkMeanSampleFilterTest.cxx │ │ ├── itkMeanSampleFilterTest2.cxx │ │ ├── itkMeanSampleFilterTest3.cxx │ │ ├── itkMeasurementVectorTraitsTest.cxx │ │ ├── itkMembershipFunctionBaseTest.cxx │ │ ├── itkMembershipFunctionBaseTest2.cxx │ │ ├── itkMembershipSampleTest1.cxx │ │ ├── itkMembershipSampleTest2.cxx │ │ ├── itkMembershipSampleTest3.cxx │ │ ├── itkMembershipSampleTest4.cxx │ │ ├── itkMinimumDecisionRuleTest.cxx │ │ ├── itkMixtureModelComponentBaseTest.cxx │ │ ├── itkNeighborhoodSamplerTest1.cxx │ │ ├── itkNormalVariateGeneratorTest1.cxx │ │ ├── itkPointSetToListSampleAdaptorTest.cxx │ │ ├── itkProbabilityDistributionTest.cxx │ │ ├── itkRandomVariateGeneratorBaseTest.cxx │ │ ├── itkSampleTest.cxx │ │ ├── itkSampleTest2.cxx │ │ ├── itkSampleTest3.cxx │ │ ├── itkSampleTest4.cxx │ │ ├── itkSampleToHistogramFilterTest.cxx │ │ ├── itkSampleToHistogramFilterTest2.cxx │ │ ├── itkSampleToHistogramFilterTest3.cxx │ │ ├── itkSampleToHistogramFilterTest4.cxx │ │ ├── itkSampleToHistogramFilterTest5.cxx │ │ ├── itkSampleToHistogramFilterTest6.cxx │ │ ├── itkSampleToHistogramFilterTest7.cxx │ │ ├── itkSampleToSubsampleFilterTest1.cxx │ │ ├── itkScalarImageToCooccurrenceListSampleFilterTest.cxx │ │ ├── itkScalarImageToCooccurrenceMatrixFilterTest.cxx │ │ ├── itkScalarImageToCooccurrenceMatrixFilterTest2.cxx │ │ ├── itkScalarImageToHistogramGeneratorTest.cxx │ │ ├── itkScalarImageToRunLengthFeaturesFilterTest.cxx │ │ ├── itkScalarImageToRunLengthMatrixFilterTest.cxx │ │ ├── itkScalarImageToTextureFeaturesFilterTest.cxx │ │ ├── itkSparseFrequencyContainer2Test.cxx │ │ ├── itkSpatialNeighborSubsamplerTest.cxx │ │ ├── itkStandardDeviationPerComponentSampleFilterTest.cxx │ │ ├── itkStatisticsAlgorithmTest.cxx │ │ ├── itkStatisticsAlgorithmTest2.cxx │ │ ├── itkStatisticsTypesTest.cxx │ │ ├── itkSubsampleTest.cxx │ │ ├── itkSubsampleTest2.cxx │ │ ├── itkSubsampleTest3.cxx │ │ ├── itkTDistributionTest.cxx │ │ ├── itkUniformRandomSpatialNeighborSubsamplerTest.cxx │ │ ├── itkVectorContainerToListSampleAdaptorTest.cxx │ │ ├── itkWeightedCentroidKdTreeGeneratorTest1.cxx │ │ ├── itkWeightedCentroidKdTreeGeneratorTest8.cxx │ │ ├── itkWeightedCentroidKdTreeGeneratorTest9.cxx │ │ ├── itkWeightedCovarianceSampleFilterTest.cxx │ │ ├── itkWeightedCovarianceSampleFilterTest2.cxx │ │ └── itkWeightedMeanSampleFilterTest.cxx │ │ └── wrapping │ │ ├── CMakeLists.txt │ │ ├── itkDistanceMetric.wrap │ │ ├── itkEuclideanDistanceMetric.wrap │ │ ├── itkHistogram.wrap │ │ ├── itkHistogramToEntropyImageFilter.wrap │ │ ├── itkHistogramToIntensityImageFilter.wrap │ │ ├── itkHistogramToLogProbabilityImageFilter.wrap │ │ ├── itkHistogramToProbabilityImageFilter.wrap │ │ ├── itkHistogramToRunLengthFeaturesFilter.wrap │ │ ├── itkHistogramToTextureFeaturesFilter.wrap │ │ ├── itkImageToHistogramFilter.wrap │ │ ├── itkKdTree.wrap │ │ ├── itkKdTreeBasedKmeansEstimator.wrap │ │ ├── itkKdTreeGenerator.wrap │ │ ├── itkListSample.wrap │ │ ├── itkMaskedImageToHistogramFilter.wrap │ │ ├── itkMembershipFunctionBase.wrap │ │ ├── itkNormalVariateGenerator.wrap │ │ ├── itkSample.wrap │ │ ├── itkScalarImageToCooccurrenceMatrixFilter.wrap │ │ ├── itkScalarImageToHistogramGenerator.wrap │ │ ├── itkScalarImageToRunLengthFeaturesFilter.wrap │ │ ├── itkScalarImageToRunLengthMatrixFilter.wrap │ │ ├── itkScalarImageToTextureFeaturesFilter.wrap │ │ ├── itkWeightedCentroidKdTreeGenerator.wrap │ │ └── test │ │ └── CMakeLists.txt ├── Registration │ ├── Common │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h │ │ │ ├── itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.hxx │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.hxx │ │ │ ├── itkBSplineTransformParametersAdaptor.h │ │ │ ├── itkBSplineTransformParametersAdaptor.hxx │ │ │ ├── itkBlockMatchingImageFilter.h │ │ │ ├── itkBlockMatchingImageFilter.hxx │ │ │ ├── itkCenteredTransformInitializer.h │ │ │ ├── itkCenteredTransformInitializer.hxx │ │ │ ├── itkCenteredVersorTransformInitializer.h │ │ │ ├── itkCenteredVersorTransformInitializer.hxx │ │ │ ├── itkCommandIterationUpdate.h │ │ │ ├── itkCommandVnlIterationUpdate.h │ │ │ ├── itkCompareHistogramImageToImageMetric.h │ │ │ ├── itkCompareHistogramImageToImageMetric.hxx │ │ │ ├── itkConstantVelocityFieldTransformParametersAdaptor.h │ │ │ ├── itkConstantVelocityFieldTransformParametersAdaptor.hxx │ │ │ ├── itkCorrelationCoefficientHistogramImageToImageMetric.h │ │ │ ├── itkCorrelationCoefficientHistogramImageToImageMetric.hxx │ │ │ ├── itkDisplacementFieldTransformParametersAdaptor.h │ │ │ ├── itkDisplacementFieldTransformParametersAdaptor.hxx │ │ │ ├── itkEuclideanDistancePointMetric.h │ │ │ ├── itkEuclideanDistancePointMetric.hxx │ │ │ ├── itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h │ │ │ ├── itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.hxx │ │ │ ├── itkGaussianSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h │ │ │ ├── itkGaussianSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.hxx │ │ │ ├── itkGradientDifferenceImageToImageMetric.h │ │ │ ├── itkGradientDifferenceImageToImageMetric.hxx │ │ │ ├── itkHistogramImageToImageMetric.h │ │ │ ├── itkHistogramImageToImageMetric.hxx │ │ │ ├── itkImageRegistrationMethod.h │ │ │ ├── itkImageRegistrationMethod.hxx │ │ │ ├── itkImageRegistrationMethodImageSource.h │ │ │ ├── itkImageToImageMetric.h │ │ │ ├── itkImageToImageMetric.hxx │ │ │ ├── itkImageToSpatialObjectMetric.h │ │ │ ├── itkImageToSpatialObjectMetric.hxx │ │ │ ├── itkImageToSpatialObjectRegistrationMethod.h │ │ │ ├── itkImageToSpatialObjectRegistrationMethod.hxx │ │ │ ├── itkKappaStatisticImageToImageMetric.h │ │ │ ├── itkKappaStatisticImageToImageMetric.hxx │ │ │ ├── itkKullbackLeiblerCompareHistogramImageToImageMetric.h │ │ │ ├── itkKullbackLeiblerCompareHistogramImageToImageMetric.hxx │ │ │ ├── itkLandmarkBasedTransformInitializer.h │ │ │ ├── itkLandmarkBasedTransformInitializer.hxx │ │ │ ├── itkMatchCardinalityImageToImageMetric.h │ │ │ ├── itkMatchCardinalityImageToImageMetric.hxx │ │ │ ├── itkMattesMutualInformationImageToImageMetric.h │ │ │ ├── itkMattesMutualInformationImageToImageMetric.hxx │ │ │ ├── itkMeanReciprocalSquareDifferenceImageToImageMetric.h │ │ │ ├── itkMeanReciprocalSquareDifferenceImageToImageMetric.hxx │ │ │ ├── itkMeanReciprocalSquareDifferencePointSetToImageMetric.h │ │ │ ├── itkMeanReciprocalSquareDifferencePointSetToImageMetric.hxx │ │ │ ├── itkMeanSquareRegistrationFunction.h │ │ │ ├── itkMeanSquareRegistrationFunction.hxx │ │ │ ├── itkMeanSquaresHistogramImageToImageMetric.h │ │ │ ├── itkMeanSquaresHistogramImageToImageMetric.hxx │ │ │ ├── itkMeanSquaresImageToImageMetric.h │ │ │ ├── itkMeanSquaresImageToImageMetric.hxx │ │ │ ├── itkMeanSquaresPointSetToImageMetric.h │ │ │ ├── itkMeanSquaresPointSetToImageMetric.hxx │ │ │ ├── itkMultiResolutionImageRegistrationMethod.h │ │ │ ├── itkMultiResolutionImageRegistrationMethod.hxx │ │ │ ├── itkMultiResolutionPyramidImageFilter.h │ │ │ ├── itkMultiResolutionPyramidImageFilter.hxx │ │ │ ├── itkMutualInformationHistogramImageToImageMetric.h │ │ │ ├── itkMutualInformationHistogramImageToImageMetric.hxx │ │ │ ├── itkMutualInformationImageToImageMetric.h │ │ │ ├── itkMutualInformationImageToImageMetric.hxx │ │ │ ├── itkNormalizedCorrelationImageToImageMetric.h │ │ │ ├── itkNormalizedCorrelationImageToImageMetric.hxx │ │ │ ├── itkNormalizedCorrelationPointSetToImageMetric.h │ │ │ ├── itkNormalizedCorrelationPointSetToImageMetric.hxx │ │ │ ├── itkNormalizedMutualInformationHistogramImageToImageMetric.h │ │ │ ├── itkNormalizedMutualInformationHistogramImageToImageMetric.hxx │ │ │ ├── itkPDEDeformableRegistrationFunction.h │ │ │ ├── itkPointSetToImageMetric.h │ │ │ ├── itkPointSetToImageMetric.hxx │ │ │ ├── itkPointSetToImageRegistrationMethod.h │ │ │ ├── itkPointSetToImageRegistrationMethod.hxx │ │ │ ├── itkPointSetToPointSetMetric.h │ │ │ ├── itkPointSetToPointSetMetric.hxx │ │ │ ├── itkPointSetToPointSetRegistrationMethod.h │ │ │ ├── itkPointSetToPointSetRegistrationMethod.hxx │ │ │ ├── itkPointSetToSpatialObjectDemonsRegistration.h │ │ │ ├── itkPointSetToSpatialObjectDemonsRegistration.hxx │ │ │ ├── itkPointsLocator.h │ │ │ ├── itkPointsLocator.hxx │ │ │ ├── itkRecursiveMultiResolutionPyramidImageFilter.h │ │ │ ├── itkRecursiveMultiResolutionPyramidImageFilter.hxx │ │ │ ├── itkSimpleMultiResolutionImageRegistrationUI.h │ │ │ ├── itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h │ │ │ ├── itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.hxx │ │ │ ├── itkTimeVaryingVelocityFieldTransformParametersAdaptor.h │ │ │ ├── itkTimeVaryingVelocityFieldTransformParametersAdaptor.hxx │ │ │ ├── itkTransformParametersAdaptor.h │ │ │ └── itkTransformParametersAdaptorBase.h │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── itkBlockMatchingImageFilterTest.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── RegistrationITKv3 │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── DeformableRegistration10.cxx │ │ │ │ ├── DeformableRegistration12.cxx │ │ │ │ ├── DeformableRegistration4.cxx │ │ │ │ ├── DeformableRegistration6.cxx │ │ │ │ ├── DeformableRegistration7.cxx │ │ │ │ ├── DeformableRegistration8.cxx │ │ │ │ ├── DeformationFieldJacobian.cxx │ │ │ │ ├── ImageRegistration1.cxx │ │ │ │ ├── ImageRegistration11.cxx │ │ │ │ ├── ImageRegistration12.cxx │ │ │ │ ├── ImageRegistration13.cxx │ │ │ │ ├── ImageRegistration14.cxx │ │ │ │ ├── ImageRegistration3.cxx │ │ │ │ ├── ImageRegistration4.cxx │ │ │ │ ├── ImageRegistration5.cxx │ │ │ │ ├── ImageRegistration6.cxx │ │ │ │ ├── ImageRegistration7.cxx │ │ │ │ ├── ImageRegistration8.cxx │ │ │ │ ├── ImageRegistration9.cxx │ │ │ │ ├── MeanSquaresImageMetric1.cxx │ │ │ │ ├── MultiResImageRegistration1.cxx │ │ │ │ └── test │ │ │ │ │ ├── Baseline │ │ │ │ │ ├── BSplineWarping1Test.png.cid │ │ │ │ │ ├── DeformableRegistration12Test.png.cid │ │ │ │ │ ├── DeformableRegistration13Test.png.cid │ │ │ │ │ ├── DeformableRegistration1v4Test.png.cid │ │ │ │ │ └── DeformableRegistration6TestPixelCentered.png.cid │ │ │ │ │ └── CMakeLists.txt │ │ │ ├── itkBSplineExponentialDiffeomorphicTransformParametersAdaptorTest.cxx │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptorTest.cxx │ │ │ ├── itkBSplineTransformParametersAdaptorTest.cxx │ │ │ ├── itkBlockMatchingImageFilterTest.cxx │ │ │ ├── itkCenteredTransformInitializerTest.cxx │ │ │ ├── itkCenteredVersorTransformInitializerTest.cxx │ │ │ ├── itkCompareHistogramImageToImageMetricTest.cxx │ │ │ ├── itkCorrelationCoefficientHistogramImageToImageMetricTest.cxx │ │ │ ├── itkDisplacementFieldTransformParametersAdaptorTest.cxx │ │ │ ├── itkEuclideanDistancePointMetricTest.cxx │ │ │ ├── itkGaussianExponentialDiffeomorphicTransformParametersAdaptorTest.cxx │ │ │ ├── itkGaussianSmoothingOnUpdateDisplacementFieldTransformParametersAdaptorTest.cxx │ │ │ ├── itkGradientDifferenceImageToImageMetricTest.cxx │ │ │ ├── itkHistogramImageToImageMetricTest.cxx │ │ │ ├── itkImageRegistrationMethodTest.cxx │ │ │ ├── itkImageRegistrationMethodTest_1.cxx │ │ │ ├── itkImageRegistrationMethodTest_10.cxx │ │ │ ├── itkImageRegistrationMethodTest_11.cxx │ │ │ ├── itkImageRegistrationMethodTest_12.cxx │ │ │ ├── itkImageRegistrationMethodTest_13.cxx │ │ │ ├── itkImageRegistrationMethodTest_14.cxx │ │ │ ├── itkImageRegistrationMethodTest_15.cxx │ │ │ ├── itkImageRegistrationMethodTest_16.cxx │ │ │ ├── itkImageRegistrationMethodTest_17.cxx │ │ │ ├── itkImageRegistrationMethodTest_2.cxx │ │ │ ├── itkImageRegistrationMethodTest_3.cxx │ │ │ ├── itkImageRegistrationMethodTest_4.cxx │ │ │ ├── itkImageRegistrationMethodTest_5.cxx │ │ │ ├── itkImageRegistrationMethodTest_6.cxx │ │ │ ├── itkImageRegistrationMethodTest_7.cxx │ │ │ ├── itkImageRegistrationMethodTest_8.cxx │ │ │ ├── itkImageRegistrationMethodTest_9.cxx │ │ │ ├── itkImageToSpatialObjectRegistrationTest.cxx │ │ │ ├── itkKappaStatisticImageToImageMetricTest.cxx │ │ │ ├── itkKullbackLeiblerCompareHistogramImageToImageMetricTest.cxx │ │ │ ├── itkLandmarkBasedTransformInitializerTest.cxx │ │ │ ├── itkMatchCardinalityImageToImageMetricTest.cxx │ │ │ ├── itkMattesMutualInformationImageToImageMetricTest.cxx │ │ │ ├── itkMeanReciprocalSquareDifferenceImageMetricTest.cxx │ │ │ ├── itkMeanReciprocalSquareDifferencePointSetToImageMetricTest.cxx │ │ │ ├── itkMeanSquaresHistogramImageToImageMetricTest.cxx │ │ │ ├── itkMeanSquaresImageMetricTest.cxx │ │ │ ├── itkMeanSquaresPointSetToImageMetricTest.cxx │ │ │ ├── itkMultiResolutionImageRegistrationMethodTest.cxx │ │ │ ├── itkMultiResolutionImageRegistrationMethodTest_1.cxx │ │ │ ├── itkMultiResolutionImageRegistrationMethodTest_2.cxx │ │ │ ├── itkMultiResolutionPyramidImageFilterTest.cxx │ │ │ ├── itkMutualInformationHistogramImageToImageMetricTest.cxx │ │ │ ├── itkMutualInformationMetricTest.cxx │ │ │ ├── itkNormalizedCorrelationImageMetricTest.cxx │ │ │ ├── itkNormalizedCorrelationPointSetToImageMetricTest.cxx │ │ │ ├── itkNormalizedMutualInformationHistogramImageToImageMetricTest.cxx │ │ │ ├── itkPointSetToImageRegistrationTest.cxx │ │ │ ├── itkPointSetToPointSetRegistrationTest.cxx │ │ │ ├── itkPointSetToSpatialObjectDemonsRegistrationTest.cxx │ │ │ ├── itkPointsLocatorTest.cxx │ │ │ ├── itkRecursiveMultiResolutionPyramidImageFilterTest.cxx │ │ │ └── itkTransformInitializersGTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBlockMatchingImageFilter.wrap │ │ │ ├── itkCenteredTransformInitializer.wrap │ │ │ ├── itkCenteredVersorTransformInitializer.wrap │ │ │ ├── itkGradientDifferenceImageToImageMetric.wrap │ │ │ ├── itkImageRegistrationMethod.wrap │ │ │ ├── itkImageToImageMetric.wrap │ │ │ ├── itkLandmarkBasedTransformInitializer.wrap │ │ │ ├── itkMatchCardinalityImageToImageMetric.wrap │ │ │ ├── itkMattesMutualInformationImageToImageMetric.wrap │ │ │ ├── itkMeanReciprocalSquareDifferenceImageToImageMetric.wrap │ │ │ ├── itkMeanSquaresImageToImageMetric.wrap │ │ │ ├── itkMultiResolutionImageRegistrationMethod.wrap │ │ │ ├── itkMultiResolutionPyramidImageFilter.wrap │ │ │ ├── itkMutualInformationImageToImageMetric.wrap │ │ │ ├── itkNormalizedCorrelationImageToImageMetric.wrap │ │ │ ├── itkPDEDeformableRegistrationFunction.wrap │ │ │ ├── itkPointSetToPointSetMetric.wrap │ │ │ ├── itkPointSetToPointSetRegistrationMethod.wrap │ │ │ ├── itkPointsLocator.wrap │ │ │ ├── itkRecursiveMultiResolutionPyramidImageFilter.wrap │ │ │ ├── itkTransformParametersAdaptorBase.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkPointsLocatorTest.py │ ├── FEM │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkFEMFiniteDifferenceFunctionLoad.h │ │ │ ├── itkFEMFiniteDifferenceFunctionLoad.hxx │ │ │ ├── itkFEMRegistrationFilter.h │ │ │ ├── itkFEMRegistrationFilter.hxx │ │ │ ├── itkMIRegistrationFunction.h │ │ │ ├── itkMIRegistrationFunction.hxx │ │ │ ├── itkNCCRegistrationFunction.h │ │ │ ├── itkNCCRegistrationFunction.hxx │ │ │ ├── itkPhysicsBasedNonRigidRegistrationMethod.h │ │ │ └── itkPhysicsBasedNonRigidRegistrationMethod.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkFEMRegistrationFilter.cxx │ │ └── test │ │ │ ├── Baseline │ │ │ └── itkPhysicsBasedNonRigidRegistrationMethodTest.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ ├── PBNRRFixedImage.nii.gz.cid │ │ │ ├── PBNRRMaskImage.nii.gz.cid │ │ │ ├── PBNRRMesh.vtk.cid │ │ │ └── PBNRRMovingImage.nii.gz.cid │ │ │ ├── itkFEMFiniteDifferenceFunctionLoadTest.cxx │ │ │ ├── itkFEMRegistrationFilter2DTest.cxx │ │ │ ├── itkFEMRegistrationFilterTest.cxx │ │ │ ├── itkFEMRegistrationFilterTest2.cxx │ │ │ ├── itkMIRegistrationFunctionTest.cxx │ │ │ ├── itkPhysicsBasedNonRigidRegistrationMethodTest.cxx │ │ │ ├── itkVTKTetrahedralMeshReader.h │ │ │ └── itkVTKTetrahedralMeshReader.hxx │ ├── GPUCommon │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ └── itkGPUPDEDeformableRegistrationFunction.h │ │ └── itk-module.cmake │ ├── GPUPDEDeformable │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkGPUDemonsRegistrationFilter.h │ │ │ ├── itkGPUDemonsRegistrationFilter.hxx │ │ │ ├── itkGPUDemonsRegistrationFunction.h │ │ │ ├── itkGPUDemonsRegistrationFunction.hxx │ │ │ ├── itkGPUPDEDeformableRegistrationFilter.h │ │ │ └── itkGPUPDEDeformableRegistrationFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── GPUDemonsRegistrationFunction.cl │ │ │ └── GPUPDEDeformableRegistrationFilter.cl │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ ├── LenaFix.png.cid │ │ │ └── LenaMov.png.cid │ │ │ ├── itkGPUDemonsRegistrationFilterTest.cxx │ │ │ └── itkGPUDemonsRegistrationFilterTest2.cxx │ ├── Metricsv4 │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4.h │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4.hxx │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.h │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.hxx │ │ │ ├── itkCorrelationImageToImageMetricv4.h │ │ │ ├── itkCorrelationImageToImageMetricv4.hxx │ │ │ ├── itkCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.h │ │ │ ├── itkCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.hxx │ │ │ ├── itkCorrelationImageToImageMetricv4HelperThreader.h │ │ │ ├── itkCorrelationImageToImageMetricv4HelperThreader.hxx │ │ │ ├── itkDefaultImageToImageMetricTraitsv4.h │ │ │ ├── itkDemonsImageToImageMetricv4.h │ │ │ ├── itkDemonsImageToImageMetricv4.hxx │ │ │ ├── itkDemonsImageToImageMetricv4GetValueAndDerivativeThreader.h │ │ │ ├── itkDemonsImageToImageMetricv4GetValueAndDerivativeThreader.hxx │ │ │ ├── itkEuclideanDistancePointSetToPointSetMetricv4.h │ │ │ ├── itkEuclideanDistancePointSetToPointSetMetricv4.hxx │ │ │ ├── itkExpectationBasedPointSetToPointSetMetricv4.h │ │ │ ├── itkExpectationBasedPointSetToPointSetMetricv4.hxx │ │ │ ├── itkImageToImageMetricv4.h │ │ │ ├── itkImageToImageMetricv4.hxx │ │ │ ├── itkImageToImageMetricv4GetValueAndDerivativeThreader.h │ │ │ ├── itkImageToImageMetricv4GetValueAndDerivativeThreader.hxx │ │ │ ├── itkImageToImageMetricv4GetValueAndDerivativeThreaderBase.h │ │ │ ├── itkImageToImageMetricv4GetValueAndDerivativeThreaderBase.hxx │ │ │ ├── itkJensenHavrdaCharvatTsallisPointSetToPointSetMetricv4.h │ │ │ ├── itkJensenHavrdaCharvatTsallisPointSetToPointSetMetricv4.hxx │ │ │ ├── itkJointHistogramMutualInformationComputeJointPDFThreader.h │ │ │ ├── itkJointHistogramMutualInformationComputeJointPDFThreader.hxx │ │ │ ├── itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h │ │ │ ├── itkJointHistogramMutualInformationComputeJointPDFThreaderBase.hxx │ │ │ ├── itkJointHistogramMutualInformationGetValueAndDerivativeThreader.h │ │ │ ├── itkJointHistogramMutualInformationGetValueAndDerivativeThreader.hxx │ │ │ ├── itkJointHistogramMutualInformationImageToImageMetricv4.h │ │ │ ├── itkJointHistogramMutualInformationImageToImageMetricv4.hxx │ │ │ ├── itkLabeledPointSetToPointSetMetricv4.h │ │ │ ├── itkLabeledPointSetToPointSetMetricv4.hxx │ │ │ ├── itkManifoldParzenWindowsPointSetFunction.h │ │ │ ├── itkManifoldParzenWindowsPointSetFunction.hxx │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4.h │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4.hxx │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4GetValueAndDerivativeThreader.h │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4GetValueAndDerivativeThreader.hxx │ │ │ ├── itkMeanSquaresImageToImageMetricv4.h │ │ │ ├── itkMeanSquaresImageToImageMetricv4.hxx │ │ │ ├── itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.h │ │ │ ├── itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.hxx │ │ │ ├── itkObjectToObjectMultiMetricv4.h │ │ │ ├── itkObjectToObjectMultiMetricv4.hxx │ │ │ ├── itkPointSetFunction.h │ │ │ ├── itkPointSetFunction.hxx │ │ │ ├── itkPointSetToPointSetMetricWithIndexv4.h │ │ │ ├── itkPointSetToPointSetMetricWithIndexv4.hxx │ │ │ ├── itkPointSetToPointSetMetricv4.h │ │ │ ├── itkPointSetToPointSetMetricv4.hxx │ │ │ └── itkVectorImageToImageMetricTraitsv4.h │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── face_avg.jpg.cid │ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest_I35_S0_T1_F0.nii.gz.cid │ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest_I35_S0_T1_F1.nii.gz.cid │ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest_I35_S1_T1_F0.nii.gz.cid │ │ │ │ └── itkMeanSquaresImageToImageMetricv4VectorRegistrationTest.nii.gz.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ ├── apple.jpg.cid │ │ │ │ ├── face_b.jpg.cid │ │ │ │ └── orange.jpg.cid │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4Test.cxx │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageRegistrationTest.cxx │ │ │ ├── itkCorrelationImageToImageMetricv4Test.cxx │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest.cxx │ │ │ ├── itkDemonsImageToImageMetricv4Test.cxx │ │ │ ├── itkEuclideanDistancePointSetMetricRegistrationTest.cxx │ │ │ ├── itkEuclideanDistancePointSetMetricTest.cxx │ │ │ ├── itkEuclideanDistancePointSetMetricTest2.cxx │ │ │ ├── itkEuclideanDistancePointSetMetricTest3.cxx │ │ │ ├── itkExpectationBasedPointSetMetricRegistrationTest.cxx │ │ │ ├── itkExpectationBasedPointSetMetricTest.cxx │ │ │ ├── itkImageToImageMetricv4RegistrationTest.cxx │ │ │ ├── itkImageToImageMetricv4Test.cxx │ │ │ ├── itkJensenHavrdaCharvatTsallisPointSetMetricRegistrationTest.cxx │ │ │ ├── itkJensenHavrdaCharvatTsallisPointSetMetricTest.cxx │ │ │ ├── itkJointHistogramMutualInformationImageToImageMetricv4Test.cxx │ │ │ ├── itkJointHistogramMutualInformationImageToImageRegistrationTest.cxx │ │ │ ├── itkLabeledPointSetMetricRegistrationTest.cxx │ │ │ ├── itkLabeledPointSetMetricTest.cxx │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4RegistrationTest.cxx │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4Test.cxx │ │ │ ├── itkMeanSquaresImageToImageMetricv4OnVectorTest.cxx │ │ │ ├── itkMeanSquaresImageToImageMetricv4OnVectorTest2.cxx │ │ │ ├── itkMeanSquaresImageToImageMetricv4RegistrationTest.cxx │ │ │ ├── itkMeanSquaresImageToImageMetricv4RegistrationTest2.cxx │ │ │ ├── itkMeanSquaresImageToImageMetricv4SpeedTest.cxx │ │ │ ├── itkMeanSquaresImageToImageMetricv4Test.cxx │ │ │ ├── itkMeanSquaresImageToImageMetricv4VectorRegistrationTest.cxx │ │ │ ├── itkMetricImageGradientTest.cxx │ │ │ ├── itkMultiGradientImageToImageMetricv4RegistrationTest.cxx │ │ │ ├── itkMultiStartImageToImageMetricv4RegistrationTest.cxx │ │ │ ├── itkObjectToObjectMultiMetricv4RegistrationTest.cxx │ │ │ └── itkObjectToObjectMultiMetricv4Test.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4.wrap │ │ │ ├── itkCorrelationImageToImageMetricv4.wrap │ │ │ ├── itkDemonsImageToImageMetricv4.wrap │ │ │ ├── itkEuclideanDistancePointSetToPointSetMetricv4.wrap │ │ │ ├── itkExpectationBasedPointSetToPointSetMetricv4.wrap │ │ │ ├── itkImageToImageMetricv4.wrap │ │ │ ├── itkJensenHavrdaCharvatTsallisPointSetToPointSetMetricv4.wrap │ │ │ ├── itkJointHistogramMutualInformationImageToImageMetricv4.wrap │ │ │ ├── itkLabeledPointSetToPointSetMetricv4.wrap │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4.wrap │ │ │ ├── itkMeanSquaresImageToImageMetricv4.wrap │ │ │ ├── itkMetricv4Types.wrap │ │ │ ├── itkPointSetToPointSetMetricWithIndexv4.wrap │ │ │ ├── itkPointSetToPointSetMetricv4.wrap │ │ │ ├── itkRegistrationParameterScalesFromIndexShift.wrap │ │ │ ├── itkRegistrationParameterScalesFromJacobian.wrap │ │ │ ├── itkRegistrationParameterScalesFromPhysicalShift.wrap │ │ │ └── test │ │ │ └── CMakeLists.txt │ ├── PDEDeformable │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkCurvatureRegistrationFilter.h │ │ │ ├── itkCurvatureRegistrationFilter.hxx │ │ │ ├── itkDemonsRegistrationFilter.h │ │ │ ├── itkDemonsRegistrationFilter.hxx │ │ │ ├── itkDemonsRegistrationFunction.h │ │ │ ├── itkDemonsRegistrationFunction.hxx │ │ │ ├── itkDiffeomorphicDemonsRegistrationFilter.h │ │ │ ├── itkDiffeomorphicDemonsRegistrationFilter.hxx │ │ │ ├── itkESMDemonsRegistrationFunction.h │ │ │ ├── itkESMDemonsRegistrationFunction.hxx │ │ │ ├── itkFastSymmetricForcesDemonsRegistrationFilter.h │ │ │ ├── itkFastSymmetricForcesDemonsRegistrationFilter.hxx │ │ │ ├── itkFastSymmetricForcesDemonsRegistrationFunction.h │ │ │ ├── itkFastSymmetricForcesDemonsRegistrationFunction.hxx │ │ │ ├── itkLevelSetMotionRegistrationFilter.h │ │ │ ├── itkLevelSetMotionRegistrationFilter.hxx │ │ │ ├── itkLevelSetMotionRegistrationFunction.h │ │ │ ├── itkLevelSetMotionRegistrationFunction.hxx │ │ │ ├── itkMultiResolutionPDEDeformableRegistration.h │ │ │ ├── itkMultiResolutionPDEDeformableRegistration.hxx │ │ │ ├── itkPDEDeformableRegistrationFilter.h │ │ │ ├── itkPDEDeformableRegistrationFilter.hxx │ │ │ ├── itkSymmetricForcesDemonsRegistrationFilter.h │ │ │ ├── itkSymmetricForcesDemonsRegistrationFilter.hxx │ │ │ ├── itkSymmetricForcesDemonsRegistrationFunction.h │ │ │ └── itkSymmetricForcesDemonsRegistrationFunction.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkESMDemonsRegistrationFunction.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkCurvatureRegistrationFilterTest.cxx │ │ │ ├── itkDemonsRegistrationFilterTest.cxx │ │ │ ├── itkDiffeomorphicDemonsRegistrationFilterTest.cxx │ │ │ ├── itkDiffeomorphicDemonsRegistrationFilterTest2.cxx │ │ │ ├── itkESMDemonsRegistrationFunctionTest.cxx │ │ │ ├── itkFastSymmetricForcesDemonsRegistrationFilterTest.cxx │ │ │ ├── itkLevelSetMotionRegistrationFilterTest.cxx │ │ │ ├── itkMultiResolutionPDEDeformableRegistrationTest.cxx │ │ │ └── itkSymmetricForcesDemonsRegistrationFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkDemonsRegistrationFilter.wrap │ │ │ ├── itkDiffeomorphicDemonsRegistrationFilter.wrap │ │ │ ├── itkLevelSetMotionRegistrationFilter.wrap │ │ │ ├── itkMultiResolutionPDEDeformableRegistration.wrap │ │ │ ├── itkPDEDeformableRegistrationFilter.wrap │ │ │ ├── itkSymmetricForcesDemonsRegistrationFilter.wrap │ │ │ ├── test │ │ │ └── CMakeLists.txt │ │ │ └── wrap_itkPDEDeformableRegistrationFilter.cmake.notwrapped │ └── RegistrationMethodsv4 │ │ ├── CMakeLists.txt │ │ ├── include │ │ ├── itkBSplineSyNImageRegistrationMethod.h │ │ ├── itkBSplineSyNImageRegistrationMethod.hxx │ │ ├── itkImageRegistrationMethodv4.h │ │ ├── itkImageRegistrationMethodv4.hxx │ │ ├── itkSyNImageRegistrationMethod.h │ │ ├── itkSyNImageRegistrationMethod.hxx │ │ ├── itkTimeVaryingBSplineVelocityFieldImageRegistrationMethod.h │ │ ├── itkTimeVaryingBSplineVelocityFieldImageRegistrationMethod.hxx │ │ ├── itkTimeVaryingVelocityFieldImageRegistrationMethodv4.h │ │ └── itkTimeVaryingVelocityFieldImageRegistrationMethodv4.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ ├── CMakeLists.txt │ │ └── itkImageRegistrationMethodv4.cxx │ │ ├── test │ │ ├── Baseline │ │ │ ├── itkSimpleImageRegistrationTest.1.nii.cid │ │ │ ├── itkSimpleImageRegistrationTest.2.nii.cid │ │ │ ├── itkSimpleImageRegistrationTest.3.nii.cid │ │ │ ├── itkSimpleImageRegistrationTest.nii.cid │ │ │ ├── r16slice_rigid.nii.gz.cid │ │ │ └── r64slice.nii.gz.cid │ │ ├── CMakeLists.txt │ │ ├── Input │ │ │ ├── Blob1.mha.cid │ │ │ ├── Blob2.mha.cid │ │ │ ├── r16slice_rigid.nii.gz.cid │ │ │ └── r64slice.nii.gz.cid │ │ ├── itkBSplineExponentialImageRegistrationTest.cxx │ │ ├── itkBSplineImageRegistrationTest.cxx │ │ ├── itkBSplineSyNImageRegistrationTest.cxx │ │ ├── itkBSplineSyNPointSetRegistrationTest.cxx │ │ ├── itkExponentialImageRegistrationTest.cxx │ │ ├── itkImageRegistrationSamplingTest.cxx │ │ ├── itkQuasiNewtonOptimizerv4RegistrationTest.cxx │ │ ├── itkSimpleImageRegistrationTest.cxx │ │ ├── itkSimpleImageRegistrationTest2.cxx │ │ ├── itkSimpleImageRegistrationTest3.cxx │ │ ├── itkSimpleImageRegistrationTest4.cxx │ │ ├── itkSimpleImageRegistrationTestWithMaskAndSampling.cxx │ │ ├── itkSimplePointSetRegistrationTest.cxx │ │ ├── itkSyNImageRegistrationTest.cxx │ │ ├── itkSyNPointSetRegistrationTest.cxx │ │ ├── itkTimeVaryingBSplineVelocityFieldImageRegistrationTest.cxx │ │ ├── itkTimeVaryingBSplineVelocityFieldPointSetRegistrationTest.cxx │ │ └── itkTimeVaryingVelocityFieldImageRegistrationTest.cxx │ │ └── wrapping │ │ ├── CMakeLists.txt │ │ ├── itkBSplineSyNImageRegistrationMethod.wrap │ │ ├── itkImageRegistrationMethodv4.wrap │ │ ├── itkSyNImageRegistrationMethod.wrap │ │ ├── itkTimeVaryingBSplineVelocityFieldImageRegistrationMethod.wrap │ │ ├── itkTimeVaryingVelocityFieldImageRegistrationMethodv4.wrap │ │ └── test │ │ └── CMakeLists.txt ├── Remote │ ├── AdaptiveDenoising.remote.cmake │ ├── AnalyzeObjectLabelMap.remote.cmake │ ├── AnisotropicDiffusionLBR.remote.cmake │ ├── BSplineGradient.remote.cmake │ ├── BioCell.remote.cmake │ ├── BoneEnhancement.remote.cmake │ ├── BoneMorphometry.remote.cmake │ ├── CMakeLists.txt │ ├── Cleaver.remote.cmake │ ├── Cuberille.remote.cmake │ ├── CudaCommon.remote.cmake │ ├── FPFH.remote.cmake │ ├── FastBilateral.remote.cmake │ ├── FixedPointInverseDisplacementField.remote.cmake │ ├── GenericLabelInterpolator.remote.cmake │ ├── GrowCut.remote.cmake │ ├── HASI.remote.cmake │ ├── HigherOrderAccurateGradient.remote.cmake │ ├── IOFDF.remote.cmake │ ├── IOMeshMZ3.remote.cmake │ ├── IOMeshSTL.remote.cmake │ ├── IOMeshSWC.remote.cmake │ ├── IOOpenSlide.remote.cmake │ ├── IOScanco.remote.cmake │ ├── IOTransformDCMTK.remote.cmake │ ├── IsotropicWavelets.remote.cmake │ ├── LabelErodeDilate.remote.cmake │ ├── LesionSizingToolkit.remote.cmake │ ├── MGHIO.remote.cmake │ ├── MeshNoise.remote.cmake │ ├── MeshToPolyData.remote.cmake │ ├── MinimalPathExtraction.remote.cmake │ ├── Montage.remote.cmake │ ├── MorphologicalContourInterpolation.remote.cmake │ ├── MultipleImageIterator.remote.cmake │ ├── ParabolicMorphology.remote.cmake │ ├── PerformanceBenchmarking.remote.cmake │ ├── PhaseSymmetry.remote.cmake │ ├── PolarTransform.remote.cmake │ ├── PrincipalComponentsAnalysis.remote.cmake │ ├── RANSAC.remote.cmake │ ├── README.md │ ├── RLEImage.remote.cmake │ ├── RTK.remote.cmake │ ├── SCIFIO.remote.cmake │ ├── Shape.remote.cmake │ ├── SimpleITKFilters.remote.cmake │ ├── SkullStrip.remote.cmake │ ├── SmoothingRecursiveYvvGaussianFilter.remote.cmake │ ├── SphinxExamples.remote.cmake │ ├── SplitComponents.remote.cmake │ ├── Strain.remote.cmake │ ├── SubdivisionQuadEdgeMeshFilter.remote.cmake │ ├── TextureFeatures.remote.cmake │ ├── Thickness3D.remote.cmake │ ├── TotalVariation.remote.cmake │ ├── TubeTK.remote.cmake │ ├── TwoProjectionRegistration.remote.cmake │ ├── Ultrasound.remote.cmake │ ├── VariationalRegistration.remote.cmake │ ├── VkFFTBackend.remote.cmake │ └── WebAssemblyInterface.remote.cmake ├── Segmentation │ ├── Classifiers │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBayesianClassifierImageFilter.h │ │ │ ├── itkBayesianClassifierImageFilter.hxx │ │ │ ├── itkBayesianClassifierInitializationImageFilter.h │ │ │ ├── itkBayesianClassifierInitializationImageFilter.hxx │ │ │ ├── itkClassifierBase.h │ │ │ ├── itkClassifierBase.hxx │ │ │ ├── itkImageClassifierBase.h │ │ │ ├── itkImageClassifierBase.hxx │ │ │ ├── itkImageGaussianModelEstimator.h │ │ │ ├── itkImageGaussianModelEstimator.hxx │ │ │ ├── itkImageKmeansModelEstimator.h │ │ │ ├── itkImageKmeansModelEstimator.hxx │ │ │ ├── itkImageModelEstimatorBase.h │ │ │ ├── itkImageModelEstimatorBase.hxx │ │ │ ├── itkScalarImageKmeansImageFilter.h │ │ │ └── itkScalarImageKmeansImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── itkBayesianClassifierImageFilterTestLabelMapNoPriors.png.cid │ │ │ │ ├── itkBayesianClassifierImageFilterTestLabelMapPriors.png.cid │ │ │ │ └── itkScalarImageKmeansImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBayesianClassifierImageFilterTest.cxx │ │ │ ├── itkImageClassifierFilterTest.cxx │ │ │ ├── itkKmeansModelEstimatorTest.cxx │ │ │ ├── itkSampleClassifierFilterTest1.cxx │ │ │ ├── itkSampleClassifierFilterTest2.cxx │ │ │ ├── itkSampleClassifierFilterTest3.cxx │ │ │ ├── itkSampleClassifierFilterTest4.cxx │ │ │ ├── itkSampleClassifierFilterTest5.cxx │ │ │ ├── itkSampleClassifierFilterTest6.cxx │ │ │ ├── itkSampleClassifierFilterTest7.cxx │ │ │ ├── itkScalarImageKmeansImageFilter3DTest.cxx │ │ │ ├── itkScalarImageKmeansImageFilterTest.cxx │ │ │ └── itkSupervisedImageClassifierTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBayesianClassifierImageFilter.wrap │ │ │ ├── itkBayesianClassifierInitializationImageFilter.wrap │ │ │ └── itkScalarImageKmeansImageFilter.wrap │ ├── ConnectedComponents │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkConnectedComponentFunctorImageFilter.h │ │ │ ├── itkConnectedComponentFunctorImageFilter.hxx │ │ │ ├── itkConnectedComponentImageFilter.h │ │ │ ├── itkConnectedComponentImageFilter.hxx │ │ │ ├── itkHardConnectedComponentImageFilter.h │ │ │ ├── itkHardConnectedComponentImageFilter.hxx │ │ │ ├── itkRelabelComponentImageFilter.h │ │ │ ├── itkRelabelComponentImageFilter.hxx │ │ │ ├── itkScalarConnectedComponentImageFilter.h │ │ │ ├── itkThresholdMaximumConnectedComponentsImageFilter.h │ │ │ ├── itkThresholdMaximumConnectedComponentsImageFilter.hxx │ │ │ └── itkVectorConnectedComponentImageFilter.h │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── Baseline │ │ │ │ └── HardConnectedComponentImageFilterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkConnectedComponentImageFilterBackgroundTest.cxx │ │ │ ├── itkConnectedComponentImageFilterGTest.cxx │ │ │ ├── itkConnectedComponentImageFilterTest.cxx │ │ │ ├── itkConnectedComponentImageFilterTestRGB.cxx │ │ │ ├── itkConnectedComponentImageFilterTooManyObjectsTest.cxx │ │ │ ├── itkHardConnectedComponentImageFilterTest.cxx │ │ │ ├── itkMaskConnectedComponentImageFilterTest.cxx │ │ │ ├── itkRelabelComponentImageFilterGTest.cxx │ │ │ ├── itkRelabelComponentImageFilterTest.cxx │ │ │ ├── itkScalarConnectedComponentImageFilterTest.cxx │ │ │ ├── itkThresholdMaximumConnectedComponentsImageFilterTest.cxx │ │ │ └── itkVectorConnectedComponentImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkConnectedComponentImageFilter.wrap │ │ │ ├── itkHardConnectedComponentImageFilter.wrap │ │ │ ├── itkRelabelComponentImageFilter.wrap │ │ │ ├── itkScalarConnectedComponentImageFilter.wrap │ │ │ ├── itkThresholdMaximumConnectedComponentsImageFilter.wrap │ │ │ └── itkVectorConnectedComponentImageFilter.wrap │ ├── DeformableMesh │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkDeformableSimplexMesh3DBalloonForceFilter.h │ │ │ ├── itkDeformableSimplexMesh3DBalloonForceFilter.hxx │ │ │ ├── itkDeformableSimplexMesh3DFilter.h │ │ │ ├── itkDeformableSimplexMesh3DFilter.hxx │ │ │ ├── itkDeformableSimplexMesh3DGradientConstraintForceFilter.h │ │ │ └── itkDeformableSimplexMesh3DGradientConstraintForceFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkDeformableSimplexMesh3DGradientConstraintForceFilter.cxx │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkDeformableSimplexMesh3DBalloonForceFilterTest.cxx │ │ │ ├── itkDeformableSimplexMesh3DFilterTest.cxx │ │ │ ├── itkDeformableSimplexMesh3DGradientConstraintForceFilterTest.cxx │ │ │ └── itkSimplexMeshWithFloatCoordRepTest.cxx │ ├── KLMRegionGrowing │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkKLMRegionGrowImageFilter.h │ │ │ ├── itkKLMRegionGrowImageFilter.hxx │ │ │ ├── itkKLMSegmentationBorder.h │ │ │ ├── itkKLMSegmentationRegion.h │ │ │ ├── itkRegionGrowImageFilter.h │ │ │ ├── itkRegionGrowImageFilter.hxx │ │ │ ├── itkSegmentationBorder.h │ │ │ └── itkSegmentationRegion.h │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itkKLMSegmentationBorder.cxx │ │ │ ├── itkKLMSegmentationRegion.cxx │ │ │ ├── itkSegmentationBorder.cxx │ │ │ └── itkSegmentationRegion.cxx │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkRegionGrow2DTest.cxx │ ├── LabelVoting │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkBinaryMedianImageFilter.h │ │ │ ├── itkBinaryMedianImageFilter.hxx │ │ │ ├── itkLabelVotingImageFilter.h │ │ │ ├── itkLabelVotingImageFilter.hxx │ │ │ ├── itkMultiLabelSTAPLEImageFilter.h │ │ │ ├── itkMultiLabelSTAPLEImageFilter.hxx │ │ │ ├── itkVotingBinaryHoleFillingImageFilter.h │ │ │ ├── itkVotingBinaryHoleFillingImageFilter.hxx │ │ │ ├── itkVotingBinaryImageFilter.h │ │ │ ├── itkVotingBinaryImageFilter.hxx │ │ │ ├── itkVotingBinaryIterativeHoleFillingImageFilter.h │ │ │ └── itkVotingBinaryIterativeHoleFillingImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryMedianImageFilterTest.cxx │ │ │ ├── itkLabelVotingImageFilterTest.cxx │ │ │ ├── itkMultiLabelSTAPLEImageFilterTest.cxx │ │ │ ├── itkVotingBinaryHoleFillingImageFilterTest.cxx │ │ │ ├── itkVotingBinaryImageFilterTest.cxx │ │ │ └── itkVotingBinaryIterativeHoleFillingImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryMedianImageFilter.wrap │ │ │ ├── itkLabelVotingImageFilter.wrap │ │ │ ├── itkVotingBinaryHoleFillingImageFilter.wrap │ │ │ ├── itkVotingBinaryImageFilter.wrap │ │ │ └── itkVotingBinaryIterativeHoleFillingImageFilter.wrap │ ├── LevelSets │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkAnisotropicFourthOrderLevelSetImageFilter.h │ │ │ ├── itkAnisotropicFourthOrderLevelSetImageFilter.hxx │ │ │ ├── itkBinaryMaskToNarrowBandPointSetFilter.h │ │ │ ├── itkBinaryMaskToNarrowBandPointSetFilter.hxx │ │ │ ├── itkCannySegmentationLevelSetFunction.h │ │ │ ├── itkCannySegmentationLevelSetFunction.hxx │ │ │ ├── itkCannySegmentationLevelSetImageFilter.h │ │ │ ├── itkCannySegmentationLevelSetImageFilter.hxx │ │ │ ├── itkCollidingFrontsImageFilter.h │ │ │ ├── itkCollidingFrontsImageFilter.hxx │ │ │ ├── itkCurvesLevelSetFunction.h │ │ │ ├── itkCurvesLevelSetFunction.hxx │ │ │ ├── itkCurvesLevelSetImageFilter.h │ │ │ ├── itkCurvesLevelSetImageFilter.hxx │ │ │ ├── itkExtensionVelocitiesImageFilter.h │ │ │ ├── itkExtensionVelocitiesImageFilter.hxx │ │ │ ├── itkGeodesicActiveContourLevelSetFunction.h │ │ │ ├── itkGeodesicActiveContourLevelSetFunction.hxx │ │ │ ├── itkGeodesicActiveContourLevelSetImageFilter.h │ │ │ ├── itkGeodesicActiveContourLevelSetImageFilter.hxx │ │ │ ├── itkGeodesicActiveContourShapePriorLevelSetFunction.h │ │ │ ├── itkGeodesicActiveContourShapePriorLevelSetFunction.hxx │ │ │ ├── itkGeodesicActiveContourShapePriorLevelSetImageFilter.h │ │ │ ├── itkGeodesicActiveContourShapePriorLevelSetImageFilter.hxx │ │ │ ├── itkImplicitManifoldNormalVectorFilter.h │ │ │ ├── itkImplicitManifoldNormalVectorFilter.hxx │ │ │ ├── itkIsotropicFourthOrderLevelSetImageFilter.h │ │ │ ├── itkIsotropicFourthOrderLevelSetImageFilter.hxx │ │ │ ├── itkLaplacianSegmentationLevelSetFunction.h │ │ │ ├── itkLaplacianSegmentationLevelSetFunction.hxx │ │ │ ├── itkLaplacianSegmentationLevelSetImageFilter.h │ │ │ ├── itkLaplacianSegmentationLevelSetImageFilter.hxx │ │ │ ├── itkLevelSetFunction.h │ │ │ ├── itkLevelSetFunction.hxx │ │ │ ├── itkLevelSetFunctionWithRefitTerm.h │ │ │ ├── itkLevelSetFunctionWithRefitTerm.hxx │ │ │ ├── itkLevelSetNeighborhoodExtractor.h │ │ │ ├── itkLevelSetNeighborhoodExtractor.hxx │ │ │ ├── itkLevelSetVelocityNeighborhoodExtractor.h │ │ │ ├── itkLevelSetVelocityNeighborhoodExtractor.hxx │ │ │ ├── itkNarrowBandCurvesLevelSetImageFilter.h │ │ │ ├── itkNarrowBandCurvesLevelSetImageFilter.hxx │ │ │ ├── itkNarrowBandLevelSetImageFilter.h │ │ │ ├── itkNarrowBandLevelSetImageFilter.hxx │ │ │ ├── itkNarrowBandThresholdSegmentationLevelSetImageFilter.h │ │ │ ├── itkNarrowBandThresholdSegmentationLevelSetImageFilter.hxx │ │ │ ├── itkNormalVectorDiffusionFunction.h │ │ │ ├── itkNormalVectorDiffusionFunction.hxx │ │ │ ├── itkNormalVectorFunctionBase.h │ │ │ ├── itkNormalVectorFunctionBase.hxx │ │ │ ├── itkParallelSparseFieldLevelSetImageFilter.h │ │ │ ├── itkParallelSparseFieldLevelSetImageFilter.hxx │ │ │ ├── itkReinitializeLevelSetImageFilter.h │ │ │ ├── itkReinitializeLevelSetImageFilter.hxx │ │ │ ├── itkSegmentationLevelSetFunction.h │ │ │ ├── itkSegmentationLevelSetFunction.hxx │ │ │ ├── itkSegmentationLevelSetImageFilter.h │ │ │ ├── itkSegmentationLevelSetImageFilter.hxx │ │ │ ├── itkShapeDetectionLevelSetFunction.h │ │ │ ├── itkShapeDetectionLevelSetFunction.hxx │ │ │ ├── itkShapeDetectionLevelSetImageFilter.h │ │ │ ├── itkShapeDetectionLevelSetImageFilter.hxx │ │ │ ├── itkShapePriorMAPCostFunction.h │ │ │ ├── itkShapePriorMAPCostFunction.hxx │ │ │ ├── itkShapePriorMAPCostFunctionBase.h │ │ │ ├── itkShapePriorMAPCostFunctionBase.hxx │ │ │ ├── itkShapePriorSegmentationLevelSetFunction.h │ │ │ ├── itkShapePriorSegmentationLevelSetFunction.hxx │ │ │ ├── itkShapePriorSegmentationLevelSetImageFilter.h │ │ │ ├── itkShapePriorSegmentationLevelSetImageFilter.hxx │ │ │ ├── itkSparseFieldFourthOrderLevelSetImageFilter.h │ │ │ ├── itkSparseFieldFourthOrderLevelSetImageFilter.hxx │ │ │ ├── itkSparseFieldLevelSetImageFilter.h │ │ │ ├── itkSparseFieldLevelSetImageFilter.hxx │ │ │ ├── itkThresholdSegmentationLevelSetFunction.h │ │ │ ├── itkThresholdSegmentationLevelSetFunction.hxx │ │ │ ├── itkThresholdSegmentationLevelSetImageFilter.h │ │ │ ├── itkThresholdSegmentationLevelSetImageFilter.hxx │ │ │ ├── itkUnsharpMaskLevelSetImageFilter.h │ │ │ ├── itkUnsharpMaskLevelSetImageFilter.hxx │ │ │ ├── itkVectorThresholdSegmentationLevelSetFunction.h │ │ │ ├── itkVectorThresholdSegmentationLevelSetFunction.hxx │ │ │ ├── itkVectorThresholdSegmentationLevelSetImageFilter.h │ │ │ └── itkVectorThresholdSegmentationLevelSetImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Input │ │ │ │ └── BrainProtonDensitySlice.png.cid │ │ │ ├── itkAnisotropicFourthOrderLevelSetImageFilterTest.cxx │ │ │ ├── itkBinaryMaskToNarrowBandPointSetFilterTest.cxx │ │ │ ├── itkCannySegmentationLevelSetImageFilterTest.cxx │ │ │ ├── itkCollidingFrontsImageFilterTest.cxx │ │ │ ├── itkCurvesLevelSetImageFilterTest.cxx │ │ │ ├── itkCurvesLevelSetImageFilterZeroSigmaTest.cxx │ │ │ ├── itkExtensionVelocitiesImageFilterTest.cxx │ │ │ ├── itkGeodesicActiveContourLevelSetImageFilterTest.cxx │ │ │ ├── itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.cxx │ │ │ ├── itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.cxx │ │ │ ├── itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.cxx │ │ │ ├── itkImplicitManifoldNormalVectorFilterTest.cxx │ │ │ ├── itkIsotropicFourthOrderLevelSetImageFilterTest.cxx │ │ │ ├── itkLaplacianSegmentationLevelSetImageFilterTest.cxx │ │ │ ├── itkLevelSetFunctionTest.cxx │ │ │ ├── itkLevelSetNeighborhoodExtractorTest.cxx │ │ │ ├── itkLevelSetVelocityNeighborhoodExtractorTest.cxx │ │ │ ├── itkNarrowBandCurvesLevelSetImageFilterTest.cxx │ │ │ ├── itkNarrowBandThresholdSegmentationLevelSetImageFilterTest.cxx │ │ │ ├── itkParallelSparseFieldLevelSetImageFilterTest.cxx │ │ │ ├── itkReinitializeLevelSetImageFilterTest.cxx │ │ │ ├── itkShapeDetectionLevelSetImageFilterTest.cxx │ │ │ ├── itkShapePriorMAPCostFunctionTest.cxx │ │ │ ├── itkShapePriorSegmentationLevelSetFunctionTest.cxx │ │ │ ├── itkSparseFieldFourthOrderLevelSetImageFilterTest.cxx │ │ │ ├── itkThresholdSegmentationLevelSetImageFilterTest.cxx │ │ │ ├── itkUnsharpMaskLevelSetImageFilterTest.cxx │ │ │ └── itkVectorThresholdSegmentationLevelSetImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkAnisotropicFourthOrderLevelSetImageFilter.wrap │ │ │ ├── itkBinaryMaskToNarrowBandPointSetFilter.wrap │ │ │ ├── itkCannySegmentationLevelSetImageFilter.wrap │ │ │ ├── itkCollidingFrontsImageFilter.wrap │ │ │ ├── itkCurvesLevelSetImageFilter.wrap │ │ │ ├── itkGeodesicActiveContourLevelSetImageFilter.wrap │ │ │ ├── itkGeodesicActiveContourShapePriorLevelSetImageFilter.wrap │ │ │ ├── itkIsotropicFourthOrderLevelSetImageFilter.wrap │ │ │ ├── itkLaplacianSegmentationLevelSetImageFilter.wrap │ │ │ ├── itkLevelSetFunction.wrap │ │ │ ├── itkNarrowBandCurvesLevelSetImageFilter.wrap │ │ │ ├── itkNarrowBandLevelSetImageFilter.wrap │ │ │ ├── itkNarrowBandThresholdSegmentationLevelSetImageFilter.wrap │ │ │ ├── itkParallelSparseFieldLevelSetImageFilter.wrap │ │ │ ├── itkReinitializeLevelSetImageFilter.wrap │ │ │ ├── itkSegmentationLevelSetFunction.wrap │ │ │ ├── itkSegmentationLevelSetImageFilter.wrap │ │ │ ├── itkShapeDetectionLevelSetImageFilter.wrap │ │ │ ├── itkShapePriorMAPCostFunction.wrap │ │ │ ├── itkShapePriorMAPCostFunctionBase.wrap │ │ │ ├── itkShapePriorSegmentationLevelSetImageFilter.wrap │ │ │ ├── itkSparseFieldFourthOrderLevelSetImageFilter.wrap │ │ │ ├── itkSparseFieldLevelSetImageFilter.wrap │ │ │ ├── itkThresholdSegmentationLevelSetImageFilter.wrap │ │ │ ├── itkUnsharpMaskLevelSetImageFilter.wrap │ │ │ ├── itkVectorThresholdSegmentationLevelSetImageFilter.wrap │ │ │ ├── test │ │ │ ├── Baseline │ │ │ │ ├── PythonThresholdSegmentationLevelSetGrayMatterTest.png.cid │ │ │ │ ├── PythonThresholdSegmentationLevelSetVentricleTest.png.cid │ │ │ │ └── PythonThresholdSegmentationLevelSetWhiteMatterTest.png.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── GeodesicActiveContourImageFilterTest.py │ │ │ ├── LazyLoadingImageTest.py │ │ │ └── ThresholdSegmentationLevelSetImageFilterTest.py │ │ │ └── wrap_itkDenseFiniteDifferenceImageFilter.cmake.notwrapped │ ├── LevelSetsv4 │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ │ ├── itkBinaryImageToLevelSetImageAdaptor.h │ │ │ ├── itkBinaryImageToLevelSetImageAdaptor.hxx │ │ │ ├── itkBinaryImageToLevelSetImageAdaptorBase.h │ │ │ ├── itkDiscreteLevelSetImage.h │ │ │ ├── itkDiscreteLevelSetImage.hxx │ │ │ ├── itkLevelSetBase.h │ │ │ ├── itkLevelSetBase.hxx │ │ │ ├── itkLevelSetContainer.h │ │ │ ├── itkLevelSetContainerBase.h │ │ │ ├── itkLevelSetContainerBase.hxx │ │ │ ├── itkLevelSetDenseImage.h │ │ │ ├── itkLevelSetDenseImage.hxx │ │ │ ├── itkLevelSetDomainMapImageFilter.h │ │ │ ├── itkLevelSetDomainMapImageFilter.hxx │ │ │ ├── itkLevelSetDomainPartition.h │ │ │ ├── itkLevelSetDomainPartition.hxx │ │ │ ├── itkLevelSetDomainPartitionBase.h │ │ │ ├── itkLevelSetDomainPartitionBase.hxx │ │ │ ├── itkLevelSetDomainPartitionImage.h │ │ │ ├── itkLevelSetDomainPartitionImage.hxx │ │ │ ├── itkLevelSetDomainPartitionImageWithKdTree.h │ │ │ ├── itkLevelSetDomainPartitionImageWithKdTree.hxx │ │ │ ├── itkLevelSetDomainPartitionMesh.h │ │ │ ├── itkLevelSetDomainPartitionMesh.hxx │ │ │ ├── itkLevelSetEquationAdvectionTerm.h │ │ │ ├── itkLevelSetEquationAdvectionTerm.hxx │ │ │ ├── itkLevelSetEquationBinaryMaskTerm.h │ │ │ ├── itkLevelSetEquationBinaryMaskTerm.hxx │ │ │ ├── itkLevelSetEquationChanAndVeseExternalTerm.h │ │ │ ├── itkLevelSetEquationChanAndVeseExternalTerm.hxx │ │ │ ├── itkLevelSetEquationChanAndVeseInternalTerm.h │ │ │ ├── itkLevelSetEquationChanAndVeseInternalTerm.hxx │ │ │ ├── itkLevelSetEquationContainer.h │ │ │ ├── itkLevelSetEquationContainer.hxx │ │ │ ├── itkLevelSetEquationCurvatureTerm.h │ │ │ ├── itkLevelSetEquationCurvatureTerm.hxx │ │ │ ├── itkLevelSetEquationLaplacianTerm.h │ │ │ ├── itkLevelSetEquationLaplacianTerm.hxx │ │ │ ├── itkLevelSetEquationOverlapPenaltyTerm.h │ │ │ ├── itkLevelSetEquationOverlapPenaltyTerm.hxx │ │ │ ├── itkLevelSetEquationPropagationTerm.h │ │ │ ├── itkLevelSetEquationPropagationTerm.hxx │ │ │ ├── itkLevelSetEquationRegionTerm.h │ │ │ ├── itkLevelSetEquationTermBase.h │ │ │ ├── itkLevelSetEquationTermBase.hxx │ │ │ ├── itkLevelSetEquationTermContainer.h │ │ │ ├── itkLevelSetEquationTermContainer.hxx │ │ │ ├── itkLevelSetEvolution.h │ │ │ ├── itkLevelSetEvolution.hxx │ │ │ ├── itkLevelSetEvolutionBase.h │ │ │ ├── itkLevelSetEvolutionBase.hxx │ │ │ ├── itkLevelSetEvolutionComputeIterationThreader.h │ │ │ ├── itkLevelSetEvolutionComputeIterationThreader.hxx │ │ │ ├── itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h │ │ │ ├── itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.hxx │ │ │ ├── itkLevelSetEvolutionStoppingCriterion.h │ │ │ ├── itkLevelSetEvolutionStoppingCriterion.hxx │ │ │ ├── itkLevelSetEvolutionUpdateLevelSetsThreader.h │ │ │ ├── itkLevelSetEvolutionUpdateLevelSetsThreader.hxx │ │ │ ├── itkLevelSetImage.h │ │ │ ├── itkLevelSetImage.hxx │ │ │ ├── itkLevelSetQuadEdgeMesh.h │ │ │ ├── itkLevelSetQuadEdgeMesh.hxx │ │ │ ├── itkLevelSetSparseImage.h │ │ │ ├── itkLevelSetSparseImage.hxx │ │ │ ├── itkMalcolmSparseLevelSetImage.h │ │ │ ├── itkMalcolmSparseLevelSetImage.hxx │ │ │ ├── itkShiSparseLevelSetImage.h │ │ │ ├── itkShiSparseLevelSetImage.hxx │ │ │ ├── itkUpdateMalcolmSparseLevelSet.h │ │ │ ├── itkUpdateMalcolmSparseLevelSet.hxx │ │ │ ├── itkUpdateShiSparseLevelSet.h │ │ │ ├── itkUpdateShiSparseLevelSet.hxx │ │ │ ├── itkUpdateWhitakerSparseLevelSet.h │ │ │ ├── itkUpdateWhitakerSparseLevelSet.hxx │ │ │ ├── itkWhitakerSparseLevelSetImage.h │ │ │ └── itkWhitakerSparseLevelSetImage.hxx │ │ ├── itk-module.cmake │ │ └── test │ │ │ ├── Baseline │ │ │ ├── solution_whiteSpot_output_dense_single.mha.cid │ │ │ ├── solution_whiteSpot_output_dense_single_5.mha.cid │ │ │ ├── solution_whiteSpot_output_malcolm_single.mha.cid │ │ │ ├── solution_whiteSpot_output_malcolm_two.mha.cid │ │ │ ├── solution_whiteSpot_output_shi_single.mha.cid │ │ │ ├── solution_whiteSpot_output_shi_two.mha.cid │ │ │ ├── solution_whiteSpot_output_sparse_single.mha.cid │ │ │ └── solution_whiteSpot_output_sparse_two.mha.cid │ │ │ ├── CMakeLists.txt │ │ │ ├── itkBinaryImageToMalcolmSparseLevelSetAdaptorTest.cxx │ │ │ ├── itkBinaryImageToShiSparseLevelSetAdaptorTest.cxx │ │ │ ├── itkBinaryImageToWhitakerSparseLevelSetAdaptorTest.cxx │ │ │ ├── itkDenseLevelSetContainerTest.cxx │ │ │ ├── itkLevelSetDenseImageTest.cxx │ │ │ ├── itkLevelSetDomainMapImageFilterTest.cxx │ │ │ ├── itkLevelSetDomainPartitionBaseTest.cxx │ │ │ ├── itkLevelSetDomainPartitionImageTest.cxx │ │ │ ├── itkLevelSetDomainPartitionImageWithKdTreeTest.cxx │ │ │ ├── itkLevelSetEquationBinaryMaskTermTest.cxx │ │ │ ├── itkLevelSetEquationChanAndVeseExternalTermTest.cxx │ │ │ ├── itkLevelSetEquationChanAndVeseInternalTermTest.cxx │ │ │ ├── itkLevelSetEquationCurvatureTermTest.cxx │ │ │ ├── itkLevelSetEquationLaplacianTermTest.cxx │ │ │ ├── itkLevelSetEquationOverlapPenaltyTermTest.cxx │ │ │ ├── itkLevelSetEquationPropagationTermTest.cxx │ │ │ ├── itkLevelSetEquationRegionTermTest.cxx │ │ │ ├── itkLevelSetEquationTermBaseTest.cxx │ │ │ ├── itkLevelSetEquationTermContainerTest.cxx │ │ │ ├── itkLevelSetEvolutionNumberOfIterationsStoppingCriterionTest.cxx │ │ │ ├── itkLevelSetTestFunction.h │ │ │ ├── itkLevelSetTestFunction.hxx │ │ │ ├── itkMalcolmSparseLevelSetImageTest.cxx │ │ │ ├── itkMultiLevelSetChanAndVeseInternalTermTest.cxx │ │ │ ├── itkMultiLevelSetDenseImageSubset2DTest.cxx │ │ │ ├── itkMultiLevelSetDenseImageTest.cxx │ │ │ ├── itkMultiLevelSetEvolutionTest.cxx │ │ │ ├── itkMultiLevelSetMalcolmImageSubset2DTest.cxx │ │ │ ├── itkMultiLevelSetShiImageSubset2DTest.cxx │ │ │ ├── itkMultiLevelSetWhitakerImageSubset2DTest.cxx │ │ │ ├── itkShiSparseLevelSetImageTest.cxx │ │ │ ├── itkSingleLevelSetDenseAdvectionImage2DTest.cxx │ │ │ ├── itkSingleLevelSetDenseImage2DTest.cxx │ │ │ ├── itkSingleLevelSetMalcolmImage2DTest.cxx │ │ │ ├── itkSingleLevelSetShiImage2DTest.cxx │ │ │ ├── itkSingleLevelSetWhitakerImage2DTest.cxx │ │ │ ├── itkSingleLevelSetWhitakerImage2DWithCurvatureTest.cxx │ │ │ ├── itkSingleLevelSetWhitakerImage2DWithLaplacianTest.cxx │ │ │ ├── itkSingleLevelSetWhitakerImage2DWithPropagationTest.cxx │ │ │ ├── itkSparseLevelSetContainerTest.cxx │ │ │ ├── itkTwoLevelSetDenseImage2DTest.cxx │ │ │ ├── itkTwoLevelSetMalcolmImage2DTest.cxx │ │ │ ├── itkTwoLevelSetShiImage2DTest.cxx │ │ │ ├── itkTwoLevelSetWhitakerImage2DTest.cxx │ │ │ └── itkWhitakerSparseLevelSetImageTest.cxx │ ├── MarkovRandomFieldsClassifiers │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkMRFImageFilter.h │ │ │ ├── itkMRFImageFilter.hxx │ │ │ ├── itkRGBGibbsPriorFilter.h │ │ │ └── itkRGBGibbsPriorFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkMRFImageFilter.cxx │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkMRFImageFilterTest.cxx │ │ │ └── itkRGBGibbsPriorFilterTest.cxx │ ├── RegionGrowing │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkConfidenceConnectedImageFilter.h │ │ │ ├── itkConfidenceConnectedImageFilter.hxx │ │ │ ├── itkConnectedThresholdImageFilter.h │ │ │ ├── itkConnectedThresholdImageFilter.hxx │ │ │ ├── itkIsolatedConnectedImageFilter.h │ │ │ ├── itkIsolatedConnectedImageFilter.hxx │ │ │ ├── itkNeighborhoodConnectedImageFilter.h │ │ │ ├── itkNeighborhoodConnectedImageFilter.hxx │ │ │ ├── itkVectorConfidenceConnectedImageFilter.h │ │ │ └── itkVectorConfidenceConnectedImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkConnectedThresholdImageFilter.cxx │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkConfidenceConnectedImageFilterTest.cxx │ │ │ ├── itkConnectedThresholdImageFilterTest.cxx │ │ │ ├── itkIsolatedConnectedImageFilterTest.cxx │ │ │ ├── itkNeighborhoodConnectedImageFilterTest.cxx │ │ │ └── itkVectorConfidenceConnectedImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkConfidenceConnectedImageFilter.wrap │ │ │ ├── itkConnectedThresholdImageFilter.wrap │ │ │ ├── itkIsolatedConnectedImageFilter.wrap │ │ │ ├── itkNeighborhoodConnectedImageFilter.wrap │ │ │ └── itkVectorConfidenceConnectedImageFilter.wrap │ ├── SignedDistanceFunction │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkPCAShapeSignedDistanceFunction.h │ │ │ ├── itkPCAShapeSignedDistanceFunction.hxx │ │ │ ├── itkShapeSignedDistanceFunction.h │ │ │ ├── itkSphereSignedDistanceFunction.h │ │ │ └── itkSphereSignedDistanceFunction.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkPCAShapeSignedDistanceFunctionTest.cxx │ │ │ └── itkSphereSignedDistanceFunctionTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ ├── itkPCAShapeSignedDistanceFunction.wrap │ │ │ ├── itkShapeSignedDistanceFunction.wrap │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ └── itkPCAShapeSignedDistanceFunction.py │ ├── SuperPixel │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkSLICImageFilter.h │ │ │ └── itkSLICImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Data │ │ │ │ ├── Baseline │ │ │ │ │ ├── itkSLICImageFilterTest1.1.png.cid │ │ │ │ │ ├── itkSLICImageFilterTest1.2.png.cid │ │ │ │ │ ├── itkSLICImageFilterTest1.png.cid │ │ │ │ │ ├── itkSLICImageFilterTest2.png.cid │ │ │ │ │ └── itkSLICImageFilterTest3.png.cid │ │ │ │ └── Input │ │ │ │ │ ├── VM1111Shrink-LAB.mha.cid │ │ │ │ │ └── VM1111Shrink-RGB.png.cid │ │ │ ├── itkSLICImageFilterGTest.cxx │ │ │ └── itkSLICImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkSLICImageFilter.wrap │ ├── Voronoi │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ ├── itkVoronoiDiagram2D.h │ │ │ ├── itkVoronoiDiagram2D.hxx │ │ │ ├── itkVoronoiDiagram2DGenerator.h │ │ │ ├── itkVoronoiDiagram2DGenerator.hxx │ │ │ ├── itkVoronoiPartitioningImageFilter.h │ │ │ ├── itkVoronoiPartitioningImageFilter.hxx │ │ │ ├── itkVoronoiSegmentationImageFilter.h │ │ │ ├── itkVoronoiSegmentationImageFilter.hxx │ │ │ ├── itkVoronoiSegmentationImageFilterBase.h │ │ │ ├── itkVoronoiSegmentationImageFilterBase.hxx │ │ │ ├── itkVoronoiSegmentationRGBImageFilter.h │ │ │ └── itkVoronoiSegmentationRGBImageFilter.hxx │ │ ├── itk-module.cmake │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ ├── itkVoronoiDiagram2DTest.cxx │ │ │ ├── itkVoronoiPartitioningImageFilterTest.cxx │ │ │ ├── itkVoronoiSegmentationImageFilterTest.cxx │ │ │ └── itkVoronoiSegmentationRGBImageFilterTest.cxx │ │ └── wrapping │ │ │ ├── CMakeLists.txt │ │ │ └── itkVoronoiSegmentationImageFilter.wrap │ └── Watersheds │ │ ├── CMakeLists.txt │ │ ├── ITKKWStyleOverwrite.txt │ │ ├── include │ │ ├── itkIsolatedWatershedImageFilter.h │ │ ├── itkIsolatedWatershedImageFilter.hxx │ │ ├── itkMorphologicalWatershedFromMarkersImageFilter.h │ │ ├── itkMorphologicalWatershedFromMarkersImageFilter.hxx │ │ ├── itkMorphologicalWatershedImageFilter.h │ │ ├── itkMorphologicalWatershedImageFilter.hxx │ │ ├── itkOneWayEquivalencyTable.h │ │ ├── itkTobogganImageFilter.h │ │ ├── itkTobogganImageFilter.hxx │ │ ├── itkWatershedBoundary.h │ │ ├── itkWatershedBoundary.hxx │ │ ├── itkWatershedBoundaryResolver.h │ │ ├── itkWatershedBoundaryResolver.hxx │ │ ├── itkWatershedEquivalenceRelabeler.h │ │ ├── itkWatershedEquivalenceRelabeler.hxx │ │ ├── itkWatershedImageFilter.h │ │ ├── itkWatershedImageFilter.hxx │ │ ├── itkWatershedMiniPipelineProgressCommand.h │ │ ├── itkWatershedRelabeler.h │ │ ├── itkWatershedRelabeler.hxx │ │ ├── itkWatershedSegmentTable.h │ │ ├── itkWatershedSegmentTable.hxx │ │ ├── itkWatershedSegmentTree.h │ │ ├── itkWatershedSegmentTree.hxx │ │ ├── itkWatershedSegmentTreeGenerator.h │ │ ├── itkWatershedSegmentTreeGenerator.hxx │ │ ├── itkWatershedSegmenter.h │ │ └── itkWatershedSegmenter.hxx │ │ ├── itk-module.cmake │ │ ├── src │ │ ├── CMakeLists.txt │ │ ├── itkOneWayEquivalencyTable.cxx │ │ └── itkWatershedMiniPipelineProgressCommand.cxx │ │ ├── test │ │ ├── Baseline │ │ │ ├── PythonWatershedSegmentation1Test.png.cid │ │ │ ├── itkIsolatedWatershedImageFilterTest.png.cid │ │ │ ├── itkIsolatedWatershedImageFilterTestCloseThresholds.png.cid │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM0F0.png.cid │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM0F1.png.cid │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM1F0.png.cid │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM1F1.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM0F0.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM0F1.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM1F0.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM1F1.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel00.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel10.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel20.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel30.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel40.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel50.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM0F0.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM0F1.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM1F0.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM1F1.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM0F0.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM0F1.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM1F0.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM1F1.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM0F0.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM0F1.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM1F0.png.cid │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM1F1.png.cid │ │ │ └── itkTobogganImageFilterTest.png.cid │ │ ├── CMakeLists.txt │ │ ├── Input │ │ │ ├── VisibleWomanEyeSlice.png.cid │ │ │ └── watershed-test.tif.cid │ │ ├── itkIsolatedWatershedImageFilterTest.cxx │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTest.cxx │ │ ├── itkMorphologicalWatershedImageFilterTest.cxx │ │ ├── itkTobogganImageFilterTest.cxx │ │ ├── itkWatershedImageFilterBadValuesTest.cxx │ │ └── itkWatershedImageFilterTest.cxx │ │ └── wrapping │ │ ├── CMakeLists.txt │ │ ├── itkIsolatedWatershedImageFilter.wrap │ │ ├── itkMorphologicalWatershedFromMarkersImageFilter.wrap │ │ ├── itkMorphologicalWatershedImageFilter.wrap │ │ ├── itkTobogganImageFilter.wrap │ │ ├── itkWatershedImageFilter.wrap │ │ └── test │ │ ├── CMakeLists.txt │ │ └── WatershedSegmentation1Test.py ├── ThirdParty │ ├── DCMTK │ │ ├── CMake │ │ │ ├── FindLIBICONV.cmake │ │ │ └── dcmtkPatchScript.cmake │ │ ├── CMakeLists.txt │ │ ├── DCMTKGitTag.cmake │ │ ├── README.md │ │ ├── itk-module-init.cmake │ │ └── itk-module.cmake │ ├── DICOMParser │ │ ├── .clang-format │ │ ├── CMakeLists.txt │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── DICOMParser │ │ │ ├── CMakeLists.txt │ │ │ ├── Copyright.txt │ │ │ ├── DICOMAppHelper.cxx │ │ │ ├── DICOMAppHelper.h │ │ │ ├── DICOMBuffer.cxx │ │ │ ├── DICOMBuffer.h │ │ │ ├── DICOMCMakeConfig.h.in │ │ │ ├── DICOMCallback.h │ │ │ ├── DICOMConfig.h │ │ │ ├── DICOMFile.cxx │ │ │ ├── DICOMFile.h │ │ │ ├── DICOMParser.cxx │ │ │ ├── DICOMParser.h │ │ │ ├── DICOMParserMap.h │ │ │ ├── DICOMSource.cxx │ │ │ ├── DICOMSource.h │ │ │ └── DICOMTypes.h │ ├── DoubleConversion │ │ ├── CMakeLists.txt │ │ ├── UpdateDoubleConversionFromGoogle.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── double-conversion │ │ │ ├── CMakeLists.txt │ │ │ ├── SConscript │ │ │ ├── bignum-dtoa.cc │ │ │ ├── bignum-dtoa.h │ │ │ ├── bignum.cc │ │ │ ├── bignum.h │ │ │ ├── cached-powers.cc │ │ │ ├── cached-powers.h │ │ │ ├── diy-fp.h │ │ │ ├── double-conversion-configure.h.in │ │ │ ├── double-conversion.h │ │ │ ├── double-to-string.cc │ │ │ ├── double-to-string.h │ │ │ ├── fast-dtoa.cc │ │ │ ├── fast-dtoa.h │ │ │ ├── fixed-dtoa.cc │ │ │ ├── fixed-dtoa.h │ │ │ ├── ieee.h │ │ │ ├── string-to-double.cc │ │ │ ├── string-to-double.h │ │ │ ├── strtod.cc │ │ │ ├── strtod.h │ │ │ └── utils.h │ ├── Eigen3 │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module-init.cmake │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── itk_eigen.h.in │ │ │ └── itkeigen │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYING.BSD │ │ │ ├── COPYING.MINPACK │ │ │ ├── COPYING.MPL2 │ │ │ ├── COPYING.README │ │ │ ├── Eigen │ │ │ ├── Cholesky │ │ │ ├── CholmodSupport │ │ │ ├── Core │ │ │ ├── Dense │ │ │ ├── Eigen │ │ │ ├── Eigenvalues │ │ │ ├── Geometry │ │ │ ├── Householder │ │ │ ├── IterativeLinearSolvers │ │ │ ├── Jacobi │ │ │ ├── LU │ │ │ ├── MetisSupport │ │ │ ├── OrderingMethods │ │ │ ├── PaStiXSupport │ │ │ ├── PardisoSupport │ │ │ ├── QR │ │ │ ├── QtAlignedMalloc │ │ │ ├── SPQRSupport │ │ │ ├── SVD │ │ │ ├── Sparse │ │ │ ├── SparseCholesky │ │ │ ├── SparseCore │ │ │ ├── SparseLU │ │ │ ├── SparseQR │ │ │ ├── StdDeque │ │ │ ├── StdList │ │ │ ├── StdVector │ │ │ ├── SuperLUSupport │ │ │ ├── UmfPackSupport │ │ │ └── src │ │ │ │ ├── AccelerateSupport │ │ │ │ ├── AccelerateSupport.h │ │ │ │ └── InternalHeaderCheck.h │ │ │ │ ├── Cholesky │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── LDLT.h │ │ │ │ ├── LLT.h │ │ │ │ └── LLT_LAPACKE.h │ │ │ │ ├── CholmodSupport │ │ │ │ ├── CholmodSupport.h │ │ │ │ └── InternalHeaderCheck.h │ │ │ │ ├── Core │ │ │ │ ├── ArithmeticSequence.h │ │ │ │ ├── Array.h │ │ │ │ ├── ArrayBase.h │ │ │ │ ├── ArrayWrapper.h │ │ │ │ ├── Assign.h │ │ │ │ ├── AssignEvaluator.h │ │ │ │ ├── Assign_MKL.h │ │ │ │ ├── BandMatrix.h │ │ │ │ ├── Block.h │ │ │ │ ├── CommaInitializer.h │ │ │ │ ├── ConditionEstimator.h │ │ │ │ ├── CoreEvaluators.h │ │ │ │ ├── CoreIterators.h │ │ │ │ ├── CwiseBinaryOp.h │ │ │ │ ├── CwiseNullaryOp.h │ │ │ │ ├── CwiseTernaryOp.h │ │ │ │ ├── CwiseUnaryOp.h │ │ │ │ ├── CwiseUnaryView.h │ │ │ │ ├── DenseBase.h │ │ │ │ ├── DenseCoeffsBase.h │ │ │ │ ├── DenseStorage.h │ │ │ │ ├── Diagonal.h │ │ │ │ ├── DiagonalMatrix.h │ │ │ │ ├── DiagonalProduct.h │ │ │ │ ├── Dot.h │ │ │ │ ├── EigenBase.h │ │ │ │ ├── ForceAlignedAccess.h │ │ │ │ ├── Fuzzy.h │ │ │ │ ├── GeneralProduct.h │ │ │ │ ├── GenericPacketMath.h │ │ │ │ ├── GlobalFunctions.h │ │ │ │ ├── IO.h │ │ │ │ ├── IndexedView.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── Inverse.h │ │ │ │ ├── Map.h │ │ │ │ ├── MapBase.h │ │ │ │ ├── MathFunctions.h │ │ │ │ ├── MathFunctionsImpl.h │ │ │ │ ├── Matrix.h │ │ │ │ ├── MatrixBase.h │ │ │ │ ├── NestByValue.h │ │ │ │ ├── NoAlias.h │ │ │ │ ├── NumTraits.h │ │ │ │ ├── PartialReduxEvaluator.h │ │ │ │ ├── PermutationMatrix.h │ │ │ │ ├── PlainObjectBase.h │ │ │ │ ├── Product.h │ │ │ │ ├── ProductEvaluators.h │ │ │ │ ├── Random.h │ │ │ │ ├── Redux.h │ │ │ │ ├── Ref.h │ │ │ │ ├── Replicate.h │ │ │ │ ├── Reshaped.h │ │ │ │ ├── ReturnByValue.h │ │ │ │ ├── Reverse.h │ │ │ │ ├── Select.h │ │ │ │ ├── SelfAdjointView.h │ │ │ │ ├── SelfCwiseBinaryOp.h │ │ │ │ ├── SkewSymmetricMatrix3.h │ │ │ │ ├── Solve.h │ │ │ │ ├── SolveTriangular.h │ │ │ │ ├── SolverBase.h │ │ │ │ ├── StableNorm.h │ │ │ │ ├── StlIterators.h │ │ │ │ ├── Stride.h │ │ │ │ ├── Swap.h │ │ │ │ ├── Transpose.h │ │ │ │ ├── Transpositions.h │ │ │ │ ├── TriangularMatrix.h │ │ │ │ ├── VectorBlock.h │ │ │ │ ├── VectorwiseOp.h │ │ │ │ ├── Visitor.h │ │ │ │ ├── arch │ │ │ │ │ ├── AVX │ │ │ │ │ │ ├── Complex.h │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ │ └── TypeCasting.h │ │ │ │ │ ├── AVX512 │ │ │ │ │ │ ├── Complex.h │ │ │ │ │ │ ├── GemmKernel.h │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ │ ├── PacketMathFP16.h │ │ │ │ │ │ ├── TrsmKernel.h │ │ │ │ │ │ ├── TrsmUnrolls.inc │ │ │ │ │ │ └── TypeCasting.h │ │ │ │ │ ├── AltiVec │ │ │ │ │ │ ├── Complex.h │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ ├── MatrixProduct.h │ │ │ │ │ │ ├── MatrixProductCommon.h │ │ │ │ │ │ ├── MatrixProductMMA.h │ │ │ │ │ │ ├── MatrixProductMMAbfloat16.h │ │ │ │ │ │ ├── MatrixVectorProduct.h │ │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ │ └── TypeCasting.h │ │ │ │ │ ├── Default │ │ │ │ │ │ ├── BFloat16.h │ │ │ │ │ │ ├── ConjHelper.h │ │ │ │ │ │ ├── GenericPacketMathFunctions.h │ │ │ │ │ │ ├── GenericPacketMathFunctionsFwd.h │ │ │ │ │ │ ├── Half.h │ │ │ │ │ │ └── Settings.h │ │ │ │ │ ├── GPU │ │ │ │ │ │ ├── Complex.h │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ │ ├── Tuple.h │ │ │ │ │ │ └── TypeCasting.h │ │ │ │ │ ├── HIP │ │ │ │ │ │ └── hcc │ │ │ │ │ │ │ └── math_constants.h │ │ │ │ │ ├── HVX │ │ │ │ │ │ ├── GeneralBlockPanelKernel.h │ │ │ │ │ │ └── PacketMath.h │ │ │ │ │ ├── MSA │ │ │ │ │ │ ├── Complex.h │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ └── PacketMath.h │ │ │ │ │ ├── NEON │ │ │ │ │ │ ├── Complex.h │ │ │ │ │ │ ├── GeneralBlockPanelKernel.h │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ │ ├── TypeCasting.h │ │ │ │ │ │ └── UnaryFunctors.h │ │ │ │ │ ├── SSE │ │ │ │ │ │ ├── Complex.h │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ │ └── TypeCasting.h │ │ │ │ │ ├── SVE │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ │ └── TypeCasting.h │ │ │ │ │ ├── SYCL │ │ │ │ │ │ ├── InteropHeaders.h │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ │ └── TypeCasting.h │ │ │ │ │ └── ZVector │ │ │ │ │ │ ├── Complex.h │ │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ │ └── PacketMath.h │ │ │ │ ├── functors │ │ │ │ │ ├── AssignmentFunctors.h │ │ │ │ │ ├── BinaryFunctors.h │ │ │ │ │ ├── NullaryFunctors.h │ │ │ │ │ ├── StlFunctors.h │ │ │ │ │ ├── TernaryFunctors.h │ │ │ │ │ └── UnaryFunctors.h │ │ │ │ ├── products │ │ │ │ │ ├── GeneralBlockPanelKernel.h │ │ │ │ │ ├── GeneralMatrixMatrix.h │ │ │ │ │ ├── GeneralMatrixMatrixTriangular.h │ │ │ │ │ ├── GeneralMatrixMatrixTriangular_BLAS.h │ │ │ │ │ ├── GeneralMatrixMatrix_BLAS.h │ │ │ │ │ ├── GeneralMatrixVector.h │ │ │ │ │ ├── GeneralMatrixVector_BLAS.h │ │ │ │ │ ├── Parallelizer.h │ │ │ │ │ ├── SelfadjointMatrixMatrix.h │ │ │ │ │ ├── SelfadjointMatrixMatrix_BLAS.h │ │ │ │ │ ├── SelfadjointMatrixVector.h │ │ │ │ │ ├── SelfadjointMatrixVector_BLAS.h │ │ │ │ │ ├── SelfadjointProduct.h │ │ │ │ │ ├── SelfadjointRank2Update.h │ │ │ │ │ ├── TriangularMatrixMatrix.h │ │ │ │ │ ├── TriangularMatrixMatrix_BLAS.h │ │ │ │ │ ├── TriangularMatrixVector.h │ │ │ │ │ ├── TriangularMatrixVector_BLAS.h │ │ │ │ │ ├── TriangularSolverMatrix.h │ │ │ │ │ ├── TriangularSolverMatrix_BLAS.h │ │ │ │ │ └── TriangularSolverVector.h │ │ │ │ └── util │ │ │ │ │ ├── Assert.h │ │ │ │ │ ├── BlasUtil.h │ │ │ │ │ ├── ConfigureVectorization.h │ │ │ │ │ ├── Constants.h │ │ │ │ │ ├── DisableStupidWarnings.h │ │ │ │ │ ├── EmulateArray.h │ │ │ │ │ ├── ForwardDeclarations.h │ │ │ │ │ ├── IndexedViewHelper.h │ │ │ │ │ ├── IntegralConstant.h │ │ │ │ │ ├── MKL_support.h │ │ │ │ │ ├── Macros.h │ │ │ │ │ ├── MaxSizeVector.h │ │ │ │ │ ├── Memory.h │ │ │ │ │ ├── Meta.h │ │ │ │ │ ├── MoreMeta.h │ │ │ │ │ ├── ReenableStupidWarnings.h │ │ │ │ │ ├── ReshapedHelper.h │ │ │ │ │ ├── Serializer.h │ │ │ │ │ ├── StaticAssert.h │ │ │ │ │ ├── SymbolicIndex.h │ │ │ │ │ └── XprHelper.h │ │ │ │ ├── Eigenvalues │ │ │ │ ├── ComplexEigenSolver.h │ │ │ │ ├── ComplexSchur.h │ │ │ │ ├── ComplexSchur_LAPACKE.h │ │ │ │ ├── EigenSolver.h │ │ │ │ ├── GeneralizedEigenSolver.h │ │ │ │ ├── GeneralizedSelfAdjointEigenSolver.h │ │ │ │ ├── HessenbergDecomposition.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── MatrixBaseEigenvalues.h │ │ │ │ ├── RealQZ.h │ │ │ │ ├── RealSchur.h │ │ │ │ ├── RealSchur_LAPACKE.h │ │ │ │ ├── SelfAdjointEigenSolver.h │ │ │ │ ├── SelfAdjointEigenSolver_LAPACKE.h │ │ │ │ └── Tridiagonalization.h │ │ │ │ ├── Geometry │ │ │ │ ├── AlignedBox.h │ │ │ │ ├── AngleAxis.h │ │ │ │ ├── EulerAngles.h │ │ │ │ ├── Homogeneous.h │ │ │ │ ├── Hyperplane.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── OrthoMethods.h │ │ │ │ ├── ParametrizedLine.h │ │ │ │ ├── Quaternion.h │ │ │ │ ├── Rotation2D.h │ │ │ │ ├── RotationBase.h │ │ │ │ ├── Scaling.h │ │ │ │ ├── Transform.h │ │ │ │ ├── Translation.h │ │ │ │ ├── Umeyama.h │ │ │ │ └── arch │ │ │ │ │ └── Geometry_SIMD.h │ │ │ │ ├── Householder │ │ │ │ ├── BlockHouseholder.h │ │ │ │ ├── Householder.h │ │ │ │ ├── HouseholderSequence.h │ │ │ │ └── InternalHeaderCheck.h │ │ │ │ ├── IterativeLinearSolvers │ │ │ │ ├── BasicPreconditioners.h │ │ │ │ ├── BiCGSTAB.h │ │ │ │ ├── ConjugateGradient.h │ │ │ │ ├── IncompleteCholesky.h │ │ │ │ ├── IncompleteLUT.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── IterativeSolverBase.h │ │ │ │ ├── LeastSquareConjugateGradient.h │ │ │ │ └── SolveWithGuess.h │ │ │ │ ├── Jacobi │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── Jacobi.h │ │ │ │ ├── KLUSupport │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── KLUSupport.h │ │ │ │ ├── LU │ │ │ │ ├── Determinant.h │ │ │ │ ├── FullPivLU.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── InverseImpl.h │ │ │ │ ├── PartialPivLU.h │ │ │ │ ├── PartialPivLU_LAPACKE.h │ │ │ │ └── arch │ │ │ │ │ └── InverseSize4.h │ │ │ │ ├── MetisSupport │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── MetisSupport.h │ │ │ │ ├── OrderingMethods │ │ │ │ ├── Amd.h │ │ │ │ ├── Eigen_Colamd.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── Ordering.h │ │ │ │ ├── PaStiXSupport │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── PaStiXSupport.h │ │ │ │ ├── PardisoSupport │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── PardisoSupport.h │ │ │ │ ├── QR │ │ │ │ ├── ColPivHouseholderQR.h │ │ │ │ ├── ColPivHouseholderQR_LAPACKE.h │ │ │ │ ├── CompleteOrthogonalDecomposition.h │ │ │ │ ├── FullPivHouseholderQR.h │ │ │ │ ├── HouseholderQR.h │ │ │ │ ├── HouseholderQR_LAPACKE.h │ │ │ │ └── InternalHeaderCheck.h │ │ │ │ ├── SPQRSupport │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── SuiteSparseQRSupport.h │ │ │ │ ├── SVD │ │ │ │ ├── BDCSVD.h │ │ │ │ ├── BDCSVD_LAPACKE.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── JacobiSVD.h │ │ │ │ ├── JacobiSVD_LAPACKE.h │ │ │ │ ├── SVDBase.h │ │ │ │ └── UpperBidiagonalization.h │ │ │ │ ├── SparseCholesky │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── SimplicialCholesky.h │ │ │ │ └── SimplicialCholesky_impl.h │ │ │ │ ├── SparseCore │ │ │ │ ├── AmbiVector.h │ │ │ │ ├── CompressedStorage.h │ │ │ │ ├── ConservativeSparseSparseProduct.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── SparseAssign.h │ │ │ │ ├── SparseBlock.h │ │ │ │ ├── SparseColEtree.h │ │ │ │ ├── SparseCompressedBase.h │ │ │ │ ├── SparseCwiseBinaryOp.h │ │ │ │ ├── SparseCwiseUnaryOp.h │ │ │ │ ├── SparseDenseProduct.h │ │ │ │ ├── SparseDiagonalProduct.h │ │ │ │ ├── SparseDot.h │ │ │ │ ├── SparseFuzzy.h │ │ │ │ ├── SparseMap.h │ │ │ │ ├── SparseMatrix.h │ │ │ │ ├── SparseMatrixBase.h │ │ │ │ ├── SparsePermutation.h │ │ │ │ ├── SparseProduct.h │ │ │ │ ├── SparseRedux.h │ │ │ │ ├── SparseRef.h │ │ │ │ ├── SparseSelfAdjointView.h │ │ │ │ ├── SparseSolverBase.h │ │ │ │ ├── SparseSparseProductWithPruning.h │ │ │ │ ├── SparseTranspose.h │ │ │ │ ├── SparseTriangularView.h │ │ │ │ ├── SparseUtil.h │ │ │ │ ├── SparseVector.h │ │ │ │ ├── SparseView.h │ │ │ │ └── TriangularSolver.h │ │ │ │ ├── SparseLU │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── SparseLU.h │ │ │ │ ├── SparseLUImpl.h │ │ │ │ ├── SparseLU_Memory.h │ │ │ │ ├── SparseLU_Structs.h │ │ │ │ ├── SparseLU_SupernodalMatrix.h │ │ │ │ ├── SparseLU_Utils.h │ │ │ │ ├── SparseLU_column_bmod.h │ │ │ │ ├── SparseLU_column_dfs.h │ │ │ │ ├── SparseLU_copy_to_ucol.h │ │ │ │ ├── SparseLU_heap_relax_snode.h │ │ │ │ ├── SparseLU_kernel_bmod.h │ │ │ │ ├── SparseLU_panel_bmod.h │ │ │ │ ├── SparseLU_panel_dfs.h │ │ │ │ ├── SparseLU_pivotL.h │ │ │ │ ├── SparseLU_pruneL.h │ │ │ │ └── SparseLU_relax_snode.h │ │ │ │ ├── SparseQR │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── SparseQR.h │ │ │ │ ├── StlSupport │ │ │ │ ├── StdDeque.h │ │ │ │ ├── StdList.h │ │ │ │ ├── StdVector.h │ │ │ │ └── details.h │ │ │ │ ├── SuperLUSupport │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── SuperLUSupport.h │ │ │ │ ├── ThreadPool │ │ │ │ ├── Barrier.h │ │ │ │ ├── EventCount.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── NonBlockingThreadPool.h │ │ │ │ ├── RunQueue.h │ │ │ │ ├── ThreadCancel.h │ │ │ │ ├── ThreadEnvironment.h │ │ │ │ ├── ThreadLocal.h │ │ │ │ ├── ThreadPoolInterface.h │ │ │ │ └── ThreadYield.h │ │ │ │ ├── UmfPackSupport │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ └── UmfPackSupport.h │ │ │ │ ├── misc │ │ │ │ ├── Image.h │ │ │ │ ├── InternalHeaderCheck.h │ │ │ │ ├── Kernel.h │ │ │ │ ├── RealSvd2x2.h │ │ │ │ ├── blas.h │ │ │ │ ├── lapacke.h │ │ │ │ ├── lapacke_helpers.h │ │ │ │ └── lapacke_mangling.h │ │ │ │ └── plugins │ │ │ │ ├── ArrayCwiseBinaryOps.inc │ │ │ │ ├── ArrayCwiseUnaryOps.inc │ │ │ │ ├── BlockMethods.inc │ │ │ │ ├── CommonCwiseBinaryOps.inc │ │ │ │ ├── CommonCwiseUnaryOps.inc │ │ │ │ ├── IndexedViewMethods.inc │ │ │ │ ├── InternalHeaderCheck.inc │ │ │ │ ├── MatrixCwiseBinaryOps.inc │ │ │ │ ├── MatrixCwiseUnaryOps.inc │ │ │ │ └── ReshapedMethods.inc │ │ │ ├── README.kitware.md │ │ │ ├── README.md │ │ │ └── cmake │ │ │ ├── Eigen3Config.cmake.in │ │ │ └── FindStandardMathLibrary.cmake │ ├── Expat │ │ ├── CMakeLists.txt │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── expat │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYING │ │ │ ├── ConfigureChecks.cmake │ │ │ ├── ascii.h │ │ │ ├── asciitab.h │ │ │ ├── expat.h │ │ │ ├── expatConfig.h.in │ │ │ ├── expatDllConfig.h.in │ │ │ ├── expat_config.h.cmake │ │ │ ├── expat_external.h │ │ │ ├── iasciitab.h │ │ │ ├── internal.h │ │ │ ├── itk_expat_mangle.h.in │ │ │ ├── latin1tab.h │ │ │ ├── nametab.h │ │ │ ├── siphash.h │ │ │ ├── utf8tab.h │ │ │ ├── winconfig.h │ │ │ ├── xmlparse.c │ │ │ ├── xmlrole.c │ │ │ ├── xmlrole.h │ │ │ ├── xmltok.c │ │ │ ├── xmltok.h │ │ │ ├── xmltok_impl.c │ │ │ ├── xmltok_impl.h │ │ │ └── xmltok_ns.c │ ├── GDCM │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module-init.cmake │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── gdcm │ │ │ ├── .codespellrc │ │ │ ├── CMake │ │ │ ├── COPYING-CMAKE-SCRIPTS │ │ │ ├── InstallMacros.cmake │ │ │ └── UseCopyright.cmake │ │ │ ├── CMakeLists.txt │ │ │ ├── Copyright.txt │ │ │ ├── Source │ │ │ ├── Attribute │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── README.txt │ │ │ ├── CMakeLists.txt │ │ │ ├── Common │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── README.txt │ │ │ │ ├── gdcmASN1.cxx │ │ │ │ ├── gdcmASN1.h │ │ │ │ ├── gdcmBase64.cxx │ │ │ │ ├── gdcmBase64.h │ │ │ │ ├── gdcmBoxRegion.cxx │ │ │ │ ├── gdcmBoxRegion.h │ │ │ │ ├── gdcmByteSwap.cxx │ │ │ │ ├── gdcmByteSwap.h │ │ │ │ ├── gdcmByteSwap.txx │ │ │ │ ├── gdcmCAPICryptoFactory.cxx │ │ │ │ ├── gdcmCAPICryptoFactory.h │ │ │ │ ├── gdcmCAPICryptographicMessageSyntax.cxx │ │ │ │ ├── gdcmCAPICryptographicMessageSyntax.h │ │ │ │ ├── gdcmCommand.cxx │ │ │ │ ├── gdcmCommand.h │ │ │ │ ├── gdcmConfigure.h.in │ │ │ │ ├── gdcmCryptoFactory.cxx │ │ │ │ ├── gdcmCryptoFactory.h │ │ │ │ ├── gdcmCryptographicMessageSyntax.cxx │ │ │ │ ├── gdcmCryptographicMessageSyntax.h │ │ │ │ ├── gdcmDataEvent.cxx │ │ │ │ ├── gdcmDataEvent.h │ │ │ │ ├── gdcmDeflateStream.cxx │ │ │ │ ├── gdcmDeflateStream.h │ │ │ │ ├── gdcmDirectory.cxx │ │ │ │ ├── gdcmDirectory.h │ │ │ │ ├── gdcmDummyValueGenerator.cxx │ │ │ │ ├── gdcmDummyValueGenerator.h │ │ │ │ ├── gdcmEvent.cxx │ │ │ │ ├── gdcmEvent.h │ │ │ │ ├── gdcmException.cxx │ │ │ │ ├── gdcmException.h │ │ │ │ ├── gdcmFileNameEvent.cxx │ │ │ │ ├── gdcmFileNameEvent.h │ │ │ │ ├── gdcmFilename.cxx │ │ │ │ ├── gdcmFilename.h │ │ │ │ ├── gdcmFilenameGenerator.cxx │ │ │ │ ├── gdcmFilenameGenerator.h │ │ │ │ ├── gdcmLegacyMacro.h │ │ │ │ ├── gdcmMD5.cxx │ │ │ │ ├── gdcmMD5.h │ │ │ │ ├── gdcmObject.cxx │ │ │ │ ├── gdcmObject.h │ │ │ │ ├── gdcmOpenSSLCryptoFactory.cxx │ │ │ │ ├── gdcmOpenSSLCryptoFactory.h │ │ │ │ ├── gdcmOpenSSLCryptographicMessageSyntax.cxx │ │ │ │ ├── gdcmOpenSSLCryptographicMessageSyntax.h │ │ │ │ ├── gdcmOpenSSLP7CryptoFactory.cxx │ │ │ │ ├── gdcmOpenSSLP7CryptoFactory.h │ │ │ │ ├── gdcmOpenSSLP7CryptographicMessageSyntax.cxx │ │ │ │ ├── gdcmOpenSSLP7CryptographicMessageSyntax.h │ │ │ │ ├── gdcmProgressEvent.cxx │ │ │ │ ├── gdcmProgressEvent.h │ │ │ │ ├── gdcmRegion.cxx │ │ │ │ ├── gdcmRegion.h │ │ │ │ ├── gdcmSHA1.cxx │ │ │ │ ├── gdcmSHA1.h │ │ │ │ ├── gdcmSmartPointer.h │ │ │ │ ├── gdcmStaticAssert.h │ │ │ │ ├── gdcmString.cxx │ │ │ │ ├── gdcmString.h │ │ │ │ ├── gdcmSubject.cxx │ │ │ │ ├── gdcmSubject.h │ │ │ │ ├── gdcmSwapCode.cxx │ │ │ │ ├── gdcmSwapCode.h │ │ │ │ ├── gdcmSwapper.h │ │ │ │ ├── gdcmSwapper.txx │ │ │ │ ├── gdcmSystem.cxx │ │ │ │ ├── gdcmSystem.h │ │ │ │ ├── gdcmTerminal.cxx │ │ │ │ ├── gdcmTerminal.h │ │ │ │ ├── gdcmTestDriver.h │ │ │ │ ├── gdcmTesting.cxx │ │ │ │ ├── gdcmTesting.h │ │ │ │ ├── gdcmTrace.cxx │ │ │ │ ├── gdcmTrace.h │ │ │ │ ├── gdcmTypes.h │ │ │ │ ├── gdcmUnpacker12Bits.cxx │ │ │ │ ├── gdcmUnpacker12Bits.h │ │ │ │ ├── gdcmVersion.cxx │ │ │ │ ├── gdcmVersion.h │ │ │ │ ├── gdcmWin32.h │ │ │ │ ├── zipstreamimpl.h │ │ │ │ └── zipstreamimpl.hpp │ │ │ ├── DataDictionary │ │ │ │ ├── 06_03_list.txt │ │ │ │ ├── Agfa.xml │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── COPYRIGHT.dicom3tools │ │ │ │ ├── CSADefaultDicts.xsl │ │ │ │ ├── CSAHeader.xml │ │ │ │ ├── DefaultDicts.xsl │ │ │ │ ├── DefaultPrivateDicts.xsl │ │ │ │ ├── HarvestedPrivate.xml │ │ │ │ ├── ParseDicts.py │ │ │ │ ├── Part6.xml │ │ │ │ ├── Part6.xsl │ │ │ │ ├── Part67.xsl │ │ │ │ ├── Part6PDF.xsl │ │ │ │ ├── Part6todcm4che.xsl │ │ │ │ ├── Part7.xsl │ │ │ │ ├── Part7a.xml │ │ │ │ ├── Part7b.xml │ │ │ │ ├── PartToGDCM.xsl │ │ │ │ ├── README.txt │ │ │ │ ├── Siemens.xml │ │ │ │ ├── TagKeywords.xsl │ │ │ │ ├── TagToType.xsl │ │ │ │ ├── TagToVR.xsl │ │ │ │ ├── UIDToC++.xsl │ │ │ │ ├── UIDs.xml │ │ │ │ ├── VM.xsl │ │ │ │ ├── cp699.xml │ │ │ │ ├── dcmtk.xsl │ │ │ │ ├── dicom3tools.xsl │ │ │ │ ├── dicomhdr.html │ │ │ │ ├── dicomhdr.xsl │ │ │ │ ├── gdcmCSAHeaderDefaultDicts.cxx │ │ │ │ ├── gdcmCSAHeaderDict.h │ │ │ │ ├── gdcmCSAHeaderDictEntry.h │ │ │ │ ├── gdcmDefaultDicts.cxx │ │ │ │ ├── gdcmDefaultGroupNames.cxx │ │ │ │ ├── gdcmDict.h │ │ │ │ ├── gdcmDictConverter.cxx │ │ │ │ ├── gdcmDictConverter.h │ │ │ │ ├── gdcmDictEntry.cxx │ │ │ │ ├── gdcmDictEntry.h │ │ │ │ ├── gdcmDicts.cxx │ │ │ │ ├── gdcmDicts.h │ │ │ │ ├── gdcmGlobal.cxx │ │ │ │ ├── gdcmGlobal.h │ │ │ │ ├── gdcmGroupDict.cxx │ │ │ │ ├── gdcmGroupDict.h │ │ │ │ ├── gdcmPrepDict.cxx │ │ │ │ ├── gdcmPrepGroupName.cxx │ │ │ │ ├── gdcmPrivateDefaultDicts.cxx │ │ │ │ ├── gdcmRoot.cxx │ │ │ │ ├── gdcmSOPClassUIDToIOD.cxx │ │ │ │ ├── gdcmSOPClassUIDToIOD.h │ │ │ │ ├── gdcmTagKeywords.h │ │ │ │ ├── gdcmTagToType.h │ │ │ │ ├── gdcmUIDs.cxx │ │ │ │ ├── gdcmUIDs.h │ │ │ │ ├── gdcmconformancetests.xml │ │ │ │ ├── getname.xsl │ │ │ │ ├── getowner.xsl │ │ │ │ ├── getretired.xsl │ │ │ │ ├── order.xsl │ │ │ │ ├── priv2html.xsl │ │ │ │ ├── privatedicts.xml │ │ │ │ ├── redo.xsl │ │ │ │ ├── redo2.xsl │ │ │ │ ├── sort.xsl │ │ │ │ ├── uppercase.xsl │ │ │ │ └── vital.xml │ │ │ ├── DataStructureAndEncodingDefinition │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── README.txt │ │ │ │ ├── gdcmAttribute.h │ │ │ │ ├── gdcmBasicOffsetTable.h │ │ │ │ ├── gdcmByteBuffer.h │ │ │ │ ├── gdcmByteSwapFilter.cxx │ │ │ │ ├── gdcmByteSwapFilter.h │ │ │ │ ├── gdcmByteValue.cxx │ │ │ │ ├── gdcmByteValue.h │ │ │ │ ├── gdcmCP246ExplicitDataElement.cxx │ │ │ │ ├── gdcmCP246ExplicitDataElement.h │ │ │ │ ├── gdcmCP246ExplicitDataElement.txx │ │ │ │ ├── gdcmCSAElement.h │ │ │ │ ├── gdcmCSAHeader.cxx │ │ │ │ ├── gdcmCSAHeader.h │ │ │ │ ├── gdcmCodeString.cxx │ │ │ │ ├── gdcmCodeString.h │ │ │ │ ├── gdcmDataElement.cxx │ │ │ │ ├── gdcmDataElement.h │ │ │ │ ├── gdcmDataSet.cxx │ │ │ │ ├── gdcmDataSet.h │ │ │ │ ├── gdcmDataSet.txx │ │ │ │ ├── gdcmDataSetEvent.cxx │ │ │ │ ├── gdcmDataSetEvent.h │ │ │ │ ├── gdcmElement.h │ │ │ │ ├── gdcmExplicitDataElement.cxx │ │ │ │ ├── gdcmExplicitDataElement.h │ │ │ │ ├── gdcmExplicitDataElement.txx │ │ │ │ ├── gdcmExplicitImplicitDataElement.cxx │ │ │ │ ├── gdcmExplicitImplicitDataElement.h │ │ │ │ ├── gdcmExplicitImplicitDataElement.txx │ │ │ │ ├── gdcmFile.cxx │ │ │ │ ├── gdcmFile.h │ │ │ │ ├── gdcmFileMetaInformation.cxx │ │ │ │ ├── gdcmFileMetaInformation.h │ │ │ │ ├── gdcmFileSet.cxx │ │ │ │ ├── gdcmFileSet.h │ │ │ │ ├── gdcmFragment.cxx │ │ │ │ ├── gdcmFragment.h │ │ │ │ ├── gdcmFragment.txx │ │ │ │ ├── gdcmImplicitDataElement.cxx │ │ │ │ ├── gdcmImplicitDataElement.h │ │ │ │ ├── gdcmImplicitDataElement.txx │ │ │ │ ├── gdcmItem.cxx │ │ │ │ ├── gdcmItem.h │ │ │ │ ├── gdcmItem.txx │ │ │ │ ├── gdcmLO.h │ │ │ │ ├── gdcmMediaStorage.cxx │ │ │ │ ├── gdcmMediaStorage.h │ │ │ │ ├── gdcmMrProtocol.cxx │ │ │ │ ├── gdcmMrProtocol.h │ │ │ │ ├── gdcmPDBElement.h │ │ │ │ ├── gdcmPDBHeader.cxx │ │ │ │ ├── gdcmPDBHeader.h │ │ │ │ ├── gdcmParseException.cxx │ │ │ │ ├── gdcmParseException.h │ │ │ │ ├── gdcmParser.cxx │ │ │ │ ├── gdcmParser.h │ │ │ │ ├── gdcmPreamble.cxx │ │ │ │ ├── gdcmPreamble.h │ │ │ │ ├── gdcmPrivateTag.cxx │ │ │ │ ├── gdcmPrivateTag.h │ │ │ │ ├── gdcmReader.cxx │ │ │ │ ├── gdcmReader.h │ │ │ │ ├── gdcmReader.strict.cxx │ │ │ │ ├── gdcmSequenceOfFragments.cxx │ │ │ │ ├── gdcmSequenceOfFragments.h │ │ │ │ ├── gdcmSequenceOfFragments.txx │ │ │ │ ├── gdcmSequenceOfItems.cxx │ │ │ │ ├── gdcmSequenceOfItems.h │ │ │ │ ├── gdcmSequenceOfItems.txx │ │ │ │ ├── gdcmTag.cxx │ │ │ │ ├── gdcmTag.h │ │ │ │ ├── gdcmTagToVR.cxx │ │ │ │ ├── gdcmTagToVR.h │ │ │ │ ├── gdcmTransferSyntax.cxx │ │ │ │ ├── gdcmTransferSyntax.h │ │ │ │ ├── gdcmUNExplicitDataElement.cxx │ │ │ │ ├── gdcmUNExplicitDataElement.h │ │ │ │ ├── gdcmUNExplicitDataElement.txx │ │ │ │ ├── gdcmUNExplicitImplicitDataElement.cxx │ │ │ │ ├── gdcmUNExplicitImplicitDataElement.h │ │ │ │ ├── gdcmUNExplicitImplicitDataElement.txx │ │ │ │ ├── gdcmVL.h │ │ │ │ ├── gdcmVM.cxx │ │ │ │ ├── gdcmVM.h │ │ │ │ ├── gdcmVR.cxx │ │ │ │ ├── gdcmVR.h │ │ │ │ ├── gdcmVR16ExplicitDataElement.cxx │ │ │ │ ├── gdcmVR16ExplicitDataElement.h │ │ │ │ ├── gdcmVR16ExplicitDataElement.txx │ │ │ │ ├── gdcmValue.cxx │ │ │ │ ├── gdcmValue.h │ │ │ │ ├── gdcmValue.txx │ │ │ │ ├── gdcmValueIO.h │ │ │ │ ├── gdcmValueIO.txx │ │ │ │ ├── gdcmWriter.cxx │ │ │ │ └── gdcmWriter.h │ │ │ ├── InformationObjectDefinition │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── ParseAttributes.py │ │ │ │ ├── Part3.xml │ │ │ │ ├── Part3.xsl │ │ │ │ ├── Part3New.xsl │ │ │ │ ├── Part4.xml │ │ │ │ ├── Part4.xsl │ │ │ │ ├── Part4ToC++.xsl │ │ │ │ ├── README.txt │ │ │ │ ├── Template.xml.in │ │ │ │ ├── ValueRepresentation.xsd │ │ │ │ ├── extract.xsl │ │ │ │ ├── gdcmDefinedTerms.cxx │ │ │ │ ├── gdcmDefinedTerms.h │ │ │ │ ├── gdcmDefs.cxx │ │ │ │ ├── gdcmDefs.h │ │ │ │ ├── gdcmEnumeratedValues.cxx │ │ │ │ ├── gdcmEnumeratedValues.h │ │ │ │ ├── gdcmIOD.cxx │ │ │ │ ├── gdcmIOD.h │ │ │ │ ├── gdcmIODEntry.cxx │ │ │ │ ├── gdcmIODEntry.h │ │ │ │ ├── gdcmIODs.h │ │ │ │ ├── gdcmMacro.cxx │ │ │ │ ├── gdcmMacro.h │ │ │ │ ├── gdcmMacroEntry.h │ │ │ │ ├── gdcmMacros.cxx │ │ │ │ ├── gdcmMacros.h │ │ │ │ ├── gdcmModule.cxx │ │ │ │ ├── gdcmModule.h │ │ │ │ ├── gdcmModuleEntry.h │ │ │ │ ├── gdcmModules.cxx │ │ │ │ ├── gdcmModules.h │ │ │ │ ├── gdcmNestedModuleEntries.cxx │ │ │ │ ├── gdcmNestedModuleEntries.h │ │ │ │ ├── gdcmPatient.cxx │ │ │ │ ├── gdcmPatient.h │ │ │ │ ├── gdcmSeries.cxx │ │ │ │ ├── gdcmSeries.h │ │ │ │ ├── gdcmStudy.cxx │ │ │ │ ├── gdcmStudy.h │ │ │ │ ├── gdcmTable.cxx │ │ │ │ ├── gdcmTable.h │ │ │ │ ├── gdcmTableEntry.h │ │ │ │ ├── gdcmTableReader.cxx │ │ │ │ ├── gdcmTableReader.h │ │ │ │ ├── gdcmTables.h.in │ │ │ │ ├── gdcmType.cxx │ │ │ │ ├── gdcmType.h │ │ │ │ ├── gdcmUsage.cxx │ │ │ │ ├── gdcmUsage.h │ │ │ │ ├── gdcmXMLDictReader.cxx │ │ │ │ ├── gdcmXMLDictReader.h │ │ │ │ ├── gdcmXMLPrivateDictReader.cxx │ │ │ │ ├── gdcmXMLPrivateDictReader.h │ │ │ │ ├── getelements.xsl │ │ │ │ ├── ma2html.xsl │ │ │ │ └── ma2pdf.xsl │ │ │ ├── MediaStorageAndFileFormat │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── FileMetaInformation.txt │ │ │ │ ├── README.txt │ │ │ │ ├── TODO.txt │ │ │ │ ├── gdcmAnonymizeEvent.cxx │ │ │ │ ├── gdcmAnonymizeEvent.h │ │ │ │ ├── gdcmAnonymizer.cxx │ │ │ │ ├── gdcmAnonymizer.h │ │ │ │ ├── gdcmApplicationEntity.cxx │ │ │ │ ├── gdcmApplicationEntity.h │ │ │ │ ├── gdcmAudioCodec.cxx │ │ │ │ ├── gdcmAudioCodec.h │ │ │ │ ├── gdcmBitmap.cxx │ │ │ │ ├── gdcmBitmap.h │ │ │ │ ├── gdcmBitmapToBitmapFilter.cxx │ │ │ │ ├── gdcmBitmapToBitmapFilter.h │ │ │ │ ├── gdcmCleaner.cxx │ │ │ │ ├── gdcmCleaner.h │ │ │ │ ├── gdcmCodec.h │ │ │ │ ├── gdcmCoder.h │ │ │ │ ├── gdcmConstCharWrapper.h │ │ │ │ ├── gdcmCurve.cxx │ │ │ │ ├── gdcmCurve.h │ │ │ │ ├── gdcmDICOMDIR.cxx │ │ │ │ ├── gdcmDICOMDIR.h │ │ │ │ ├── gdcmDICOMDIRGenerator.cxx │ │ │ │ ├── gdcmDICOMDIRGenerator.h │ │ │ │ ├── gdcmDPath.cxx │ │ │ │ ├── gdcmDPath.h │ │ │ │ ├── gdcmDataSetHelper.cxx │ │ │ │ ├── gdcmDataSetHelper.h │ │ │ │ ├── gdcmDecoder.h │ │ │ │ ├── gdcmDeltaEncodingCodec.cxx │ │ │ │ ├── gdcmDeltaEncodingCodec.h │ │ │ │ ├── gdcmDictPrinter.cxx │ │ │ │ ├── gdcmDictPrinter.h │ │ │ │ ├── gdcmDirectionCosines.cxx │ │ │ │ ├── gdcmDirectionCosines.h │ │ │ │ ├── gdcmDirectoryHelper.cxx │ │ │ │ ├── gdcmDirectoryHelper.h │ │ │ │ ├── gdcmDumper.cxx │ │ │ │ ├── gdcmDumper.h │ │ │ │ ├── gdcmEmptyMaskGenerator.cxx │ │ │ │ ├── gdcmEmptyMaskGenerator.h │ │ │ │ ├── gdcmEncapsulatedDocument.cxx │ │ │ │ ├── gdcmEncapsulatedDocument.h │ │ │ │ ├── gdcmEquipmentManufacturer.cxx │ │ │ │ ├── gdcmEquipmentManufacturer.h │ │ │ │ ├── gdcmFiducials.cxx │ │ │ │ ├── gdcmFiducials.h │ │ │ │ ├── gdcmFileAnonymizer.cxx │ │ │ │ ├── gdcmFileAnonymizer.h │ │ │ │ ├── gdcmFileChangeTransferSyntax.cxx │ │ │ │ ├── gdcmFileChangeTransferSyntax.h │ │ │ │ ├── gdcmFileDecompressLookupTable.cxx │ │ │ │ ├── gdcmFileDecompressLookupTable.h │ │ │ │ ├── gdcmFileDerivation.cxx │ │ │ │ ├── gdcmFileDerivation.h │ │ │ │ ├── gdcmFileExplicitFilter.cxx │ │ │ │ ├── gdcmFileExplicitFilter.h │ │ │ │ ├── gdcmFileStreamer.cxx │ │ │ │ ├── gdcmFileStreamer.h │ │ │ │ ├── gdcmIPPSorter.cxx │ │ │ │ ├── gdcmIPPSorter.h │ │ │ │ ├── gdcmIconImage.cxx │ │ │ │ ├── gdcmIconImage.h │ │ │ │ ├── gdcmIconImageFilter.cxx │ │ │ │ ├── gdcmIconImageFilter.h │ │ │ │ ├── gdcmIconImageGenerator.cxx │ │ │ │ ├── gdcmIconImageGenerator.h │ │ │ │ ├── gdcmImage.cxx │ │ │ │ ├── gdcmImage.h │ │ │ │ ├── gdcmImageApplyLookupTable.cxx │ │ │ │ ├── gdcmImageApplyLookupTable.h │ │ │ │ ├── gdcmImageChangePhotometricInterpretation.cxx │ │ │ │ ├── gdcmImageChangePhotometricInterpretation.h │ │ │ │ ├── gdcmImageChangePlanarConfiguration.cxx │ │ │ │ ├── gdcmImageChangePlanarConfiguration.h │ │ │ │ ├── gdcmImageChangeTransferSyntax.cxx │ │ │ │ ├── gdcmImageChangeTransferSyntax.h │ │ │ │ ├── gdcmImageCodec.cxx │ │ │ │ ├── gdcmImageCodec.h │ │ │ │ ├── gdcmImageConverter.cxx │ │ │ │ ├── gdcmImageConverter.h │ │ │ │ ├── gdcmImageFragmentSplitter.cxx │ │ │ │ ├── gdcmImageFragmentSplitter.h │ │ │ │ ├── gdcmImageHelper.cxx │ │ │ │ ├── gdcmImageHelper.h │ │ │ │ ├── gdcmImageReader.cxx │ │ │ │ ├── gdcmImageReader.h │ │ │ │ ├── gdcmImageRegionReader.cxx │ │ │ │ ├── gdcmImageRegionReader.h │ │ │ │ ├── gdcmImageToImageFilter.cxx │ │ │ │ ├── gdcmImageToImageFilter.h │ │ │ │ ├── gdcmImageWriter.cxx │ │ │ │ ├── gdcmImageWriter.h │ │ │ │ ├── gdcmJPEG12Codec.cxx │ │ │ │ ├── gdcmJPEG12Codec.h │ │ │ │ ├── gdcmJPEG16Codec.cxx │ │ │ │ ├── gdcmJPEG16Codec.h │ │ │ │ ├── gdcmJPEG2000Codec.cxx │ │ │ │ ├── gdcmJPEG2000Codec.h │ │ │ │ ├── gdcmJPEG8Codec.cxx │ │ │ │ ├── gdcmJPEG8Codec.h │ │ │ │ ├── gdcmJPEGBITSCodec.hxx │ │ │ │ ├── gdcmJPEGCodec.cxx │ │ │ │ ├── gdcmJPEGCodec.h │ │ │ │ ├── gdcmJPEGLSCodec.cxx │ │ │ │ ├── gdcmJPEGLSCodec.h │ │ │ │ ├── gdcmJSON.cxx │ │ │ │ ├── gdcmJSON.h │ │ │ │ ├── gdcmKAKADUCodec.cxx │ │ │ │ ├── gdcmKAKADUCodec.h │ │ │ │ ├── gdcmLookupTable.cxx │ │ │ │ ├── gdcmLookupTable.h │ │ │ │ ├── gdcmMEC_MR3.cxx │ │ │ │ ├── gdcmMEC_MR3.h │ │ │ │ ├── gdcmMeshPrimitive.cxx │ │ │ │ ├── gdcmMeshPrimitive.h │ │ │ │ ├── gdcmOrientation.cxx │ │ │ │ ├── gdcmOrientation.h │ │ │ │ ├── gdcmOverlay.cxx │ │ │ │ ├── gdcmOverlay.h │ │ │ │ ├── gdcmPDFCodec.cxx │ │ │ │ ├── gdcmPDFCodec.h │ │ │ │ ├── gdcmPGXCodec.cxx │ │ │ │ ├── gdcmPGXCodec.h │ │ │ │ ├── gdcmPNMCodec.cxx │ │ │ │ ├── gdcmPNMCodec.h │ │ │ │ ├── gdcmPVRGCodec.cxx │ │ │ │ ├── gdcmPVRGCodec.h │ │ │ │ ├── gdcmPersonName.cxx │ │ │ │ ├── gdcmPersonName.h │ │ │ │ ├── gdcmPhotometricInterpretation.cxx │ │ │ │ ├── gdcmPhotometricInterpretation.h │ │ │ │ ├── gdcmPixelFormat.cxx │ │ │ │ ├── gdcmPixelFormat.h │ │ │ │ ├── gdcmPixmap.cxx │ │ │ │ ├── gdcmPixmap.h │ │ │ │ ├── gdcmPixmapReader.cxx │ │ │ │ ├── gdcmPixmapReader.h │ │ │ │ ├── gdcmPixmapToPixmapFilter.cxx │ │ │ │ ├── gdcmPixmapToPixmapFilter.h │ │ │ │ ├── gdcmPixmapWriter.cxx │ │ │ │ ├── gdcmPixmapWriter.h │ │ │ │ ├── gdcmPrinter.cxx │ │ │ │ ├── gdcmPrinter.h │ │ │ │ ├── gdcmRAWCodec.cxx │ │ │ │ ├── gdcmRAWCodec.h │ │ │ │ ├── gdcmRLECodec.cxx │ │ │ │ ├── gdcmRLECodec.h │ │ │ │ ├── gdcmRescaler.cxx │ │ │ │ ├── gdcmRescaler.h │ │ │ │ ├── gdcmScanner.cxx │ │ │ │ ├── gdcmScanner.h │ │ │ │ ├── gdcmScanner2.cxx │ │ │ │ ├── gdcmScanner2.h │ │ │ │ ├── gdcmSegment.cxx │ │ │ │ ├── gdcmSegment.h │ │ │ │ ├── gdcmSegmentHelper.cxx │ │ │ │ ├── gdcmSegmentHelper.h │ │ │ │ ├── gdcmSegmentReader.cxx │ │ │ │ ├── gdcmSegmentReader.h │ │ │ │ ├── gdcmSegmentWriter.cxx │ │ │ │ ├── gdcmSegmentWriter.h │ │ │ │ ├── gdcmSegmentedPaletteColorLookupTable.cxx │ │ │ │ ├── gdcmSegmentedPaletteColorLookupTable.h │ │ │ │ ├── gdcmSerieHelper.cxx │ │ │ │ ├── gdcmSerieHelper.h │ │ │ │ ├── gdcmSimpleSubjectWatcher.cxx │ │ │ │ ├── gdcmSimpleSubjectWatcher.h │ │ │ │ ├── gdcmSorter.cxx │ │ │ │ ├── gdcmSorter.h │ │ │ │ ├── gdcmSpacing.cxx │ │ │ │ ├── gdcmSpacing.h │ │ │ │ ├── gdcmSpectroscopy.cxx │ │ │ │ ├── gdcmSpectroscopy.h │ │ │ │ ├── gdcmSplitMosaicFilter.cxx │ │ │ │ ├── gdcmSplitMosaicFilter.h │ │ │ │ ├── gdcmStreamImageReader.cxx │ │ │ │ ├── gdcmStreamImageReader.h │ │ │ │ ├── gdcmStreamImageWriter.cxx │ │ │ │ ├── gdcmStreamImageWriter.h │ │ │ │ ├── gdcmStrictScanner.cxx │ │ │ │ ├── gdcmStrictScanner.h │ │ │ │ ├── gdcmStrictScanner2.cxx │ │ │ │ ├── gdcmStrictScanner2.h │ │ │ │ ├── gdcmStringFilter.cxx │ │ │ │ ├── gdcmStringFilter.h │ │ │ │ ├── gdcmSurface.cxx │ │ │ │ ├── gdcmSurface.h │ │ │ │ ├── gdcmSurfaceHelper.cxx │ │ │ │ ├── gdcmSurfaceHelper.h │ │ │ │ ├── gdcmSurfaceReader.cxx │ │ │ │ ├── gdcmSurfaceReader.h │ │ │ │ ├── gdcmSurfaceWriter.cxx │ │ │ │ ├── gdcmSurfaceWriter.h │ │ │ │ ├── gdcmTagPath.cxx │ │ │ │ ├── gdcmTagPath.h │ │ │ │ ├── gdcmUIDGenerator.cxx │ │ │ │ ├── gdcmUIDGenerator.h │ │ │ │ ├── gdcmUUIDGenerator.cxx │ │ │ │ ├── gdcmUUIDGenerator.h │ │ │ │ ├── gdcmValidate.cxx │ │ │ │ ├── gdcmValidate.h │ │ │ │ ├── gdcmWaveform.cxx │ │ │ │ ├── gdcmWaveform.h │ │ │ │ ├── gdcmXMLPrinter.cxx │ │ │ │ ├── gdcmXMLPrinter.h │ │ │ │ ├── gdcm_j2k.h │ │ │ │ └── gdcm_jp2.h │ │ │ └── MessageExchangeDefinition │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── README.txt │ │ │ │ ├── gdcmAAbortPDU.cxx │ │ │ │ ├── gdcmAAbortPDU.h │ │ │ │ ├── gdcmAAssociateACPDU.cxx │ │ │ │ ├── gdcmAAssociateACPDU.h │ │ │ │ ├── gdcmAAssociateRJPDU.cxx │ │ │ │ ├── gdcmAAssociateRJPDU.h │ │ │ │ ├── gdcmAAssociateRQPDU.cxx │ │ │ │ ├── gdcmAAssociateRQPDU.h │ │ │ │ ├── gdcmARTIMTimer.cxx │ │ │ │ ├── gdcmARTIMTimer.h │ │ │ │ ├── gdcmAReleaseRPPDU.cxx │ │ │ │ ├── gdcmAReleaseRPPDU.h │ │ │ │ ├── gdcmAReleaseRQPDU.cxx │ │ │ │ ├── gdcmAReleaseRQPDU.h │ │ │ │ ├── gdcmAbstractSyntax.cxx │ │ │ │ ├── gdcmAbstractSyntax.h │ │ │ │ ├── gdcmApplicationContext.cxx │ │ │ │ ├── gdcmApplicationContext.h │ │ │ │ ├── gdcmAsynchronousOperationsWindowSub.cxx │ │ │ │ ├── gdcmAsynchronousOperationsWindowSub.h │ │ │ │ ├── gdcmBaseCompositeMessage.h │ │ │ │ ├── gdcmBaseNormalizedMessage.h │ │ │ │ ├── gdcmBasePDU.h │ │ │ │ ├── gdcmBaseQuery.cxx │ │ │ │ ├── gdcmBaseQuery.h │ │ │ │ ├── gdcmBaseRootQuery.cxx │ │ │ │ ├── gdcmBaseRootQuery.h │ │ │ │ ├── gdcmCEchoMessages.cxx │ │ │ │ ├── gdcmCEchoMessages.h │ │ │ │ ├── gdcmCFindMessages.cxx │ │ │ │ ├── gdcmCFindMessages.h │ │ │ │ ├── gdcmCMoveMessages.cxx │ │ │ │ ├── gdcmCMoveMessages.h │ │ │ │ ├── gdcmCStoreMessages.cxx │ │ │ │ ├── gdcmCStoreMessages.h │ │ │ │ ├── gdcmCommandDataSet.cxx │ │ │ │ ├── gdcmCommandDataSet.h │ │ │ │ ├── gdcmCompositeMessageFactory.cxx │ │ │ │ ├── gdcmCompositeMessageFactory.h │ │ │ │ ├── gdcmCompositeNetworkFunctions.cxx │ │ │ │ ├── gdcmCompositeNetworkFunctions.h │ │ │ │ ├── gdcmDIMSE.h │ │ │ │ ├── gdcmFindPatientRootQuery.cxx │ │ │ │ ├── gdcmFindPatientRootQuery.h │ │ │ │ ├── gdcmFindStudyRootQuery.cxx │ │ │ │ ├── gdcmFindStudyRootQuery.h │ │ │ │ ├── gdcmImplementationClassUIDSub.cxx │ │ │ │ ├── gdcmImplementationClassUIDSub.h │ │ │ │ ├── gdcmImplementationUIDSub.cxx │ │ │ │ ├── gdcmImplementationUIDSub.h │ │ │ │ ├── gdcmImplementationVersionNameSub.cxx │ │ │ │ ├── gdcmImplementationVersionNameSub.h │ │ │ │ ├── gdcmMaximumLengthSub.cxx │ │ │ │ ├── gdcmMaximumLengthSub.h │ │ │ │ ├── gdcmModalityPerformedProcedureStepCreateQuery.cxx │ │ │ │ ├── gdcmModalityPerformedProcedureStepCreateQuery.h │ │ │ │ ├── gdcmModalityPerformedProcedureStepSetQuery.cxx │ │ │ │ ├── gdcmModalityPerformedProcedureStepSetQuery.h │ │ │ │ ├── gdcmMovePatientRootQuery.cxx │ │ │ │ ├── gdcmMovePatientRootQuery.h │ │ │ │ ├── gdcmMoveStudyRootQuery.cxx │ │ │ │ ├── gdcmMoveStudyRootQuery.h │ │ │ │ ├── gdcmNActionMessages.cxx │ │ │ │ ├── gdcmNActionMessages.h │ │ │ │ ├── gdcmNCreateMessages.cxx │ │ │ │ ├── gdcmNCreateMessages.h │ │ │ │ ├── gdcmNDeleteMessages.cxx │ │ │ │ ├── gdcmNDeleteMessages.h │ │ │ │ ├── gdcmNEventReportMessages.cxx │ │ │ │ ├── gdcmNEventReportMessages.h │ │ │ │ ├── gdcmNGetMessages.cxx │ │ │ │ ├── gdcmNGetMessages.h │ │ │ │ ├── gdcmNSetMessages.cxx │ │ │ │ ├── gdcmNSetMessages.h │ │ │ │ ├── gdcmNetworkEvents.h │ │ │ │ ├── gdcmNetworkStateID.h │ │ │ │ ├── gdcmNormalizedMessageFactory.cxx │ │ │ │ ├── gdcmNormalizedMessageFactory.h │ │ │ │ ├── gdcmNormalizedNetworkFunctions.cxx │ │ │ │ ├── gdcmNormalizedNetworkFunctions.h │ │ │ │ ├── gdcmPDUFactory.cxx │ │ │ │ ├── gdcmPDUFactory.h │ │ │ │ ├── gdcmPDataTFPDU.cxx │ │ │ │ ├── gdcmPDataTFPDU.h │ │ │ │ ├── gdcmPresentationContext.cxx │ │ │ │ ├── gdcmPresentationContext.h │ │ │ │ ├── gdcmPresentationContextAC.cxx │ │ │ │ ├── gdcmPresentationContextAC.h │ │ │ │ ├── gdcmPresentationContextGenerator.cxx │ │ │ │ ├── gdcmPresentationContextGenerator.h │ │ │ │ ├── gdcmPresentationContextRQ.cxx │ │ │ │ ├── gdcmPresentationContextRQ.h │ │ │ │ ├── gdcmPresentationDataValue.cxx │ │ │ │ ├── gdcmPresentationDataValue.h │ │ │ │ ├── gdcmQueryBase.cxx │ │ │ │ ├── gdcmQueryBase.h │ │ │ │ ├── gdcmQueryFactory.cxx │ │ │ │ ├── gdcmQueryFactory.h │ │ │ │ ├── gdcmQueryImage.cxx │ │ │ │ ├── gdcmQueryImage.h │ │ │ │ ├── gdcmQueryPatient.cxx │ │ │ │ ├── gdcmQueryPatient.h │ │ │ │ ├── gdcmQuerySeries.cxx │ │ │ │ ├── gdcmQuerySeries.h │ │ │ │ ├── gdcmQueryStudy.cxx │ │ │ │ ├── gdcmQueryStudy.h │ │ │ │ ├── gdcmRoleSelectionSub.cxx │ │ │ │ ├── gdcmRoleSelectionSub.h │ │ │ │ ├── gdcmSOPClassExtendedNegociationSub.cxx │ │ │ │ ├── gdcmSOPClassExtendedNegociationSub.h │ │ │ │ ├── gdcmServiceClassApplicationInformation.cxx │ │ │ │ ├── gdcmServiceClassApplicationInformation.h │ │ │ │ ├── gdcmServiceClassUser.cxx │ │ │ │ ├── gdcmServiceClassUser.h │ │ │ │ ├── gdcmTransferSyntaxSub.cxx │ │ │ │ ├── gdcmTransferSyntaxSub.h │ │ │ │ ├── gdcmULAction.h │ │ │ │ ├── gdcmULActionAA.cxx │ │ │ │ ├── gdcmULActionAA.h │ │ │ │ ├── gdcmULActionAE.cxx │ │ │ │ ├── gdcmULActionAE.h │ │ │ │ ├── gdcmULActionAR.cxx │ │ │ │ ├── gdcmULActionAR.h │ │ │ │ ├── gdcmULActionDT.cxx │ │ │ │ ├── gdcmULActionDT.h │ │ │ │ ├── gdcmULBasicCallback.cxx │ │ │ │ ├── gdcmULBasicCallback.h │ │ │ │ ├── gdcmULConnection.cxx │ │ │ │ ├── gdcmULConnection.h │ │ │ │ ├── gdcmULConnectionCallback.h │ │ │ │ ├── gdcmULConnectionInfo.cxx │ │ │ │ ├── gdcmULConnectionInfo.h │ │ │ │ ├── gdcmULConnectionManager.cxx │ │ │ │ ├── gdcmULConnectionManager.h │ │ │ │ ├── gdcmULEvent.h │ │ │ │ ├── gdcmULTransitionTable.cxx │ │ │ │ ├── gdcmULTransitionTable.h │ │ │ │ ├── gdcmULWritingCallback.cxx │ │ │ │ ├── gdcmULWritingCallback.h │ │ │ │ ├── gdcmUserInformation.cxx │ │ │ │ ├── gdcmUserInformation.h │ │ │ │ ├── gdcmWLMFindQuery.cxx │ │ │ │ └── gdcmWLMFindQuery.h │ │ │ └── Utilities │ │ │ ├── CMakeLists.txt │ │ │ ├── gdcm_charls.h │ │ │ ├── gdcm_expat.h │ │ │ ├── gdcm_ljpeg12.h │ │ │ ├── gdcm_ljpeg16.h │ │ │ ├── gdcm_ljpeg8.h │ │ │ ├── gdcm_md5.h │ │ │ ├── gdcm_openjpeg.h │ │ │ ├── gdcm_uuid.h │ │ │ ├── gdcm_zlib.h │ │ │ ├── gdcmcharls │ │ │ ├── .NoDartCoverage │ │ │ ├── CMakeLists.txt │ │ │ ├── License.txt │ │ │ ├── README.GDCM.txt │ │ │ ├── charls.h │ │ │ ├── colortransform.h │ │ │ ├── context.h │ │ │ ├── contextrunmode.h │ │ │ ├── decoderstrategy.h │ │ │ ├── defaulttraits.h │ │ │ ├── encoderstrategy.h │ │ │ ├── interface.cpp │ │ │ ├── jlscodecfactory.h │ │ │ ├── jpegimagedatasegment.h │ │ │ ├── jpegls.cpp │ │ │ ├── jpegmarkercode.h │ │ │ ├── jpegmarkersegment.cpp │ │ │ ├── jpegmarkersegment.h │ │ │ ├── jpegsegment.h │ │ │ ├── jpegstreamreader.cpp │ │ │ ├── jpegstreamreader.h │ │ │ ├── jpegstreamwriter.cpp │ │ │ ├── jpegstreamwriter.h │ │ │ ├── lookuptable.h │ │ │ ├── losslesstraits.h │ │ │ ├── processline.h │ │ │ ├── publictypes.h │ │ │ ├── scan.h │ │ │ ├── styleanddesign.txt │ │ │ └── util.h │ │ │ ├── gdcmext │ │ │ ├── csa.c │ │ │ ├── csa.h │ │ │ ├── mec_mr3.c │ │ │ ├── mec_mr3.h │ │ │ ├── mec_mr3_dict.c │ │ │ ├── mec_mr3_dict.h │ │ │ ├── mec_mr3_io.c │ │ │ └── mec_mr3_io.h │ │ │ ├── gdcmjpeg │ │ │ ├── 8 │ │ │ │ └── CMakeLists.txt │ │ │ ├── 12 │ │ │ │ └── CMakeLists.txt │ │ │ ├── 16 │ │ │ │ └── CMakeLists.txt │ │ │ ├── .NoDartCoverage │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYRIGHT.dcmtk │ │ │ ├── Jfif.txt │ │ │ ├── README │ │ │ ├── README.GDCM.txt │ │ │ ├── change.log │ │ │ ├── dcmtk.sh │ │ │ ├── example.c │ │ │ ├── filelist.doc │ │ │ ├── install.doc │ │ │ ├── jcapimin.c │ │ │ ├── jcapistd.c │ │ │ ├── jccoefct.c │ │ │ ├── jccolor.c │ │ │ ├── jcdctmgr.c │ │ │ ├── jcdiffct.c │ │ │ ├── jchuff.c │ │ │ ├── jchuff.h │ │ │ ├── jcinit.c │ │ │ ├── jclhuff.c │ │ │ ├── jclossls.c │ │ │ ├── jclossy.c │ │ │ ├── jcmainct.c │ │ │ ├── jcmarker.c │ │ │ ├── jcmaster.c │ │ │ ├── jcodec.c │ │ │ ├── jcomapi.c │ │ │ ├── jconfig.doc │ │ │ ├── jconfig.h │ │ │ ├── jcparam.c │ │ │ ├── jcphuff.c │ │ │ ├── jcpred.c │ │ │ ├── jcprepct.c │ │ │ ├── jcsample.c │ │ │ ├── jcscale.c │ │ │ ├── jcshuff.c │ │ │ ├── jctrans.c │ │ │ ├── jdapimin.c │ │ │ ├── jdapistd.c │ │ │ ├── jdatadst.c │ │ │ ├── jdatasrc.c │ │ │ ├── jdcoefct.c │ │ │ ├── jdcolor.c │ │ │ ├── jdct.h │ │ │ ├── jddctmgr.c │ │ │ ├── jddiffct.c │ │ │ ├── jdhuff.c │ │ │ ├── jdhuff.h │ │ │ ├── jdinput.c │ │ │ ├── jdlhuff.c │ │ │ ├── jdlossls.c │ │ │ ├── jdlossy.c │ │ │ ├── jdmainct.c │ │ │ ├── jdmarker.c │ │ │ ├── jdmaster.c │ │ │ ├── jdmerge.c │ │ │ ├── jdphuff.c │ │ │ ├── jdpostct.c │ │ │ ├── jdpred.c │ │ │ ├── jdsample.c │ │ │ ├── jdscale.c │ │ │ ├── jdshuff.c │ │ │ ├── jdtrans.c │ │ │ ├── jerror.c │ │ │ ├── jerror.h │ │ │ ├── jfdctflt.c │ │ │ ├── jfdctfst.c │ │ │ ├── jfdctint.c │ │ │ ├── jidctflt.c │ │ │ ├── jidctfst.c │ │ │ ├── jidctint.c │ │ │ ├── jidctred.c │ │ │ ├── jinclude.h │ │ │ ├── jlossls.h │ │ │ ├── jlossy.h │ │ │ ├── jmemmgr.c │ │ │ ├── jmemnobs.c │ │ │ ├── jmemsrc.c │ │ │ ├── jmemsys.h │ │ │ ├── jmorecfg.h │ │ │ ├── jpegcmake.h.in │ │ │ ├── jpegint.h │ │ │ ├── jpeglib.h │ │ │ ├── jquant1.c │ │ │ ├── jquant2.c │ │ │ ├── jutils.c │ │ │ ├── jversion.h │ │ │ ├── libjpeg.doc │ │ │ ├── mangle_jpeg.h.in │ │ │ ├── structure.doc │ │ │ ├── usage.doc │ │ │ └── wizard.doc │ │ │ ├── gdcmmd5 │ │ │ ├── .NoDartCoverage │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYING │ │ │ ├── README.GDCM.txt │ │ │ ├── md5.c │ │ │ ├── md5.h │ │ │ ├── md5_mangle.h.in │ │ │ ├── md5cmp.c │ │ │ ├── md5main.c │ │ │ └── tst2md5.c │ │ │ ├── gdcmrle │ │ │ ├── CMakeLists.txt │ │ │ ├── info.cxx │ │ │ ├── info.h │ │ │ ├── io.cxx │ │ │ ├── io.h │ │ │ ├── main.cxx │ │ │ ├── rle.cxx │ │ │ └── rle.h │ │ │ ├── gdcmutfcpp │ │ │ ├── README.GDCM.txt │ │ │ ├── utf8.h │ │ │ └── utf8 │ │ │ │ ├── checked.h │ │ │ │ ├── core.h │ │ │ │ └── unchecked.h │ │ │ ├── gdcmuuid │ │ │ ├── .NoDartCoverage │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYING │ │ │ ├── compare.c │ │ │ ├── config.h │ │ │ ├── copy.c │ │ │ ├── gen_uuid.c │ │ │ ├── isnull.c │ │ │ ├── pack.c │ │ │ ├── parse.c │ │ │ ├── unpack.c │ │ │ ├── unparse.c │ │ │ ├── uuid.h │ │ │ ├── uuidP.h │ │ │ ├── uuid_mangle.h.in │ │ │ ├── uuid_time.c │ │ │ └── uuidd.h │ │ │ └── socketxx │ │ │ ├── .NoDartCoverage │ │ │ ├── AUTHORS │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYING │ │ │ └── socket++ │ │ │ ├── CMakeLists.txt │ │ │ ├── config.h.in │ │ │ ├── echo.cpp │ │ │ ├── echo.h │ │ │ ├── fork.cpp │ │ │ ├── fork.h │ │ │ ├── ftp.cpp │ │ │ ├── ftp.h │ │ │ ├── local.h │ │ │ ├── pipestream.cpp │ │ │ ├── pipestream.h │ │ │ ├── protocol.cpp │ │ │ ├── protocol.h │ │ │ ├── sig.cpp │ │ │ ├── sig.h │ │ │ ├── smtp.cpp │ │ │ ├── smtp.h │ │ │ ├── sockinet.cpp │ │ │ ├── sockinet.h │ │ │ ├── sockstream.cpp │ │ │ ├── sockstream.h │ │ │ ├── sockunix.cpp │ │ │ └── sockunix.h │ ├── GIFTI │ │ ├── CMakeLists.txt │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── gifticlib │ │ │ ├── CMakeLists.txt │ │ │ ├── LICENSE.gifti │ │ │ ├── README.gifti │ │ │ ├── gifti.get.times │ │ │ ├── gifti.test.io │ │ │ ├── gifti_io.c │ │ │ ├── gifti_io.h │ │ │ ├── gifti_test.c │ │ │ ├── gifti_test.h │ │ │ ├── gifti_tool.c │ │ │ ├── gifti_tool.h │ │ │ ├── gifti_xml.c │ │ │ └── gifti_xml.h │ ├── GoogleTest │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module-init.cmake │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── itkgoogletest │ │ │ ├── CMakeLists.txt │ │ │ └── googletest │ │ │ ├── CMakeLists.txt │ │ │ ├── cmake │ │ │ ├── Config.cmake.in │ │ │ ├── gtest.pc.in │ │ │ ├── gtest_main.pc.in │ │ │ ├── internal_utils.cmake │ │ │ └── libgtest.la.in │ │ │ ├── include │ │ │ └── gtest │ │ │ │ ├── gtest-assertion-result.h │ │ │ │ ├── gtest-death-test.h │ │ │ │ ├── gtest-matchers.h │ │ │ │ ├── gtest-message.h │ │ │ │ ├── gtest-param-test.h │ │ │ │ ├── gtest-printers.h │ │ │ │ ├── gtest-spi.h │ │ │ │ ├── gtest-test-part.h │ │ │ │ ├── gtest-typed-test.h │ │ │ │ ├── gtest.h │ │ │ │ ├── gtest_pred_impl.h │ │ │ │ ├── gtest_prod.h │ │ │ │ └── internal │ │ │ │ ├── custom │ │ │ │ ├── README.md │ │ │ │ ├── gtest-port.h │ │ │ │ ├── gtest-printers.h │ │ │ │ └── gtest.h │ │ │ │ ├── gtest-death-test-internal.h │ │ │ │ ├── gtest-filepath.h │ │ │ │ ├── gtest-internal.h │ │ │ │ ├── gtest-param-util.h │ │ │ │ ├── gtest-port-arch.h │ │ │ │ ├── gtest-port.h │ │ │ │ ├── gtest-string.h │ │ │ │ └── gtest-type-util.h │ │ │ └── src │ │ │ ├── gtest-all.cc │ │ │ ├── gtest-assertion-result.cc │ │ │ ├── gtest-death-test.cc │ │ │ ├── gtest-filepath.cc │ │ │ ├── gtest-internal-inl.h │ │ │ ├── gtest-matchers.cc │ │ │ ├── gtest-port.cc │ │ │ ├── gtest-printers.cc │ │ │ ├── gtest-test-part.cc │ │ │ ├── gtest-typed-test.cc │ │ │ ├── gtest.cc │ │ │ └── gtest_main.cc │ ├── HDF5 │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module-init.cmake │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── README.md │ │ │ ├── itk_H5Cpp.h.in │ │ │ ├── itk_hdf5.h.in │ │ │ └── itkhdf5 │ │ │ ├── .clang-format │ │ │ ├── ACKNOWLEDGMENTS │ │ │ ├── CMakeFilters.cmake │ │ │ ├── CMakeInstallation.cmake │ │ │ ├── CMakeLists.txt │ │ │ ├── CMakePlugins.cmake │ │ │ ├── CMakeTests.cmake │ │ │ ├── CMakeVOL.cmake │ │ │ ├── COPYING │ │ │ ├── CTestConfig.cmake │ │ │ ├── H5Cpp.h │ │ │ ├── README.md │ │ │ ├── UserMacros.cmake │ │ │ ├── c++ │ │ │ ├── CMakeLists.txt │ │ │ └── src │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── H5AbstractDs.cpp │ │ │ │ ├── H5AbstractDs.h │ │ │ │ ├── H5Alltypes.h │ │ │ │ ├── H5ArrayType.cpp │ │ │ │ ├── H5ArrayType.h │ │ │ │ ├── H5AtomType.cpp │ │ │ │ ├── H5AtomType.h │ │ │ │ ├── H5Attribute.cpp │ │ │ │ ├── H5Attribute.h │ │ │ │ ├── H5Classes.h │ │ │ │ ├── H5CommonFG.cpp │ │ │ │ ├── H5CommonFG.h │ │ │ │ ├── H5CompType.cpp │ │ │ │ ├── H5CompType.h │ │ │ │ ├── H5Cpp.h │ │ │ │ ├── H5CppDoc.h │ │ │ │ ├── H5DaccProp.cpp │ │ │ │ ├── H5DaccProp.h │ │ │ │ ├── H5DataSet.cpp │ │ │ │ ├── H5DataSet.h │ │ │ │ ├── H5DataSpace.cpp │ │ │ │ ├── H5DataSpace.h │ │ │ │ ├── H5DataType.cpp │ │ │ │ ├── H5DataType.h │ │ │ │ ├── H5DcreatProp.cpp │ │ │ │ ├── H5DcreatProp.h │ │ │ │ ├── H5DxferProp.cpp │ │ │ │ ├── H5DxferProp.h │ │ │ │ ├── H5EnumType.cpp │ │ │ │ ├── H5EnumType.h │ │ │ │ ├── H5Exception.cpp │ │ │ │ ├── H5Exception.h │ │ │ │ ├── H5FaccProp.cpp │ │ │ │ ├── H5FaccProp.h │ │ │ │ ├── H5FcreatProp.cpp │ │ │ │ ├── H5FcreatProp.h │ │ │ │ ├── H5File.cpp │ │ │ │ ├── H5File.h │ │ │ │ ├── H5FloatType.cpp │ │ │ │ ├── H5FloatType.h │ │ │ │ ├── H5Group.cpp │ │ │ │ ├── H5Group.h │ │ │ │ ├── H5IdComponent.cpp │ │ │ │ ├── H5IdComponent.h │ │ │ │ ├── H5Include.h │ │ │ │ ├── H5IntType.cpp │ │ │ │ ├── H5IntType.h │ │ │ │ ├── H5LaccProp.cpp │ │ │ │ ├── H5LaccProp.h │ │ │ │ ├── H5LcreatProp.cpp │ │ │ │ ├── H5LcreatProp.h │ │ │ │ ├── H5Library.cpp │ │ │ │ ├── H5Library.h │ │ │ │ ├── H5Location.cpp │ │ │ │ ├── H5Location.h │ │ │ │ ├── H5Object.cpp │ │ │ │ ├── H5Object.h │ │ │ │ ├── H5OcreatProp.cpp │ │ │ │ ├── H5OcreatProp.h │ │ │ │ ├── H5PredType.cpp │ │ │ │ ├── H5PredType.h │ │ │ │ ├── H5PropList.cpp │ │ │ │ ├── H5PropList.h │ │ │ │ ├── H5StrType.cpp │ │ │ │ ├── H5StrType.h │ │ │ │ ├── H5VarLenType.cpp │ │ │ │ ├── H5VarLenType.h │ │ │ │ ├── h5c++.in │ │ │ │ └── header_files │ │ │ │ ├── filelist.xml │ │ │ │ ├── hdf_logo.jpg │ │ │ │ ├── help.jpg │ │ │ │ ├── image001.jpg │ │ │ │ └── image002.jpg │ │ │ ├── config │ │ │ ├── clang-warnings │ │ │ │ ├── developer-general │ │ │ │ ├── error-general │ │ │ │ ├── general │ │ │ │ └── no-developer-general │ │ │ ├── cmake │ │ │ │ ├── CMakeFindJavaCommon.cmake │ │ │ │ ├── CPack.Info.plist.in │ │ │ │ ├── CTestCustom.cmake │ │ │ │ ├── ConfigureChecks.cmake │ │ │ │ ├── ConversionTests.c │ │ │ │ ├── FindCIRCLE.cmake │ │ │ │ ├── FindDTCMP.cmake │ │ │ │ ├── FindHDFS.cmake │ │ │ │ ├── FindMFU.cmake │ │ │ │ ├── GetTimeOfDayTest.cpp │ │ │ │ ├── H5pubconf.h.in │ │ │ │ ├── HDF5DeveloperBuild.cmake │ │ │ │ ├── HDF5ExampleCache.cmake │ │ │ │ ├── HDF5Macros.cmake │ │ │ │ ├── HDF5PluginCache.cmake │ │ │ │ ├── HDF5PluginMacros.cmake │ │ │ │ ├── HDF5UseFortran.cmake │ │ │ │ ├── HDFCXXCompilerFlags.cmake │ │ │ │ ├── HDFCompilerFlags.cmake │ │ │ │ ├── HDFFortranCompilerFlags.cmake │ │ │ │ ├── HDFLibMacros.cmake │ │ │ │ ├── HDFMacros.cmake │ │ │ │ ├── HDFTests.c │ │ │ │ ├── HDFUseFortran.cmake │ │ │ │ ├── LIBAEC │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── CPack.Info.plist.in │ │ │ │ │ ├── config.h.in │ │ │ │ │ ├── libaec-config-version.cmake.in │ │ │ │ │ └── libaec-config.cmake.in │ │ │ │ ├── NSIS.InstallOptions.ini.in │ │ │ │ ├── NSIS.template.in │ │ │ │ ├── PkgInfo.in │ │ │ │ ├── README.md.cmake.in │ │ │ │ ├── SignPackageFiles.cmake │ │ │ │ ├── UseJava.cmake │ │ │ │ ├── UseJavaClassFilelist.cmake │ │ │ │ ├── UseJavaSymlinks.cmake │ │ │ │ ├── UserMacros │ │ │ │ │ └── Windows_MT.cmake │ │ │ │ ├── ZLIB │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── CPack.Info.plist.in │ │ │ │ │ ├── zconf.h.in │ │ │ │ │ ├── zlib-config-version.cmake.in │ │ │ │ │ └── zlib-config.cmake.in │ │ │ │ ├── ZLIBNG │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── CPack.Info.plist.in │ │ │ │ │ ├── zconf.h.in │ │ │ │ │ ├── zlib-config-version.cmake.in │ │ │ │ │ └── zlib-config.cmake.in │ │ │ │ ├── cacheinit.cmake │ │ │ │ ├── distribution.entitlements │ │ │ │ ├── examples │ │ │ │ │ ├── CTestScript.cmake │ │ │ │ │ ├── HDF5_Examples.cmake.in │ │ │ │ │ └── HDF5_Examples_options.cmake │ │ │ │ ├── fileCompareTest.cmake │ │ │ │ ├── grepTest.cmake │ │ │ │ ├── hdf.bmp │ │ │ │ ├── hdf.ico │ │ │ │ ├── hdf5-config-version.cmake.in │ │ │ │ ├── hdf5-config.cmake.in │ │ │ │ ├── javaTargets.cmake.in │ │ │ │ ├── jrunTest.cmake │ │ │ │ ├── libh5cc.in │ │ │ │ ├── mccacheinit.cmake │ │ │ │ ├── patch.xml.in │ │ │ │ ├── runTest.cmake │ │ │ │ ├── scripts │ │ │ │ │ ├── CTestScript.cmake │ │ │ │ │ ├── HDF5config.cmake │ │ │ │ │ ├── HDF5options.cmake │ │ │ │ │ └── HPC │ │ │ │ │ │ ├── bsub-HDF5options.cmake │ │ │ │ │ │ ├── qsub-HDF5options.cmake │ │ │ │ │ │ ├── raybsub-HDF5options.cmake │ │ │ │ │ │ └── sbatch-HDF5options.cmake │ │ │ │ ├── userblockTest.cmake │ │ │ │ ├── version.plist.in │ │ │ │ ├── vfdTest.cmake │ │ │ │ └── volTest.cmake │ │ │ ├── gnu-warnings │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ ├── 7 │ │ │ │ ├── 8 │ │ │ │ ├── 9 │ │ │ │ ├── 4.8 │ │ │ │ ├── 4.8-4.last │ │ │ │ ├── 4.9 │ │ │ │ ├── 9.3 │ │ │ │ ├── cxx-4.8 │ │ │ │ ├── cxx-4.9 │ │ │ │ ├── cxx-5 │ │ │ │ ├── cxx-9 │ │ │ │ ├── cxx-developer-4.8 │ │ │ │ ├── cxx-error-5 │ │ │ │ ├── cxx-error-general │ │ │ │ ├── cxx-general │ │ │ │ ├── developer-10 │ │ │ │ ├── developer-12 │ │ │ │ ├── developer-4.8 │ │ │ │ ├── developer-7 │ │ │ │ ├── developer-8 │ │ │ │ ├── developer-general │ │ │ │ ├── error-5 │ │ │ │ ├── error-7 │ │ │ │ ├── error-8 │ │ │ │ ├── error-general │ │ │ │ ├── general │ │ │ │ ├── gfort-4.8 │ │ │ │ ├── gfort-6 │ │ │ │ ├── gfort-8 │ │ │ │ ├── gfort-developer-4.8 │ │ │ │ ├── gfort-developer-5 │ │ │ │ ├── gfort-developer-general │ │ │ │ ├── gfort-general │ │ │ │ ├── gfort-no-developer-4.8 │ │ │ │ ├── gfort-no-developer-general │ │ │ │ ├── no-cxx-developer-4.8 │ │ │ │ ├── no-developer-4.8 │ │ │ │ ├── no-developer-8 │ │ │ │ └── no-developer-general │ │ │ ├── intel-warnings │ │ │ │ ├── classic │ │ │ │ │ ├── 15 │ │ │ │ │ ├── 18 │ │ │ │ │ ├── developer-general │ │ │ │ │ ├── general │ │ │ │ │ ├── ifort-general │ │ │ │ │ ├── win-developer-general │ │ │ │ │ ├── win-general │ │ │ │ │ └── win-ifort-general │ │ │ │ └── oneapi │ │ │ │ │ ├── developer-general │ │ │ │ │ ├── general │ │ │ │ │ ├── ifort-general │ │ │ │ │ ├── win-developer-general │ │ │ │ │ ├── win-general │ │ │ │ │ └── win-ifort-general │ │ │ ├── libhdf5.pc.in │ │ │ └── lt_vers.am │ │ │ ├── hdf5.h │ │ │ ├── hl │ │ │ ├── CMakeLists.txt │ │ │ ├── c++ │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── src │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── H5PacketTable.cpp │ │ │ │ │ └── H5PacketTable.h │ │ │ └── src │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── H5DO.c │ │ │ │ ├── H5DOpublic.h │ │ │ │ ├── H5DS.c │ │ │ │ ├── H5DSprivate.h │ │ │ │ ├── H5DSpublic.h │ │ │ │ ├── H5HLprivate2.h │ │ │ │ ├── H5IM.c │ │ │ │ ├── H5IMprivate.h │ │ │ │ ├── H5IMpublic.h │ │ │ │ ├── H5LD.c │ │ │ │ ├── H5LDprivate.h │ │ │ │ ├── H5LDpublic.h │ │ │ │ ├── H5LT.c │ │ │ │ ├── H5LTanalyze.c │ │ │ │ ├── H5LTanalyze.l │ │ │ │ ├── H5LTparse.c │ │ │ │ ├── H5LTparse.h │ │ │ │ ├── H5LTparse.y │ │ │ │ ├── H5LTprivate.h │ │ │ │ ├── H5LTpublic.h │ │ │ │ ├── H5PT.c │ │ │ │ ├── H5PTprivate.h │ │ │ │ ├── H5PTpublic.h │ │ │ │ ├── H5TB.c │ │ │ │ ├── H5TBprivate.h │ │ │ │ ├── H5TBpublic.h │ │ │ │ └── hdf5_hl.h │ │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── H5.c │ │ │ ├── H5A.c │ │ │ ├── H5AC.c │ │ │ ├── H5ACdbg.c │ │ │ ├── H5ACmodule.h │ │ │ ├── H5ACmpio.c │ │ │ ├── H5ACpkg.h │ │ │ ├── H5ACprivate.h │ │ │ ├── H5ACproxy_entry.c │ │ │ ├── H5ACpublic.h │ │ │ ├── H5Abtree2.c │ │ │ ├── H5Adense.c │ │ │ ├── H5Adeprec.c │ │ │ ├── H5Aint.c │ │ │ ├── H5Amodule.h │ │ │ ├── H5Apkg.h │ │ │ ├── H5Aprivate.h │ │ │ ├── H5Apublic.h │ │ │ ├── H5Atest.c │ │ │ ├── H5B.c │ │ │ ├── H5B2.c │ │ │ ├── H5B2cache.c │ │ │ ├── H5B2dbg.c │ │ │ ├── H5B2hdr.c │ │ │ ├── H5B2int.c │ │ │ ├── H5B2internal.c │ │ │ ├── H5B2leaf.c │ │ │ ├── H5B2module.h │ │ │ ├── H5B2pkg.h │ │ │ ├── H5B2private.h │ │ │ ├── H5B2stat.c │ │ │ ├── H5B2test.c │ │ │ ├── H5Bcache.c │ │ │ ├── H5Bdbg.c │ │ │ ├── H5Bmodule.h │ │ │ ├── H5Bpkg.h │ │ │ ├── H5Bprivate.h │ │ │ ├── H5C.c │ │ │ ├── H5CX.c │ │ │ ├── H5CXmodule.h │ │ │ ├── H5CXprivate.h │ │ │ ├── H5Cdbg.c │ │ │ ├── H5Centry.c │ │ │ ├── H5Cepoch.c │ │ │ ├── H5Cimage.c │ │ │ ├── H5Cint.c │ │ │ ├── H5Clog.c │ │ │ ├── H5Clog.h │ │ │ ├── H5Clog_json.c │ │ │ ├── H5Clog_trace.c │ │ │ ├── H5Cmodule.h │ │ │ ├── H5Cmpio.c │ │ │ ├── H5Cpkg.h │ │ │ ├── H5Cprefetched.c │ │ │ ├── H5Cprivate.h │ │ │ ├── H5Cpublic.h │ │ │ ├── H5Cquery.c │ │ │ ├── H5Ctag.c │ │ │ ├── H5Ctest.c │ │ │ ├── H5D.c │ │ │ ├── H5Dbtree.c │ │ │ ├── H5Dbtree2.c │ │ │ ├── H5Dchunk.c │ │ │ ├── H5Dcompact.c │ │ │ ├── H5Dcontig.c │ │ │ ├── H5Ddbg.c │ │ │ ├── H5Ddeprec.c │ │ │ ├── H5Dearray.c │ │ │ ├── H5Defl.c │ │ │ ├── H5Dfarray.c │ │ │ ├── H5Dfill.c │ │ │ ├── H5Dint.c │ │ │ ├── H5Dio.c │ │ │ ├── H5Dlayout.c │ │ │ ├── H5Dmodule.h │ │ │ ├── H5Dmpio.c │ │ │ ├── H5Dnone.c │ │ │ ├── H5Doh.c │ │ │ ├── H5Dpkg.h │ │ │ ├── H5Dprivate.h │ │ │ ├── H5Dpublic.h │ │ │ ├── H5Dscatgath.c │ │ │ ├── H5Dselect.c │ │ │ ├── H5Dsingle.c │ │ │ ├── H5Dtest.c │ │ │ ├── H5Dvirtual.c │ │ │ ├── H5E.c │ │ │ ├── H5EA.c │ │ │ ├── H5EAcache.c │ │ │ ├── H5EAdbg.c │ │ │ ├── H5EAdblkpage.c │ │ │ ├── H5EAdblock.c │ │ │ ├── H5EAhdr.c │ │ │ ├── H5EAiblock.c │ │ │ ├── H5EAint.c │ │ │ ├── H5EAmodule.h │ │ │ ├── H5EApkg.h │ │ │ ├── H5EAprivate.h │ │ │ ├── H5EAsblock.c │ │ │ ├── H5EAstat.c │ │ │ ├── H5EAtest.c │ │ │ ├── H5ES.c │ │ │ ├── H5ESdevelop.h │ │ │ ├── H5ESevent.c │ │ │ ├── H5ESint.c │ │ │ ├── H5ESlist.c │ │ │ ├── H5ESmodule.h │ │ │ ├── H5ESpkg.h │ │ │ ├── H5ESprivate.h │ │ │ ├── H5ESpublic.h │ │ │ ├── H5Edefin.h │ │ │ ├── H5Edeprec.c │ │ │ ├── H5Einit.h │ │ │ ├── H5Eint.c │ │ │ ├── H5Emajdef.h │ │ │ ├── H5Emindef.h │ │ │ ├── H5Emodule.h │ │ │ ├── H5Epkg.h │ │ │ ├── H5Eprivate.h │ │ │ ├── H5Epubgen.h │ │ │ ├── H5Epublic.h │ │ │ ├── H5Eterm.h │ │ │ ├── H5F.c │ │ │ ├── H5FA.c │ │ │ ├── H5FAcache.c │ │ │ ├── H5FAdbg.c │ │ │ ├── H5FAdblkpage.c │ │ │ ├── H5FAdblock.c │ │ │ ├── H5FAhdr.c │ │ │ ├── H5FAint.c │ │ │ ├── H5FAmodule.h │ │ │ ├── H5FApkg.h │ │ │ ├── H5FAprivate.h │ │ │ ├── H5FAstat.c │ │ │ ├── H5FAtest.c │ │ │ ├── H5FD.c │ │ │ ├── H5FDcore.c │ │ │ ├── H5FDcore.h │ │ │ ├── H5FDdevelop.h │ │ │ ├── H5FDdirect.c │ │ │ ├── H5FDdirect.h │ │ │ ├── H5FDdrvr_module.h │ │ │ ├── H5FDfamily.c │ │ │ ├── H5FDfamily.h │ │ │ ├── H5FDhdfs.c │ │ │ ├── H5FDhdfs.h │ │ │ ├── H5FDint.c │ │ │ ├── H5FDlog.c │ │ │ ├── H5FDlog.h │ │ │ ├── H5FDmirror.c │ │ │ ├── H5FDmirror.h │ │ │ ├── H5FDmirror_priv.h │ │ │ ├── H5FDmodule.h │ │ │ ├── H5FDmpi.c │ │ │ ├── H5FDmpi.h │ │ │ ├── H5FDmpio.c │ │ │ ├── H5FDmpio.h │ │ │ ├── H5FDmulti.c │ │ │ ├── H5FDmulti.h │ │ │ ├── H5FDonion.c │ │ │ ├── H5FDonion.h │ │ │ ├── H5FDonion_header.c │ │ │ ├── H5FDonion_header.h │ │ │ ├── H5FDonion_history.c │ │ │ ├── H5FDonion_history.h │ │ │ ├── H5FDonion_index.c │ │ │ ├── H5FDonion_index.h │ │ │ ├── H5FDonion_priv.h │ │ │ ├── H5FDperform.c │ │ │ ├── H5FDpkg.h │ │ │ ├── H5FDprivate.h │ │ │ ├── H5FDpublic.h │ │ │ ├── H5FDros3.c │ │ │ ├── H5FDros3.h │ │ │ ├── H5FDs3comms.c │ │ │ ├── H5FDs3comms.h │ │ │ ├── H5FDsec2.c │ │ │ ├── H5FDsec2.h │ │ │ ├── H5FDspace.c │ │ │ ├── H5FDsplitter.c │ │ │ ├── H5FDsplitter.h │ │ │ ├── H5FDstdio.c │ │ │ ├── H5FDstdio.h │ │ │ ├── H5FDsubfiling │ │ │ ├── CMakeLists.txt │ │ │ ├── H5FDioc.c │ │ │ ├── H5FDioc.h │ │ │ ├── H5FDioc_int.c │ │ │ ├── H5FDioc_priv.h │ │ │ ├── H5FDioc_threads.c │ │ │ ├── H5FDsubfile_int.c │ │ │ ├── H5FDsubfiling.c │ │ │ ├── H5FDsubfiling.h │ │ │ ├── H5FDsubfiling_priv.h │ │ │ ├── H5subfiling_common.c │ │ │ ├── H5subfiling_common.h │ │ │ └── mercury │ │ │ │ ├── LICENSE.txt │ │ │ │ └── src │ │ │ │ └── util │ │ │ │ ├── mercury_compiler_attributes.h │ │ │ │ ├── mercury_queue.h │ │ │ │ ├── mercury_thread.c │ │ │ │ ├── mercury_thread.h │ │ │ │ ├── mercury_thread_annotation.h │ │ │ │ ├── mercury_thread_condition.c │ │ │ │ ├── mercury_thread_condition.h │ │ │ │ ├── mercury_thread_mutex.c │ │ │ │ ├── mercury_thread_mutex.h │ │ │ │ ├── mercury_thread_pool.c │ │ │ │ ├── mercury_thread_pool.h │ │ │ │ ├── mercury_util_config.h │ │ │ │ └── mercury_util_error.h │ │ │ ├── H5FDtest.c │ │ │ ├── H5FDwindows.c │ │ │ ├── H5FDwindows.h │ │ │ ├── H5FL.c │ │ │ ├── H5FLmodule.h │ │ │ ├── H5FLprivate.h │ │ │ ├── H5FO.c │ │ │ ├── H5FOprivate.h │ │ │ ├── H5FS.c │ │ │ ├── H5FScache.c │ │ │ ├── H5FSdbg.c │ │ │ ├── H5FSint.c │ │ │ ├── H5FSmodule.h │ │ │ ├── H5FSpkg.h │ │ │ ├── H5FSprivate.h │ │ │ ├── H5FSsection.c │ │ │ ├── H5FSstat.c │ │ │ ├── H5FStest.c │ │ │ ├── H5Faccum.c │ │ │ ├── H5Fcwfs.c │ │ │ ├── H5Fdbg.c │ │ │ ├── H5Fdeprec.c │ │ │ ├── H5Fefc.c │ │ │ ├── H5Ffake.c │ │ │ ├── H5Fint.c │ │ │ ├── H5Fio.c │ │ │ ├── H5Fmodule.h │ │ │ ├── H5Fmount.c │ │ │ ├── H5Fmpi.c │ │ │ ├── H5Fpkg.h │ │ │ ├── H5Fprivate.h │ │ │ ├── H5Fpublic.h │ │ │ ├── H5Fquery.c │ │ │ ├── H5Fsfile.c │ │ │ ├── H5Fspace.c │ │ │ ├── H5Fsuper.c │ │ │ ├── H5Fsuper_cache.c │ │ │ ├── H5Ftest.c │ │ │ ├── H5G.c │ │ │ ├── H5Gbtree2.c │ │ │ ├── H5Gcache.c │ │ │ ├── H5Gcompact.c │ │ │ ├── H5Gdense.c │ │ │ ├── H5Gdeprec.c │ │ │ ├── H5Gent.c │ │ │ ├── H5Gint.c │ │ │ ├── H5Glink.c │ │ │ ├── H5Gloc.c │ │ │ ├── H5Gmodule.h │ │ │ ├── H5Gname.c │ │ │ ├── H5Gnode.c │ │ │ ├── H5Gobj.c │ │ │ ├── H5Goh.c │ │ │ ├── H5Gpkg.h │ │ │ ├── H5Gprivate.h │ │ │ ├── H5Gpublic.h │ │ │ ├── H5Groot.c │ │ │ ├── H5Gstab.c │ │ │ ├── H5Gtest.c │ │ │ ├── H5Gtraverse.c │ │ │ ├── H5HF.c │ │ │ ├── H5HFbtree2.c │ │ │ ├── H5HFcache.c │ │ │ ├── H5HFdbg.c │ │ │ ├── H5HFdblock.c │ │ │ ├── H5HFdtable.c │ │ │ ├── H5HFhdr.c │ │ │ ├── H5HFhuge.c │ │ │ ├── H5HFiblock.c │ │ │ ├── H5HFiter.c │ │ │ ├── H5HFman.c │ │ │ ├── H5HFmodule.h │ │ │ ├── H5HFpkg.h │ │ │ ├── H5HFprivate.h │ │ │ ├── H5HFsection.c │ │ │ ├── H5HFspace.c │ │ │ ├── H5HFstat.c │ │ │ ├── H5HFtest.c │ │ │ ├── H5HFtiny.c │ │ │ ├── H5HG.c │ │ │ ├── H5HGcache.c │ │ │ ├── H5HGdbg.c │ │ │ ├── H5HGmodule.h │ │ │ ├── H5HGpkg.h │ │ │ ├── H5HGprivate.h │ │ │ ├── H5HGquery.c │ │ │ ├── H5HL.c │ │ │ ├── H5HLcache.c │ │ │ ├── H5HLdbg.c │ │ │ ├── H5HLdblk.c │ │ │ ├── H5HLint.c │ │ │ ├── H5HLmodule.h │ │ │ ├── H5HLpkg.h │ │ │ ├── H5HLprfx.c │ │ │ ├── H5HLprivate.h │ │ │ ├── H5I.c │ │ │ ├── H5Idbg.c │ │ │ ├── H5Idevelop.h │ │ │ ├── H5Iint.c │ │ │ ├── H5Imodule.h │ │ │ ├── H5Ipkg.h │ │ │ ├── H5Iprivate.h │ │ │ ├── H5Ipublic.h │ │ │ ├── H5Itest.c │ │ │ ├── H5L.c │ │ │ ├── H5Ldeprec.c │ │ │ ├── H5Ldevelop.h │ │ │ ├── H5Lexternal.c │ │ │ ├── H5Lint.c │ │ │ ├── H5Lmodule.h │ │ │ ├── H5Lpkg.h │ │ │ ├── H5Lprivate.h │ │ │ ├── H5Lpublic.h │ │ │ ├── H5M.c │ │ │ ├── H5MF.c │ │ │ ├── H5MFaggr.c │ │ │ ├── H5MFdbg.c │ │ │ ├── H5MFmodule.h │ │ │ ├── H5MFpkg.h │ │ │ ├── H5MFprivate.h │ │ │ ├── H5MFsection.c │ │ │ ├── H5MM.c │ │ │ ├── H5MMprivate.h │ │ │ ├── H5MMpublic.h │ │ │ ├── H5Mmodule.h │ │ │ ├── H5Mpkg.h │ │ │ ├── H5Mprivate.h │ │ │ ├── H5Mpublic.h │ │ │ ├── H5O.c │ │ │ ├── H5Oainfo.c │ │ │ ├── H5Oalloc.c │ │ │ ├── H5Oattr.c │ │ │ ├── H5Oattribute.c │ │ │ ├── H5Obogus.c │ │ │ ├── H5Obtreek.c │ │ │ ├── H5Ocache.c │ │ │ ├── H5Ocache_image.c │ │ │ ├── H5Ochunk.c │ │ │ ├── H5Ocont.c │ │ │ ├── H5Ocopy.c │ │ │ ├── H5Ocopy_ref.c │ │ │ ├── H5Odbg.c │ │ │ ├── H5Odeprec.c │ │ │ ├── H5Odrvinfo.c │ │ │ ├── H5Odtype.c │ │ │ ├── H5Oefl.c │ │ │ ├── H5Ofill.c │ │ │ ├── H5Oflush.c │ │ │ ├── H5Ofsinfo.c │ │ │ ├── H5Oginfo.c │ │ │ ├── H5Oint.c │ │ │ ├── H5Olayout.c │ │ │ ├── H5Olinfo.c │ │ │ ├── H5Olink.c │ │ │ ├── H5Omessage.c │ │ │ ├── H5Omodule.h │ │ │ ├── H5Omtime.c │ │ │ ├── H5Oname.c │ │ │ ├── H5Onull.c │ │ │ ├── H5Opkg.h │ │ │ ├── H5Opline.c │ │ │ ├── H5Oprivate.h │ │ │ ├── H5Opublic.h │ │ │ ├── H5Orefcount.c │ │ │ ├── H5Osdspace.c │ │ │ ├── H5Oshared.c │ │ │ ├── H5Oshared.h │ │ │ ├── H5Oshmesg.c │ │ │ ├── H5Ostab.c │ │ │ ├── H5Otest.c │ │ │ ├── H5Ounknown.c │ │ │ ├── H5P.c │ │ │ ├── H5PB.c │ │ │ ├── H5PBmodule.h │ │ │ ├── H5PBpkg.h │ │ │ ├── H5PBprivate.h │ │ │ ├── H5PL.c │ │ │ ├── H5PLextern.h │ │ │ ├── H5PLint.c │ │ │ ├── H5PLmodule.h │ │ │ ├── H5PLpath.c │ │ │ ├── H5PLpkg.h │ │ │ ├── H5PLplugin_cache.c │ │ │ ├── H5PLprivate.h │ │ │ ├── H5PLpublic.h │ │ │ ├── H5Pacpl.c │ │ │ ├── H5Pdapl.c │ │ │ ├── H5Pdcpl.c │ │ │ ├── H5Pdeprec.c │ │ │ ├── H5Pdxpl.c │ │ │ ├── H5Pencdec.c │ │ │ ├── H5Pfapl.c │ │ │ ├── H5Pfcpl.c │ │ │ ├── H5Pfmpl.c │ │ │ ├── H5Pgcpl.c │ │ │ ├── H5Pint.c │ │ │ ├── H5Plapl.c │ │ │ ├── H5Plcpl.c │ │ │ ├── H5Pmapl.c │ │ │ ├── H5Pmcpl.c │ │ │ ├── H5Pmodule.h │ │ │ ├── H5Pocpl.c │ │ │ ├── H5Pocpypl.c │ │ │ ├── H5Ppkg.h │ │ │ ├── H5Pprivate.h │ │ │ ├── H5Ppublic.h │ │ │ ├── H5Pstrcpl.c │ │ │ ├── H5Ptest.c │ │ │ ├── H5R.c │ │ │ ├── H5RS.c │ │ │ ├── H5RSmodule.h │ │ │ ├── H5RSprivate.h │ │ │ ├── H5Rdeprec.c │ │ │ ├── H5Rint.c │ │ │ ├── H5Rmodule.h │ │ │ ├── H5Rpkg.h │ │ │ ├── H5Rprivate.h │ │ │ ├── H5Rpublic.h │ │ │ ├── H5S.c │ │ │ ├── H5SL.c │ │ │ ├── H5SLmodule.h │ │ │ ├── H5SLprivate.h │ │ │ ├── H5SM.c │ │ │ ├── H5SMbtree2.c │ │ │ ├── H5SMcache.c │ │ │ ├── H5SMmessage.c │ │ │ ├── H5SMmodule.h │ │ │ ├── H5SMpkg.h │ │ │ ├── H5SMprivate.h │ │ │ ├── H5SMtest.c │ │ │ ├── H5Sall.c │ │ │ ├── H5Sdbg.c │ │ │ ├── H5Sdeprec.c │ │ │ ├── H5Shyper.c │ │ │ ├── H5Smodule.h │ │ │ ├── H5Smpio.c │ │ │ ├── H5Snone.c │ │ │ ├── H5Spkg.h │ │ │ ├── H5Spoint.c │ │ │ ├── H5Sprivate.h │ │ │ ├── H5Spublic.h │ │ │ ├── H5Sselect.c │ │ │ ├── H5Stest.c │ │ │ ├── H5T.c │ │ │ ├── H5TS.c │ │ │ ├── H5TSdevelop.h │ │ │ ├── H5TSprivate.h │ │ │ ├── H5Tarray.c │ │ │ ├── H5Tbit.c │ │ │ ├── H5Tcommit.c │ │ │ ├── H5Tcompound.c │ │ │ ├── H5Tconv.c │ │ │ ├── H5Tconv.h │ │ │ ├── H5Tconv_array.c │ │ │ ├── H5Tconv_array.h │ │ │ ├── H5Tconv_bitfield.c │ │ │ ├── H5Tconv_bitfield.h │ │ │ ├── H5Tconv_compound.c │ │ │ ├── H5Tconv_compound.h │ │ │ ├── H5Tconv_enum.c │ │ │ ├── H5Tconv_enum.h │ │ │ ├── H5Tconv_float.c │ │ │ ├── H5Tconv_float.h │ │ │ ├── H5Tconv_integer.c │ │ │ ├── H5Tconv_integer.h │ │ │ ├── H5Tconv_macros.h │ │ │ ├── H5Tconv_reference.c │ │ │ ├── H5Tconv_reference.h │ │ │ ├── H5Tconv_string.c │ │ │ ├── H5Tconv_string.h │ │ │ ├── H5Tconv_vlen.c │ │ │ ├── H5Tconv_vlen.h │ │ │ ├── H5Tcset.c │ │ │ ├── H5Tdbg.c │ │ │ ├── H5Tdeprec.c │ │ │ ├── H5Tdevelop.h │ │ │ ├── H5Tenum.c │ │ │ ├── H5Tfields.c │ │ │ ├── H5Tfixed.c │ │ │ ├── H5Tfloat.c │ │ │ ├── H5Tinit_float.c │ │ │ ├── H5Tmodule.h │ │ │ ├── H5Tnative.c │ │ │ ├── H5Toffset.c │ │ │ ├── H5Toh.c │ │ │ ├── H5Topaque.c │ │ │ ├── H5Torder.c │ │ │ ├── H5Tpad.c │ │ │ ├── H5Tpkg.h │ │ │ ├── H5Tprecis.c │ │ │ ├── H5Tprivate.h │ │ │ ├── H5Tpublic.h │ │ │ ├── H5Tref.c │ │ │ ├── H5Tstrpad.c │ │ │ ├── H5Tvisit.c │ │ │ ├── H5Tvlen.c │ │ │ ├── H5UC.c │ │ │ ├── H5UCprivate.h │ │ │ ├── H5VL.c │ │ │ ├── H5VLcallback.c │ │ │ ├── H5VLconnector.h │ │ │ ├── H5VLconnector_passthru.h │ │ │ ├── H5VLdyn_ops.c │ │ │ ├── H5VLint.c │ │ │ ├── H5VLmodule.h │ │ │ ├── H5VLnative.c │ │ │ ├── H5VLnative.h │ │ │ ├── H5VLnative_attr.c │ │ │ ├── H5VLnative_blob.c │ │ │ ├── H5VLnative_dataset.c │ │ │ ├── H5VLnative_datatype.c │ │ │ ├── H5VLnative_file.c │ │ │ ├── H5VLnative_group.c │ │ │ ├── H5VLnative_introspect.c │ │ │ ├── H5VLnative_link.c │ │ │ ├── H5VLnative_object.c │ │ │ ├── H5VLnative_private.h │ │ │ ├── H5VLnative_token.c │ │ │ ├── H5VLpassthru.c │ │ │ ├── H5VLpassthru.h │ │ │ ├── H5VLpkg.h │ │ │ ├── H5VLprivate.h │ │ │ ├── H5VLpublic.h │ │ │ ├── H5VLtest.c │ │ │ ├── H5VM.c │ │ │ ├── H5VMprivate.h │ │ │ ├── H5WB.c │ │ │ ├── H5WBprivate.h │ │ │ ├── H5Z.c │ │ │ ├── H5Zdeflate.c │ │ │ ├── H5Zdevelop.h │ │ │ ├── H5Zfletcher32.c │ │ │ ├── H5Zmodule.h │ │ │ ├── H5Znbit.c │ │ │ ├── H5Zpkg.h │ │ │ ├── H5Zprivate.h │ │ │ ├── H5Zpublic.h │ │ │ ├── H5Zscaleoffset.c │ │ │ ├── H5Zshuffle.c │ │ │ ├── H5Zszip.c │ │ │ ├── H5Ztrans.c │ │ │ ├── H5api_adpt.h │ │ │ ├── H5build_settings.autotools.c.in │ │ │ ├── H5build_settings.cmake.c.in │ │ │ ├── H5build_settings.off.c.in │ │ │ ├── H5checksum.c │ │ │ ├── H5config.h.in │ │ │ ├── H5dbg.c │ │ │ ├── H5encode.h │ │ │ ├── H5err.txt │ │ │ ├── H5module.h │ │ │ ├── H5mpi.c │ │ │ ├── H5overflow.h │ │ │ ├── H5overflow.txt │ │ │ ├── H5private.h │ │ │ ├── H5public.h │ │ │ ├── H5system.c │ │ │ ├── H5timer.c │ │ │ ├── H5trace.c │ │ │ ├── H5vers.txt │ │ │ ├── H5version.h │ │ │ ├── H5win32defs.h │ │ │ ├── hdf5.h │ │ │ ├── itk_hdf5_mangle.h.in │ │ │ ├── libhdf5.settings.autotools.in │ │ │ ├── libhdf5.settings.cmake.in │ │ │ └── uthash.h │ ├── JPEG │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itk_jpeg.h.in │ │ │ ├── itkjpeg-turbo │ │ │ ├── CMakeLists.txt │ │ │ ├── LICENSE.md │ │ │ ├── README.ijg │ │ │ ├── README.md │ │ │ ├── itk_jpeg_mangle.h.in │ │ │ ├── jaricom.c │ │ │ ├── jcapimin.c │ │ │ ├── jcapistd.c │ │ │ ├── jcarith.c │ │ │ ├── jccoefct.c │ │ │ ├── jccolext.c │ │ │ ├── jccolor.c │ │ │ ├── jcdctmgr.c │ │ │ ├── jcdiffct.c │ │ │ ├── jchuff.c │ │ │ ├── jchuff.h │ │ │ ├── jcicc.c │ │ │ ├── jcinit.c │ │ │ ├── jclhuff.c │ │ │ ├── jclossls.c │ │ │ ├── jcmainct.c │ │ │ ├── jcmarker.c │ │ │ ├── jcmaster.c │ │ │ ├── jcmaster.h │ │ │ ├── jcomapi.c │ │ │ ├── jconfig.h.in │ │ │ ├── jconfigint.h.in │ │ │ ├── jcparam.c │ │ │ ├── jcphuff.c │ │ │ ├── jcprepct.c │ │ │ ├── jcsample.c │ │ │ ├── jcstest.c │ │ │ ├── jctrans.c │ │ │ ├── jdapimin.c │ │ │ ├── jdapistd.c │ │ │ ├── jdarith.c │ │ │ ├── jdatadst-tj.c │ │ │ ├── jdatadst.c │ │ │ ├── jdatasrc-tj.c │ │ │ ├── jdatasrc.c │ │ │ ├── jdcoefct.c │ │ │ ├── jdcoefct.h │ │ │ ├── jdcol565.c │ │ │ ├── jdcolext.c │ │ │ ├── jdcolor.c │ │ │ ├── jdct.h │ │ │ ├── jddctmgr.c │ │ │ ├── jddiffct.c │ │ │ ├── jdhuff.c │ │ │ ├── jdhuff.h │ │ │ ├── jdicc.c │ │ │ ├── jdinput.c │ │ │ ├── jdlhuff.c │ │ │ ├── jdlossls.c │ │ │ ├── jdmainct.c │ │ │ ├── jdmainct.h │ │ │ ├── jdmarker.c │ │ │ ├── jdmaster.c │ │ │ ├── jdmaster.h │ │ │ ├── jdmerge.c │ │ │ ├── jdmerge.h │ │ │ ├── jdmrg565.c │ │ │ ├── jdmrgext.c │ │ │ ├── jdphuff.c │ │ │ ├── jdpostct.c │ │ │ ├── jdsample.c │ │ │ ├── jdsample.h │ │ │ ├── jdtrans.c │ │ │ ├── jerror.c │ │ │ ├── jerror.h │ │ │ ├── jfdctflt.c │ │ │ ├── jfdctfst.c │ │ │ ├── jfdctint.c │ │ │ ├── jidctflt.c │ │ │ ├── jidctfst.c │ │ │ ├── jidctint.c │ │ │ ├── jidctred.c │ │ │ ├── jinclude.h │ │ │ ├── jlossls.h │ │ │ ├── jmemmgr.c │ │ │ ├── jmemnobs.c │ │ │ ├── jmemsys.h │ │ │ ├── jmorecfg.h │ │ │ ├── jpeg_nbits.c │ │ │ ├── jpeg_nbits.h │ │ │ ├── jpegapicomp.h │ │ │ ├── jpegint.h │ │ │ ├── jpeglib.h │ │ │ ├── jpegtran.c │ │ │ ├── jquant1.c │ │ │ ├── jquant2.c │ │ │ ├── jsamplecomp.h │ │ │ ├── jsimd.h │ │ │ ├── jsimddct.h │ │ │ ├── jstdhuff.c │ │ │ ├── jutils.c │ │ │ └── jversion.h.in │ │ │ └── itkjpeg │ │ │ ├── CMakeLists.txt │ │ │ ├── README │ │ │ ├── README.ITK.txt │ │ │ ├── change.log │ │ │ ├── itk_jpeg_mangle.h.in │ │ │ ├── jaricom.c │ │ │ ├── jcapimin.c │ │ │ ├── jcapistd.c │ │ │ ├── jcarith.c │ │ │ ├── jccoefct.c │ │ │ ├── jccolor.c │ │ │ ├── jcdctmgr.c │ │ │ ├── jchuff.c │ │ │ ├── jcinit.c │ │ │ ├── jcmainct.c │ │ │ ├── jcmarker.c │ │ │ ├── jcmaster.c │ │ │ ├── jcomapi.c │ │ │ ├── jconfig.h │ │ │ ├── jcparam.c │ │ │ ├── jcprepct.c │ │ │ ├── jcsample.c │ │ │ ├── jctrans.c │ │ │ ├── jdapimin.c │ │ │ ├── jdapistd.c │ │ │ ├── jdarith.c │ │ │ ├── jdatadst.c │ │ │ ├── jdatasrc.c │ │ │ ├── jdcoefct.c │ │ │ ├── jdcolor.c │ │ │ ├── jdct.h │ │ │ ├── jddctmgr.c │ │ │ ├── jdhuff.c │ │ │ ├── jdinput.c │ │ │ ├── jdmainct.c │ │ │ ├── jdmarker.c │ │ │ ├── jdmaster.c │ │ │ ├── jdmerge.c │ │ │ ├── jdpostct.c │ │ │ ├── jdsample.c │ │ │ ├── jdtrans.c │ │ │ ├── jerror.c │ │ │ ├── jerror.h │ │ │ ├── jfdctflt.c │ │ │ ├── jfdctfst.c │ │ │ ├── jfdctint.c │ │ │ ├── jidctflt.c │ │ │ ├── jidctfst.c │ │ │ ├── jidctint.c │ │ │ ├── jinclude.h │ │ │ ├── jmemmgr.c │ │ │ ├── jmemnobs.c │ │ │ ├── jmemsys.h │ │ │ ├── jmorecfg.h │ │ │ ├── jpegDllConfig.h.in │ │ │ ├── jpegint.h │ │ │ ├── jpeglib.h │ │ │ ├── jquant1.c │ │ │ ├── jquant2.c │ │ │ ├── jutils.c │ │ │ └── jversion.h │ ├── KWSys │ │ ├── CMakeLists.txt │ │ ├── README.md │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── KWSys │ │ │ ├── Base64.c │ │ │ ├── Base64.h.in │ │ │ ├── CMakeLists.txt │ │ │ ├── CONTRIBUTING.rst │ │ │ ├── CTestConfig.cmake │ │ │ ├── CTestCustom.cmake.in │ │ │ ├── CommandLineArguments.cxx │ │ │ ├── CommandLineArguments.hxx.in │ │ │ ├── Configure.h.in │ │ │ ├── Configure.hxx.in │ │ │ ├── ConsoleBuf.hxx.in │ │ │ ├── Copyright.txt │ │ │ ├── Directory.cxx │ │ │ ├── Directory.hxx.in │ │ │ ├── DynamicLoader.cxx │ │ │ ├── DynamicLoader.hxx.in │ │ │ ├── Encoding.h.in │ │ │ ├── Encoding.hxx.in │ │ │ ├── EncodingC.c │ │ │ ├── EncodingCXX.cxx │ │ │ ├── ExtraTest.cmake.in │ │ │ ├── FStream.cxx │ │ │ ├── FStream.hxx.in │ │ │ ├── Glob.cxx │ │ │ ├── Glob.hxx.in │ │ │ ├── MD5.c │ │ │ ├── MD5.h.in │ │ │ ├── Process.h.in │ │ │ ├── ProcessUNIX.c │ │ │ ├── ProcessWin32.c │ │ │ ├── README.rst │ │ │ ├── RegularExpression.cxx │ │ │ ├── RegularExpression.hxx.in │ │ │ ├── Status.cxx │ │ │ ├── Status.hxx.in │ │ │ ├── String.c │ │ │ ├── String.h.in │ │ │ ├── System.c │ │ │ ├── System.h.in │ │ │ ├── SystemInformation.cxx │ │ │ ├── SystemInformation.hxx.in │ │ │ ├── SystemTools.cxx │ │ │ ├── SystemTools.hxx.in │ │ │ ├── Terminal.c │ │ │ ├── Terminal.h.in │ │ │ ├── kwsysHeaderDump.pl │ │ │ ├── kwsysPlatformTests.cmake │ │ │ ├── kwsysPlatformTestsC.c │ │ │ ├── kwsysPlatformTestsCXX.cxx │ │ │ ├── kwsysPrivate.h │ │ │ ├── testCommandLineArguments.cxx │ │ │ ├── testCommandLineArguments1.cxx │ │ │ ├── testConfigure.cxx │ │ │ ├── testConsoleBuf.cxx │ │ │ ├── testConsoleBuf.hxx │ │ │ ├── testConsoleBufChild.cxx │ │ │ ├── testDirectory.cxx │ │ │ ├── testDynamicLoader.cxx │ │ │ ├── testDynload.c │ │ │ ├── testDynload.h │ │ │ ├── testDynloadImpl.c │ │ │ ├── testDynloadImpl.h │ │ │ ├── testDynloadUse.c │ │ │ ├── testEncode.c │ │ │ ├── testEncoding.cxx │ │ │ ├── testFStream.cxx │ │ │ ├── testFail.c │ │ │ ├── testProcess.c │ │ │ ├── testStatus.cxx │ │ │ ├── testSystemInformation.cxx │ │ │ ├── testSystemTools.bin │ │ │ ├── testSystemTools.cxx │ │ │ ├── testSystemTools.h.in │ │ │ └── testTerminal.c │ ├── MINC │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module-init.cmake │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itk_minc2.h.in │ │ │ └── libminc │ │ │ ├── AUTHORS │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYING │ │ │ ├── ChangeLog │ │ │ ├── INSTALL │ │ │ ├── LIBMINCConfig.cmake.in │ │ │ ├── NEWS │ │ │ ├── README │ │ │ ├── README.release │ │ │ ├── UseLIBMINC.cmake.in │ │ │ ├── check_clock_gettime.c │ │ │ ├── config.h.cmake │ │ │ ├── libcommon │ │ │ ├── ParseArgv.c │ │ │ ├── ParseArgv.h │ │ │ ├── minc2_error.c │ │ │ ├── minc2_error.h │ │ │ ├── minc_common_defs.h │ │ │ ├── minc_config.c │ │ │ ├── minc_config.h │ │ │ ├── minc_error.c │ │ │ ├── minc_error.h │ │ │ ├── read_file_names.c │ │ │ ├── read_file_names.h │ │ │ ├── restructure.c │ │ │ ├── restructure.h │ │ │ ├── time_stamp.c │ │ │ └── time_stamp.h │ │ │ ├── libsrc │ │ │ ├── Make.com │ │ │ ├── config.h.msvc-win32 │ │ │ ├── dim_conversion.c │ │ │ ├── hdf_convenience.c │ │ │ ├── hdf_convenience.h │ │ │ ├── image_conversion.c │ │ │ ├── minc.h │ │ │ ├── minc_basic.h │ │ │ ├── minc_compat.c │ │ │ ├── minc_compat.h │ │ │ ├── minc_convenience.c │ │ │ ├── minc_format_convert.c │ │ │ ├── minc_format_convert.h │ │ │ ├── minc_private.h │ │ │ ├── minc_routines.h │ │ │ ├── minc_simple.c │ │ │ ├── minc_simple.h │ │ │ ├── minc_structures.h │ │ │ ├── minc_useful.h │ │ │ ├── minc_varlists.h │ │ │ ├── nd_loop.c │ │ │ ├── nd_loop.h │ │ │ ├── netcdf_convenience.c │ │ │ ├── strdup.c │ │ │ ├── type_limits.h │ │ │ ├── value_conversion.c │ │ │ ├── voxel_loop.c │ │ │ └── voxel_loop.h │ │ │ ├── libsrc2 │ │ │ ├── convert.c │ │ │ ├── datatype.c │ │ │ ├── dimension.c │ │ │ ├── free.c │ │ │ ├── grpattr.c │ │ │ ├── hyper.c │ │ │ ├── label.c │ │ │ ├── m2util.c │ │ │ ├── minc2.h │ │ │ ├── minc2_api.h │ │ │ ├── minc2_defs.h │ │ │ ├── minc2_private.h │ │ │ ├── minc2_structs.h │ │ │ ├── minc_compat2.h │ │ │ ├── record.c │ │ │ ├── slice.c │ │ │ ├── valid.c │ │ │ ├── volprops.c │ │ │ └── volume.c │ │ │ ├── nifti │ │ │ ├── nifti1.h │ │ │ ├── nifti1_io.c │ │ │ ├── nifti1_io.h │ │ │ ├── znzlib.c │ │ │ └── znzlib.h │ │ │ └── volume_io │ │ │ ├── Geometry │ │ │ ├── colour.c │ │ │ ├── colour_def.c │ │ │ ├── gaussian.c │ │ │ ├── inverse.c │ │ │ ├── newton.c │ │ │ ├── points.c │ │ │ ├── splines.c │ │ │ ├── tensors.c │ │ │ └── transforms.c │ │ │ ├── HeaderFiles │ │ │ ├── Include │ │ │ ├── internal_volume_io.h │ │ │ ├── volume_io.h │ │ │ └── volume_io │ │ │ │ ├── alloc.h │ │ │ │ ├── arrays.h │ │ │ │ ├── basic.h │ │ │ │ ├── def_math.h │ │ │ │ ├── files.h │ │ │ │ ├── geom_structs.h │ │ │ │ ├── geometry.h │ │ │ │ ├── multidim.h │ │ │ │ ├── progress.h │ │ │ │ ├── string_funcs.h │ │ │ │ ├── system_dependent.h │ │ │ │ ├── transforms.h │ │ │ │ ├── vol_io_prototypes.h │ │ │ │ ├── volume.h │ │ │ │ └── volume_cache.h │ │ │ ├── MNI_formats │ │ │ ├── gen_xf_io.c │ │ │ ├── gen_xfs.c │ │ │ ├── grid_transforms.c │ │ │ ├── mni_io.c │ │ │ ├── tag_points.c │ │ │ └── thin_plate_spline.c │ │ │ ├── ProgFiles │ │ │ ├── Prog_utils │ │ │ ├── alloc.c │ │ │ ├── alloc_check.c │ │ │ ├── arrays.c │ │ │ ├── files.c │ │ │ ├── print.c │ │ │ ├── progress.c │ │ │ ├── string.c │ │ │ └── time.c │ │ │ ├── SourceFiles │ │ │ ├── Volumes │ │ │ ├── evaluate.c │ │ │ ├── get_hyperslab.c │ │ │ ├── input_free.c │ │ │ ├── input_mgh.c │ │ │ ├── input_mgh.h │ │ │ ├── input_mnc.c │ │ │ ├── input_mnc2.c │ │ │ ├── input_nifti.c │ │ │ ├── input_nifti.h │ │ │ ├── input_nrrd.c │ │ │ ├── input_nrrd.h │ │ │ ├── input_volume.c │ │ │ ├── multidim_arrays.c │ │ │ ├── output_mnc.c │ │ │ ├── output_mnc2.c │ │ │ ├── output_volume.c │ │ │ ├── set_hyperslab.c │ │ │ ├── volume_cache.c │ │ │ └── volumes.c │ │ │ └── example │ │ │ └── convert_volume_to_byte.c │ ├── MetaIO │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── MetaIO │ │ │ ├── License.txt │ │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── doc │ │ │ └── README.txt │ │ │ ├── localMetaConfiguration.h │ │ │ ├── metaArray.cxx │ │ │ ├── metaArray.h │ │ │ ├── metaArrow.cxx │ │ │ ├── metaArrow.h │ │ │ ├── metaBlob.cxx │ │ │ ├── metaBlob.h │ │ │ ├── metaCommand.cxx │ │ │ ├── metaCommand.h │ │ │ ├── metaContour.cxx │ │ │ ├── metaContour.h │ │ │ ├── metaDTITube.cxx │ │ │ ├── metaDTITube.h │ │ │ ├── metaEllipse.cxx │ │ │ ├── metaEllipse.h │ │ │ ├── metaEvent.h │ │ │ ├── metaFEMObject.cxx │ │ │ ├── metaFEMObject.h │ │ │ ├── metaForm.cxx │ │ │ ├── metaForm.h │ │ │ ├── metaGaussian.cxx │ │ │ ├── metaGaussian.h │ │ │ ├── metaGroup.cxx │ │ │ ├── metaGroup.h │ │ │ ├── metaIOConfig.h.in │ │ │ ├── metaImage.cxx │ │ │ ├── metaImage.h │ │ │ ├── metaImageTypes.h │ │ │ ├── metaImageUtils.cxx │ │ │ ├── metaImageUtils.h │ │ │ ├── metaLandmark.cxx │ │ │ ├── metaLandmark.h │ │ │ ├── metaLine.cxx │ │ │ ├── metaLine.h │ │ │ ├── metaMesh.cxx │ │ │ ├── metaMesh.h │ │ │ ├── metaObject.cxx │ │ │ ├── metaObject.h │ │ │ ├── metaScene.cxx │ │ │ ├── metaScene.h │ │ │ ├── metaSurface.cxx │ │ │ ├── metaSurface.h │ │ │ ├── metaTransform.cxx │ │ │ ├── metaTransform.h │ │ │ ├── metaTube.cxx │ │ │ ├── metaTube.h │ │ │ ├── metaTubeGraph.cxx │ │ │ ├── metaTubeGraph.h │ │ │ ├── metaTypes.h │ │ │ ├── metaUtils.cxx │ │ │ ├── metaUtils.h │ │ │ ├── metaVesselTube.cxx │ │ │ ├── metaVesselTube.h │ │ │ └── tests │ │ │ ├── CMakeLists.txt │ │ │ ├── testMeta10Contour.cxx │ │ │ ├── testMeta11Form.cxx │ │ │ ├── testMeta12Array.cxx │ │ │ ├── testMeta1Utils.cxx │ │ │ ├── testMeta2Object.cxx │ │ │ ├── testMeta3Image.cxx │ │ │ ├── testMeta4Tube.cxx │ │ │ ├── testMeta5Blob.cxx │ │ │ ├── testMeta6Surface.cxx │ │ │ ├── testMeta7Line.cxx │ │ │ ├── testMeta8Scene.cxx │ │ │ └── testMeta9Landmark.cxx │ ├── NIFTI │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── nifti │ │ │ ├── CMakeLists.txt │ │ │ ├── CTestConfig.cmake │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── cmake │ │ │ ├── NIFTICPackConfig.cmake │ │ │ ├── NIFTIConfig.cmake │ │ │ ├── cmake_uninstall.cmake.in │ │ │ ├── local_dashboard.cmake │ │ │ ├── nifti_common.cmake │ │ │ ├── nifti_macros.cmake │ │ │ └── travis_dashboard.cmake │ │ │ ├── niftilib │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile │ │ │ ├── nifti1.h │ │ │ ├── nifti1_io.c │ │ │ ├── nifti1_io.h │ │ │ ├── nifti1_io_version.h │ │ │ ├── nifti1_test.c │ │ │ ├── nifti1_tool.c │ │ │ ├── nifti1_tool.h │ │ │ ├── nifti_tester001.c │ │ │ └── nifti_tester002.c │ │ │ └── znzlib │ │ │ ├── CMakeLists.txt │ │ │ ├── Makefile │ │ │ ├── znzlib.c │ │ │ ├── znzlib.h │ │ │ └── znzlib_version.h │ ├── Netlib │ │ ├── CMakeLists.txt │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── netlib │ │ │ ├── CMakeLists.txt │ │ │ └── slatec │ │ │ ├── CMakeLists.txt │ │ │ ├── README.txt │ │ │ ├── d1mach.c │ │ │ ├── d1mach.f │ │ │ ├── d9gmit.c │ │ │ ├── d9gmit.f │ │ │ ├── d9lgic.c │ │ │ ├── d9lgic.f │ │ │ ├── d9lgit.c │ │ │ ├── d9lgit.f │ │ │ ├── d9lgmc.c │ │ │ ├── d9lgmc.f │ │ │ ├── d_int.c │ │ │ ├── d_mod.c │ │ │ ├── dbetai.c │ │ │ ├── dbetai.f │ │ │ ├── dcsevl.c │ │ │ ├── dcsevl.f │ │ │ ├── dgami.c │ │ │ ├── dgami.f │ │ │ ├── dgamit.c │ │ │ ├── dgamit.f │ │ │ ├── dgamlm.c │ │ │ ├── dgamlm.f │ │ │ ├── dgamma.c │ │ │ ├── dgamma.f │ │ │ ├── dgamr.c │ │ │ ├── dgamr.f │ │ │ ├── dlbeta.c │ │ │ ├── dlbeta.f │ │ │ ├── dlgams.c │ │ │ ├── dlgams.f │ │ │ ├── dlngam.c │ │ │ ├── dlngam.f │ │ │ ├── dlnrel.c │ │ │ ├── dlnrel.f │ │ │ ├── initds.c │ │ │ ├── initds.f │ │ │ └── xermsg.c │ ├── NrrdIO │ │ ├── CMakeLists.txt │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── NrrdIO │ │ │ ├── 000-README.txt │ │ │ ├── 754.c │ │ │ ├── CMake │ │ │ ├── TestQnanhibit.c │ │ │ └── TestQnanhibit.cmake │ │ │ ├── CMakeLists.txt │ │ │ ├── NrrdIO.h.in │ │ │ ├── NrrdIO_Srcs.txt │ │ │ ├── accessors.c │ │ │ ├── array.c │ │ │ ├── arraysNrrd.c │ │ │ ├── axis.c │ │ │ ├── biffbiff.c │ │ │ ├── biffmsg.c │ │ │ ├── comment.c │ │ │ ├── defaultsNrrd.c │ │ │ ├── dio.c │ │ │ ├── encoding.c │ │ │ ├── encodingAscii.c │ │ │ ├── encodingBzip2.c │ │ │ ├── encodingGzip.c │ │ │ ├── encodingHex.c │ │ │ ├── encodingRaw.c │ │ │ ├── endianAir.c │ │ │ ├── endianNrrd.c │ │ │ ├── enum.c │ │ │ ├── enumsNrrd.c │ │ │ ├── format.c │ │ │ ├── formatEPS.c │ │ │ ├── formatNRRD.c │ │ │ ├── formatPNG.c │ │ │ ├── formatPNM.c │ │ │ ├── formatText.c │ │ │ ├── formatVTK.c │ │ │ ├── gzio.c │ │ │ ├── itk_NrrdIO_mangle.h.in │ │ │ ├── keyvalue.c │ │ │ ├── mangle.pl │ │ │ ├── methodsNrrd.c │ │ │ ├── miscAir.c │ │ │ ├── mop.c │ │ │ ├── parseAir.c │ │ │ ├── parseNrrd.c │ │ │ ├── pre-GNUmakefile │ │ │ ├── preamble.c │ │ │ ├── privateAir.h │ │ │ ├── privateBiff.h │ │ │ ├── privateNrrd.h │ │ │ ├── qnanhibit.c │ │ │ ├── read.c │ │ │ ├── reorder.c │ │ │ ├── sample-GNUmakefile │ │ │ ├── sampleIO.c │ │ │ ├── sane.c │ │ │ ├── simple.c │ │ │ ├── string.c │ │ │ ├── subset.c │ │ │ ├── tail.pl │ │ │ ├── teemDio.h │ │ │ ├── teemPng.h │ │ │ ├── teemQnanhibit.h │ │ │ ├── unteem.pl │ │ │ └── write.c │ ├── OpenJPEG │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── LICENSE │ │ │ ├── README-ITK.txt │ │ │ ├── itk_openjpeg.h │ │ │ └── openjpeg │ │ │ ├── CMakeLists.txt │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── cmake │ │ │ ├── EnsureFileInclude.cmake │ │ │ ├── TestFileOffsetBits.c │ │ │ ├── TestLargeFiles.c.cmake.in │ │ │ └── TestLargeFiles.cmake │ │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── lib │ │ │ ├── CMakeLists.txt │ │ │ └── openjp2 │ │ │ ├── CMakeLists.txt │ │ │ ├── bench_dwt.c │ │ │ ├── bio.c │ │ │ ├── bio.h │ │ │ ├── cidx_manager.c │ │ │ ├── cidx_manager.h │ │ │ ├── cio.c │ │ │ ├── cio.h │ │ │ ├── dwt.c │ │ │ ├── dwt.h │ │ │ ├── event.c │ │ │ ├── event.h │ │ │ ├── function_list.c │ │ │ ├── function_list.h │ │ │ ├── ht_dec.c │ │ │ ├── image.c │ │ │ ├── image.h │ │ │ ├── indexbox_manager.h │ │ │ ├── invert.c │ │ │ ├── invert.h │ │ │ ├── j2k.c │ │ │ ├── j2k.h │ │ │ ├── jp2.c │ │ │ ├── jp2.h │ │ │ ├── libopenjp2.pc.cmake.in │ │ │ ├── mct.c │ │ │ ├── mct.h │ │ │ ├── mqc.c │ │ │ ├── mqc.h │ │ │ ├── mqc_inl.h │ │ │ ├── openjpeg.c │ │ │ ├── openjpeg.h │ │ │ ├── openjpeg_mangle.h.in │ │ │ ├── opj_clock.c │ │ │ ├── opj_clock.h │ │ │ ├── opj_codec.h │ │ │ ├── opj_common.h │ │ │ ├── opj_config.h.cmake.in │ │ │ ├── opj_config_private.h.cmake.in │ │ │ ├── opj_includes.h │ │ │ ├── opj_intmath.h │ │ │ ├── opj_malloc.c │ │ │ ├── opj_malloc.h │ │ │ ├── phix_manager.c │ │ │ ├── pi.c │ │ │ ├── pi.h │ │ │ ├── ppix_manager.c │ │ │ ├── sparse_array.c │ │ │ ├── sparse_array.h │ │ │ ├── t1.c │ │ │ ├── t1.h │ │ │ ├── t1_generate_luts.c │ │ │ ├── t1_ht_generate_luts.c │ │ │ ├── t1_ht_luts.h │ │ │ ├── t1_luts.h │ │ │ ├── t2.c │ │ │ ├── t2.h │ │ │ ├── tcd.c │ │ │ ├── tcd.h │ │ │ ├── test_sparse_array.c │ │ │ ├── tgt.c │ │ │ ├── tgt.h │ │ │ ├── thix_manager.c │ │ │ ├── thread.c │ │ │ ├── thread.h │ │ │ ├── tls_keys.h │ │ │ └── tpix_manager.c │ ├── PNG │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itk_png.h.in │ │ │ └── itkpng │ │ │ ├── CMakeLists.txt │ │ │ ├── LICENSE │ │ │ ├── arm │ │ │ ├── arm_init.c │ │ │ ├── filter_neon.S │ │ │ ├── filter_neon_intrinsics.c │ │ │ └── palette_neon_intrinsics.c │ │ │ ├── config.h │ │ │ ├── itk_png_mangle.h.in │ │ │ ├── png.c │ │ │ ├── png.h │ │ │ ├── pngDllConfig.h.in │ │ │ ├── pngconf.h │ │ │ ├── pngdebug.h │ │ │ ├── pngerror.c │ │ │ ├── pngget.c │ │ │ ├── pnginfo.h │ │ │ ├── pnglibconf.h │ │ │ ├── pngmem.c │ │ │ ├── pngpread.c │ │ │ ├── pngpriv.h │ │ │ ├── pngread.c │ │ │ ├── pngrio.c │ │ │ ├── pngrtran.c │ │ │ ├── pngrutil.c │ │ │ ├── pngset.c │ │ │ ├── pngstruct.h │ │ │ ├── pngtest.c │ │ │ ├── pngtrans.c │ │ │ ├── pngwio.c │ │ │ ├── pngwrite.c │ │ │ ├── pngwtran.c │ │ │ └── pngwutil.c │ ├── TBB │ │ ├── CMakeLists.txt │ │ ├── itk-module-init.cmake │ │ └── itk-module.cmake │ ├── TIFF │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itk_tiff.h.in │ │ │ └── itktiff │ │ │ ├── CMakeLists.txt │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ ├── cmake │ │ │ ├── AutotoolsCompat.cmake │ │ │ ├── CXXLibrary.cmake │ │ │ ├── CompilerChecks.cmake │ │ │ ├── DeflateCodec.cmake │ │ │ ├── FindCMath.cmake │ │ │ ├── IncludeChecks.cmake │ │ │ ├── InternalCodecs.cmake │ │ │ ├── JBIGCodec.cmake │ │ │ ├── JPEGCodec.cmake │ │ │ ├── LERCCodec.cmake │ │ │ ├── LZMACodec.cmake │ │ │ ├── LargeFileSupport.cmake │ │ │ ├── LibraryFeatures.cmake │ │ │ ├── LinkerChecks.cmake │ │ │ ├── OpenGLChecks.cmake │ │ │ ├── PixarLogCodec.cmake │ │ │ ├── ProcessorChecks.cmake │ │ │ ├── SymbolChecks.cmake │ │ │ ├── TypeSizeChecks.cmake │ │ │ ├── WebPCodec.cmake │ │ │ ├── WindowsSupport.cmake │ │ │ └── ZSTDCodec.cmake │ │ │ ├── libtiff │ │ │ ├── CMakeLists.txt │ │ │ ├── itk_tiff_mangle.h.in │ │ │ ├── itktiff.def.in │ │ │ ├── libtiff.def │ │ │ ├── mkg3states.c │ │ │ ├── mkspans.c │ │ │ ├── t4.h │ │ │ ├── tif_aux.c │ │ │ ├── tif_close.c │ │ │ ├── tif_codec.c │ │ │ ├── tif_color.c │ │ │ ├── tif_compress.c │ │ │ ├── tif_config.h.cmake.in │ │ │ ├── tif_dir.c │ │ │ ├── tif_dir.h │ │ │ ├── tif_dirinfo.c │ │ │ ├── tif_dirread.c │ │ │ ├── tif_dirwrite.c │ │ │ ├── tif_dumpmode.c │ │ │ ├── tif_error.c │ │ │ ├── tif_extension.c │ │ │ ├── tif_fax3.c │ │ │ ├── tif_fax3.h │ │ │ ├── tif_fax3sm.c │ │ │ ├── tif_flush.c │ │ │ ├── tif_getimage.c │ │ │ ├── tif_hash_set.c │ │ │ ├── tif_hash_set.h │ │ │ ├── tif_jbig.c │ │ │ ├── tif_jpeg.c │ │ │ ├── tif_jpeg_12.c │ │ │ ├── tif_lerc.c │ │ │ ├── tif_luv.c │ │ │ ├── tif_lzma.c │ │ │ ├── tif_lzw.c │ │ │ ├── tif_next.c │ │ │ ├── tif_ojpeg.c │ │ │ ├── tif_open.c │ │ │ ├── tif_packbits.c │ │ │ ├── tif_pixarlog.c │ │ │ ├── tif_predict.c │ │ │ ├── tif_predict.h │ │ │ ├── tif_print.c │ │ │ ├── tif_read.c │ │ │ ├── tif_strip.c │ │ │ ├── tif_swab.c │ │ │ ├── tif_thunder.c │ │ │ ├── tif_tile.c │ │ │ ├── tif_unix.c │ │ │ ├── tif_version.c │ │ │ ├── tif_warning.c │ │ │ ├── tif_webp.c │ │ │ ├── tif_win32.c │ │ │ ├── tif_write.c │ │ │ ├── tif_zip.c │ │ │ ├── tif_zstd.c │ │ │ ├── tiff.h │ │ │ ├── tiffconf.h.cmake.in │ │ │ ├── tiffio.h │ │ │ ├── tiffiop.h │ │ │ ├── tiffvers.h.cmake.in │ │ │ └── uvcode.h │ │ │ └── port │ │ │ ├── CMakeLists.txt │ │ │ ├── dummy.c │ │ │ ├── getopt.c │ │ │ ├── libport.h │ │ │ └── libport_config.h.cmake.in │ ├── VNL │ │ ├── CMake │ │ │ └── itkLibCxxVersion.cxx │ │ ├── CMakeLists.txt │ │ ├── README.md │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ └── vxl │ │ │ ├── CMakeLists.txt │ │ │ ├── config │ │ │ └── cmake │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── CodeCoverage.cmake │ │ │ │ ├── FORCEBUILD │ │ │ │ ├── GETTING_STARTED │ │ │ │ ├── Modules │ │ │ │ ├── CTestCustom.cmake │ │ │ │ ├── CheckPrototypeExists.cxx.in │ │ │ │ ├── CheckPrototypeExistsCXX.cmake │ │ │ │ ├── FindClipper.cmake │ │ │ │ ├── FindDCMTK.cmake │ │ │ │ ├── FindGEOTIFF.cmake │ │ │ │ ├── FindJPEG.cmake │ │ │ │ ├── FindMPEG2.cmake │ │ │ │ ├── FindNetlib.cmake │ │ │ │ ├── FindOpenJPEG2.cmake │ │ │ │ ├── FindPNG.cmake │ │ │ │ ├── FindTIFF.cmake │ │ │ │ ├── FindZLIB.cmake │ │ │ │ ├── NewCMake │ │ │ │ │ ├── FindDC1394.cmake │ │ │ │ │ ├── FindDirectShow.cmake │ │ │ │ │ ├── FindECW.cmake │ │ │ │ │ ├── FindFFMPEG.cmake │ │ │ │ │ ├── FindGEOTIFF.cmake │ │ │ │ │ ├── FindSIMVoleon.cmake │ │ │ │ │ ├── FindWin32SDK.cmake │ │ │ │ │ └── readme.txt │ │ │ │ ├── UseBGUI3D.cmake │ │ │ │ ├── UseVGUI.cmake │ │ │ │ ├── UseVXL.cmake │ │ │ │ ├── VXLConfig.cmake.in │ │ │ │ ├── VXLConfigVersion.cmake.in │ │ │ │ ├── VXLConfig_export.cmake.in │ │ │ │ ├── VXLGenerateExportHeader.cmake │ │ │ │ ├── VXLStandardOptions.cmake │ │ │ │ ├── readme.txt │ │ │ │ └── vxlexportheader.cmake.in │ │ │ │ ├── VXLInitializeBuildType.cmake │ │ │ │ ├── config │ │ │ │ ├── CheckCXXExpressionCompiles.cmake │ │ │ │ ├── VXLIntrospectionConfig.cmake │ │ │ │ ├── vxlGetCXXCompilerVersion.cxx │ │ │ │ ├── vxl_platform_tests.cxx │ │ │ │ ├── vxl_shared_link_test │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── shared_src.cxx │ │ │ │ │ └── static_src.cxx │ │ │ │ └── vxl_utils.cmake │ │ │ │ ├── ctest-scripts │ │ │ │ └── README │ │ │ │ ├── doxygen │ │ │ │ ├── doxy-notes.txt │ │ │ │ ├── doxy_header.html │ │ │ │ ├── doxyfile.in │ │ │ │ ├── doxygen.cmake │ │ │ │ ├── doxygen_makeall.cmake │ │ │ │ └── vxl_doxy.pl │ │ │ │ └── export │ │ │ │ └── VXLCreateProject.cmake │ │ │ ├── core │ │ │ ├── CMakeLists.txt │ │ │ ├── testlib │ │ │ │ ├── .NoDartCoverage │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── introduction_doxy.txt │ │ │ │ ├── testlib_main.cxx │ │ │ │ ├── testlib_register.h │ │ │ │ ├── testlib_root_dir.cxx │ │ │ │ ├── testlib_root_dir.h │ │ │ │ ├── testlib_test.cxx │ │ │ │ ├── testlib_test.h │ │ │ │ └── tests │ │ │ │ │ ├── .NoDartCoverage │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── test_args.cxx │ │ │ │ │ ├── test_assert.cxx │ │ │ │ │ ├── test_driver.cxx │ │ │ │ │ ├── test_include.cxx │ │ │ │ │ ├── test_link.cxx │ │ │ │ │ ├── test_macros.cxx │ │ │ │ │ └── test_root_dir.cxx │ │ │ ├── vnl │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Templates │ │ │ │ │ ├── .NoDartCoverage │ │ │ │ │ ├── vnl_c_na_vector+double-.cxx │ │ │ │ │ ├── vnl_c_na_vector+float-.cxx │ │ │ │ │ ├── vnl_c_vector+char-.cxx │ │ │ │ │ ├── vnl_c_vector+double-.cxx │ │ │ │ │ ├── vnl_c_vector+double_complex-.cxx │ │ │ │ │ ├── vnl_c_vector+float-.cxx │ │ │ │ │ ├── vnl_c_vector+float_complex-.cxx │ │ │ │ │ ├── vnl_c_vector+int-.cxx │ │ │ │ │ ├── vnl_c_vector+long-.cxx │ │ │ │ │ ├── vnl_c_vector+long_double-.cxx │ │ │ │ │ ├── vnl_c_vector+long_double_complex-.cxx │ │ │ │ │ ├── vnl_c_vector+longlong-.cxx │ │ │ │ │ ├── vnl_c_vector+schar-.cxx │ │ │ │ │ ├── vnl_c_vector+sshort-.cxx │ │ │ │ │ ├── vnl_c_vector+uchar-.cxx │ │ │ │ │ ├── vnl_c_vector+uint-.cxx │ │ │ │ │ ├── vnl_c_vector+ulong-.cxx │ │ │ │ │ ├── vnl_c_vector+ulonglong-.cxx │ │ │ │ │ ├── vnl_c_vector+ushort-.cxx │ │ │ │ │ ├── vnl_c_vector+vnl_bignum-.cxx │ │ │ │ │ ├── vnl_c_vector+vnl_rational-.cxx │ │ │ │ │ ├── vnl_complex_ops+double-.cxx │ │ │ │ │ ├── vnl_complex_ops+float-.cxx │ │ │ │ │ ├── vnl_complex_ops+long_double-.cxx │ │ │ │ │ ├── vnl_det+complex+double--.cxx │ │ │ │ │ ├── vnl_det+complex+float--.cxx │ │ │ │ │ ├── vnl_det+complex+long_double--.cxx │ │ │ │ │ ├── vnl_det+double-.cxx │ │ │ │ │ ├── vnl_det+float-.cxx │ │ │ │ │ ├── vnl_det+long_double-.cxx │ │ │ │ │ ├── vnl_det+vnl_bignum-.cxx │ │ │ │ │ ├── vnl_det+vnl_rational-.cxx │ │ │ │ │ ├── vnl_diag_matrix+complex+double--.cxx │ │ │ │ │ ├── vnl_diag_matrix+complex+float--.cxx │ │ │ │ │ ├── vnl_diag_matrix+double-.cxx │ │ │ │ │ ├── vnl_diag_matrix+float-.cxx │ │ │ │ │ ├── vnl_diag_matrix+int-.cxx │ │ │ │ │ ├── vnl_diag_matrix+long_double-.cxx │ │ │ │ │ ├── vnl_diag_matrix+vnl_bignum-.cxx │ │ │ │ │ ├── vnl_diag_matrix+vnl_rational-.cxx │ │ │ │ │ ├── vnl_diag_matrix_fixed+complex_double.allsizes-.cxx │ │ │ │ │ ├── vnl_diag_matrix_fixed+complex_float.allsizes-.cxx │ │ │ │ │ ├── vnl_diag_matrix_fixed+double.allsizes-.cxx │ │ │ │ │ ├── vnl_diag_matrix_fixed+float.allsizes-.cxx │ │ │ │ │ ├── vnl_file_matrix+double-.cxx │ │ │ │ │ ├── vnl_file_matrix+float-.cxx │ │ │ │ │ ├── vnl_file_matrix+long_double-.cxx │ │ │ │ │ ├── vnl_file_matrix+vnl_rational-.cxx │ │ │ │ │ ├── vnl_file_vector+double-.cxx │ │ │ │ │ ├── vnl_fortran_copy+complex+double--.cxx │ │ │ │ │ ├── vnl_fortran_copy+complex+float--.cxx │ │ │ │ │ ├── vnl_fortran_copy+complex+long_double--.cxx │ │ │ │ │ ├── vnl_fortran_copy+double-.cxx │ │ │ │ │ ├── vnl_fortran_copy+float-.cxx │ │ │ │ │ ├── vnl_fortran_copy+long_double-.cxx │ │ │ │ │ ├── vnl_fortran_copy_fixed+double.allsizes-.cxx │ │ │ │ │ ├── vnl_fortran_copy_fixed+float.allsizes-.cxx │ │ │ │ │ ├── vnl_hungarian_algorithm+double-.cxx │ │ │ │ │ ├── vnl_hungarian_algorithm+int-.cxx │ │ │ │ │ ├── vnl_identity+int-.cxx │ │ │ │ │ ├── vnl_matlab_print+complex+double--.cxx │ │ │ │ │ ├── vnl_matlab_print+complex+float--.cxx │ │ │ │ │ ├── vnl_matlab_print+complex+long_double--.cxx │ │ │ │ │ ├── vnl_matlab_print+double-.cxx │ │ │ │ │ ├── vnl_matlab_print+float-.cxx │ │ │ │ │ ├── vnl_matlab_print+int-.cxx │ │ │ │ │ ├── vnl_matlab_print+long_double-.cxx │ │ │ │ │ ├── vnl_matlab_print+uint-.cxx │ │ │ │ │ ├── vnl_matlab_print2+vnl_matrix+complex+double---.cxx │ │ │ │ │ ├── vnl_matlab_print2+vnl_matrix+double--.cxx │ │ │ │ │ ├── vnl_matlab_print2+vnl_matrix+float--.cxx │ │ │ │ │ ├── vnl_matlab_print2+vnl_vector+complex+double---.cxx │ │ │ │ │ ├── vnl_matlab_print2+vnl_vector+double--.cxx │ │ │ │ │ ├── vnl_matlab_print2+vnl_vector+float--.cxx │ │ │ │ │ ├── vnl_matrix+char-.cxx │ │ │ │ │ ├── vnl_matrix+complex+double--.cxx │ │ │ │ │ ├── vnl_matrix+complex+float--.cxx │ │ │ │ │ ├── vnl_matrix+complex+long_double--.cxx │ │ │ │ │ ├── vnl_matrix+double-.cxx │ │ │ │ │ ├── vnl_matrix+float-.cxx │ │ │ │ │ ├── vnl_matrix+int-.cxx │ │ │ │ │ ├── vnl_matrix+long-.cxx │ │ │ │ │ ├── vnl_matrix+long_double-.cxx │ │ │ │ │ ├── vnl_matrix+longlong-.cxx │ │ │ │ │ ├── vnl_matrix+schar-.cxx │ │ │ │ │ ├── vnl_matrix+sshort-.cxx │ │ │ │ │ ├── vnl_matrix+uchar-.cxx │ │ │ │ │ ├── vnl_matrix+uint-.cxx │ │ │ │ │ ├── vnl_matrix+ulong-.cxx │ │ │ │ │ ├── vnl_matrix+ulonglong-.cxx │ │ │ │ │ ├── vnl_matrix+ushort-.cxx │ │ │ │ │ ├── vnl_matrix+vnl_bignum-.cxx │ │ │ │ │ ├── vnl_matrix+vnl_rational-.cxx │ │ │ │ │ ├── vnl_matrix_exp+vnl_matrix+double--.cxx │ │ │ │ │ ├── vnl_matrix_exp+vnl_matrix_fixed+double.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_fixed+complex_double.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_fixed+complex_float.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_fixed+double.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_fixed+float.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_fixed+int.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_fixed+vnl_bignum.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_fixed+vnl_rational.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_fixed_ref+double.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_fixed_ref+float.allsizes-.cxx │ │ │ │ │ ├── vnl_matrix_ref+double-.cxx │ │ │ │ │ ├── vnl_matrix_ref+float-.cxx │ │ │ │ │ ├── vnl_matrix_ref+vnl_bignum-.cxx │ │ │ │ │ ├── vnl_matrix_ref+vnl_rational-.cxx │ │ │ │ │ ├── vnl_polynomial+double-.cxx │ │ │ │ │ ├── vnl_polynomial+long-.cxx │ │ │ │ │ ├── vnl_polynomial+vnl_decnum-.cxx │ │ │ │ │ ├── vnl_polynomial+vnl_rational-.cxx │ │ │ │ │ ├── vnl_quaternion+double-.cxx │ │ │ │ │ ├── vnl_quaternion+float-.cxx │ │ │ │ │ ├── vnl_quaternion+vnl_rational-.cxx │ │ │ │ │ ├── vnl_rank+double-.cxx │ │ │ │ │ ├── vnl_rank+int-.cxx │ │ │ │ │ ├── vnl_sparse_matrix+complex+double--.cxx │ │ │ │ │ ├── vnl_sparse_matrix+complex+float--.cxx │ │ │ │ │ ├── vnl_sparse_matrix+double-.cxx │ │ │ │ │ ├── vnl_sparse_matrix+float-.cxx │ │ │ │ │ ├── vnl_sparse_matrix+int-.cxx │ │ │ │ │ ├── vnl_sparse_matrix+vnl_bignum-.cxx │ │ │ │ │ ├── vnl_sparse_matrix+vnl_rational-.cxx │ │ │ │ │ ├── vnl_sym_matrix+complex+double--.cxx │ │ │ │ │ ├── vnl_sym_matrix+complex+float--.cxx │ │ │ │ │ ├── vnl_sym_matrix+complex+long_double--.cxx │ │ │ │ │ ├── vnl_sym_matrix+double-.cxx │ │ │ │ │ ├── vnl_sym_matrix+float-.cxx │ │ │ │ │ ├── vnl_sym_matrix+int-.cxx │ │ │ │ │ ├── vnl_unary_function+double.vnl_vector+double--.cxx │ │ │ │ │ ├── vnl_unary_function+int.int-.cxx │ │ │ │ │ ├── vnl_vector+char-.cxx │ │ │ │ │ ├── vnl_vector+complex+double--.cxx │ │ │ │ │ ├── vnl_vector+complex+float--.cxx │ │ │ │ │ ├── vnl_vector+complex+long_double--.cxx │ │ │ │ │ ├── vnl_vector+double-.cxx │ │ │ │ │ ├── vnl_vector+float-.cxx │ │ │ │ │ ├── vnl_vector+int-.cxx │ │ │ │ │ ├── vnl_vector+long-.cxx │ │ │ │ │ ├── vnl_vector+long_double-.cxx │ │ │ │ │ ├── vnl_vector+longlong-.cxx │ │ │ │ │ ├── vnl_vector+schar-.cxx │ │ │ │ │ ├── vnl_vector+sshort-.cxx │ │ │ │ │ ├── vnl_vector+uchar-.cxx │ │ │ │ │ ├── vnl_vector+uint-.cxx │ │ │ │ │ ├── vnl_vector+ulong-.cxx │ │ │ │ │ ├── vnl_vector+ulonglong-.cxx │ │ │ │ │ ├── vnl_vector+ushort-.cxx │ │ │ │ │ ├── vnl_vector+vnl_bignum-.cxx │ │ │ │ │ ├── vnl_vector+vnl_rational-.cxx │ │ │ │ │ ├── vnl_vector_fixed+complex_double.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+complex_float.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+double.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+float.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+int.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+slonglong.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+sshort.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+uchar.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+uint.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+ulonglong.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+ushort.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+vnl_bignum.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed+vnl_rational.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed_ref+double.allsizes-.cxx │ │ │ │ │ ├── vnl_vector_fixed_ref+float.allsizes-.cxx │ │ │ │ │ └── vnl_vector_ref+alltypes.cxx │ │ │ │ ├── algo │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Templates │ │ │ │ │ │ ├── .NoDartCoverage │ │ │ │ │ │ ├── vnl_adjugate+double-.cxx │ │ │ │ │ │ ├── vnl_adjugate+float-.cxx │ │ │ │ │ │ ├── vnl_adjugate+int-.cxx │ │ │ │ │ │ ├── vnl_chi_squared+double-.cxx │ │ │ │ │ │ ├── vnl_chi_squared+float-.cxx │ │ │ │ │ │ ├── vnl_chi_squared+int-.cxx │ │ │ │ │ │ ├── vnl_convolve+double.double-.cxx │ │ │ │ │ │ ├── vnl_convolve+float.float-.cxx │ │ │ │ │ │ ├── vnl_convolve+int.double-.cxx │ │ │ │ │ │ ├── vnl_convolve+int.float-.cxx │ │ │ │ │ │ ├── vnl_convolve+int.int-.cxx │ │ │ │ │ │ ├── vnl_determinant+double-.cxx │ │ │ │ │ │ ├── vnl_determinant+float-.cxx │ │ │ │ │ │ ├── vnl_determinant+int-.cxx │ │ │ │ │ │ ├── vnl_determinant+vcl_complex+double--.cxx │ │ │ │ │ │ ├── vnl_determinant+vcl_complex+float--.cxx │ │ │ │ │ │ ├── vnl_fft_1d+double-.cxx │ │ │ │ │ │ ├── vnl_fft_1d+float-.cxx │ │ │ │ │ │ ├── vnl_fft_2d+double-.cxx │ │ │ │ │ │ ├── vnl_fft_2d+float-.cxx │ │ │ │ │ │ ├── vnl_fft_base+double.allsizes-.cxx │ │ │ │ │ │ ├── vnl_fft_base+float.allsizes-.cxx │ │ │ │ │ │ ├── vnl_fft_prime_factors+double-.cxx │ │ │ │ │ │ ├── vnl_fft_prime_factors+float-.cxx │ │ │ │ │ │ ├── vnl_matrix_inverse+double-.cxx │ │ │ │ │ │ ├── vnl_matrix_inverse+float-.cxx │ │ │ │ │ │ ├── vnl_orthogonal_complement+double-.cxx │ │ │ │ │ │ ├── vnl_orthogonal_complement+float-.cxx │ │ │ │ │ │ ├── vnl_orthogonal_complement+vcl_complex+double--.cxx │ │ │ │ │ │ ├── vnl_orthogonal_complement+vcl_complex+float--.cxx │ │ │ │ │ │ ├── vnl_qr+double-.cxx │ │ │ │ │ │ ├── vnl_qr+float-.cxx │ │ │ │ │ │ ├── vnl_qr+vcl_complex+double--.cxx │ │ │ │ │ │ ├── vnl_qr+vcl_complex+float--.cxx │ │ │ │ │ │ ├── vnl_scatter_3x3+double-.cxx │ │ │ │ │ │ ├── vnl_scatter_3x3+float-.cxx │ │ │ │ │ │ ├── vnl_svd+double-.cxx │ │ │ │ │ │ ├── vnl_svd+float-.cxx │ │ │ │ │ │ ├── vnl_svd+vcl_complex+double--.cxx │ │ │ │ │ │ ├── vnl_svd+vcl_complex+float--.cxx │ │ │ │ │ │ ├── vnl_svd_economy+double-.cxx │ │ │ │ │ │ ├── vnl_svd_economy+float-.cxx │ │ │ │ │ │ ├── vnl_svd_economy+vcl_complex+double--.cxx │ │ │ │ │ │ ├── vnl_svd_economy+vcl_complex+float--.cxx │ │ │ │ │ │ ├── vnl_svd_fixed+double.allsizes-.cxx │ │ │ │ │ │ ├── vnl_svd_fixed+float.allsizes-.cxx │ │ │ │ │ │ ├── vnl_symmetric_eigensystem+double-.cxx │ │ │ │ │ │ └── vnl_symmetric_eigensystem+float-.cxx │ │ │ │ │ ├── amoeba_algorithm.pdf │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── .NoDartCoverage │ │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ │ ├── test_algo.cxx │ │ │ │ │ │ ├── test_amoeba.cxx │ │ │ │ │ │ ├── test_bracket_minimum.cxx │ │ │ │ │ │ ├── test_brent_minimizer.cxx │ │ │ │ │ │ ├── test_cholesky.cxx │ │ │ │ │ │ ├── test_complex_algo.cxx │ │ │ │ │ │ ├── test_complex_eigensystem.cxx │ │ │ │ │ │ ├── test_convolve.cxx │ │ │ │ │ │ ├── test_cpoly_roots.cxx │ │ │ │ │ │ ├── test_determinant.cxx │ │ │ │ │ │ ├── test_driver.cxx │ │ │ │ │ │ ├── test_driver_with_core_utils.cxx │ │ │ │ │ │ ├── test_fft.cxx │ │ │ │ │ │ ├── test_fft1d.cxx │ │ │ │ │ │ ├── test_fft2d.cxx │ │ │ │ │ │ ├── test_functions.cxx │ │ │ │ │ │ ├── test_generalized_eigensystem.cxx │ │ │ │ │ │ ├── test_include.cxx │ │ │ │ │ │ ├── test_integral.cxx │ │ │ │ │ │ ├── test_ldl_cholesky.cxx │ │ │ │ │ │ ├── test_levenberg_marquardt.cxx │ │ │ │ │ │ ├── test_matrix_update.cxx │ │ │ │ │ │ ├── test_minimizers.cxx │ │ │ │ │ │ ├── test_powell.cxx │ │ │ │ │ │ ├── test_qr.cxx │ │ │ │ │ │ ├── test_qsvd.cxx │ │ │ │ │ │ ├── test_rank.cxx │ │ │ │ │ │ ├── test_real_eigensystem.cxx │ │ │ │ │ │ ├── test_rnpoly_roots.cxx │ │ │ │ │ │ ├── test_rpoly_roots.cxx │ │ │ │ │ │ ├── test_solve_qp.cxx │ │ │ │ │ │ ├── test_sparse_lm.cxx │ │ │ │ │ │ ├── test_sparse_lu.cxx │ │ │ │ │ │ ├── test_sparse_matrix.cxx │ │ │ │ │ │ ├── test_svd.cxx │ │ │ │ │ │ ├── test_svd_fixed.cxx │ │ │ │ │ │ ├── test_symmetric_eigensystem.cxx │ │ │ │ │ │ ├── test_template_include.cxx │ │ │ │ │ │ ├── test_util.cxx │ │ │ │ │ │ └── test_util.h │ │ │ │ │ ├── vnl_adaptsimpson_integral.cxx │ │ │ │ │ ├── vnl_adaptsimpson_integral.h │ │ │ │ │ ├── vnl_adjugate.h │ │ │ │ │ ├── vnl_adjugate.hxx │ │ │ │ │ ├── vnl_algo_fwd.h │ │ │ │ │ ├── vnl_amoeba.cxx │ │ │ │ │ ├── vnl_amoeba.h │ │ │ │ │ ├── vnl_bracket_minimum.cxx │ │ │ │ │ ├── vnl_bracket_minimum.h │ │ │ │ │ ├── vnl_brent.cxx │ │ │ │ │ ├── vnl_brent.h │ │ │ │ │ ├── vnl_brent_minimizer.cxx │ │ │ │ │ ├── vnl_brent_minimizer.h │ │ │ │ │ ├── vnl_chi_squared.h │ │ │ │ │ ├── vnl_chi_squared.hxx │ │ │ │ │ ├── vnl_cholesky.cxx │ │ │ │ │ ├── vnl_cholesky.h │ │ │ │ │ ├── vnl_complex_eigensystem.cxx │ │ │ │ │ ├── vnl_complex_eigensystem.h │ │ │ │ │ ├── vnl_complex_generalized_schur.cxx │ │ │ │ │ ├── vnl_complex_generalized_schur.h │ │ │ │ │ ├── vnl_conjugate_gradient.cxx │ │ │ │ │ ├── vnl_conjugate_gradient.h │ │ │ │ │ ├── vnl_convolve.h │ │ │ │ │ ├── vnl_convolve.hxx │ │ │ │ │ ├── vnl_cpoly_roots.cxx │ │ │ │ │ ├── vnl_cpoly_roots.h │ │ │ │ │ ├── vnl_determinant.cxx │ │ │ │ │ ├── vnl_determinant.h │ │ │ │ │ ├── vnl_determinant.hxx │ │ │ │ │ ├── vnl_discrete_diff.cxx │ │ │ │ │ ├── vnl_discrete_diff.h │ │ │ │ │ ├── vnl_fft.cxx │ │ │ │ │ ├── vnl_fft.h │ │ │ │ │ ├── vnl_fft_1d.h │ │ │ │ │ ├── vnl_fft_1d.hxx │ │ │ │ │ ├── vnl_fft_2d.h │ │ │ │ │ ├── vnl_fft_2d.hxx │ │ │ │ │ ├── vnl_fft_base.h │ │ │ │ │ ├── vnl_fft_base.hxx │ │ │ │ │ ├── vnl_fft_prime_factors.h │ │ │ │ │ ├── vnl_fft_prime_factors.hxx │ │ │ │ │ ├── vnl_fit_parabola.h │ │ │ │ │ ├── vnl_gaussian_kernel_1d.cxx │ │ │ │ │ ├── vnl_gaussian_kernel_1d.h │ │ │ │ │ ├── vnl_generalized_eigensystem.cxx │ │ │ │ │ ├── vnl_generalized_eigensystem.h │ │ │ │ │ ├── vnl_generalized_schur.cxx │ │ │ │ │ ├── vnl_generalized_schur.h │ │ │ │ │ ├── vnl_lbfgs.cxx │ │ │ │ │ ├── vnl_lbfgs.h │ │ │ │ │ ├── vnl_lbfgsb.cxx │ │ │ │ │ ├── vnl_lbfgsb.h │ │ │ │ │ ├── vnl_ldl_cholesky.cxx │ │ │ │ │ ├── vnl_ldl_cholesky.h │ │ │ │ │ ├── vnl_levenberg_marquardt.cxx │ │ │ │ │ ├── vnl_levenberg_marquardt.h │ │ │ │ │ ├── vnl_lsqr.cxx │ │ │ │ │ ├── vnl_lsqr.h │ │ │ │ │ ├── vnl_matrix_inverse.h │ │ │ │ │ ├── vnl_matrix_inverse.hxx │ │ │ │ │ ├── vnl_matrix_update.h │ │ │ │ │ ├── vnl_netlib.h │ │ │ │ │ ├── vnl_orthogonal_complement.h │ │ │ │ │ ├── vnl_orthogonal_complement.hxx │ │ │ │ │ ├── vnl_powell.cxx │ │ │ │ │ ├── vnl_powell.h │ │ │ │ │ ├── vnl_qr.h │ │ │ │ │ ├── vnl_qr.hxx │ │ │ │ │ ├── vnl_real_eigensystem.cxx │ │ │ │ │ ├── vnl_real_eigensystem.h │ │ │ │ │ ├── vnl_rnpoly_solve.cxx │ │ │ │ │ ├── vnl_rnpoly_solve.h │ │ │ │ │ ├── vnl_rpoly_roots.cxx │ │ │ │ │ ├── vnl_rpoly_roots.h │ │ │ │ │ ├── vnl_scatter_3x3.h │ │ │ │ │ ├── vnl_scatter_3x3.hxx │ │ │ │ │ ├── vnl_simpson_integral.cxx │ │ │ │ │ ├── vnl_simpson_integral.h │ │ │ │ │ ├── vnl_solve_qp.cxx │ │ │ │ │ ├── vnl_solve_qp.h │ │ │ │ │ ├── vnl_sparse_lm.cxx │ │ │ │ │ ├── vnl_sparse_lm.h │ │ │ │ │ ├── vnl_sparse_lu.cxx │ │ │ │ │ ├── vnl_sparse_lu.h │ │ │ │ │ ├── vnl_sparse_symmetric_eigensystem.cxx │ │ │ │ │ ├── vnl_sparse_symmetric_eigensystem.h │ │ │ │ │ ├── vnl_svd.h │ │ │ │ │ ├── vnl_svd.hxx │ │ │ │ │ ├── vnl_svd_economy.h │ │ │ │ │ ├── vnl_svd_economy.hxx │ │ │ │ │ ├── vnl_svd_fixed.h │ │ │ │ │ ├── vnl_svd_fixed.hxx │ │ │ │ │ ├── vnl_symmetric_eigensystem.h │ │ │ │ │ └── vnl_symmetric_eigensystem.hxx │ │ │ │ ├── dll.h │ │ │ │ ├── examples │ │ │ │ │ ├── .NoDartCoverage │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── calculate.cxx │ │ │ │ │ ├── time_fastops.cxx │ │ │ │ │ ├── vnl_amoeba.cxx │ │ │ │ │ ├── vnl_complex_squareroot.cxx │ │ │ │ │ ├── vnl_complex_svd.cxx │ │ │ │ │ ├── vnl_lsqr_test.cxx │ │ │ │ │ ├── vnl_planefit.cxx │ │ │ │ │ ├── vnl_polynomial_RPN.cxx │ │ │ │ │ ├── vnl_polynomial_factoring.cxx │ │ │ │ │ ├── vnl_polyroots.cxx │ │ │ │ │ ├── vnl_rosenbrock.cxx │ │ │ │ │ ├── vnl_sample_beta.cxx │ │ │ │ │ ├── vnl_sparse_matrix_example.cxx │ │ │ │ │ ├── vnl_svd.cxx │ │ │ │ │ └── vnl_svd_economy.cxx │ │ │ │ ├── introduction_doxy.txt │ │ │ │ ├── io │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Templates │ │ │ │ │ │ ├── .NoDartCoverage │ │ │ │ │ │ ├── vnl_io_diag_matrix+double-.cxx │ │ │ │ │ │ ├── vnl_io_diag_matrix+float-.cxx │ │ │ │ │ │ ├── vnl_io_diag_matrix+int-.cxx │ │ │ │ │ │ ├── vnl_io_diag_matrix+vcl_complex+double--.cxx │ │ │ │ │ │ ├── vnl_io_diag_matrix+vcl_complex+float--.cxx │ │ │ │ │ │ ├── vnl_io_matrix+double-.cxx │ │ │ │ │ │ ├── vnl_io_matrix+float-.cxx │ │ │ │ │ │ ├── vnl_io_matrix+int-.cxx │ │ │ │ │ │ ├── vnl_io_matrix+long-.cxx │ │ │ │ │ │ ├── vnl_io_matrix+schar-.cxx │ │ │ │ │ │ ├── vnl_io_matrix+uchar-.cxx │ │ │ │ │ │ ├── vnl_io_matrix+uint-.cxx │ │ │ │ │ │ ├── vnl_io_matrix+ulong-.cxx │ │ │ │ │ │ ├── vnl_io_matrix+vcl_complex+double--.cxx │ │ │ │ │ │ ├── vnl_io_matrix+vcl_complex+float--.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+double.1.1-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+double.2.2-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+double.3.3-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+double.3.4-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+double.4.20-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+double.4.4-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+double.6.6-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+float.3.3-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+float.3.4-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+float.4.20-.cxx │ │ │ │ │ │ ├── vnl_io_matrix_fixed+float.4.4-.cxx │ │ │ │ │ │ ├── vnl_io_sparse_matrix+double-.cxx │ │ │ │ │ │ ├── vnl_io_sparse_matrix+float-.cxx │ │ │ │ │ │ ├── vnl_io_sym_matrix+double-.cxx │ │ │ │ │ │ ├── vnl_io_sym_matrix+float-.cxx │ │ │ │ │ │ ├── vnl_io_sym_matrix+int-.cxx │ │ │ │ │ │ ├── vnl_io_vector+double-.cxx │ │ │ │ │ │ ├── vnl_io_vector+float-.cxx │ │ │ │ │ │ ├── vnl_io_vector+int-.cxx │ │ │ │ │ │ ├── vnl_io_vector+long-.cxx │ │ │ │ │ │ ├── vnl_io_vector+schar-.cxx │ │ │ │ │ │ ├── vnl_io_vector+uchar-.cxx │ │ │ │ │ │ ├── vnl_io_vector+uint-.cxx │ │ │ │ │ │ ├── vnl_io_vector+ulong-.cxx │ │ │ │ │ │ ├── vnl_io_vector+vcl_complex+double--.cxx │ │ │ │ │ │ ├── vnl_io_vector+vcl_complex+float--.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+double.10-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+double.128-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+double.2-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+double.3-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+double.4-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+double.6-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+float.10-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+float.16-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+float.2-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+float.3-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+float.4-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+int.2-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+int.4-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+uchar.16-.cxx │ │ │ │ │ │ ├── vnl_io_vector_fixed+ushort.2-.cxx │ │ │ │ │ │ ├── vsl_map_io+uint.vnl_double_2-.cxx │ │ │ │ │ │ ├── vsl_map_io+vcl_string.vcl_vector+vnl_vector+double---.cxx │ │ │ │ │ │ ├── vsl_vector_io+vcl_vector+vcl_vector+vnl_vector+double----.cxx │ │ │ │ │ │ ├── vsl_vector_io+vcl_vector+vnl_vector_fixed+ushort.2---.cxx │ │ │ │ │ │ └── vsl_vector_io+vnl_matrix+double--.cxx │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── .NoDartCoverage │ │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ │ ├── golden_test_vnl_io.bvl │ │ │ │ │ │ ├── golden_test_vnl_io.cxx │ │ │ │ │ │ ├── test_bignum_io.cxx │ │ │ │ │ │ ├── test_diag_matrix_io.cxx │ │ │ │ │ │ ├── test_driver.cxx │ │ │ │ │ │ ├── test_include.cxx │ │ │ │ │ │ ├── test_matrix_fixed_io.cxx │ │ │ │ │ │ ├── test_matrix_io.cxx │ │ │ │ │ │ ├── test_nonlinear_minimizer_io.cxx │ │ │ │ │ │ ├── test_rational_io.cxx │ │ │ │ │ │ ├── test_real_npolynomial_io.cxx │ │ │ │ │ │ ├── test_real_polynomial_io.cxx │ │ │ │ │ │ ├── test_sparse_matrix_io.cxx │ │ │ │ │ │ ├── test_sym_matrix_io.cxx │ │ │ │ │ │ ├── test_template_include.cxx │ │ │ │ │ │ ├── test_vector_fixed_io.cxx │ │ │ │ │ │ └── test_vector_io.cxx │ │ │ │ │ ├── vnl_io_bignum.cxx │ │ │ │ │ ├── vnl_io_bignum.h │ │ │ │ │ ├── vnl_io_diag_matrix.h │ │ │ │ │ ├── vnl_io_diag_matrix.hxx │ │ │ │ │ ├── vnl_io_matrix.h │ │ │ │ │ ├── vnl_io_matrix.hxx │ │ │ │ │ ├── vnl_io_matrix_fixed.h │ │ │ │ │ ├── vnl_io_matrix_fixed.hxx │ │ │ │ │ ├── vnl_io_nonlinear_minimizer.cxx │ │ │ │ │ ├── vnl_io_nonlinear_minimizer.h │ │ │ │ │ ├── vnl_io_rational.cxx │ │ │ │ │ ├── vnl_io_rational.h │ │ │ │ │ ├── vnl_io_real_npolynomial.cxx │ │ │ │ │ ├── vnl_io_real_npolynomial.h │ │ │ │ │ ├── vnl_io_real_polynomial.cxx │ │ │ │ │ ├── vnl_io_real_polynomial.h │ │ │ │ │ ├── vnl_io_sparse_matrix.h │ │ │ │ │ ├── vnl_io_sparse_matrix.hxx │ │ │ │ │ ├── vnl_io_sym_matrix.h │ │ │ │ │ ├── vnl_io_sym_matrix.hxx │ │ │ │ │ ├── vnl_io_vector.h │ │ │ │ │ ├── vnl_io_vector.hxx │ │ │ │ │ ├── vnl_io_vector_fixed.h │ │ │ │ │ └── vnl_io_vector_fixed.hxx │ │ │ │ ├── tests │ │ │ │ │ ├── .NoDartCoverage │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── basic_operation_timings.cxx │ │ │ │ │ ├── data_3x3_matrix │ │ │ │ │ ├── test_alignment.cxx │ │ │ │ │ ├── test_arithmetic.cxx │ │ │ │ │ ├── test_arithmetic_body.h │ │ │ │ │ ├── test_bessel.cxx │ │ │ │ │ ├── test_bignum.cxx │ │ │ │ │ ├── test_complex.cxx │ │ │ │ │ ├── test_complexify.cxx │ │ │ │ │ ├── test_container_interface.cxx │ │ │ │ │ ├── test_crs_index.cxx │ │ │ │ │ ├── test_decnum.cxx │ │ │ │ │ ├── test_diag_matrix.cxx │ │ │ │ │ ├── test_diag_matrix_fixed.cxx │ │ │ │ │ ├── test_drand48.cpp │ │ │ │ │ ├── test_driver.cxx │ │ │ │ │ ├── test_driver_with_core_utils.cxx │ │ │ │ │ ├── test_fastops.cxx │ │ │ │ │ ├── test_file_matrix.cxx │ │ │ │ │ ├── test_finite.cxx │ │ │ │ │ ├── test_gamma.cxx │ │ │ │ │ ├── test_hungarian_algorithm.cxx │ │ │ │ │ ├── test_include.cxx │ │ │ │ │ ├── test_integrant.cxx │ │ │ │ │ ├── test_inverse.cxx │ │ │ │ │ ├── test_math.cxx │ │ │ │ │ ├── test_matlab.cxx │ │ │ │ │ ├── test_matrix.cxx │ │ │ │ │ ├── test_matrix_exp.cxx │ │ │ │ │ ├── test_matrix_fixed.cxx │ │ │ │ │ ├── test_matrix_fixed_ref.cxx │ │ │ │ │ ├── test_na.cxx │ │ │ │ │ ├── test_numeric_traits.cxx │ │ │ │ │ ├── test_polynomial.cxx │ │ │ │ │ ├── test_pow_log.cxx │ │ │ │ │ ├── test_power.cxx │ │ │ │ │ ├── test_quaternion.cxx │ │ │ │ │ ├── test_random.cxx │ │ │ │ │ ├── test_rational.cxx │ │ │ │ │ ├── test_real_npolynomial.cxx │ │ │ │ │ ├── test_real_polynomial.cxx │ │ │ │ │ ├── test_resize.cxx │ │ │ │ │ ├── test_rotation_matrix.cxx │ │ │ │ │ ├── test_sample.cxx │ │ │ │ │ ├── test_sparse_lst_sqr_function.cxx │ │ │ │ │ ├── test_sparse_matrix.cxx │ │ │ │ │ ├── test_sym_matrix.cxx │ │ │ │ │ ├── test_template_include.cxx │ │ │ │ │ ├── test_transpose.cxx │ │ │ │ │ ├── test_vector.cxx │ │ │ │ │ ├── test_vector_fixed_ref.cxx │ │ │ │ │ └── test_vnl_index_sort.cxx │ │ │ │ ├── vnl_T_n.h │ │ │ │ ├── vnl_alloc.cxx │ │ │ │ ├── vnl_alloc.h │ │ │ │ ├── vnl_analytic_integrant.h │ │ │ │ ├── vnl_bessel.cxx │ │ │ │ ├── vnl_bessel.h │ │ │ │ ├── vnl_beta.h │ │ │ │ ├── vnl_bignum.cxx │ │ │ │ ├── vnl_bignum.h │ │ │ │ ├── vnl_bignum_traits.cxx │ │ │ │ ├── vnl_bignum_traits.h │ │ │ │ ├── vnl_block.cxx │ │ │ │ ├── vnl_block.h │ │ │ │ ├── vnl_c_na_vector.h │ │ │ │ ├── vnl_c_na_vector.hxx │ │ │ │ ├── vnl_c_vector.h │ │ │ │ ├── vnl_c_vector.hxx │ │ │ │ ├── vnl_complex.h │ │ │ │ ├── vnl_complex_ops.hxx │ │ │ │ ├── vnl_complex_traits.h │ │ │ │ ├── vnl_complexify.h │ │ │ │ ├── vnl_config.h.in │ │ │ │ ├── vnl_copy.cxx │ │ │ │ ├── vnl_copy.h │ │ │ │ ├── vnl_cost_function.cxx │ │ │ │ ├── vnl_cost_function.h │ │ │ │ ├── vnl_cross.h │ │ │ │ ├── vnl_cross_product_matrix.h │ │ │ │ ├── vnl_crs_index.cxx │ │ │ │ ├── vnl_crs_index.h │ │ │ │ ├── vnl_decnum.cxx │ │ │ │ ├── vnl_decnum.h │ │ │ │ ├── vnl_decnum_traits.cxx │ │ │ │ ├── vnl_decnum_traits.h │ │ │ │ ├── vnl_definite_integral.cxx │ │ │ │ ├── vnl_definite_integral.h │ │ │ │ ├── vnl_det.h │ │ │ │ ├── vnl_det.hxx │ │ │ │ ├── vnl_diag_matrix.h │ │ │ │ ├── vnl_diag_matrix.hxx │ │ │ │ ├── vnl_diag_matrix_fixed.h │ │ │ │ ├── vnl_diag_matrix_fixed.hxx │ │ │ │ ├── vnl_double_1x1.h │ │ │ │ ├── vnl_double_1x2.h │ │ │ │ ├── vnl_double_1x3.h │ │ │ │ ├── vnl_double_2.h │ │ │ │ ├── vnl_double_2x1.h │ │ │ │ ├── vnl_double_2x2.h │ │ │ │ ├── vnl_double_2x3.h │ │ │ │ ├── vnl_double_3.h │ │ │ │ ├── vnl_double_3x1.h │ │ │ │ ├── vnl_double_3x2.h │ │ │ │ ├── vnl_double_3x3.h │ │ │ │ ├── vnl_double_3x4.h │ │ │ │ ├── vnl_double_4.h │ │ │ │ ├── vnl_double_4x3.h │ │ │ │ ├── vnl_double_4x4.h │ │ │ │ ├── vnl_drand48.cpp │ │ │ │ ├── vnl_drand48.h │ │ │ │ ├── vnl_erf.cxx │ │ │ │ ├── vnl_erf.h │ │ │ │ ├── vnl_error.cxx │ │ │ │ ├── vnl_error.h │ │ │ │ ├── vnl_fastops.cxx │ │ │ │ ├── vnl_fastops.h │ │ │ │ ├── vnl_file_matrix.h │ │ │ │ ├── vnl_file_matrix.hxx │ │ │ │ ├── vnl_file_vector.h │ │ │ │ ├── vnl_file_vector.hxx │ │ │ │ ├── vnl_finite.h │ │ │ │ ├── vnl_float_1x1.h │ │ │ │ ├── vnl_float_1x2.h │ │ │ │ ├── vnl_float_1x3.h │ │ │ │ ├── vnl_float_2.h │ │ │ │ ├── vnl_float_2x1.h │ │ │ │ ├── vnl_float_2x2.h │ │ │ │ ├── vnl_float_3.h │ │ │ │ ├── vnl_float_3x1.h │ │ │ │ ├── vnl_float_3x3.h │ │ │ │ ├── vnl_float_3x4.h │ │ │ │ ├── vnl_float_4.h │ │ │ │ ├── vnl_float_4x3.h │ │ │ │ ├── vnl_float_4x4.h │ │ │ │ ├── vnl_fortran_copy.h │ │ │ │ ├── vnl_fortran_copy.hxx │ │ │ │ ├── vnl_fortran_copy_fixed.h │ │ │ │ ├── vnl_fortran_copy_fixed.hxx │ │ │ │ ├── vnl_fwd.h │ │ │ │ ├── vnl_gamma.cxx │ │ │ │ ├── vnl_gamma.h │ │ │ │ ├── vnl_hungarian_algorithm.h │ │ │ │ ├── vnl_hungarian_algorithm.hxx │ │ │ │ ├── vnl_identity.h │ │ │ │ ├── vnl_identity_3x3.h │ │ │ │ ├── vnl_imag.h │ │ │ │ ├── vnl_index_sort.h │ │ │ │ ├── vnl_int_1x1.h │ │ │ │ ├── vnl_int_2.h │ │ │ │ ├── vnl_int_2x2.h │ │ │ │ ├── vnl_int_3.h │ │ │ │ ├── vnl_int_4.h │ │ │ │ ├── vnl_int_matrix.cxx │ │ │ │ ├── vnl_int_matrix.h │ │ │ │ ├── vnl_integrant_fnct.h │ │ │ │ ├── vnl_inverse.h │ │ │ │ ├── vnl_least_squares_cost_function.cxx │ │ │ │ ├── vnl_least_squares_cost_function.h │ │ │ │ ├── vnl_least_squares_function.cxx │ │ │ │ ├── vnl_least_squares_function.h │ │ │ │ ├── vnl_linear_operators_3.h │ │ │ │ ├── vnl_linear_system.cxx │ │ │ │ ├── vnl_linear_system.h │ │ │ │ ├── vnl_math.cxx │ │ │ │ ├── vnl_math.h │ │ │ │ ├── vnl_matlab_filewrite.cxx │ │ │ │ ├── vnl_matlab_filewrite.h │ │ │ │ ├── vnl_matlab_header.h │ │ │ │ ├── vnl_matlab_print.h │ │ │ │ ├── vnl_matlab_print.hxx │ │ │ │ ├── vnl_matlab_print2.h │ │ │ │ ├── vnl_matlab_print_format.cxx │ │ │ │ ├── vnl_matlab_print_format.h │ │ │ │ ├── vnl_matlab_print_scalar.cxx │ │ │ │ ├── vnl_matlab_print_scalar.h │ │ │ │ ├── vnl_matlab_read.cxx │ │ │ │ ├── vnl_matlab_read.h │ │ │ │ ├── vnl_matlab_write.cxx │ │ │ │ ├── vnl_matlab_write.h │ │ │ │ ├── vnl_matops.cxx │ │ │ │ ├── vnl_matops.h │ │ │ │ ├── vnl_matrix.h │ │ │ │ ├── vnl_matrix.hxx │ │ │ │ ├── vnl_matrix_exp.h │ │ │ │ ├── vnl_matrix_exp.hxx │ │ │ │ ├── vnl_matrix_fixed.h │ │ │ │ ├── vnl_matrix_fixed.hxx │ │ │ │ ├── vnl_matrix_fixed_ref.h │ │ │ │ ├── vnl_matrix_fixed_ref.hxx │ │ │ │ ├── vnl_matrix_ref.h │ │ │ │ ├── vnl_na.cxx │ │ │ │ ├── vnl_na.h │ │ │ │ ├── vnl_nonlinear_minimizer.cxx │ │ │ │ ├── vnl_nonlinear_minimizer.h │ │ │ │ ├── vnl_numeric_traits.cxx │ │ │ │ ├── vnl_numeric_traits.h │ │ │ │ ├── vnl_operators.h │ │ │ │ ├── vnl_polynomial.h │ │ │ │ ├── vnl_polynomial.hxx │ │ │ │ ├── vnl_power.h │ │ │ │ ├── vnl_quaternion.h │ │ │ │ ├── vnl_quaternion.hxx │ │ │ │ ├── vnl_random.cxx │ │ │ │ ├── vnl_random.h │ │ │ │ ├── vnl_rank.h │ │ │ │ ├── vnl_rank.hxx │ │ │ │ ├── vnl_rational.cxx │ │ │ │ ├── vnl_rational.h │ │ │ │ ├── vnl_rational_traits.cxx │ │ │ │ ├── vnl_rational_traits.h │ │ │ │ ├── vnl_real.h │ │ │ │ ├── vnl_real_npolynomial.cxx │ │ │ │ ├── vnl_real_npolynomial.h │ │ │ │ ├── vnl_real_polynomial.cxx │ │ │ │ ├── vnl_real_polynomial.h │ │ │ │ ├── vnl_rotation_matrix.cxx │ │ │ │ ├── vnl_rotation_matrix.h │ │ │ │ ├── vnl_sample.cxx │ │ │ │ ├── vnl_sample.h │ │ │ │ ├── vnl_scalar_join_iterator.h │ │ │ │ ├── vnl_scalar_join_iterator.hxx │ │ │ │ ├── vnl_sparse_lst_sqr_function.cxx │ │ │ │ ├── vnl_sparse_lst_sqr_function.h │ │ │ │ ├── vnl_sparse_matrix.h │ │ │ │ ├── vnl_sparse_matrix.hxx │ │ │ │ ├── vnl_sparse_matrix_linear_system.cxx │ │ │ │ ├── vnl_sparse_matrix_linear_system.h │ │ │ │ ├── vnl_sse.h │ │ │ │ ├── vnl_sym_matrix.h │ │ │ │ ├── vnl_sym_matrix.hxx │ │ │ │ ├── vnl_trace.h │ │ │ │ ├── vnl_transpose.h │ │ │ │ ├── vnl_unary_function.h │ │ │ │ ├── vnl_unary_function.hxx │ │ │ │ ├── vnl_vector.h │ │ │ │ ├── vnl_vector.hxx │ │ │ │ ├── vnl_vector_fixed.h │ │ │ │ ├── vnl_vector_fixed.hxx │ │ │ │ ├── vnl_vector_fixed_ref.h │ │ │ │ ├── vnl_vector_fixed_ref.hxx │ │ │ │ ├── vnl_vector_ref.h │ │ │ │ ├── vnl_vector_ref.hxx │ │ │ │ └── xio │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Templates │ │ │ │ │ ├── vnl_xio_matrix+double-.cxx │ │ │ │ │ ├── vnl_xio_matrix_fixed+double.2.2-.cxx │ │ │ │ │ ├── vnl_xio_matrix_fixed+double.2.4-.cxx │ │ │ │ │ ├── vnl_xio_matrix_fixed+double.3.3-.cxx │ │ │ │ │ ├── vnl_xio_quaternion+double-.cxx │ │ │ │ │ ├── vnl_xio_quaternion+float-.cxx │ │ │ │ │ ├── vnl_xio_vector+double-.cxx │ │ │ │ │ ├── vnl_xio_vector+float-.cxx │ │ │ │ │ ├── vnl_xio_vector+int-.cxx │ │ │ │ │ ├── vnl_xio_vector_fixed+double.2-.cxx │ │ │ │ │ └── vnl_xio_vector_fixed+double.3-.cxx │ │ │ │ │ ├── tests │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── test_driver.cxx │ │ │ │ │ ├── test_include.cxx │ │ │ │ │ ├── test_template_include.cxx │ │ │ │ │ └── test_vnl_xio.cxx │ │ │ │ │ ├── vnl_xio_matrix.h │ │ │ │ │ ├── vnl_xio_matrix.hxx │ │ │ │ │ ├── vnl_xio_matrix_fixed.h │ │ │ │ │ ├── vnl_xio_matrix_fixed.hxx │ │ │ │ │ ├── vnl_xio_quaternion.h │ │ │ │ │ ├── vnl_xio_quaternion.hxx │ │ │ │ │ ├── vnl_xio_vector.h │ │ │ │ │ ├── vnl_xio_vector.hxx │ │ │ │ │ ├── vnl_xio_vector_fixed.h │ │ │ │ │ └── vnl_xio_vector_fixed.hxx │ │ │ ├── vxl_config.h.in │ │ │ ├── vxl_copyright.h │ │ │ └── vxl_version.h │ │ │ ├── v3p │ │ │ ├── CMakeLists.txt │ │ │ └── netlib │ │ │ │ ├── .NoDartCoverage │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── README.md │ │ │ │ ├── arpack │ │ │ │ ├── dgetv0.P │ │ │ │ ├── dgetv0.c │ │ │ │ ├── dgetv0.f │ │ │ │ ├── dgetv0.h │ │ │ │ ├── dsaitr.P │ │ │ │ ├── dsaitr.c │ │ │ │ ├── dsaitr.f │ │ │ │ ├── dsaitr.h │ │ │ │ ├── dsapps.P │ │ │ │ ├── dsapps.c │ │ │ │ ├── dsapps.f │ │ │ │ ├── dsapps.h │ │ │ │ ├── dsaup2.P │ │ │ │ ├── dsaup2.c │ │ │ │ ├── dsaup2.f │ │ │ │ ├── dsaup2.h │ │ │ │ ├── dsaupd.P │ │ │ │ ├── dsaupd.c │ │ │ │ ├── dsaupd.f │ │ │ │ ├── dsaupd.h │ │ │ │ ├── dsconv.P │ │ │ │ ├── dsconv.c │ │ │ │ ├── dsconv.f │ │ │ │ ├── dsconv.h │ │ │ │ ├── dseigt.P │ │ │ │ ├── dseigt.c │ │ │ │ ├── dseigt.f │ │ │ │ ├── dseigt.h │ │ │ │ ├── dsesrt.P │ │ │ │ ├── dsesrt.c │ │ │ │ ├── dsesrt.f │ │ │ │ ├── dsesrt.h │ │ │ │ ├── dseupd.P │ │ │ │ ├── dseupd.c │ │ │ │ ├── dseupd.f │ │ │ │ ├── dseupd.h │ │ │ │ ├── dsgets.P │ │ │ │ ├── dsgets.c │ │ │ │ ├── dsgets.f │ │ │ │ ├── dsgets.h │ │ │ │ ├── dsortr.P │ │ │ │ ├── dsortr.c │ │ │ │ ├── dsortr.f │ │ │ │ ├── dsortr.h │ │ │ │ ├── dstqrb.P │ │ │ │ ├── dstqrb.c │ │ │ │ ├── dstqrb.f │ │ │ │ └── dstqrb.h │ │ │ │ ├── blas │ │ │ │ ├── caxpy.P │ │ │ │ ├── caxpy.c │ │ │ │ ├── caxpy.f │ │ │ │ ├── caxpy.h │ │ │ │ ├── ccopy.P │ │ │ │ ├── ccopy.c │ │ │ │ ├── ccopy.f │ │ │ │ ├── ccopy.h │ │ │ │ ├── cdotc.P │ │ │ │ ├── cdotc.c │ │ │ │ ├── cdotc.f │ │ │ │ ├── cdotc.h │ │ │ │ ├── cscal.P │ │ │ │ ├── cscal.c │ │ │ │ ├── cscal.f │ │ │ │ ├── cscal.h │ │ │ │ ├── csrot.P │ │ │ │ ├── csrot.c │ │ │ │ ├── csrot.f │ │ │ │ ├── csrot.h │ │ │ │ ├── cswap.P │ │ │ │ ├── cswap.c │ │ │ │ ├── cswap.f │ │ │ │ ├── cswap.h │ │ │ │ ├── dasum.P │ │ │ │ ├── dasum.c │ │ │ │ ├── dasum.f │ │ │ │ ├── dasum.h │ │ │ │ ├── daxpy.P │ │ │ │ ├── daxpy.c │ │ │ │ ├── daxpy.f │ │ │ │ ├── daxpy.h │ │ │ │ ├── dcabs1.P │ │ │ │ ├── dcabs1.c │ │ │ │ ├── dcabs1.f │ │ │ │ ├── dcabs1.h │ │ │ │ ├── dcopy.P │ │ │ │ ├── dcopy.c │ │ │ │ ├── dcopy.f │ │ │ │ ├── dcopy.h │ │ │ │ ├── ddot.P │ │ │ │ ├── ddot.c │ │ │ │ ├── ddot.f │ │ │ │ ├── ddot.h │ │ │ │ ├── dgemm.P │ │ │ │ ├── dgemm.c │ │ │ │ ├── dgemm.f │ │ │ │ ├── dgemm.h │ │ │ │ ├── dgemv.P │ │ │ │ ├── dgemv.c │ │ │ │ ├── dgemv.f │ │ │ │ ├── dgemv.h │ │ │ │ ├── dger.P │ │ │ │ ├── dger.c │ │ │ │ ├── dger.f │ │ │ │ ├── dger.h │ │ │ │ ├── dlamch.P │ │ │ │ ├── dlamch.c │ │ │ │ ├── dlamch.f │ │ │ │ ├── dlamch.h │ │ │ │ ├── dnrm2.P │ │ │ │ ├── dnrm2.c │ │ │ │ ├── dnrm2.f │ │ │ │ ├── dnrm2.h │ │ │ │ ├── drot.P │ │ │ │ ├── drot.c │ │ │ │ ├── drot.f │ │ │ │ ├── drot.h │ │ │ │ ├── drotg.P │ │ │ │ ├── drotg.c │ │ │ │ ├── drotg.f │ │ │ │ ├── drotg.h │ │ │ │ ├── dscal.P │ │ │ │ ├── dscal.c │ │ │ │ ├── dscal.f │ │ │ │ ├── dscal.h │ │ │ │ ├── dswap.P │ │ │ │ ├── dswap.c │ │ │ │ ├── dswap.f │ │ │ │ ├── dswap.h │ │ │ │ ├── dtrmm.P │ │ │ │ ├── dtrmm.c │ │ │ │ ├── dtrmm.f │ │ │ │ ├── dtrmm.h │ │ │ │ ├── dtrmv.P │ │ │ │ ├── dtrmv.c │ │ │ │ ├── dtrmv.f │ │ │ │ ├── dtrmv.h │ │ │ │ ├── dtrsv.P │ │ │ │ ├── dtrsv.c │ │ │ │ ├── dtrsv.f │ │ │ │ ├── dtrsv.h │ │ │ │ ├── dzasum.P │ │ │ │ ├── dzasum.c │ │ │ │ ├── dzasum.f │ │ │ │ ├── dzasum.h │ │ │ │ ├── dznrm2.P │ │ │ │ ├── dznrm2.c │ │ │ │ ├── dznrm2.f │ │ │ │ ├── dznrm2.h │ │ │ │ ├── idamax.P │ │ │ │ ├── idamax.c │ │ │ │ ├── idamax.f │ │ │ │ ├── idamax.h │ │ │ │ ├── isamax.P │ │ │ │ ├── isamax.c │ │ │ │ ├── isamax.f │ │ │ │ ├── isamax.h │ │ │ │ ├── izamax.P │ │ │ │ ├── izamax.c │ │ │ │ ├── izamax.f │ │ │ │ ├── izamax.h │ │ │ │ ├── saxpy.P │ │ │ │ ├── saxpy.c │ │ │ │ ├── saxpy.f │ │ │ │ ├── saxpy.h │ │ │ │ ├── scnrm2.P │ │ │ │ ├── scnrm2.c │ │ │ │ ├── scnrm2.f │ │ │ │ ├── scnrm2.h │ │ │ │ ├── scopy.P │ │ │ │ ├── scopy.c │ │ │ │ ├── scopy.f │ │ │ │ ├── scopy.h │ │ │ │ ├── sdot.P │ │ │ │ ├── sdot.c │ │ │ │ ├── sdot.f │ │ │ │ ├── sdot.h │ │ │ │ ├── sgemv.P │ │ │ │ ├── sgemv.c │ │ │ │ ├── sgemv.f │ │ │ │ ├── sgemv.h │ │ │ │ ├── sger.P │ │ │ │ ├── sger.c │ │ │ │ ├── sger.f │ │ │ │ ├── sger.h │ │ │ │ ├── slamch.P │ │ │ │ ├── slamch.c │ │ │ │ ├── slamch.f │ │ │ │ ├── slamch.h │ │ │ │ ├── snrm2.P │ │ │ │ ├── snrm2.c │ │ │ │ ├── snrm2.f │ │ │ │ ├── snrm2.h │ │ │ │ ├── srot.P │ │ │ │ ├── srot.c │ │ │ │ ├── srot.f │ │ │ │ ├── srot.h │ │ │ │ ├── srotg.P │ │ │ │ ├── srotg.c │ │ │ │ ├── srotg.f │ │ │ │ ├── srotg.h │ │ │ │ ├── sscal.P │ │ │ │ ├── sscal.c │ │ │ │ ├── sscal.f │ │ │ │ ├── sscal.h │ │ │ │ ├── sswap.P │ │ │ │ ├── sswap.c │ │ │ │ ├── sswap.f │ │ │ │ ├── sswap.h │ │ │ │ ├── xerbla.P │ │ │ │ ├── xerbla.c │ │ │ │ ├── xerbla.f │ │ │ │ ├── xerbla.h │ │ │ │ ├── zaxpy.P │ │ │ │ ├── zaxpy.c │ │ │ │ ├── zaxpy.f │ │ │ │ ├── zaxpy.h │ │ │ │ ├── zcopy.P │ │ │ │ ├── zcopy.c │ │ │ │ ├── zcopy.f │ │ │ │ ├── zcopy.h │ │ │ │ ├── zdotc.P │ │ │ │ ├── zdotc.c │ │ │ │ ├── zdotc.f │ │ │ │ ├── zdotc.h │ │ │ │ ├── zdotu.P │ │ │ │ ├── zdotu.c │ │ │ │ ├── zdotu.f │ │ │ │ ├── zdotu.h │ │ │ │ ├── zdrot.P │ │ │ │ ├── zdrot.c │ │ │ │ ├── zdrot.f │ │ │ │ ├── zdrot.h │ │ │ │ ├── zdscal.P │ │ │ │ ├── zdscal.c │ │ │ │ ├── zdscal.f │ │ │ │ ├── zdscal.h │ │ │ │ ├── zgemm.P │ │ │ │ ├── zgemm.c │ │ │ │ ├── zgemm.f │ │ │ │ ├── zgemm.h │ │ │ │ ├── zgemv.P │ │ │ │ ├── zgemv.c │ │ │ │ ├── zgemv.f │ │ │ │ ├── zgemv.h │ │ │ │ ├── zgerc.P │ │ │ │ ├── zgerc.c │ │ │ │ ├── zgerc.f │ │ │ │ ├── zgerc.h │ │ │ │ ├── zgeru.P │ │ │ │ ├── zgeru.c │ │ │ │ ├── zgeru.f │ │ │ │ ├── zgeru.h │ │ │ │ ├── zscal.P │ │ │ │ ├── zscal.c │ │ │ │ ├── zscal.f │ │ │ │ ├── zscal.h │ │ │ │ ├── zswap.P │ │ │ │ ├── zswap.c │ │ │ │ ├── zswap.f │ │ │ │ ├── zswap.h │ │ │ │ ├── ztrmm.P │ │ │ │ ├── ztrmm.c │ │ │ │ ├── ztrmm.f │ │ │ │ ├── ztrmm.h │ │ │ │ ├── ztrmv.P │ │ │ │ ├── ztrmv.c │ │ │ │ ├── ztrmv.f │ │ │ │ ├── ztrmv.h │ │ │ │ ├── ztrsv.P │ │ │ │ ├── ztrsv.c │ │ │ │ ├── ztrsv.f │ │ │ │ └── ztrsv.h │ │ │ │ ├── datapac │ │ │ │ ├── camsun.P │ │ │ │ ├── camsun.c │ │ │ │ ├── camsun.f │ │ │ │ └── camsun.h │ │ │ │ ├── eispack │ │ │ │ ├── balanc.P │ │ │ │ ├── balanc.c │ │ │ │ ├── balanc.f │ │ │ │ ├── balanc.h │ │ │ │ ├── balbak.P │ │ │ │ ├── balbak.c │ │ │ │ ├── balbak.f │ │ │ │ ├── balbak.h │ │ │ │ ├── cdiv.P │ │ │ │ ├── cdiv.c │ │ │ │ ├── cdiv.f │ │ │ │ ├── cdiv.h │ │ │ │ ├── elmhes.P │ │ │ │ ├── elmhes.c │ │ │ │ ├── elmhes.f │ │ │ │ ├── elmhes.h │ │ │ │ ├── eltran.P │ │ │ │ ├── eltran.c │ │ │ │ ├── eltran.f │ │ │ │ ├── eltran.h │ │ │ │ ├── epslon.P │ │ │ │ ├── epslon.c │ │ │ │ ├── epslon.f │ │ │ │ ├── epslon.h │ │ │ │ ├── hqr.P │ │ │ │ ├── hqr.c │ │ │ │ ├── hqr.f │ │ │ │ ├── hqr.h │ │ │ │ ├── hqr2.P │ │ │ │ ├── hqr2.c │ │ │ │ ├── hqr2.f │ │ │ │ ├── hqr2.h │ │ │ │ ├── otqlrat.P │ │ │ │ ├── otqlrat.c │ │ │ │ ├── otqlrat.f │ │ │ │ ├── otqlrat.h │ │ │ │ ├── pythag.P │ │ │ │ ├── pythag.c │ │ │ │ ├── pythag.f │ │ │ │ ├── pythag.h │ │ │ │ ├── rebak.P │ │ │ │ ├── rebak.c │ │ │ │ ├── rebak.f │ │ │ │ ├── rebak.h │ │ │ │ ├── reduc.P │ │ │ │ ├── reduc.c │ │ │ │ ├── reduc.f │ │ │ │ ├── reduc.h │ │ │ │ ├── rg.P │ │ │ │ ├── rg.c │ │ │ │ ├── rg.f │ │ │ │ ├── rg.h │ │ │ │ ├── rs.P │ │ │ │ ├── rs.c │ │ │ │ ├── rs.f │ │ │ │ ├── rs.h │ │ │ │ ├── rsg.P │ │ │ │ ├── rsg.c │ │ │ │ ├── rsg.f │ │ │ │ ├── rsg.h │ │ │ │ ├── tql1.P │ │ │ │ ├── tql1.c │ │ │ │ ├── tql1.f │ │ │ │ ├── tql1.h │ │ │ │ ├── tql2.P │ │ │ │ ├── tql2.c │ │ │ │ ├── tql2.f │ │ │ │ ├── tql2.h │ │ │ │ ├── tred1.P │ │ │ │ ├── tred1.c │ │ │ │ ├── tred1.f │ │ │ │ ├── tred1.h │ │ │ │ ├── tred2.P │ │ │ │ ├── tred2.c │ │ │ │ ├── tred2.f │ │ │ │ └── tred2.h │ │ │ │ ├── examples │ │ │ │ ├── .NoDartCoverage │ │ │ │ ├── A.poly │ │ │ │ └── CMakeLists.txt │ │ │ │ ├── lapack │ │ │ │ ├── complex16 │ │ │ │ │ ├── zdrscl.P │ │ │ │ │ ├── zdrscl.c │ │ │ │ │ ├── zdrscl.f │ │ │ │ │ ├── zdrscl.h │ │ │ │ │ ├── zgebak.P │ │ │ │ │ ├── zgebak.c │ │ │ │ │ ├── zgebak.f │ │ │ │ │ ├── zgebak.h │ │ │ │ │ ├── zgebal.P │ │ │ │ │ ├── zgebal.c │ │ │ │ │ ├── zgebal.f │ │ │ │ │ ├── zgebal.h │ │ │ │ │ ├── zgecon.P │ │ │ │ │ ├── zgecon.c │ │ │ │ │ ├── zgecon.f │ │ │ │ │ ├── zgecon.h │ │ │ │ │ ├── zgees.P │ │ │ │ │ ├── zgees.c │ │ │ │ │ ├── zgees.f │ │ │ │ │ ├── zgees.h │ │ │ │ │ ├── zgeev.P │ │ │ │ │ ├── zgeev.c │ │ │ │ │ ├── zgeev.f │ │ │ │ │ ├── zgeev.h │ │ │ │ │ ├── zgehd2.P │ │ │ │ │ ├── zgehd2.c │ │ │ │ │ ├── zgehd2.f │ │ │ │ │ ├── zgehd2.h │ │ │ │ │ ├── zgehrd.P │ │ │ │ │ ├── zgehrd.c │ │ │ │ │ ├── zgehrd.f │ │ │ │ │ ├── zgehrd.h │ │ │ │ │ ├── zgeqr2.P │ │ │ │ │ ├── zgeqr2.c │ │ │ │ │ ├── zgeqr2.f │ │ │ │ │ ├── zgeqr2.h │ │ │ │ │ ├── zgeqrf.P │ │ │ │ │ ├── zgeqrf.c │ │ │ │ │ ├── zgeqrf.f │ │ │ │ │ ├── zgeqrf.h │ │ │ │ │ ├── zgesc2.P │ │ │ │ │ ├── zgesc2.c │ │ │ │ │ ├── zgesc2.f │ │ │ │ │ ├── zgesc2.h │ │ │ │ │ ├── zgetc2.P │ │ │ │ │ ├── zgetc2.c │ │ │ │ │ ├── zgetc2.f │ │ │ │ │ ├── zgetc2.h │ │ │ │ │ ├── zggbak.P │ │ │ │ │ ├── zggbak.c │ │ │ │ │ ├── zggbak.f │ │ │ │ │ ├── zggbak.h │ │ │ │ │ ├── zggbal.P │ │ │ │ │ ├── zggbal.c │ │ │ │ │ ├── zggbal.f │ │ │ │ │ ├── zggbal.h │ │ │ │ │ ├── zgges.P │ │ │ │ │ ├── zgges.c │ │ │ │ │ ├── zgges.f │ │ │ │ │ ├── zgges.h │ │ │ │ │ ├── zgghrd.P │ │ │ │ │ ├── zgghrd.c │ │ │ │ │ ├── zgghrd.f │ │ │ │ │ ├── zgghrd.h │ │ │ │ │ ├── zhgeqz.P │ │ │ │ │ ├── zhgeqz.c │ │ │ │ │ ├── zhgeqz.f │ │ │ │ │ ├── zhgeqz.h │ │ │ │ │ ├── zhseqr.P │ │ │ │ │ ├── zhseqr.c │ │ │ │ │ ├── zhseqr.f │ │ │ │ │ ├── zhseqr.h │ │ │ │ │ ├── zlacgv.P │ │ │ │ │ ├── zlacgv.c │ │ │ │ │ ├── zlacgv.f │ │ │ │ │ ├── zlacgv.h │ │ │ │ │ ├── zlacn2.P │ │ │ │ │ ├── zlacn2.c │ │ │ │ │ ├── zlacn2.f │ │ │ │ │ ├── zlacn2.h │ │ │ │ │ ├── zlacpy.P │ │ │ │ │ ├── zlacpy.c │ │ │ │ │ ├── zlacpy.f │ │ │ │ │ ├── zlacpy.h │ │ │ │ │ ├── zladiv.P │ │ │ │ │ ├── zladiv.c │ │ │ │ │ ├── zladiv.f │ │ │ │ │ ├── zladiv.h │ │ │ │ │ ├── zlahqr.P │ │ │ │ │ ├── zlahqr.c │ │ │ │ │ ├── zlahqr.f │ │ │ │ │ ├── zlahqr.h │ │ │ │ │ ├── zlahrd.P │ │ │ │ │ ├── zlahrd.c │ │ │ │ │ ├── zlahrd.f │ │ │ │ │ ├── zlahrd.h │ │ │ │ │ ├── zlange.P │ │ │ │ │ ├── zlange.c │ │ │ │ │ ├── zlange.f │ │ │ │ │ ├── zlange.h │ │ │ │ │ ├── zlanhs.P │ │ │ │ │ ├── zlanhs.c │ │ │ │ │ ├── zlanhs.f │ │ │ │ │ ├── zlanhs.h │ │ │ │ │ ├── zlarf.P │ │ │ │ │ ├── zlarf.c │ │ │ │ │ ├── zlarf.f │ │ │ │ │ ├── zlarf.h │ │ │ │ │ ├── zlarfb.P │ │ │ │ │ ├── zlarfb.c │ │ │ │ │ ├── zlarfb.f │ │ │ │ │ ├── zlarfb.h │ │ │ │ │ ├── zlarfg.P │ │ │ │ │ ├── zlarfg.c │ │ │ │ │ ├── zlarfg.f │ │ │ │ │ ├── zlarfg.h │ │ │ │ │ ├── zlarft.P │ │ │ │ │ ├── zlarft.c │ │ │ │ │ ├── zlarft.f │ │ │ │ │ ├── zlarft.h │ │ │ │ │ ├── zlarfx.P │ │ │ │ │ ├── zlarfx.c │ │ │ │ │ ├── zlarfx.f │ │ │ │ │ ├── zlarfx.h │ │ │ │ │ ├── zlartg.P │ │ │ │ │ ├── zlartg.c │ │ │ │ │ ├── zlartg.f │ │ │ │ │ ├── zlartg.h │ │ │ │ │ ├── zlascl.P │ │ │ │ │ ├── zlascl.c │ │ │ │ │ ├── zlascl.f │ │ │ │ │ ├── zlascl.h │ │ │ │ │ ├── zlaset.P │ │ │ │ │ ├── zlaset.c │ │ │ │ │ ├── zlaset.f │ │ │ │ │ ├── zlaset.h │ │ │ │ │ ├── zlassq.P │ │ │ │ │ ├── zlassq.c │ │ │ │ │ ├── zlassq.f │ │ │ │ │ ├── zlassq.h │ │ │ │ │ ├── zlaswp.P │ │ │ │ │ ├── zlaswp.c │ │ │ │ │ ├── zlaswp.f │ │ │ │ │ ├── zlaswp.h │ │ │ │ │ ├── zlatdf.P │ │ │ │ │ ├── zlatdf.c │ │ │ │ │ ├── zlatdf.f │ │ │ │ │ ├── zlatdf.h │ │ │ │ │ ├── zlatrs.P │ │ │ │ │ ├── zlatrs.c │ │ │ │ │ ├── zlatrs.f │ │ │ │ │ ├── zlatrs.h │ │ │ │ │ ├── zrot.P │ │ │ │ │ ├── zrot.c │ │ │ │ │ ├── zrot.f │ │ │ │ │ ├── zrot.h │ │ │ │ │ ├── ztgex2.P │ │ │ │ │ ├── ztgex2.c │ │ │ │ │ ├── ztgex2.f │ │ │ │ │ ├── ztgex2.h │ │ │ │ │ ├── ztgexc.P │ │ │ │ │ ├── ztgexc.c │ │ │ │ │ ├── ztgexc.f │ │ │ │ │ ├── ztgexc.h │ │ │ │ │ ├── ztgsen.P │ │ │ │ │ ├── ztgsen.c │ │ │ │ │ ├── ztgsen.f │ │ │ │ │ ├── ztgsen.h │ │ │ │ │ ├── ztgsy2.P │ │ │ │ │ ├── ztgsy2.c │ │ │ │ │ ├── ztgsy2.f │ │ │ │ │ ├── ztgsy2.h │ │ │ │ │ ├── ztgsyl.P │ │ │ │ │ ├── ztgsyl.c │ │ │ │ │ ├── ztgsyl.f │ │ │ │ │ ├── ztgsyl.h │ │ │ │ │ ├── ztrevc.P │ │ │ │ │ ├── ztrevc.c │ │ │ │ │ ├── ztrevc.f │ │ │ │ │ ├── ztrevc.h │ │ │ │ │ ├── ztrexc.P │ │ │ │ │ ├── ztrexc.c │ │ │ │ │ ├── ztrexc.f │ │ │ │ │ ├── ztrexc.h │ │ │ │ │ ├── ztrsen.P │ │ │ │ │ ├── ztrsen.c │ │ │ │ │ ├── ztrsen.f │ │ │ │ │ ├── ztrsen.h │ │ │ │ │ ├── ztrsyl.P │ │ │ │ │ ├── ztrsyl.c │ │ │ │ │ ├── ztrsyl.f │ │ │ │ │ ├── ztrsyl.h │ │ │ │ │ ├── zung2r.P │ │ │ │ │ ├── zung2r.c │ │ │ │ │ ├── zung2r.f │ │ │ │ │ ├── zung2r.h │ │ │ │ │ ├── zunghr.P │ │ │ │ │ ├── zunghr.c │ │ │ │ │ ├── zunghr.f │ │ │ │ │ ├── zunghr.h │ │ │ │ │ ├── zungqr.P │ │ │ │ │ ├── zungqr.c │ │ │ │ │ ├── zungqr.f │ │ │ │ │ ├── zungqr.h │ │ │ │ │ ├── zunm2r.P │ │ │ │ │ ├── zunm2r.c │ │ │ │ │ ├── zunm2r.f │ │ │ │ │ ├── zunm2r.h │ │ │ │ │ ├── zunmqr.P │ │ │ │ │ ├── zunmqr.c │ │ │ │ │ ├── zunmqr.f │ │ │ │ │ └── zunmqr.h │ │ │ │ ├── double │ │ │ │ │ ├── dgecon.P │ │ │ │ │ ├── dgecon.c │ │ │ │ │ ├── dgecon.f │ │ │ │ │ ├── dgecon.h │ │ │ │ │ ├── dgeqr2.P │ │ │ │ │ ├── dgeqr2.c │ │ │ │ │ ├── dgeqr2.f │ │ │ │ │ ├── dgeqr2.h │ │ │ │ │ ├── dgeqrf.P │ │ │ │ │ ├── dgeqrf.c │ │ │ │ │ ├── dgeqrf.f │ │ │ │ │ ├── dgeqrf.h │ │ │ │ │ ├── dgerq2.P │ │ │ │ │ ├── dgerq2.c │ │ │ │ │ ├── dgerq2.f │ │ │ │ │ ├── dgerq2.h │ │ │ │ │ ├── dgesc2.P │ │ │ │ │ ├── dgesc2.c │ │ │ │ │ ├── dgesc2.f │ │ │ │ │ ├── dgesc2.h │ │ │ │ │ ├── dgetc2.P │ │ │ │ │ ├── dgetc2.c │ │ │ │ │ ├── dgetc2.f │ │ │ │ │ ├── dgetc2.h │ │ │ │ │ ├── dggbak.P │ │ │ │ │ ├── dggbak.c │ │ │ │ │ ├── dggbak.f │ │ │ │ │ ├── dggbak.h │ │ │ │ │ ├── dggbal.P │ │ │ │ │ ├── dggbal.c │ │ │ │ │ ├── dggbal.f │ │ │ │ │ ├── dggbal.h │ │ │ │ │ ├── dgges.P │ │ │ │ │ ├── dgges.c │ │ │ │ │ ├── dgges.f │ │ │ │ │ ├── dgges.h │ │ │ │ │ ├── dgghrd.P │ │ │ │ │ ├── dgghrd.c │ │ │ │ │ ├── dgghrd.f │ │ │ │ │ ├── dgghrd.h │ │ │ │ │ ├── dhgeqz.P │ │ │ │ │ ├── dhgeqz.c │ │ │ │ │ ├── dhgeqz.f │ │ │ │ │ ├── dhgeqz.h │ │ │ │ │ ├── dlabad.P │ │ │ │ │ ├── dlabad.c │ │ │ │ │ ├── dlabad.f │ │ │ │ │ ├── dlabad.h │ │ │ │ │ ├── dlacon.P │ │ │ │ │ ├── dlacon.c │ │ │ │ │ ├── dlacon.f │ │ │ │ │ ├── dlacon.h │ │ │ │ │ ├── dlacpy.P │ │ │ │ │ ├── dlacpy.c │ │ │ │ │ ├── dlacpy.f │ │ │ │ │ ├── dlacpy.h │ │ │ │ │ ├── dladiv.P │ │ │ │ │ ├── dladiv.c │ │ │ │ │ ├── dladiv.f │ │ │ │ │ ├── dladiv.h │ │ │ │ │ ├── dlae2.P │ │ │ │ │ ├── dlae2.c │ │ │ │ │ ├── dlae2.f │ │ │ │ │ ├── dlae2.h │ │ │ │ │ ├── dlaev2.P │ │ │ │ │ ├── dlaev2.c │ │ │ │ │ ├── dlaev2.f │ │ │ │ │ ├── dlaev2.h │ │ │ │ │ ├── dlag2.P │ │ │ │ │ ├── dlag2.c │ │ │ │ │ ├── dlag2.f │ │ │ │ │ ├── dlag2.h │ │ │ │ │ ├── dlagv2.P │ │ │ │ │ ├── dlagv2.c │ │ │ │ │ ├── dlagv2.f │ │ │ │ │ ├── dlagv2.h │ │ │ │ │ ├── dlange.P │ │ │ │ │ ├── dlange.c │ │ │ │ │ ├── dlange.f │ │ │ │ │ ├── dlange.h │ │ │ │ │ ├── dlanhs.P │ │ │ │ │ ├── dlanhs.c │ │ │ │ │ ├── dlanhs.f │ │ │ │ │ ├── dlanhs.h │ │ │ │ │ ├── dlanst.P │ │ │ │ │ ├── dlanst.c │ │ │ │ │ ├── dlanst.f │ │ │ │ │ ├── dlanst.h │ │ │ │ │ ├── dlapy2.P │ │ │ │ │ ├── dlapy2.c │ │ │ │ │ ├── dlapy2.f │ │ │ │ │ ├── dlapy2.h │ │ │ │ │ ├── dlapy3.P │ │ │ │ │ ├── dlapy3.c │ │ │ │ │ ├── dlapy3.f │ │ │ │ │ ├── dlapy3.h │ │ │ │ │ ├── dlarf.P │ │ │ │ │ ├── dlarf.c │ │ │ │ │ ├── dlarf.f │ │ │ │ │ ├── dlarf.h │ │ │ │ │ ├── dlarfb.P │ │ │ │ │ ├── dlarfb.c │ │ │ │ │ ├── dlarfb.f │ │ │ │ │ ├── dlarfb.h │ │ │ │ │ ├── dlarfg.P │ │ │ │ │ ├── dlarfg.c │ │ │ │ │ ├── dlarfg.f │ │ │ │ │ ├── dlarfg.h │ │ │ │ │ ├── dlarft.P │ │ │ │ │ ├── dlarft.c │ │ │ │ │ ├── dlarft.f │ │ │ │ │ ├── dlarft.h │ │ │ │ │ ├── dlarnv.P │ │ │ │ │ ├── dlarnv.c │ │ │ │ │ ├── dlarnv.f │ │ │ │ │ ├── dlarnv.h │ │ │ │ │ ├── dlartg.P │ │ │ │ │ ├── dlartg.c │ │ │ │ │ ├── dlartg.f │ │ │ │ │ ├── dlartg.h │ │ │ │ │ ├── dlaruv.P │ │ │ │ │ ├── dlaruv.c │ │ │ │ │ ├── dlaruv.f │ │ │ │ │ ├── dlaruv.h │ │ │ │ │ ├── dlascl.P │ │ │ │ │ ├── dlascl.c │ │ │ │ │ ├── dlascl.f │ │ │ │ │ ├── dlascl.h │ │ │ │ │ ├── dlaset.P │ │ │ │ │ ├── dlaset.c │ │ │ │ │ ├── dlaset.f │ │ │ │ │ ├── dlaset.h │ │ │ │ │ ├── dlasr.P │ │ │ │ │ ├── dlasr.c │ │ │ │ │ ├── dlasr.f │ │ │ │ │ ├── dlasr.h │ │ │ │ │ ├── dlasrt.P │ │ │ │ │ ├── dlasrt.c │ │ │ │ │ ├── dlasrt.f │ │ │ │ │ ├── dlasrt.h │ │ │ │ │ ├── dlassq.P │ │ │ │ │ ├── dlassq.c │ │ │ │ │ ├── dlassq.f │ │ │ │ │ ├── dlassq.h │ │ │ │ │ ├── dlasv2.P │ │ │ │ │ ├── dlasv2.c │ │ │ │ │ ├── dlasv2.f │ │ │ │ │ ├── dlasv2.h │ │ │ │ │ ├── dlaswp.P │ │ │ │ │ ├── dlaswp.c │ │ │ │ │ ├── dlaswp.f │ │ │ │ │ ├── dlaswp.h │ │ │ │ │ ├── dlatdf.P │ │ │ │ │ ├── dlatdf.c │ │ │ │ │ ├── dlatdf.f │ │ │ │ │ ├── dlatdf.h │ │ │ │ │ ├── dlatrs.P │ │ │ │ │ ├── dlatrs.c │ │ │ │ │ ├── dlatrs.f │ │ │ │ │ ├── dlatrs.h │ │ │ │ │ ├── dorg2r.P │ │ │ │ │ ├── dorg2r.c │ │ │ │ │ ├── dorg2r.f │ │ │ │ │ ├── dorg2r.h │ │ │ │ │ ├── dorgqr.P │ │ │ │ │ ├── dorgqr.c │ │ │ │ │ ├── dorgqr.f │ │ │ │ │ ├── dorgqr.h │ │ │ │ │ ├── dorgr2.P │ │ │ │ │ ├── dorgr2.c │ │ │ │ │ ├── dorgr2.f │ │ │ │ │ ├── dorgr2.h │ │ │ │ │ ├── dorm2r.P │ │ │ │ │ ├── dorm2r.c │ │ │ │ │ ├── dorm2r.f │ │ │ │ │ ├── dorm2r.h │ │ │ │ │ ├── dormqr.P │ │ │ │ │ ├── dormqr.c │ │ │ │ │ ├── dormqr.f │ │ │ │ │ ├── dormqr.h │ │ │ │ │ ├── dormr2.P │ │ │ │ │ ├── dormr2.c │ │ │ │ │ ├── dormr2.f │ │ │ │ │ ├── dormr2.h │ │ │ │ │ ├── drscl.P │ │ │ │ │ ├── drscl.c │ │ │ │ │ ├── drscl.f │ │ │ │ │ ├── drscl.h │ │ │ │ │ ├── dspr.P │ │ │ │ │ ├── dspr.c │ │ │ │ │ ├── dspr.f │ │ │ │ │ ├── dspr.h │ │ │ │ │ ├── dsptrf.P │ │ │ │ │ ├── dsptrf.c │ │ │ │ │ ├── dsptrf.f │ │ │ │ │ ├── dsptrf.h │ │ │ │ │ ├── dsptrs.P │ │ │ │ │ ├── dsptrs.c │ │ │ │ │ ├── dsptrs.f │ │ │ │ │ ├── dsptrs.h │ │ │ │ │ ├── dsteqr.P │ │ │ │ │ ├── dsteqr.c │ │ │ │ │ ├── dsteqr.f │ │ │ │ │ ├── dsteqr.h │ │ │ │ │ ├── dtgex2.P │ │ │ │ │ ├── dtgex2.c │ │ │ │ │ ├── dtgex2.f │ │ │ │ │ ├── dtgex2.h │ │ │ │ │ ├── dtgexc.P │ │ │ │ │ ├── dtgexc.c │ │ │ │ │ ├── dtgexc.f │ │ │ │ │ ├── dtgexc.h │ │ │ │ │ ├── dtgsen.P │ │ │ │ │ ├── dtgsen.c │ │ │ │ │ ├── dtgsen.f │ │ │ │ │ ├── dtgsen.h │ │ │ │ │ ├── dtgsy2.P │ │ │ │ │ ├── dtgsy2.c │ │ │ │ │ ├── dtgsy2.f │ │ │ │ │ ├── dtgsy2.h │ │ │ │ │ ├── dtgsyl.P │ │ │ │ │ ├── dtgsyl.c │ │ │ │ │ ├── dtgsyl.f │ │ │ │ │ ├── dtgsyl.h │ │ │ │ │ ├── dzsum1.P │ │ │ │ │ ├── dzsum1.c │ │ │ │ │ ├── dzsum1.f │ │ │ │ │ └── dzsum1.h │ │ │ │ ├── single │ │ │ │ │ ├── sgeqpf.P │ │ │ │ │ ├── sgeqpf.c │ │ │ │ │ ├── sgeqpf.f │ │ │ │ │ ├── sgeqpf.h │ │ │ │ │ ├── sgeqr2.P │ │ │ │ │ ├── sgeqr2.c │ │ │ │ │ ├── sgeqr2.f │ │ │ │ │ ├── sgeqr2.h │ │ │ │ │ ├── sgerq2.P │ │ │ │ │ ├── sgerq2.c │ │ │ │ │ ├── sgerq2.f │ │ │ │ │ ├── sgerq2.h │ │ │ │ │ ├── sggsvd.P │ │ │ │ │ ├── sggsvd.c │ │ │ │ │ ├── sggsvd.f │ │ │ │ │ ├── sggsvd.h │ │ │ │ │ ├── sggsvp.P │ │ │ │ │ ├── sggsvp.c │ │ │ │ │ ├── sggsvp.f │ │ │ │ │ ├── sggsvp.h │ │ │ │ │ ├── slacpy.P │ │ │ │ │ ├── slacpy.c │ │ │ │ │ ├── slacpy.f │ │ │ │ │ ├── slacpy.h │ │ │ │ │ ├── slags2.P │ │ │ │ │ ├── slags2.c │ │ │ │ │ ├── slags2.f │ │ │ │ │ ├── slags2.h │ │ │ │ │ ├── slange.P │ │ │ │ │ ├── slange.c │ │ │ │ │ ├── slange.f │ │ │ │ │ ├── slange.h │ │ │ │ │ ├── slapll.P │ │ │ │ │ ├── slapll.c │ │ │ │ │ ├── slapll.f │ │ │ │ │ ├── slapll.h │ │ │ │ │ ├── slapmt.P │ │ │ │ │ ├── slapmt.c │ │ │ │ │ ├── slapmt.f │ │ │ │ │ ├── slapmt.h │ │ │ │ │ ├── slapy2.P │ │ │ │ │ ├── slapy2.c │ │ │ │ │ ├── slapy2.f │ │ │ │ │ ├── slapy2.h │ │ │ │ │ ├── slarf.P │ │ │ │ │ ├── slarf.c │ │ │ │ │ ├── slarf.f │ │ │ │ │ ├── slarf.h │ │ │ │ │ ├── slarfg.P │ │ │ │ │ ├── slarfg.c │ │ │ │ │ ├── slarfg.f │ │ │ │ │ ├── slarfg.h │ │ │ │ │ ├── slartg.P │ │ │ │ │ ├── slartg.c │ │ │ │ │ ├── slartg.f │ │ │ │ │ ├── slartg.h │ │ │ │ │ ├── slas2.P │ │ │ │ │ ├── slas2.c │ │ │ │ │ ├── slas2.f │ │ │ │ │ ├── slas2.h │ │ │ │ │ ├── slaset.P │ │ │ │ │ ├── slaset.c │ │ │ │ │ ├── slaset.f │ │ │ │ │ ├── slaset.h │ │ │ │ │ ├── slassq.P │ │ │ │ │ ├── slassq.c │ │ │ │ │ ├── slassq.f │ │ │ │ │ ├── slassq.h │ │ │ │ │ ├── slasv2.P │ │ │ │ │ ├── slasv2.c │ │ │ │ │ ├── slasv2.f │ │ │ │ │ ├── slasv2.h │ │ │ │ │ ├── sorg2r.P │ │ │ │ │ ├── sorg2r.c │ │ │ │ │ ├── sorg2r.f │ │ │ │ │ ├── sorg2r.h │ │ │ │ │ ├── sorm2r.P │ │ │ │ │ ├── sorm2r.c │ │ │ │ │ ├── sorm2r.f │ │ │ │ │ ├── sorm2r.h │ │ │ │ │ ├── sormr2.P │ │ │ │ │ ├── sormr2.c │ │ │ │ │ ├── sormr2.f │ │ │ │ │ ├── sormr2.h │ │ │ │ │ ├── stgsja.P │ │ │ │ │ ├── stgsja.c │ │ │ │ │ ├── stgsja.f │ │ │ │ │ └── stgsja.h │ │ │ │ └── util │ │ │ │ │ ├── ieeeck.P │ │ │ │ │ ├── ieeeck.c │ │ │ │ │ ├── ieeeck.f │ │ │ │ │ ├── ieeeck.h │ │ │ │ │ ├── ilaenv.P │ │ │ │ │ ├── ilaenv.c │ │ │ │ │ ├── ilaenv.f │ │ │ │ │ ├── ilaenv.h │ │ │ │ │ ├── izmax1.P │ │ │ │ │ ├── izmax1.c │ │ │ │ │ ├── izmax1.f │ │ │ │ │ ├── izmax1.h │ │ │ │ │ ├── lsame.P │ │ │ │ │ ├── lsame.c │ │ │ │ │ ├── lsame.f │ │ │ │ │ └── lsame.h │ │ │ │ ├── laso │ │ │ │ ├── dlabax.P │ │ │ │ ├── dlabax.c │ │ │ │ ├── dlabax.f │ │ │ │ ├── dlabax.h │ │ │ │ ├── dlabcm.P │ │ │ │ ├── dlabcm.c │ │ │ │ ├── dlabcm.f │ │ │ │ ├── dlabcm.h │ │ │ │ ├── dlabfc.P │ │ │ │ ├── dlabfc.c │ │ │ │ ├── dlabfc.f │ │ │ │ ├── dlabfc.h │ │ │ │ ├── dlaeig.P │ │ │ │ ├── dlaeig.c │ │ │ │ ├── dlaeig.f │ │ │ │ ├── dlaeig.h │ │ │ │ ├── dlager.P │ │ │ │ ├── dlager.c │ │ │ │ ├── dlager.f │ │ │ │ ├── dlager.h │ │ │ │ ├── dlaran.P │ │ │ │ ├── dlaran.c │ │ │ │ ├── dlaran.f │ │ │ │ ├── dlaran.h │ │ │ │ ├── dmvpc.P │ │ │ │ ├── dmvpc.c │ │ │ │ ├── dmvpc.f │ │ │ │ ├── dmvpc.h │ │ │ │ ├── dnlaso.P │ │ │ │ ├── dnlaso.c │ │ │ │ ├── dnlaso.f │ │ │ │ ├── dnlaso.h │ │ │ │ ├── dnppla.P │ │ │ │ ├── dnppla.c │ │ │ │ ├── dnppla.f │ │ │ │ ├── dnppla.h │ │ │ │ ├── dortqr.P │ │ │ │ ├── dortqr.c │ │ │ │ ├── dortqr.f │ │ │ │ ├── dortqr.h │ │ │ │ ├── dvsort.P │ │ │ │ ├── dvsort.c │ │ │ │ ├── dvsort.f │ │ │ │ ├── dvsort.h │ │ │ │ ├── urand.P │ │ │ │ ├── urand.c │ │ │ │ ├── urand.f │ │ │ │ └── urand.h │ │ │ │ ├── libf2c │ │ │ │ ├── Notice │ │ │ │ ├── README │ │ │ │ ├── abort_.c │ │ │ │ ├── arithchk.c │ │ │ │ ├── backspac.c │ │ │ │ ├── c_abs.c │ │ │ │ ├── c_cos.c │ │ │ │ ├── c_div.c │ │ │ │ ├── c_exp.c │ │ │ │ ├── c_log.c │ │ │ │ ├── c_sin.c │ │ │ │ ├── c_sqrt.c │ │ │ │ ├── cabs.c │ │ │ │ ├── comptry.bat │ │ │ │ ├── d_abs.c │ │ │ │ ├── d_acos.c │ │ │ │ ├── d_asin.c │ │ │ │ ├── d_atan.c │ │ │ │ ├── d_atn2.c │ │ │ │ ├── d_cnjg.c │ │ │ │ ├── d_cos.c │ │ │ │ ├── d_cosh.c │ │ │ │ ├── d_dim.c │ │ │ │ ├── d_exp.c │ │ │ │ ├── d_imag.c │ │ │ │ ├── d_int.c │ │ │ │ ├── d_lg10.c │ │ │ │ ├── d_log.c │ │ │ │ ├── d_mod.c │ │ │ │ ├── d_nint.c │ │ │ │ ├── d_prod.c │ │ │ │ ├── d_sign.c │ │ │ │ ├── d_sin.c │ │ │ │ ├── d_sinh.c │ │ │ │ ├── d_sqrt.c │ │ │ │ ├── d_tan.c │ │ │ │ ├── d_tanh.c │ │ │ │ ├── derf_.c │ │ │ │ ├── derfc_.c │ │ │ │ ├── dfe.c │ │ │ │ ├── dolio.c │ │ │ │ ├── due.c │ │ │ │ ├── ef1asc_.c │ │ │ │ ├── ef1cmc_.c │ │ │ │ ├── endfile.c │ │ │ │ ├── erf_.c │ │ │ │ ├── erfc_.c │ │ │ │ ├── err.c │ │ │ │ ├── etime_.c │ │ │ │ ├── exit_.c │ │ │ │ ├── f2c.h0 │ │ │ │ ├── f2ch.add │ │ │ │ ├── f77_aloc.c │ │ │ │ ├── f77vers.c │ │ │ │ ├── fio.h │ │ │ │ ├── fmt.c │ │ │ │ ├── fmt.h │ │ │ │ ├── fp.h │ │ │ │ ├── getarg_.c │ │ │ │ ├── getenv_.c │ │ │ │ ├── h_abs.c │ │ │ │ ├── h_dim.c │ │ │ │ ├── h_dnnt.c │ │ │ │ ├── h_indx.c │ │ │ │ ├── h_len.c │ │ │ │ ├── h_mod.c │ │ │ │ ├── h_nint.c │ │ │ │ ├── h_sign.c │ │ │ │ ├── hl_ge.c │ │ │ │ ├── hl_gt.c │ │ │ │ ├── hl_le.c │ │ │ │ ├── hl_lt.c │ │ │ │ ├── i77vers.c │ │ │ │ ├── i_abs.c │ │ │ │ ├── i_dim.c │ │ │ │ ├── i_dnnt.c │ │ │ │ ├── i_indx.c │ │ │ │ ├── i_len.c │ │ │ │ ├── i_mod.c │ │ │ │ ├── i_nint.c │ │ │ │ ├── i_sign.c │ │ │ │ ├── iargc_.c │ │ │ │ ├── iio.c │ │ │ │ ├── ilnw.c │ │ │ │ ├── inquire.c │ │ │ │ ├── l_ge.c │ │ │ │ ├── l_gt.c │ │ │ │ ├── l_le.c │ │ │ │ ├── l_lt.c │ │ │ │ ├── lbitbits.c │ │ │ │ ├── lbitshft.c │ │ │ │ ├── libf2c.lbc │ │ │ │ ├── libf2c.sy │ │ │ │ ├── lio.h │ │ │ │ ├── lwrite.c │ │ │ │ ├── main.c │ │ │ │ ├── makefile.sy │ │ │ │ ├── makefile.u │ │ │ │ ├── makefile.vc │ │ │ │ ├── makefile.wat │ │ │ │ ├── math.hvc │ │ │ │ ├── mkfile.plan9 │ │ │ │ ├── open.c │ │ │ │ ├── pow_ci.c │ │ │ │ ├── pow_dd.c │ │ │ │ ├── pow_di.c │ │ │ │ ├── pow_hh.c │ │ │ │ ├── pow_ii.c │ │ │ │ ├── pow_qq.c │ │ │ │ ├── pow_ri.c │ │ │ │ ├── pow_zi.c │ │ │ │ ├── pow_zz.c │ │ │ │ ├── qbitbits.c │ │ │ │ ├── qbitshft.c │ │ │ │ ├── r_abs.c │ │ │ │ ├── r_acos.c │ │ │ │ ├── r_asin.c │ │ │ │ ├── r_atan.c │ │ │ │ ├── r_atn2.c │ │ │ │ ├── r_cnjg.c │ │ │ │ ├── r_cos.c │ │ │ │ ├── r_cosh.c │ │ │ │ ├── r_dim.c │ │ │ │ ├── r_exp.c │ │ │ │ ├── r_imag.c │ │ │ │ ├── r_int.c │ │ │ │ ├── r_lg10.c │ │ │ │ ├── r_log.c │ │ │ │ ├── r_mod.c │ │ │ │ ├── r_nint.c │ │ │ │ ├── r_sign.c │ │ │ │ ├── r_sin.c │ │ │ │ ├── r_sinh.c │ │ │ │ ├── r_sqrt.c │ │ │ │ ├── r_tan.c │ │ │ │ ├── r_tanh.c │ │ │ │ ├── rawio.h │ │ │ │ ├── rewind.c │ │ │ │ ├── rsfe.c │ │ │ │ ├── rsli.c │ │ │ │ ├── s_cat.c │ │ │ │ ├── s_cmp.c │ │ │ │ ├── s_copy.c │ │ │ │ ├── s_paus.c │ │ │ │ ├── s_rnge.c │ │ │ │ ├── s_stop.c │ │ │ │ ├── scomptry.bat │ │ │ │ ├── sfe.c │ │ │ │ ├── sig_die.c │ │ │ │ ├── signal1.h0 │ │ │ │ ├── signal_.c │ │ │ │ ├── signbit.c │ │ │ │ ├── sue.c │ │ │ │ ├── sysdep1.h0 │ │ │ │ ├── system_.c │ │ │ │ ├── typesize.c │ │ │ │ ├── uio.c │ │ │ │ ├── util.c │ │ │ │ ├── wref.c │ │ │ │ ├── wsfe.c │ │ │ │ ├── wsle.c │ │ │ │ ├── wsne.c │ │ │ │ ├── xsum0.out │ │ │ │ ├── xwsne.c │ │ │ │ ├── z_abs.c │ │ │ │ ├── z_cos.c │ │ │ │ ├── z_div.c │ │ │ │ ├── z_exp.c │ │ │ │ ├── z_log.c │ │ │ │ ├── z_sin.c │ │ │ │ └── z_sqrt.c │ │ │ │ ├── linalg │ │ │ │ ├── lsmrBase.cxx │ │ │ │ ├── lsmrBase.h │ │ │ │ ├── lsmrDense.cxx │ │ │ │ ├── lsmrDense.h │ │ │ │ ├── lsqrBase.cxx │ │ │ │ ├── lsqrBase.h │ │ │ │ ├── lsqrDense.cxx │ │ │ │ └── lsqrDense.h │ │ │ │ ├── linpack │ │ │ │ ├── cqrdc.P │ │ │ │ ├── cqrdc.c │ │ │ │ ├── cqrdc.f │ │ │ │ ├── cqrdc.h │ │ │ │ ├── cqrsl.P │ │ │ │ ├── cqrsl.c │ │ │ │ ├── cqrsl.f │ │ │ │ ├── cqrsl.h │ │ │ │ ├── csvdc.P │ │ │ │ ├── csvdc.c │ │ │ │ ├── csvdc.f │ │ │ │ ├── csvdc.h │ │ │ │ ├── dpoco.P │ │ │ │ ├── dpoco.c │ │ │ │ ├── dpoco.f │ │ │ │ ├── dpoco.h │ │ │ │ ├── dpodi.P │ │ │ │ ├── dpodi.c │ │ │ │ ├── dpodi.f │ │ │ │ ├── dpodi.h │ │ │ │ ├── dpofa.P │ │ │ │ ├── dpofa.c │ │ │ │ ├── dpofa.f │ │ │ │ ├── dpofa.h │ │ │ │ ├── dposl.P │ │ │ │ ├── dposl.c │ │ │ │ ├── dposl.f │ │ │ │ ├── dposl.h │ │ │ │ ├── dqrdc.P │ │ │ │ ├── dqrdc.c │ │ │ │ ├── dqrdc.f │ │ │ │ ├── dqrdc.h │ │ │ │ ├── dqrsl.P │ │ │ │ ├── dqrsl.c │ │ │ │ ├── dqrsl.f │ │ │ │ ├── dqrsl.h │ │ │ │ ├── dsvdc.P │ │ │ │ ├── dsvdc.c │ │ │ │ ├── dsvdc.f │ │ │ │ ├── dsvdc.h │ │ │ │ ├── sqrdc.P │ │ │ │ ├── sqrdc.c │ │ │ │ ├── sqrdc.f │ │ │ │ ├── sqrdc.h │ │ │ │ ├── sqrsl.P │ │ │ │ ├── sqrsl.c │ │ │ │ ├── sqrsl.f │ │ │ │ ├── sqrsl.h │ │ │ │ ├── ssvdc.P │ │ │ │ ├── ssvdc.c │ │ │ │ ├── ssvdc.f │ │ │ │ ├── ssvdc.h │ │ │ │ ├── zqrdc.P │ │ │ │ ├── zqrdc.c │ │ │ │ ├── zqrdc.f │ │ │ │ ├── zqrdc.h │ │ │ │ ├── zqrsl.P │ │ │ │ ├── zqrsl.c │ │ │ │ ├── zqrsl.f │ │ │ │ ├── zqrsl.h │ │ │ │ ├── zsvdc.P │ │ │ │ ├── zsvdc.c │ │ │ │ ├── zsvdc.f │ │ │ │ └── zsvdc.h │ │ │ │ ├── mathews │ │ │ │ ├── adaquad.f │ │ │ │ ├── simpson.P │ │ │ │ ├── simpson.c │ │ │ │ ├── simpson.f │ │ │ │ ├── simpson.h │ │ │ │ ├── trapezod.P │ │ │ │ ├── trapezod.c │ │ │ │ ├── trapezod.f │ │ │ │ └── trapezod.h │ │ │ │ ├── minpack │ │ │ │ ├── dpmpar.P │ │ │ │ ├── dpmpar.c │ │ │ │ ├── dpmpar.f │ │ │ │ ├── dpmpar.h │ │ │ │ ├── enorm.P │ │ │ │ ├── enorm.c │ │ │ │ ├── enorm.f │ │ │ │ ├── enorm.h │ │ │ │ ├── fdjac2.P │ │ │ │ ├── fdjac2.c │ │ │ │ ├── fdjac2.f │ │ │ │ ├── fdjac2.h │ │ │ │ ├── lmder.P │ │ │ │ ├── lmder.c │ │ │ │ ├── lmder.f │ │ │ │ ├── lmder.h │ │ │ │ ├── lmder1.P │ │ │ │ ├── lmder1.c │ │ │ │ ├── lmder1.f │ │ │ │ ├── lmder1.h │ │ │ │ ├── lmdif.P │ │ │ │ ├── lmdif.c │ │ │ │ ├── lmdif.f │ │ │ │ ├── lmdif.h │ │ │ │ ├── lmpar.P │ │ │ │ ├── lmpar.c │ │ │ │ ├── lmpar.f │ │ │ │ ├── lmpar.h │ │ │ │ ├── qrfac.P │ │ │ │ ├── qrfac.c │ │ │ │ ├── qrfac.f │ │ │ │ ├── qrfac.h │ │ │ │ ├── qrsolv.P │ │ │ │ ├── qrsolv.c │ │ │ │ ├── qrsolv.f │ │ │ │ └── qrsolv.h │ │ │ │ ├── napack │ │ │ │ ├── cg.P │ │ │ │ ├── cg.c │ │ │ │ ├── cg.f │ │ │ │ └── cg.h │ │ │ │ ├── opt │ │ │ │ ├── lbfgs.P │ │ │ │ ├── lbfgs.c │ │ │ │ ├── lbfgs.f │ │ │ │ ├── lbfgs.h │ │ │ │ ├── lbfgsb.P │ │ │ │ ├── lbfgsb.c │ │ │ │ ├── lbfgsb.f │ │ │ │ └── lbfgsb.h │ │ │ │ ├── sparse │ │ │ │ ├── documentation.txt │ │ │ │ ├── readme.txt │ │ │ │ ├── spAllocate.c │ │ │ │ ├── spBuild.c │ │ │ │ ├── spConfig.h │ │ │ │ ├── spDefs.h │ │ │ │ ├── spFactor.c │ │ │ │ ├── spMatrix.h │ │ │ │ ├── spOutput.c │ │ │ │ ├── spSolve.c │ │ │ │ └── spUtils.c │ │ │ │ ├── temperton │ │ │ │ ├── dgpfa.P │ │ │ │ ├── dgpfa.c │ │ │ │ ├── dgpfa.f │ │ │ │ ├── dgpfa.h │ │ │ │ ├── dgpfa2f.P │ │ │ │ ├── dgpfa2f.c │ │ │ │ ├── dgpfa2f.f │ │ │ │ ├── dgpfa2f.h │ │ │ │ ├── dgpfa3f.P │ │ │ │ ├── dgpfa3f.c │ │ │ │ ├── dgpfa3f.f │ │ │ │ ├── dgpfa3f.h │ │ │ │ ├── dgpfa5f.P │ │ │ │ ├── dgpfa5f.c │ │ │ │ ├── dgpfa5f.f │ │ │ │ ├── dgpfa5f.h │ │ │ │ ├── gpfa.P │ │ │ │ ├── gpfa.c │ │ │ │ ├── gpfa.f │ │ │ │ ├── gpfa.h │ │ │ │ ├── gpfa2f.P │ │ │ │ ├── gpfa2f.c │ │ │ │ ├── gpfa2f.f │ │ │ │ ├── gpfa2f.h │ │ │ │ ├── gpfa3f.P │ │ │ │ ├── gpfa3f.c │ │ │ │ ├── gpfa3f.f │ │ │ │ ├── gpfa3f.h │ │ │ │ ├── gpfa5f.P │ │ │ │ ├── gpfa5f.c │ │ │ │ ├── gpfa5f.f │ │ │ │ ├── gpfa5f.h │ │ │ │ ├── setdgpfa.P │ │ │ │ ├── setdgpfa.c │ │ │ │ ├── setdgpfa.f │ │ │ │ ├── setdgpfa.h │ │ │ │ ├── setgpfa.P │ │ │ │ ├── setgpfa.c │ │ │ │ ├── setgpfa.f │ │ │ │ └── setgpfa.h │ │ │ │ ├── tests │ │ │ │ ├── .NoDartCoverage │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── integral-test.c │ │ │ │ ├── lbfgs-example.c │ │ │ │ ├── lbfgs-example.f │ │ │ │ ├── lbfgsb-example1.c │ │ │ │ ├── lbfgsb-example1.f │ │ │ │ ├── lsmrTest2.cxx │ │ │ │ ├── lsqr-test.f │ │ │ │ ├── lsqrTest1.cxx │ │ │ │ ├── lsqrTest2.cxx │ │ │ │ └── slamch-test.c │ │ │ │ ├── v3p_f2c.h │ │ │ │ ├── v3p_f2c_mangle.h │ │ │ │ ├── v3p_f2c_original.h │ │ │ │ ├── v3p_f2c_unmangle.h │ │ │ │ ├── v3p_netlib.h │ │ │ │ ├── v3p_netlib_init.c │ │ │ │ ├── v3p_netlib_mangle.h │ │ │ │ ├── v3p_netlib_prototypes.h │ │ │ │ └── v3p_netlib_unmangle.h │ │ │ └── vcl │ │ │ ├── .NoDartCoverage │ │ │ ├── CMakeLists.txt │ │ │ ├── ERRORS.txt │ │ │ ├── config.README │ │ │ ├── doc │ │ │ ├── algorithm.txt │ │ │ └── conversions.txt │ │ │ ├── headers.iso │ │ │ ├── internal │ │ │ ├── vcl_atomic_count_gcc.h │ │ │ ├── vcl_atomic_count_gcc_x86.h │ │ │ ├── vcl_atomic_count_pthreads.h │ │ │ ├── vcl_atomic_count_solaris.h │ │ │ ├── vcl_atomic_count_sync.h │ │ │ ├── vcl_atomic_count_win32.h │ │ │ └── vcl_interlocked.h │ │ │ ├── introduction_doxy.txt │ │ │ ├── tests │ │ │ ├── .NoDartCoverage │ │ │ ├── CMakeLists.txt │ │ │ ├── test_algorithm.cxx │ │ │ ├── test_atomic_count.cxx │ │ │ ├── test_cctype.cxx │ │ │ ├── test_cmath.cxx │ │ │ ├── test_compiler.cxx │ │ │ ├── test_complex.cxx │ │ │ ├── test_cstdio.cxx │ │ │ ├── test_cstdio.txt │ │ │ ├── test_deque.cxx │ │ │ ├── test_driver.cxx │ │ │ ├── test_exception.cxx │ │ │ ├── test_fstream.cxx │ │ │ ├── test_include.cxx │ │ │ ├── test_iostream.cxx │ │ │ ├── test_iterator.cxx │ │ │ ├── test_limits.cxx │ │ │ ├── test_list.cxx │ │ │ ├── test_map.cxx │ │ │ ├── test_memory.cxx │ │ │ ├── test_multimap.cxx │ │ │ ├── test_preprocessor.cxx │ │ │ ├── test_set.cxx │ │ │ ├── test_sstream.cxx │ │ │ ├── test_stlfwd.cxx │ │ │ ├── test_string.cxx │ │ │ ├── test_typename.cxx │ │ │ └── test_vector.cxx │ │ │ ├── vcl_algorithm.h │ │ │ ├── vcl_atomic_count.h │ │ │ ├── vcl_bitset.h │ │ │ ├── vcl_cassert.h │ │ │ ├── vcl_cctype.h │ │ │ ├── vcl_cerrno.h │ │ │ ├── vcl_cfloat.h │ │ │ ├── vcl_ciso646.h │ │ │ ├── vcl_climits.h │ │ │ ├── vcl_clocale.h │ │ │ ├── vcl_cmath.h │ │ │ ├── vcl_compiler.h.in │ │ │ ├── vcl_compiler_detection.h │ │ │ ├── vcl_complex.h │ │ │ ├── vcl_complex.hxx │ │ │ ├── vcl_csetjmp.h │ │ │ ├── vcl_csignal.h │ │ │ ├── vcl_cstdarg.h │ │ │ ├── vcl_cstddef.h │ │ │ ├── vcl_cstdio.h │ │ │ ├── vcl_cstdlib.h │ │ │ ├── vcl_cstring.h │ │ │ ├── vcl_ctime.h │ │ │ ├── vcl_cwchar.h │ │ │ ├── vcl_cwctype.h │ │ │ ├── vcl_deprecated.cxx │ │ │ ├── vcl_deprecated.h │ │ │ ├── vcl_deque.h │ │ │ ├── vcl_exception.h │ │ │ ├── vcl_fstream.h │ │ │ ├── vcl_functional.h │ │ │ ├── vcl_iomanip.h │ │ │ ├── vcl_ios.h │ │ │ ├── vcl_iosfwd.h │ │ │ ├── vcl_iostream.h │ │ │ ├── vcl_istream.h │ │ │ ├── vcl_iterator.h │ │ │ ├── vcl_iterator.hxx │ │ │ ├── vcl_legacy_aliases.h │ │ │ ├── vcl_limits.h │ │ │ ├── vcl_list.h │ │ │ ├── vcl_locale.h │ │ │ ├── vcl_map.h │ │ │ ├── vcl_memory.h │ │ │ ├── vcl_msvc_warnings.h │ │ │ ├── vcl_numeric.h │ │ │ ├── vcl_ostream.h │ │ │ ├── vcl_queue.h │ │ │ ├── vcl_set.h │ │ │ ├── vcl_sstream.h │ │ │ ├── vcl_stack.h │ │ │ ├── vcl_stdexcept.h │ │ │ ├── vcl_stlfwd.h │ │ │ ├── vcl_streambuf.h │ │ │ ├── vcl_string.h │ │ │ ├── vcl_sys │ │ │ ├── time.h │ │ │ └── types.h │ │ │ ├── vcl_typeinfo.h │ │ │ ├── vcl_utility.h │ │ │ ├── vcl_valarray.h │ │ │ ├── vcl_vector.h │ │ │ ├── vcl_where_root_dir.h.in │ │ │ └── vcl_windows_header.h │ ├── ZLIB │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itk_zlib.h.in │ │ │ └── itkzlib-ng │ │ │ ├── CMakeLists.txt │ │ │ ├── INDEX.md │ │ │ ├── README.md │ │ │ ├── adler32.c │ │ │ ├── adler32_p.h │ │ │ ├── arch │ │ │ ├── arm │ │ │ │ ├── Makefile.in │ │ │ │ ├── acle_intrins.h │ │ │ │ ├── adler32_neon.c │ │ │ │ ├── arm_features.c │ │ │ │ ├── arm_features.h │ │ │ │ ├── arm_functions.h │ │ │ │ ├── chunkset_neon.c │ │ │ │ ├── compare256_neon.c │ │ │ │ ├── crc32_acle.c │ │ │ │ ├── neon_intrins.h │ │ │ │ ├── slide_hash_armv6.c │ │ │ │ └── slide_hash_neon.c │ │ │ ├── generic │ │ │ │ ├── Makefile.in │ │ │ │ ├── adler32_c.c │ │ │ │ ├── adler32_fold_c.c │ │ │ │ ├── chunk_permute_table.h │ │ │ │ ├── chunkset_c.c │ │ │ │ ├── compare256_c.c │ │ │ │ ├── compare256_p.h │ │ │ │ ├── crc32_braid_c.c │ │ │ │ ├── crc32_fold_c.c │ │ │ │ ├── generic_functions.h │ │ │ │ └── slide_hash_c.c │ │ │ ├── power │ │ │ │ ├── Makefile.in │ │ │ │ ├── adler32_power8.c │ │ │ │ ├── adler32_vmx.c │ │ │ │ ├── chunkset_power8.c │ │ │ │ ├── compare256_power9.c │ │ │ │ ├── crc32_constants.h │ │ │ │ ├── crc32_power8.c │ │ │ │ ├── power_features.c │ │ │ │ ├── power_features.h │ │ │ │ ├── power_functions.h │ │ │ │ ├── power_intrins.h │ │ │ │ ├── slide_hash_power8.c │ │ │ │ ├── slide_hash_vmx.c │ │ │ │ └── slide_ppc_tpl.h │ │ │ ├── riscv │ │ │ │ ├── README.md │ │ │ │ ├── adler32_rvv.c │ │ │ │ ├── chunkset_rvv.c │ │ │ │ ├── compare256_rvv.c │ │ │ │ ├── riscv_features.c │ │ │ │ ├── riscv_features.h │ │ │ │ ├── riscv_functions.h │ │ │ │ └── slide_hash_rvv.c │ │ │ ├── s390 │ │ │ │ ├── Makefile.in │ │ │ │ ├── README.md │ │ │ │ ├── crc32-vx.c │ │ │ │ ├── dfltcc_common.h │ │ │ │ ├── dfltcc_deflate.c │ │ │ │ ├── dfltcc_deflate.h │ │ │ │ ├── dfltcc_detail.h │ │ │ │ ├── dfltcc_inflate.c │ │ │ │ ├── dfltcc_inflate.h │ │ │ │ ├── s390_features.c │ │ │ │ ├── s390_features.h │ │ │ │ ├── s390_functions.h │ │ │ │ └── self-hosted-builder │ │ │ │ │ ├── actions-runner │ │ │ │ │ ├── actions-runner-rebuild.sh │ │ │ │ │ ├── actions-runner.Dockerfile │ │ │ │ │ ├── actions-runner.service │ │ │ │ │ └── entrypoint │ │ │ └── x86 │ │ │ │ ├── Makefile.in │ │ │ │ ├── adler32_avx2.c │ │ │ │ ├── adler32_avx2_p.h │ │ │ │ ├── adler32_avx512.c │ │ │ │ ├── adler32_avx512_p.h │ │ │ │ ├── adler32_avx512_vnni.c │ │ │ │ ├── adler32_sse42.c │ │ │ │ ├── adler32_ssse3.c │ │ │ │ ├── adler32_ssse3_p.h │ │ │ │ ├── avx2_tables.h │ │ │ │ ├── chunkset_avx2.c │ │ │ │ ├── chunkset_avx512.c │ │ │ │ ├── chunkset_sse2.c │ │ │ │ ├── chunkset_ssse3.c │ │ │ │ ├── compare256_avx2.c │ │ │ │ ├── compare256_sse2.c │ │ │ │ ├── crc32_fold_pclmulqdq_tpl.h │ │ │ │ ├── crc32_fold_vpclmulqdq_tpl.h │ │ │ │ ├── crc32_pclmulqdq.c │ │ │ │ ├── crc32_pclmulqdq_tpl.h │ │ │ │ ├── crc32_vpclmulqdq.c │ │ │ │ ├── slide_hash_avx2.c │ │ │ │ ├── slide_hash_sse2.c │ │ │ │ ├── x86_features.c │ │ │ │ ├── x86_features.h │ │ │ │ ├── x86_functions.h │ │ │ │ └── x86_intrins.h │ │ │ ├── arch_functions.h │ │ │ ├── chunkset_tpl.h │ │ │ ├── cmake │ │ │ ├── detect-arch.c │ │ │ ├── detect-arch.cmake │ │ │ ├── detect-coverage.cmake │ │ │ ├── detect-install-dirs.cmake │ │ │ ├── detect-intrinsics.cmake │ │ │ ├── detect-sanitizer.cmake │ │ │ ├── fallback-macros.cmake │ │ │ ├── toolchain-aarch64.cmake │ │ │ ├── toolchain-arm.cmake │ │ │ ├── toolchain-armhf.cmake │ │ │ ├── toolchain-llvm-mingw-aarch64.cmake │ │ │ ├── toolchain-llvm-mingw-armv7.cmake │ │ │ ├── toolchain-llvm-mingw-i686.cmake │ │ │ ├── toolchain-llvm-mingw-x86_64.cmake │ │ │ ├── toolchain-mingw-i686.cmake │ │ │ ├── toolchain-mingw-x86_64.cmake │ │ │ ├── toolchain-mips.cmake │ │ │ ├── toolchain-mips64.cmake │ │ │ ├── toolchain-powerpc.cmake │ │ │ ├── toolchain-powerpc64-clang.cmake │ │ │ ├── toolchain-powerpc64-power9.cmake │ │ │ ├── toolchain-powerpc64.cmake │ │ │ ├── toolchain-powerpc64le-clang.cmake │ │ │ ├── toolchain-powerpc64le-power9.cmake │ │ │ ├── toolchain-powerpc64le.cmake │ │ │ ├── toolchain-riscv.cmake │ │ │ ├── toolchain-s390x.cmake │ │ │ └── toolchain-sparc64.cmake │ │ │ ├── compare256_rle.h │ │ │ ├── compress.c │ │ │ ├── cpu_features.c │ │ │ ├── cpu_features.h │ │ │ ├── crc32.c │ │ │ ├── crc32.h │ │ │ ├── crc32_braid_comb.c │ │ │ ├── crc32_braid_comb_p.h │ │ │ ├── crc32_braid_p.h │ │ │ ├── crc32_braid_tbl.h │ │ │ ├── deflate.c │ │ │ ├── deflate.h │ │ │ ├── deflate_fast.c │ │ │ ├── deflate_huff.c │ │ │ ├── deflate_medium.c │ │ │ ├── deflate_p.h │ │ │ ├── deflate_quick.c │ │ │ ├── deflate_rle.c │ │ │ ├── deflate_slow.c │ │ │ ├── deflate_stored.c │ │ │ ├── fallback_builtins.h │ │ │ ├── functable.c │ │ │ ├── functable.h │ │ │ ├── gzguts.h │ │ │ ├── gzlib.c │ │ │ ├── gzread.c.in │ │ │ ├── gzwrite.c │ │ │ ├── infback.c │ │ │ ├── inffast_tpl.h │ │ │ ├── inffixed_tbl.h │ │ │ ├── inflate.c │ │ │ ├── inflate.h │ │ │ ├── inflate_p.h │ │ │ ├── inftrees.c │ │ │ ├── inftrees.h │ │ │ ├── insert_string.c │ │ │ ├── insert_string_roll.c │ │ │ ├── insert_string_tpl.h │ │ │ ├── match_tpl.h │ │ │ ├── trees.c │ │ │ ├── trees.h │ │ │ ├── trees_emit.h │ │ │ ├── trees_tbl.h │ │ │ ├── uncompr.c │ │ │ ├── win32 │ │ │ ├── zlib.def.in │ │ │ ├── zlib1.rc │ │ │ └── zlibcompat.def.in │ │ │ ├── zbuild.h │ │ │ ├── zconf.h.in │ │ │ ├── zendian.h │ │ │ ├── zlib.h.in │ │ │ ├── zlib.map │ │ │ ├── zlib.pc.cmakein │ │ │ ├── zlib_name_mangling.h.empty │ │ │ ├── zlib_name_mangling.h.in │ │ │ ├── zmemory.h │ │ │ ├── zutil.c │ │ │ ├── zutil.h │ │ │ └── zutil_p.h │ ├── libLBFGS │ │ ├── CMakeLists.txt │ │ ├── UpdateFromUpstream.sh │ │ ├── itk-module.cmake │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── itk_lbfgs.h │ │ │ └── itklbfgs │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYING │ │ │ ├── include │ │ │ └── lbfgs.h │ │ │ └── lib │ │ │ ├── arithmetic_ansi.h │ │ │ ├── arithmetic_sse_double.h │ │ │ ├── arithmetic_sse_float.h │ │ │ └── lbfgs.c │ └── pygccxml │ │ └── src │ │ ├── README.md │ │ ├── UpdatepygccxmlFromUpstream.sh │ │ └── pygccxml │ │ ├── __init__.py │ │ ├── declarations │ │ ├── __init__.py │ │ ├── algorithm.py │ │ ├── algorithms_cache.py │ │ ├── byte_info.py │ │ ├── call_invocation.py │ │ ├── calldef.py │ │ ├── calldef_members.py │ │ ├── calldef_types.py │ │ ├── class_declaration.py │ │ ├── comment.py │ │ ├── container_traits.py │ │ ├── cpptypes.py │ │ ├── decl_factory.py │ │ ├── decl_printer.py │ │ ├── decl_visitor.py │ │ ├── declaration.py │ │ ├── declaration_utils.py │ │ ├── declarations_matchers.py │ │ ├── dependencies.py │ │ ├── elaborated_info.py │ │ ├── enumeration.py │ │ ├── free_calldef.py │ │ ├── function_traits.py │ │ ├── has_operator_matcher.py │ │ ├── location.py │ │ ├── matchers.py │ │ ├── mdecl_wrapper.py │ │ ├── namespace.py │ │ ├── pattern_parser.py │ │ ├── pointer_traits.py │ │ ├── runtime_errors.py │ │ ├── scopedef.py │ │ ├── templates.py │ │ ├── traits_impl_details.py │ │ ├── type_traits.py │ │ ├── type_traits_classes.py │ │ ├── type_visitor.py │ │ ├── typedef.py │ │ ├── variable.py │ │ └── xml_generators.py │ │ ├── parser │ │ ├── __init__.py │ │ ├── config.py │ │ ├── declarations_cache.py │ │ ├── declarations_joiner.py │ │ ├── directory_cache.py │ │ ├── etree_scanner.py │ │ ├── linker.py │ │ ├── patcher.py │ │ ├── project_reader.py │ │ ├── scanner.py │ │ └── source_reader.py │ │ └── utils │ │ ├── __init__.py │ │ ├── utils.py │ │ └── xml_generators.py └── Video │ ├── BridgeOpenCV │ ├── CMakeLists.txt │ ├── include │ │ ├── itkOpenCVBasicTypeBridge.h │ │ ├── itkOpenCVImageBridge.h │ │ ├── itkOpenCVImageBridge.hxx │ │ ├── itkOpenCVVideoCapture.h │ │ ├── itkOpenCVVideoCapture.hxx │ │ ├── itkOpenCVVideoIO.h │ │ └── itkOpenCVVideoIOFactory.h │ ├── itk-module-init.cmake │ ├── itk-module.cmake │ ├── src │ │ ├── CMakeLists.txt │ │ ├── itkOpenCVVideoIO.cxx │ │ └── itkOpenCVVideoIOFactory.cxx │ └── test │ │ ├── CMakeLists.txt │ │ ├── Input │ │ ├── IM11.png.cid │ │ ├── frame0.jpg.cid │ │ ├── frame0.mha.cid │ │ ├── frame0_gray.jpg.cid │ │ ├── frame0_gray.mha.cid │ │ ├── inde-circulation_short.avi.cid │ │ ├── peppers_513x512.jpg.cid │ │ └── peppers_513x512_rgb.png.cid │ │ ├── itkOpenCVBasicTypeBridgeTest.cxx │ │ ├── itkOpenCVImageBridgeGrayScaleTest.cxx │ │ ├── itkOpenCVImageBridgeRGBTest.cxx │ │ ├── itkOpenCVTestHelper.cxx │ │ ├── itkOpenCVTestHelper.h │ │ ├── itkOpenCVVideoCaptureTest.cxx │ │ ├── itkOpenCVVideoIOFactoryTest.cxx │ │ └── itkOpenCVVideoIOTest.cxx │ ├── BridgeVXL │ ├── CMakeLists.txt │ ├── include │ │ ├── itkVXLVideoIO.h │ │ ├── itkVXLVideoIOFactory.h │ │ ├── vidl_itk_istream.h │ │ └── vidl_itk_istream.hxx │ ├── itk-module-init.cmake │ ├── itk-module.cmake │ ├── src │ │ ├── CMakeLists.txt │ │ ├── itkVXLVideoIO.cxx │ │ └── itkVXLVideoIOFactory.cxx │ └── test │ │ ├── CMakeLists.txt │ │ ├── Input │ │ ├── inde-circulation.avi.cid │ │ └── inde-circulation_short.avi.cid │ │ ├── itkVXLVideoIOFactoryTest.cxx │ │ ├── itkVXLVideoIOTest.cxx │ │ └── vidl_itk_istreamTest.cxx │ ├── Core │ ├── CMakeLists.txt │ ├── include │ │ ├── itkImageToVideoFilter.h │ │ ├── itkImageToVideoFilter.hxx │ │ ├── itkRingBuffer.h │ │ ├── itkRingBuffer.hxx │ │ ├── itkTemporalDataObject.h │ │ ├── itkTemporalProcessObject.h │ │ ├── itkTemporalRegion.h │ │ ├── itkVideoSource.h │ │ ├── itkVideoSource.hxx │ │ ├── itkVideoStream.h │ │ ├── itkVideoStream.hxx │ │ ├── itkVideoToVideoFilter.h │ │ └── itkVideoToVideoFilter.hxx │ ├── itk-module.cmake │ ├── src │ │ ├── CMakeLists.txt │ │ ├── itkTemporalDataObject.cxx │ │ ├── itkTemporalProcessObject.cxx │ │ └── itkTemporalRegion.cxx │ ├── test │ │ ├── Baseline │ │ │ ├── HeadMRVolume_Frame0.mha.cid │ │ │ └── RGBTestImage_Slice0.png.cid │ │ ├── CMakeLists.txt │ │ ├── itkImageToVideoFilterTest.cxx │ │ ├── itkRingBufferTest.cxx │ │ ├── itkTemporalDataObjectTest.cxx │ │ ├── itkTemporalProcessObjectTest.cxx │ │ ├── itkTemporalRegionTest.cxx │ │ ├── itkVectorImageToVideoTest.cxx │ │ ├── itkVideoSourceTest.cxx │ │ ├── itkVideoStreamTest.cxx │ │ └── itkVideoToVideoFilterTest.cxx │ └── wrapping │ │ ├── CMakeLists.txt │ │ ├── itkImageToVideoFilter.wrap │ │ ├── itkRingBuffer.wrap │ │ ├── itkTemporalDataObject.wrap │ │ ├── itkTemporalProcessObject.wrap │ │ ├── itkTemporalRegion.wrap │ │ ├── itkVideoSource.wrap │ │ └── itkVideoStream.wrap │ ├── Filtering │ ├── CMakeLists.txt │ ├── include │ │ ├── itkDecimateFramesVideoFilter.h │ │ ├── itkDecimateFramesVideoFilter.hxx │ │ ├── itkFrameAverageVideoFilter.h │ │ ├── itkFrameAverageVideoFilter.hxx │ │ ├── itkFrameDifferenceVideoFilter.h │ │ ├── itkFrameDifferenceVideoFilter.hxx │ │ ├── itkImageFilterToVideoFilterWrapper.h │ │ └── itkImageFilterToVideoFilterWrapper.hxx │ ├── itk-module.cmake │ └── test │ │ ├── CMakeLists.txt │ │ ├── Input │ │ ├── frame0.jpg.cid │ │ ├── frame1.jpg.cid │ │ ├── frame2.jpg.cid │ │ ├── frame3.jpg.cid │ │ └── frame4.jpg.cid │ │ ├── itkDecimateFramesVideoFilterTest.cxx │ │ ├── itkFrameAverageVideoFilterTest.cxx │ │ ├── itkFrameDifferenceVideoFilterTest.cxx │ │ └── itkImageFilterToVideoFilterWrapperTest.cxx │ └── IO │ ├── CMakeLists.txt │ ├── include │ ├── itkFileListVideoIO.h │ ├── itkFileListVideoIOFactory.h │ ├── itkVideoFileReader.h │ ├── itkVideoFileReader.hxx │ ├── itkVideoFileWriter.h │ ├── itkVideoFileWriter.hxx │ ├── itkVideoIOBase.h │ └── itkVideoIOFactory.h │ ├── itk-module.cmake │ ├── src │ ├── CMakeLists.txt │ ├── itkFileListVideoIO.cxx │ ├── itkFileListVideoIOFactory.cxx │ ├── itkVideoIOBase.cxx │ └── itkVideoIOFactory.cxx │ ├── test │ ├── CMakeLists.txt │ ├── Input │ │ ├── frame0.jpg.cid │ │ ├── frame0.mha.cid │ │ ├── frame0_gray.jpg.cid │ │ ├── frame0_gray.mha.cid │ │ ├── frame1.jpg.cid │ │ ├── frame2.jpg.cid │ │ ├── frame3.jpg.cid │ │ ├── frame4.jpg.cid │ │ ├── inde-circulation.avi.cid │ │ └── inde-circulation_short.avi.cid │ ├── itkFileListVideoIOFactoryTest.cxx │ ├── itkFileListVideoIOTest.cxx │ └── itkVideoFileReaderWriterTest.cxx │ └── wrapping │ ├── itkFileListVideoIO.wrap │ ├── itkVideoFileReader.wrap │ ├── itkVideoFileWriter.wrap │ └── itkVideoIOBase.wrap ├── NOTICE ├── README.md ├── Testing ├── ContinuousIntegration │ ├── AzurePipelinesBatch.yml │ ├── AzurePipelinesLinux.yml │ ├── AzurePipelinesLinuxPython.yml │ ├── AzurePipelinesMacOS.yml │ ├── AzurePipelinesMacOSPython.yml │ ├── AzurePipelinesWindows.yml │ └── AzurePipelinesWindowsPython.yml ├── Data │ ├── Baseline │ │ ├── Algorithms │ │ │ ├── BinaryThinningImageFilterTest.png.cid │ │ │ ├── OtsuMultipleThresholdsImageFilterTest.png.cid │ │ │ ├── OtsuThresholdImageFilterTest.png.cid │ │ │ ├── STAPLEImageFilterTest.mha.cid │ │ │ ├── VectorThresholdSegmentationLevelSetImageFilterTest.1.png.cid │ │ │ ├── VectorThresholdSegmentationLevelSetImageFilterTest.2.png.cid │ │ │ ├── VectorThresholdSegmentationLevelSetImageFilterTest.png.cid │ │ │ ├── VoronoiPartioningImageFilterTest1.1.png.cid │ │ │ ├── VoronoiPartioningImageFilterTest1.2.png.cid │ │ │ ├── VoronoiPartioningImageFilterTest1.3.png.cid │ │ │ ├── VoronoiPartioningImageFilterTest1.4.png.cid │ │ │ ├── VoronoiPartioningImageFilterTest1.5.png.cid │ │ │ ├── VoronoiPartioningImageFilterTest1.6.png.cid │ │ │ ├── VoronoiPartioningImageFilterTest1.png.cid │ │ │ ├── VoronoiPartioningImageFilterTest2.1.png.cid │ │ │ ├── VoronoiPartioningImageFilterTest2.png.cid │ │ │ ├── itkMultiResolutionPDEDeformableRegistrationTestPixelCentered.png.cid │ │ │ ├── itkNarrowBandCurvesLevelSetImageFilterTest.png.cid │ │ │ ├── itkThresholdMaximumConnectedComponentsImageFilterTest1.png.cid │ │ │ └── itkThresholdMaximumConnectedComponentsImageFilterTest2.png.cid │ │ ├── BasicFilters │ │ │ ├── AccumulateImageFilterTest.png.cid │ │ │ ├── AdaptiveHistogramEqualizationImageFilterTest.png.cid │ │ │ ├── AdaptiveHistogramEqualizationImageFilterTest2.png.cid │ │ │ ├── BilateralImageFilterTest2.png.cid │ │ │ ├── BilateralImageFilterTest3.png.cid │ │ │ ├── BinaryThresholdImageFilterTest2.png.cid │ │ │ ├── ClosingByReconstructionImageFilterTest.png.cid │ │ │ ├── ClosingByReconstructionImageFilterTest2.png.cid │ │ │ ├── ConfidenceConnectedImageFilterTest.png.cid │ │ │ ├── ConnectedComponentImageFilterTest.1.png.cid │ │ │ ├── ConnectedComponentImageFilterTest.png.cid │ │ │ ├── ConnectedComponentImageFilterTest2.1.png.cid │ │ │ ├── ConnectedComponentImageFilterTest2.png.cid │ │ │ ├── ConnectedComponentImageFilterTest3.1.png.cid │ │ │ ├── ConnectedComponentImageFilterTest3.png.cid │ │ │ ├── ConnectedThresholdImageFilterTest.png.cid │ │ │ ├── ConnectedThresholdImageFilterTest2.png.cid │ │ │ ├── DiscreteGaussianImageFilterTest2_OutputA.mha.cid │ │ │ ├── DoubleThresholdImageFilterTest.png.cid │ │ │ ├── DoubleThresholdImageFilterTest2.png.cid │ │ │ ├── GradientAnisotropicDiffusionImageFilterTest2.png.cid │ │ │ ├── GrayscaleConnectedClosingImageFilterTest.png.cid │ │ │ ├── GrayscaleConnectedClosingImageFilterTest2.png.cid │ │ │ ├── GrayscaleConnectedOpeningImageFilterTest.png.cid │ │ │ ├── GrayscaleConnectedOpeningImageFilterTest2.png.cid │ │ │ ├── GrayscaleFillholeImageFilterTest.png.cid │ │ │ ├── GrayscaleMorphologicalClosingImageFilterTest.png.cid │ │ │ ├── GrayscaleMorphologicalOpeningImageFilterTest.png.cid │ │ │ ├── HConvexConcaveImageFilterTest.png.cid │ │ │ ├── HMaximaMinimaImageFilterTest.png.cid │ │ │ ├── HMaximaMinimaImageFilterTest2.png.cid │ │ │ ├── HeadMRVolumeBinaryProjection100.tif.cid │ │ │ ├── HeadMRVolumeBinaryProjection200.tif.cid │ │ │ ├── HeadMRVolumeBinaryThresholdProjection.png.cid │ │ │ ├── HeadMRVolumeMaximumProjection.tif.cid │ │ │ ├── HeadMRVolumeMaximumProjection0.mha.cid │ │ │ ├── HeadMRVolumeMaximumProjection1.mha.cid │ │ │ ├── HeadMRVolumeMaximumProjection2D0.mha.cid │ │ │ ├── HeadMRVolumeMaximumProjection2D1.tif.cid │ │ │ ├── HeadMRVolumeMeanProjection.tif.cid │ │ │ ├── HeadMRVolumeMedianProjection.tif.cid │ │ │ ├── HeadMRVolumeMinimumProjection.tif.cid │ │ │ ├── HeadMRVolumeStandardDeviationProjection.tif.cid │ │ │ ├── HeadMRVolumeSumProjection.tif.cid │ │ │ ├── ImageToVectorImageFilterTest.png.cid │ │ │ ├── InvertIntensityImageFilterTest.png.cid │ │ │ ├── IsolatedConnectedImageFilterTest.png.cid │ │ │ ├── IsolatedConnectedImageFilterTest2.png.cid │ │ │ ├── LaplacianRecursiveGaussianImageFilterTest.1.png.cid │ │ │ ├── LaplacianRecursiveGaussianImageFilterTest.2.png.cid │ │ │ ├── LaplacianRecursiveGaussianImageFilterTest.png.cid │ │ │ ├── MaskConnectedComponentImageFilterTest.png.cid │ │ │ ├── MaskNeighborhoodOperatorImageFilterTest.png.cid │ │ │ ├── MatrixIndexSelectionImageFilterTest.png.cid │ │ │ ├── ModulusImageFilterTest.png.cid │ │ │ ├── MorphologicalGradientImageFilterTest.png.cid │ │ │ ├── NeighborhoodConnectedImageFilterTest.png.cid │ │ │ ├── NormalizedCorrelationImageFilterTest.png.cid │ │ │ ├── OpeningByReconstructionImageFilterTest.png.cid │ │ │ ├── OpeningByReconstructionImageFilterTest2.png.cid │ │ │ ├── ParallelSparseFieldLevelSetImageFilterTest.mha.cid │ │ │ ├── PasteImageFilterTest.png.cid │ │ │ ├── PromoteDimensionImageTest.mhd.cid │ │ │ ├── PromoteDimensionImageTest.raw.cid │ │ │ ├── PushPopTileImageFilterTest.png.cid │ │ │ ├── RelabelComponentImageFilterTest.png.cid │ │ │ ├── RemoveBoundaryObjectsTest.png.cid │ │ │ ├── RemoveBoundaryObjectsTest2.png.cid │ │ │ ├── ResampleImageTest2UseRefImageOff.png.cid │ │ │ ├── ResampleImageTest2UseRefImageOn.png.cid │ │ │ ├── ScalarConnectedComponentImageFilterTest.png.cid │ │ │ ├── SimpleContourExtractorImageFilterTest.png.cid │ │ │ ├── TileImageFilterTest4.png.cid │ │ │ ├── VectorConfidenceConnectedImageFilterTest.png.cid │ │ │ ├── VectorConnectedComponentImageFilterTest.png.cid │ │ │ ├── VectorGradientMagnitudeImageFilterTest1a.png.cid │ │ │ ├── VectorGradientMagnitudeImageFilterTest1b.png.cid │ │ │ ├── VectorGradientMagnitudeImageFilterTest2.png.cid │ │ │ ├── VectorGradientMagnitudeImageFilterTest2b.png.cid │ │ │ ├── VectorResampleImageFilterTest.png.cid │ │ │ ├── itkApproximateSignedDistanceMapImageFilterTest.png.cid │ │ │ ├── itkBinaryDilateImageFilterTest-100-0-0.png.cid │ │ │ ├── itkBinaryDilateImageFilterTest-100-0-1.png.cid │ │ │ ├── itkBinaryDilateImageFilterTest-100-150-0.png.cid │ │ │ ├── itkBinaryDilateImageFilterTest-100-150-1.png.cid │ │ │ ├── itkBinaryDilateImageFilterTest-200-0-0.png.cid │ │ │ ├── itkBinaryDilateImageFilterTest-200-0-1.png.cid │ │ │ ├── itkBinaryDilateImageFilterTest-200-150-0.png.cid │ │ │ ├── itkBinaryDilateImageFilterTest-200-150-1.png.cid │ │ │ ├── itkBinaryErodeImageFilterTest-100-0-0.png.cid │ │ │ ├── itkBinaryErodeImageFilterTest-100-0-1.png.cid │ │ │ ├── itkBinaryErodeImageFilterTest-100-150-0.png.cid │ │ │ ├── itkBinaryErodeImageFilterTest-100-150-1.png.cid │ │ │ ├── itkBinaryErodeImageFilterTest-200-0-0.png.cid │ │ │ ├── itkBinaryErodeImageFilterTest-200-0-1.png.cid │ │ │ ├── itkBinaryErodeImageFilterTest-200-150-0.png.cid │ │ │ ├── itkBinaryErodeImageFilterTest-200-150-1.png.cid │ │ │ ├── itkBlackTopHatImageFilterTest.png.cid │ │ │ ├── itkCannyEdgeDetectionImageFilterTest.png.cid │ │ │ ├── itkDanielssonDistanceMapImageFilterTest1.mhd.cid │ │ │ ├── itkDanielssonDistanceMapImageFilterTest1.zraw.cid │ │ │ ├── itkDanielssonDistanceMapImageFilterTest2.png.cid │ │ │ ├── itkDerivativeImageFilterTest1x.png.cid │ │ │ ├── itkDerivativeImageFilterTest1y.png.cid │ │ │ ├── itkDerivativeImageFilterTest2x.png.cid │ │ │ ├── itkDerivativeImageFilterTest2y.png.cid │ │ │ ├── itkGrayscaleFunctionDilateImageFilterTest.mha.cid │ │ │ ├── itkGrayscaleFunctionErodeImageFilterTest.mha.cid │ │ │ ├── itkNoiseImageFilterTest.png.cid │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest1.mhd.cid │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest1.zraw.cid │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest2.mha.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest1.mhd.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest1.zraw.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest2.mhd.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest2.zraw.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3.mhd.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3.zraw.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3D.mhd.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3D.zraw.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest4D.mhd.cid │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest4D.zraw.cid │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest1.mha.cid │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest2.mha.cid │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest3.mha.cid │ │ │ └── itkWhiteTopHatImageFilterTest.png.cid │ │ ├── Common │ │ │ └── itkLineIteratorTest.txt.cid │ │ ├── Filtering │ │ │ ├── AntiAliasBinaryImageFilter.png.cid │ │ │ ├── BilateralImageFilter.1.png.cid │ │ │ ├── BilateralImageFilter.2.png.cid │ │ │ ├── BilateralImageFilter.png.cid │ │ │ ├── BinaryMedianImageFilter1.png.cid │ │ │ ├── BinaryMedianImageFilter2.png.cid │ │ │ ├── BinaryMedianImageFilter3.png.cid │ │ │ ├── BinaryMinMaxCurvatureFlowImageFilter.png.cid │ │ │ ├── BinaryThresholdImageFilter.png.cid │ │ │ ├── BinomialBlurImageFilter.png.cid │ │ │ ├── CannyEdgeDetectionImageFilter.png.cid │ │ │ ├── CannyEdgeDetectionImageFilter2.png.cid │ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.1.png.cid │ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.2.png.cid │ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.png.cid │ │ │ ├── CurvatureFlowImageFilter.png.cid │ │ │ ├── DanielssonDistanceMapImageFilter.png.cid │ │ │ ├── DerivativeImageFilter.mha.cid │ │ │ ├── DigitallyReconstructedRadiograph1.png.cid │ │ │ ├── DiscreteGaussianImageFilter.png.cid │ │ │ ├── FACorpusCallosum.mhd.cid │ │ │ ├── FACorpusCallosum.raw.cid │ │ │ ├── FFTImageFilterReal.png.cid │ │ │ ├── FlipImageFilterX.png.cid │ │ │ ├── FlipImageFilterXY.png.cid │ │ │ ├── FlipImageFilterY.png.cid │ │ │ ├── GaborImageSourceTest0.mha.cid │ │ │ ├── GaborImageSourceTest1.mha.cid │ │ │ ├── GaussianBlurImageFunction.mha.cid │ │ │ ├── GradientAnisotropicDiffusionImageFilter.png.cid │ │ │ ├── GradientMagnitudeImageFilter.png.cid │ │ │ ├── GradientMagnitudeImageFilterTest2.mha.cid │ │ │ ├── GradientMagnitudeRecursiveGaussianImageFilter.png.cid │ │ │ ├── LaplacianImageFilter.1.png.cid │ │ │ ├── LaplacianImageFilter.2.png.cid │ │ │ ├── LaplacianImageFilter.png.cid │ │ │ ├── LaplacianRecursiveGaussianImageFilter1.mha.cid │ │ │ ├── LaplacianRecursiveGaussianImageFilter2.mha.cid │ │ │ ├── LaplacianSharpeningImageFilter.1.png.cid │ │ │ ├── LaplacianSharpeningImageFilter.2.png.cid │ │ │ ├── LaplacianSharpeningImageFilter.png.cid │ │ │ ├── MathematicalMorphologyBinaryFiltersErode.png.cid │ │ │ ├── MathematicalMorphologyGrayscaleFiltersErode.png.cid │ │ │ ├── MeanImageFilter.png.cid │ │ │ ├── MedianImageFilter.png.cid │ │ │ ├── MorphologicalImageEnhancement.png.cid │ │ │ ├── OtsuMultipleThresholdOutput002.png.cid │ │ │ ├── OtsuThresholdImageFilter.png.cid │ │ │ ├── RACorpusCallosum.mhd.cid │ │ │ ├── RACorpusCallosum.raw.cid │ │ │ ├── RGBCurvatureAnisotropicDiffusionImageFilter.png.cid │ │ │ ├── RGBGradientAnisotropicDiffusionImageFilter.png.cid │ │ │ ├── RGBToGrayscale.png.cid │ │ │ ├── ResampleImageFilter2Test1.png.cid │ │ │ ├── ResampleImageFilter2Test2.png.cid │ │ │ ├── ResampleImageFilter2Test3.png.cid │ │ │ ├── ResampleImageFilter2Test4.png.cid │ │ │ ├── ResampleImageFilter2Test5.png.cid │ │ │ ├── ResampleImageFilter3Test1PixelCentered.png.cid │ │ │ ├── ResampleImageFilter4TestPixelCentered.png.cid │ │ │ ├── ResampleImageFilter5TestPixelCentered.png.cid │ │ │ ├── ResampleImageFilter6PixelCentered.png.cid │ │ │ ├── ResampleImageFilter7PixelCentered.png.cid │ │ │ ├── ResampleImageFilter8TestPixelCentered.png.cid │ │ │ ├── ResampleImageFilter9TestPixelCentered.1.png.cid │ │ │ ├── ResampleImageFilter9TestPixelCentered.2.png.cid │ │ │ ├── ResampleImageFilter9TestPixelCentered.3.png.cid │ │ │ ├── ResampleImageFilter9TestPixelCentered.4.png.cid │ │ │ ├── ResampleImageFilter9TestPixelCentered.5.png.cid │ │ │ ├── ResampleImageFilter9TestPixelCentered.png.cid │ │ │ ├── ResampleImageFilterTest1.png.cid │ │ │ ├── ResampleImageFilterTest2.png.cid │ │ │ ├── ResampleImageFilterTest3.png.cid │ │ │ ├── ResampleImageFilterTest4.png.cid │ │ │ ├── ResampleOrientedImageFilterTest.png.cid │ │ │ ├── ResampleVolumesToBeIsotropic.mha.cid │ │ │ ├── ScaleSpaceGenerator2D005.mhd.cid │ │ │ ├── ScaleSpaceGenerator2D005.raw.cid │ │ │ ├── SigmoidImageFilter.1.png.cid │ │ │ ├── SigmoidImageFilter.png.cid │ │ │ ├── SmoothingRecursiveGaussianImageFilter.png.cid │ │ │ ├── SmoothingRecursiveGaussianImageFilter2.png.cid │ │ │ ├── SubsampleVolume.mha.cid │ │ │ ├── Tensors.mhd.cid │ │ │ ├── Tensors.raw.cid │ │ │ ├── ThresholdAboveImageFilter.png.cid │ │ │ ├── ThresholdBelowImageFilter.png.cid │ │ │ ├── ThresholdOutsideImageFilter.png.cid │ │ │ ├── VectorCurvatureAnisotropicDiffusionImageFilter.png.cid │ │ │ ├── VectorGradientAnisotropicDiffusionImageFilter.png.cid │ │ │ ├── VectorIndexSelection.png.cid │ │ │ ├── VotingBinaryHoleFillingImageFilter1.png.cid │ │ │ ├── VotingBinaryHoleFillingImageFilter2.png.cid │ │ │ ├── VotingBinaryHoleFillingImageFilter3.png.cid │ │ │ ├── VotingBinaryIterativeHoleFillingImageFilter1.png.cid │ │ │ ├── VotingBinaryIterativeHoleFillingImageFilter2.png.cid │ │ │ ├── VotingBinaryIterativeHoleFillingImageFilter3.png.cid │ │ │ ├── ZeroCrossingBasedEdgeDetectionImageFilter1.png.cid │ │ │ ├── itkBoxMeanImageFilter10.png.cid │ │ │ ├── itkBoxMeanImageFilter3.png.cid │ │ │ ├── itkBoxSigmaImageFilter10.png.cid │ │ │ ├── itkBoxSigmaImageFilter3.png.cid │ │ │ ├── itkGridImageSourceTest1.nhdr.cid │ │ │ ├── itkGridImageSourceTest1.raw.gz.cid │ │ │ ├── itkGridImageSourceTest2.nhdr.cid │ │ │ ├── itkGridImageSourceTest2.raw.gz.cid │ │ │ ├── itkGridImageSourceTest3.nhdr.cid │ │ │ ├── itkGridImageSourceTest3.raw.gz.cid │ │ │ ├── itkGridImageSourceTest4.nhdr.cid │ │ │ ├── itkGridImageSourceTest4.raw.gz.cid │ │ │ ├── itkHessianToObjectnessMeasureImageFilterTest.mha.cid │ │ │ ├── itkHessianToObjectnessMeasureImageFilterTest2.mha.cid │ │ │ ├── itkPhysicalPointImageSourceTest0.mha.cid │ │ │ ├── itkPhysicalPointImageSourceTest2.mha.cid │ │ │ └── itkPhysicalPointImageSourceTest4.nrrd.cid │ │ ├── IO │ │ │ ├── 113766.003.001.mha.cid │ │ │ ├── 19771.002.001.mha.cid │ │ │ ├── 3868-2-100.mha.cid │ │ │ ├── 48BitTestImage.tif.cid │ │ │ ├── HeadMRVolume.mhd.cid │ │ │ ├── HeadMRVolume.raw.cid │ │ │ ├── I.001.mha.cid │ │ │ ├── NrrdImageReadWriteTest1.nrrd.cid │ │ │ ├── NrrdRGBAImageReadWriteTest.png.cid │ │ │ ├── NrrdRGBImageReadWriteTest0.png.cid │ │ │ ├── NrrdRGBImageReadWriteTest1.png.cid │ │ │ ├── NrrdRGBImageReadWriteTest2.png.cid │ │ │ ├── RGBTestImage.tif.cid │ │ │ ├── RGBTestImageCCITTFax3.mha.cid │ │ │ ├── RGBTestImageCCITTFax3.tif.cid │ │ │ ├── RGBTestImageCCITTFax4.mha.cid │ │ │ ├── RGBTestImageCCITTFax4.tif.cid │ │ │ ├── RGBTestImageGray.tif.cid │ │ │ ├── RGBTestImageHuffmanRLE.tif.cid │ │ │ ├── RGBTestImageJPEG.tif.cid │ │ │ ├── RGBTestImageLZW.tif.cid │ │ │ ├── RGBTestImageNone.tif.cid │ │ │ ├── RGBTestImagePackBits.tif.cid │ │ │ ├── RGBTestImageZIP.tif.cid │ │ │ ├── ShortPlanarTestImage.tiff.cid │ │ │ ├── ShortTestImage.tiff.cid │ │ │ ├── SmallRampVolume.mhd.cid │ │ │ ├── SmallRampVolume.raw.cid │ │ │ ├── cthead1-unitspacing.tif.cid │ │ │ ├── cthead1.bmp.cid │ │ │ ├── cthead1.jpg.cid │ │ │ ├── cthead1.png.cid │ │ │ ├── cthead1.tif.cid │ │ │ ├── cthead254x254.bmp.cid │ │ │ ├── image_color.bmp.cid │ │ │ ├── image_grayscale.bmp.cid │ │ │ ├── mini-complex-fast.nrrd.cid │ │ │ ├── mini-covector.nrrd.cid │ │ │ ├── mini-ten.nrrd.cid │ │ │ ├── mini-vector.nrrd.cid │ │ │ ├── ramp.mhd.cid │ │ │ ├── ramp.raw.cid │ │ │ ├── ramp.tif.cid │ │ │ ├── rampShort.tif.cid │ │ │ ├── small-tensors-double.nrrd.cid │ │ │ ├── small-tensors.nhdr.cid │ │ │ ├── small-tensors.raw.cid │ │ │ ├── smallRGBA.mha.cid │ │ │ └── vol-ascii.nrrd.cid │ │ ├── Iterators │ │ │ ├── ImageLinearIteratorWithIndexTest.png.cid │ │ │ ├── ImageRegionIteratorTest.png.cid │ │ │ ├── ImageRegionIteratorWithIndexTest.png.cid │ │ │ └── ImageSliceIteratorWithIndexTest.mha.cid │ │ ├── Registration │ │ │ ├── DeformableRegistration2Test.png.cid │ │ │ ├── DeformableRegistration3Test.1.png.cid │ │ │ ├── DeformableRegistration3Test.2.png.cid │ │ │ ├── DeformableRegistration3Test.3.png.cid │ │ │ ├── DeformableRegistration3Test.4.png.cid │ │ │ ├── DeformableRegistration3Test.5.png.cid │ │ │ ├── DeformableRegistration3Test.6.png.cid │ │ │ ├── DeformableRegistration3Test.png.cid │ │ │ ├── DeformableRegistration5Test.1.png.cid │ │ │ ├── DeformableRegistration5Test.2.png.cid │ │ │ ├── DeformableRegistration5Test.3.png.cid │ │ │ ├── DeformableRegistration5Test.4.png.cid │ │ │ ├── DeformableRegistration5Test.5.png.cid │ │ │ ├── DeformableRegistration5Test.6.png.cid │ │ │ ├── DeformableRegistration5Test.png.cid │ │ │ ├── ITKv3ImageRegistration4Test.png.cid │ │ │ ├── ITKv3ImageRegistration5Test2PixelCentered.png.cid │ │ │ ├── ImageRegistration10TestPixelCentered.1.png.cid │ │ │ ├── ImageRegistration10TestPixelCentered.2.png.cid │ │ │ ├── ImageRegistration10TestPixelCentered.png.cid │ │ │ ├── ImageRegistration12TestPixelCentered.png.cid │ │ │ ├── ImageRegistration13TestPixelCentered.png.cid │ │ │ ├── ImageRegistration14Test.1.png.cid │ │ │ ├── ImageRegistration14Test.2.png.cid │ │ │ ├── ImageRegistration14Test.png.cid │ │ │ ├── ImageRegistration15TestPixelCentered.png.cid │ │ │ ├── ImageRegistration16TestPixelCentered.png.cid │ │ │ ├── ImageRegistration17TestPixelCentered.1.png.cid │ │ │ ├── ImageRegistration17TestPixelCentered.png.cid │ │ │ ├── ImageRegistration1TestPixelCentered.png.cid │ │ │ ├── ImageRegistration2Test.png.cid │ │ │ ├── ImageRegistration3TestPixelCentered.png.cid │ │ │ ├── ImageRegistration4Test.png.cid │ │ │ ├── ImageRegistration5Test1PixelCentered.png.cid │ │ │ ├── ImageRegistration5Test2PixelCentered.png.cid │ │ │ ├── ImageRegistration6TestPixelCentered.png.cid │ │ │ ├── ImageRegistration7TestPixelCentered.png.cid │ │ │ ├── ImageRegistration8RegisteredSlice.png.cid │ │ │ ├── ImageRegistration9TestPixelCentered.png.cid │ │ │ ├── JointEntropyHistogramAfterRegistration.1.png.cid │ │ │ ├── JointEntropyHistogramAfterRegistration.png.cid │ │ │ ├── LandmarkWarping2Test.png.cid │ │ │ ├── MultiResImageRegistration1Test.1.png.cid │ │ │ ├── MultiResImageRegistration1Test.2.png.cid │ │ │ ├── MultiResImageRegistration1Test.3.png.cid │ │ │ ├── MultiResImageRegistration1Test.png.cid │ │ │ ├── MultiResImageRegistration2Test.1.png.cid │ │ │ ├── MultiResImageRegistration2Test.2.png.cid │ │ │ └── MultiResImageRegistration2Test.png.cid │ │ ├── Review │ │ │ ├── itkAreaClosingImageFilterTest0.png.cid │ │ │ ├── itkAreaOpeningImageFilterTest0.png.cid │ │ │ ├── itkBinaryClosingByReconstructionImageFilterTest.png.cid │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest01.png.cid │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest02.png.cid │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest03.png.cid │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest10.png.cid │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest11.png.cid │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest12.png.cid │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest20.png.cid │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest21.png.cid │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest30.png.cid │ │ │ ├── itkFastApproximateRankImageFilter10.png.cid │ │ │ ├── itkFastApproximateRankImageFilter3.png.cid │ │ │ ├── itkLabelGeometryImageFilterTest.csv.cid │ │ │ ├── itkLabelGeometryImageFilterTest.png.cid │ │ │ ├── itkLabelGeometryImageFilterTest2Image.png.cid │ │ │ ├── itkLabelGeometryImageFilterTest3D.csv.cid │ │ │ ├── itkLabelGeometryImageFilterTest3D.mhd.cid │ │ │ ├── itkLabelGeometryImageFilterTest3D.raw.cid │ │ │ ├── itkRobustAutomaticThresholdImageFilterTest.png.cid │ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2_0.mha.cid │ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2_1.mha.cid │ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2_2.mha.cid │ │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilterTest2.mha.cid │ │ │ ├── itkStochasticFractalDimensionImageFilterTest1.mha.cid │ │ │ ├── itkStochasticFractalDimensionImageFilterTest2.mha.cid │ │ │ └── reconstruct.mha.cid │ │ ├── Segmentation │ │ │ ├── CannySegmentationLevelSetImageFilterTest.png.cid │ │ │ ├── ConfidenceConnectedGrayTest.png.cid │ │ │ ├── ConfidenceConnectedVentricleTest.png.cid │ │ │ ├── ConfidenceConnectedWhiteTest.png.cid │ │ │ ├── ConnectedThresholdGrayTest.png.cid │ │ │ ├── ConnectedThresholdVentricleTest.png.cid │ │ │ ├── ConnectedThresholdWhiteTest.png.cid │ │ │ ├── CurvesLevelSetImageFilterTest.png.cid │ │ │ ├── FastMarchingGrayMatterTest.1.png.cid │ │ │ ├── FastMarchingGrayMatterTest.png.cid │ │ │ ├── FastMarchingLeftVentricleTest.1.png.cid │ │ │ ├── FastMarchingLeftVentricleTest.png.cid │ │ │ ├── FastMarchingRightVentricleTest.1.png.cid │ │ │ ├── FastMarchingRightVentricleTest.png.cid │ │ │ ├── FastMarchingWhiteMatterTest.1.png.cid │ │ │ ├── FastMarchingWhiteMatterTest.png.cid │ │ │ ├── GeodesicActiveContourGrayMatterTest.1.png.cid │ │ │ ├── GeodesicActiveContourGrayMatterTest.png.cid │ │ │ ├── GeodesicActiveContourLeftVentricleTest.1.png.cid │ │ │ ├── GeodesicActiveContourLeftVentricleTest.png.cid │ │ │ ├── GeodesicActiveContourRightVentricleTest.1.png.cid │ │ │ ├── GeodesicActiveContourRightVentricleTest.png.cid │ │ │ ├── GeodesicActiveContourShapePriorCallosumTest.png.cid │ │ │ ├── GeodesicActiveContourWhiteMatterTest.1.png.cid │ │ │ ├── GeodesicActiveContourWhiteMatterTest.png.cid │ │ │ ├── HoughTransformTwoCirclesTest.png.cid │ │ │ ├── HoughTransformTwoLinesTest.png.cid │ │ │ ├── IsolatedConnectedTest.png.cid │ │ │ ├── LaplacianSegmentationLevelSetImageFilter.png.cid │ │ │ ├── NeighborhoodConnectedGrayTest.png.cid │ │ │ ├── NeighborhoodConnectedVentricleTest.png.cid │ │ │ ├── NeighborhoodConnectedWhiteTest.png.cid │ │ │ ├── RelabelComponentImageFilter.png.cid │ │ │ ├── ShapeDetectionLevelSetGrayMatterTest.1.png.cid │ │ │ ├── ShapeDetectionLevelSetGrayMatterTest.png.cid │ │ │ ├── ShapeDetectionLevelSetLeftVentricleTest.1.png.cid │ │ │ ├── ShapeDetectionLevelSetLeftVentricleTest.png.cid │ │ │ ├── ShapeDetectionLevelSetRightVentricleTest.1.png.cid │ │ │ ├── ShapeDetectionLevelSetRightVentricleTest.png.cid │ │ │ ├── ShapeDetectionLevelSetWhiteMatterTest.1.png.cid │ │ │ ├── ShapeDetectionLevelSetWhiteMatterTest.2.png.cid │ │ │ ├── ShapeDetectionLevelSetWhiteMatterTest.png.cid │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.1.png.cid │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.2.png.cid │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.3.png.cid │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.png.cid │ │ │ ├── ThresholdSegmentationLevelSetVentricle.png.cid │ │ │ ├── ThresholdSegmentationLevelSetVentricleTest.1.png.cid │ │ │ ├── ThresholdSegmentationLevelSetVentricleTest.png.cid │ │ │ ├── ThresholdSegmentationLevelSetWhiteMatterTest.1.png.cid │ │ │ ├── ThresholdSegmentationLevelSetWhiteMatterTest.2.png.cid │ │ │ ├── ThresholdSegmentationLevelSetWhiteMatterTest.png.cid │ │ │ ├── VectorConfidenceConnected1.png.cid │ │ │ ├── VectorConfidenceConnected2.png.cid │ │ │ ├── VectorConfidenceConnected3.png.cid │ │ │ ├── WatershedSegmentation1Test1.png.cid │ │ │ └── WatershedSegmentation1Test2.png.cid │ │ ├── SpatialObjects │ │ │ └── BoxSpatialObjectTest.png.cid │ │ └── Statistics │ │ │ ├── BayesianClassifierInitializerClass2Output.png.cid │ │ │ ├── BayesianClassifierLabelMap.png.cid │ │ │ ├── ImageClassifierFilterTestClassifiedImageTest.png.cid │ │ │ ├── ScalarImageKmeansClassifierOutput.png.cid │ │ │ └── ScalarImageMarkovRandomField1Output.png.cid │ ├── Input │ │ ├── 012345.002.050.README │ │ ├── 012345.002.050.cid │ │ ├── 289.png.cid │ │ ├── 2th_cthead1.png.cid │ │ ├── 48BitTestImage.tif.cid │ │ ├── 5x5-constant.png.cid │ │ ├── 8ConnectedImage.bmp.cid │ │ ├── Archetype │ │ │ ├── a5b1.PNG.cid │ │ │ ├── a5b6.PNG.cid │ │ │ ├── a5b7.PNG.cid │ │ │ ├── a6b1.PNG.cid │ │ │ ├── a7b1.PNG.cid │ │ │ ├── a7b2.PNG.cid │ │ │ ├── a7b3.PNG.cid │ │ │ ├── a7b4.PNG.cid │ │ │ ├── a8b1.PNG.cid │ │ │ ├── image.001.cid │ │ │ ├── image.002.cid │ │ │ ├── image.003.cid │ │ │ ├── image.004.cid │ │ │ ├── image.005.cid │ │ │ ├── image.006.cid │ │ │ ├── image.007.cid │ │ │ ├── image.008.cid │ │ │ ├── image.009.cid │ │ │ └── image.010.cid │ │ ├── BSplineScatteredApproximationDataPointsInput.txt.cid │ │ ├── BigEndian.hdr.cid │ │ ├── BigEndian.img.cid │ │ ├── BigEndian.mhd.cid │ │ ├── BigEndian.spr.cid │ │ ├── BigEndianCompressed.hdr.cid │ │ ├── BigEndianCompressed.img.cid │ │ ├── BigEndianCompressed.img.gz.cid │ │ ├── BinaryImage1Row.bmp.cid │ │ ├── BinaryImageWithVariousShapes01.png.cid │ │ ├── BinarySquare3D.mhd.cid │ │ ├── BinarySquare3D.zraw.cid │ │ ├── BinarySquare4D.mhd.cid │ │ ├── BinarySquare4D.zraw.cid │ │ ├── BrainSliceBinary.png.cid │ │ ├── CellsFluorescence1.png.cid │ │ ├── CellsFluorescence2.png.cid │ │ ├── DCB120604.t61 │ │ │ ├── 11 │ │ │ │ ├── acqp │ │ │ │ ├── imnd │ │ │ │ ├── pdata │ │ │ │ │ └── 1 │ │ │ │ │ │ ├── 2dseq │ │ │ │ │ │ ├── d3proc │ │ │ │ │ │ ├── meta │ │ │ │ │ │ ├── procs │ │ │ │ │ │ ├── reco │ │ │ │ │ │ └── roi │ │ │ │ ├── pulseprogram │ │ │ │ ├── spnam0 │ │ │ │ └── spnam1 │ │ │ ├── AdjStatePerStudy │ │ │ └── subject │ │ ├── DSA.png.cid │ │ ├── DicomDirectionsTest │ │ │ └── 1020_0075.dcm.cid │ │ ├── DicomImageOrientationTest │ │ │ ├── ImageOrientation.1.dcm.cid │ │ │ ├── ImageOrientation.2.dcm.cid │ │ │ └── ImageOrientation.3.dcm.cid │ │ ├── DicomSeries │ │ │ ├── Image0075.dcm.cid │ │ │ ├── Image0076.dcm.cid │ │ │ └── Image0077.dcm.cid │ │ ├── DicomSeries2 │ │ │ ├── Image0075.dcm.cid │ │ │ └── Image0076-missingTag.dcm.cid │ │ ├── DotOnVaryingBackground.png.cid │ │ ├── DwiCorpusCallosum.nhdr.cid │ │ ├── DwiCorpusCallosum.raw.cid │ │ ├── Gourds.png.cid │ │ ├── GradientRecursiveGaussianImageFilterTest.mha.cid │ │ ├── GrayAlpha.png.cid │ │ ├── GrayscaleImageWithVariousShapes.png.cid │ │ ├── GrayscaleImageWithVariousShapes01.png.cid │ │ ├── GrayscaleVolumeWithVariousShapes.mhd.cid │ │ ├── GrayscaleVolumeWithVariousShapes.raw.cid │ │ ├── HeadMRVolume.cub.cid │ │ ├── HeadMRVolume.mha.cid │ │ ├── HeadMRVolume.mhd.cid │ │ ├── HeadMRVolume.raw.cid │ │ ├── HeadMRVolume1.cub.cid │ │ ├── HeadMRVolume1.cub.gz.cid │ │ ├── HeadMRVolume2.cub.cid │ │ ├── HeadMRVolume2.cub.gz.cid │ │ ├── HeadMRVolumeCompressed.mha.cid │ │ ├── HeadMRVolumeWithDirection.mhd.cid │ │ ├── HeadMRVolumeWithDirection.nhdr.cid │ │ ├── HeadMRVolumeWithDirection.raw.gz.cid │ │ ├── HeadMRVolumeWithDirection001.mhd.cid │ │ ├── HeadMRVolumeWithDirection002.mhd.cid │ │ ├── HeadMRVolumeWithDirection003.mhd.cid │ │ ├── HeadMRVolumeWithDirectionIdentity.mhd.cid │ │ ├── HeadMRVolumeWithDirectionIdentity.nhdr.cid │ │ ├── HeadMRVolumeWithDirectionIdentity.raw.gz.cid │ │ ├── Input-RA-Short.nrrd.cid │ │ ├── IntensityRamp64.png.cid │ │ ├── LPSLabels.nii.gz.cid │ │ ├── LPSLabels_noqform.nii.gz.cid │ │ ├── LPSLabels_nosform.nii.gz.cid │ │ ├── LabelImageWithVariousShapes.png.cid │ │ ├── LabelVolumeWithVariousShapes.mhd.cid │ │ ├── LabelVolumeWithVariousShapes.raw.cid │ │ ├── LinearTransform.h5.cid │ │ ├── LittleEndian.hdr.cid │ │ ├── LittleEndian.img.cid │ │ ├── LittleEndian.mhd.cid │ │ ├── LittleEndianCompressed.hdr.cid │ │ ├── LittleEndianCompressed.img.gz.cid │ │ ├── LittleEndianZ.hdr.cid │ │ ├── LittleEndianZ.img.gz.cid │ │ ├── LungSliceBinary.png.cid │ │ ├── MetaIO │ │ │ ├── Small Ramp Volume 01.tif.cid │ │ │ ├── Small Ramp Volume 02.tif.cid │ │ │ ├── Small Ramp Volume 03.tif.cid │ │ │ ├── Small Ramp Volume 04.tif.cid │ │ │ ├── Small Ramp Volume 05.tif.cid │ │ │ ├── Small Ramp Volume 06.tif.cid │ │ │ ├── Small Ramp Volume List.mhd.cid │ │ │ ├── Small Ramp Volume Reg Ex.mhd.cid │ │ │ ├── SmallRampVolume01.tif.cid │ │ │ ├── SmallRampVolume02.tif.cid │ │ │ ├── SmallRampVolume03.tif.cid │ │ │ ├── SmallRampVolume04.tif.cid │ │ │ ├── SmallRampVolume05.tif.cid │ │ │ ├── SmallRampVolume06.tif.cid │ │ │ ├── SmallRampVolumeList.mhd.cid │ │ │ └── SmallRampVolumeRegEx.mhd.cid │ │ ├── MetaImageError.mhd.cid │ │ ├── NonOrthoSform.nii.gz.cid │ │ ├── Number1inText.png.cid │ │ ├── Number2inText.png.cid │ │ ├── Number3inText.png.cid │ │ ├── OT-PAL-8-face.dcm.cid │ │ ├── OrthogonalDirectionsTest.dcm.cid │ │ ├── Philips_4D_DICOM.dcm.cid │ │ ├── RGBDicomTest.dcm.cid │ │ ├── RGBTestImage.tif.cid │ │ ├── RGBTestImageCCITTFax3.tif.cid │ │ ├── RGBTestImageCCITTFax4.tif.cid │ │ ├── RGBTestImageGray.tif.cid │ │ ├── RGBTestImageHuffmanRLE.tif.cid │ │ ├── RGBTestImageJPEG.tif.cid │ │ ├── RGBTestImageLZW.tif.cid │ │ ├── RGBTestImageNone.tif.cid │ │ ├── RGBTestImagePackBits.tif.cid │ │ ├── RGBTestImageZIP.tif.cid │ │ ├── STAPLE1.png.cid │ │ ├── STAPLE2.png.cid │ │ ├── STAPLE3.png.cid │ │ ├── STAPLE4.png.cid │ │ ├── Shapes.png.cid │ │ ├── ShortPlanarTestImage.tiff.cid │ │ ├── ShortTestImage.tiff.cid │ │ ├── SpatialObjects.meta.cid │ │ ├── Spots-markers.png.cid │ │ ├── Spots.png.cid │ │ ├── SpotsInverted.png.cid │ │ ├── SpotsLabeled.png.cid │ │ ├── SquareBinary201.png.cid │ │ ├── Statistics │ │ │ ├── BrainT1Slice_AfterKMeansClassification.png.cid │ │ │ ├── TwoDimensionTwoGaussian.Readme │ │ │ ├── TwoDimensionTwoGaussian.dat.cid │ │ │ └── TwoDimensionTwoGaussianTesting.dat.cid │ │ ├── T1_MEASUREMENT_4_1.PAR.cid │ │ ├── T1_MEASUREMENT_4_1.REC.cid │ │ ├── TreeBarkTexture.png.cid │ │ ├── VHFColor.mhd.cid │ │ ├── VHFColor.raw.cid │ │ ├── VascularTreePointSet.txt │ │ ├── VisibleWomanEyeSlice.png.cid │ │ ├── VisibleWomanEyeSliceInitialLevelSet.png.cid │ │ ├── XML │ │ │ ├── test.pso.xml.cid │ │ │ └── test.xml.cid │ │ ├── box.nhdr.cid │ │ ├── box.raw.cid │ │ ├── brainweb1e1a10f20.mha.cid │ │ ├── button-hole.png.cid │ │ ├── cake_easy.png.cid │ │ ├── cake_hard.png.cid │ │ ├── chondt.png.cid │ │ ├── circle.png.cid │ │ ├── circle100.png.cid │ │ ├── closerec1.jpg.cid │ │ ├── color_lowerleft.bmp.cid │ │ ├── color_upperleft.bmp.cid │ │ ├── connected0lines.png.cid │ │ ├── cthead1-257.png.cid │ │ ├── cthead1-bin.png.cid │ │ ├── cthead1-markers.png.cid │ │ ├── cthead1-mask.png.cid │ │ ├── cthead1-multires.tif.cid │ │ ├── cthead1-threshmask.png.cid │ │ ├── cthead1.bmp.cid │ │ ├── cthead1.jpg.cid │ │ ├── cthead1.lsm.cid │ │ ├── cthead1.png.cid │ │ ├── cthead1.tif.cid │ │ ├── cthead1Label.png.cid │ │ ├── cthead254x254.bmp.cid │ │ ├── dicom-sc_cs-1.dcm.cid │ │ ├── genusZeroSurface01.vtk.cid │ │ ├── grayscale_lowerleft.bmp.cid │ │ ├── grayscale_lowerleft_rle.bmp.cid │ │ ├── grayscale_upperleft.bmp.cid │ │ ├── historical_misspelled_TranformParameters.h5.cid │ │ ├── image_color.bmp.cid │ │ ├── image_grayscale.bmp.cid │ │ ├── itkDCMTKNonSquare.dcm.cid │ │ ├── itkGDCMImageIOTest.dcm.cid │ │ ├── itkGDCMImageIOTest3.dcm.cid │ │ ├── itkImageNegativeSpacing.mha.cid │ │ ├── itkNiftisform2DirectionDef.nii.gz.cid │ │ ├── level.png.cid │ │ ├── metamesh.txt.cid │ │ ├── mini-complex-slow.nrrd.cid │ │ ├── mini-covector-fast.nrrd.cid │ │ ├── mini-covector-slow.nrrd.cid │ │ ├── mini-ten-mask.nrrd.cid │ │ ├── mini-ten-nomask-fast.nrrd.cid │ │ ├── mini-ten-nomask-slow.nrrd.cid │ │ ├── mini-vector-fast.nrrd.cid │ │ ├── mini-vector-slow.nrrd.cid │ │ ├── mri3D.mhd.cid │ │ ├── mushroom.vtk.cid │ │ ├── nonConnected3DLines.tif.cid │ │ ├── parametersBSpline.txt.cid │ │ ├── pass-values.png.cid │ │ ├── peppers.png.cid │ │ ├── plateau.png.cid │ │ ├── pointsForKdTree.txt.cid │ │ ├── pointsForKdTree2.txt.cid │ │ ├── r16slice.nii.gz.cid │ │ ├── r64slice.nii.gz.cid │ │ ├── ramp.gipl.cid │ │ ├── ramp.gipl.gz.cid │ │ ├── ramp.tif.cid │ │ ├── rampShort.tif.cid │ │ ├── sf4.png.cid │ │ ├── simple-label-b.png.cid │ │ ├── simple-label-c.png.cid │ │ ├── simple-label-d.png.cid │ │ ├── simple-label-e.png.cid │ │ ├── sinogram-small.mha.cid │ │ ├── small-tensors.nhdr.cid │ │ ├── small-tensors.raw.cid │ │ ├── smallRGBA.bmp.cid │ │ ├── smooth_circle.png.cid │ │ ├── smooth_square.png.cid │ │ ├── sobel_x.nii.gz.cid │ │ ├── sobel_y.nii.gz.cid │ │ ├── sphereBinary.vtk.cid │ │ ├── test_ge4 │ │ │ ├── 19771.002.001.cid │ │ │ ├── 19771.002.002.cid │ │ │ ├── 19771.002.003.cid │ │ │ ├── 19771.002.004.cid │ │ │ ├── 19771.002.005.cid │ │ │ └── 19771.002.006.cid │ │ ├── test_ge5 │ │ │ ├── 113766.003.001.cid │ │ │ ├── 113766.003.002.cid │ │ │ ├── 113766.003.003.cid │ │ │ ├── 113766.003.004.cid │ │ │ ├── 113766.003.005.cid │ │ │ └── 113766.003.006.cid │ │ ├── test_geadw │ │ │ ├── I.001.cid │ │ │ ├── I.002.cid │ │ │ ├── I.003.cid │ │ │ ├── I.004.cid │ │ │ ├── I.005.cid │ │ │ └── I.006.cid │ │ ├── test_siemens │ │ │ ├── 3868-2-100.ima.cid │ │ │ ├── 3868-2-101.ima.cid │ │ │ ├── 3868-2-102.ima.cid │ │ │ ├── 3868-2-103.ima.cid │ │ │ ├── 3868-2-104.ima.cid │ │ │ └── 3868-2-105.ima.cid │ │ ├── testrgb-0.nhdr.cid │ │ ├── testrgb-0.raw.cid │ │ ├── testrgb-1.nhdr.cid │ │ ├── testrgb-1.raw.cid │ │ ├── testrgb-2.nhdr.cid │ │ ├── testrgb-2.raw.cid │ │ ├── testrgba.nrrd.cid │ │ ├── tetrahedron.vtk.cid │ │ ├── thick-lines.png.cid │ │ ├── tilt_series_big.mrc.cid │ │ ├── tilt_series_little.mrc.cid │ │ ├── vol-ascii.ascii.cid │ │ ├── vol-ascii.nhdr.cid │ │ ├── vol-ascii.nrrd.cid │ │ ├── vol-gzip-big.nhdr.cid │ │ ├── vol-gzip-big.nrrd.cid │ │ ├── vol-gzip-big.raw.gz.cid │ │ ├── vol-gzip-little.nhdr.cid │ │ ├── vol-gzip-little.nrrd.cid │ │ ├── vol-gzip-little.raw.gz.cid │ │ ├── vol-raw-big.nhdr.cid │ │ ├── vol-raw-big.nrrd.cid │ │ ├── vol-raw-big.raw.cid │ │ ├── vol-raw-little.nhdr.cid │ │ ├── vol-raw-little.nrrd.cid │ │ ├── vol-raw-little.raw.cid │ │ ├── vtkPolyDataBad0.vtk.cid │ │ ├── vtkPolyDataBad1.vtk.cid │ │ ├── vtkPolyDataBad10.vtk.cid │ │ ├── vtkPolyDataBad11.vtk.cid │ │ ├── vtkPolyDataBad12.vtk.cid │ │ ├── vtkPolyDataBad13.vtk.cid │ │ ├── vtkPolyDataBad14.vtk.cid │ │ ├── vtkPolyDataBad15.vtk.cid │ │ ├── vtkPolyDataBad16.vtk.cid │ │ ├── vtkPolyDataBad17.vtk.cid │ │ ├── vtkPolyDataBad2.vtk.cid │ │ ├── vtkPolyDataBad3.vtk.cid │ │ ├── vtkPolyDataBad4.vtk.cid │ │ ├── vtkPolyDataBad5.vtk.cid │ │ ├── vtkPolyDataBad6.vtk.cid │ │ ├── vtkPolyDataBad7.vtk.cid │ │ ├── vtkPolyDataBad8.vtk.cid │ │ ├── vtkPolyDataBad9.vtk.cid │ │ └── whiteSpot.png.cid │ └── README.md └── TestExternal │ ├── CMakeLists.txt │ └── CTestConfig.cmake ├── Utilities ├── CMakeFormat │ └── config.yaml ├── Debugger │ ├── ITK.natvis │ └── default.natstepfilter ├── Doxygen │ ├── CMakeLists.txt │ ├── DoxygenConfig.cmake │ ├── GenerateExamplesDox.cmake │ ├── Module.dox.in │ ├── build_text.js.in │ ├── datetime.py │ ├── mcdoc.py │ ├── serviceWorker.js │ ├── serviceWorker.js.in │ ├── workbox-cli-config.js │ └── workbox-sw.prod.v2.0.1.js ├── GitSetup │ ├── config │ ├── git-pr │ ├── git-review-push │ ├── github-tips │ ├── setup-git-aliases │ ├── setup-github │ ├── setup-precommit │ ├── setup-upstream │ ├── setup-user │ └── tips ├── Hooks │ ├── check-setup-for-development │ ├── commit-msg │ ├── kw-commit-msg │ ├── kw-pre-commit │ ├── post-commit │ ├── pre-commit │ ├── pre-commit-style.bash │ └── prepare-commit-msg ├── ITKMigrationPreparation │ ├── ReplaceOutdatedMacroNames.sh │ ├── cmakeRemoveBlockEndCruft.sh │ ├── cmakeToLowerCase.sh │ ├── replace_atoi_atof.sh │ └── update_remote_hash.sh ├── InstallTest │ ├── CMakeLists.txt │ └── InstallTest.cmake ├── KWStyle │ ├── BuildKWStyle.cmake │ ├── ITK.kws.xml │ ├── ITKCodeFiles.txt.in │ ├── ITKExamplesFiles.txt.in │ ├── ITKHeader.h │ ├── ITKOverwrite.txt │ └── KWStyle.cmake ├── Maintenance │ ├── AddEmptyDefaultMemberInitializers.cxx │ ├── ApplyScriptToRemotes.sh │ ├── ArchiveTestingDataOnAzure.py │ ├── AuthorsChangesSince.py │ ├── BuildHeaderTest.py │ ├── BumpITKVersionInCI.sh │ ├── CodeSwarmWithGource.sh │ ├── DownloadLinksCookieCutter │ │ ├── cookiecutter.json │ │ └── {{cookiecutter.output_directory}} │ │ │ └── ReleaseDownloadLinks.md │ ├── DynamicAnalysis.xsl │ ├── DynamicAnalysisFile.xsl │ ├── DynamicAnalysisGetTests.xsl │ ├── FindMissingCopyrightStatementsInITK.sh │ ├── FindPython3_ModernizeCMake.sh │ ├── FindRedundantHeaderIncludes.py │ ├── HowToCreateTheCMakeCaseConversion.txt │ ├── JREUpdate.py │ ├── ParallelStripIncludes.py │ ├── README.md │ ├── ReplaceBooleanPrintMacro.sh │ ├── RestyleHttpToHttps.sh │ ├── SourceTarball.bash │ ├── StripIncludes.py │ ├── UpdateCopyrightStatementsInITK.py │ ├── UpdateRemoteModules.sh │ ├── UpdateRequiredITKVersionInRemoteModules.sh │ ├── UpdateTestingMacrosNames.sh │ ├── UpdateZenodo.py │ ├── VCL_ModernizeNaming.py │ ├── VNL_ModernizeNaming.py │ ├── VerifyURLs.py │ ├── VisualizeTestTimes.py │ ├── WhatModulesITK.py │ ├── WrappingModulesCheck.sh │ ├── clang-format.bash │ ├── cmake-format.bash │ ├── computeCodeCoverageLocally.sh │ ├── computeCodeCoverageLocallyForOneTest.sh │ ├── computeGitStatistics.sh │ ├── migrate-itk6-code-recommendations.sh │ ├── remove-circular-header-includes.sh │ ├── runValgrind.sh │ ├── single-doxygen.sh │ ├── strip-trailing-whitespace │ ├── stylish.css │ └── update-third-party.bash └── SetupForDevelopment.sh ├── Wrapping ├── CMakeLists.txt ├── CMakeUtilityFunctions.cmake ├── ConfigureWrapping.cmake ├── Generators │ ├── CMakeLists.txt │ ├── CastXML │ │ ├── CMakeLists.txt │ │ ├── cast_xml.inc.in │ │ └── wrap_.cxx.in │ ├── Doc │ │ ├── CMakeLists.txt │ │ ├── doxy2swig.py │ │ ├── itk_doxy2swig.conf.in │ │ └── itk_doxy2swig.py │ ├── Python │ │ ├── CMakeLists.txt │ │ ├── ExternalProjectConfig.pth.in │ │ ├── ExternalProjectConfig.py.in │ │ ├── PyBase │ │ │ ├── CMakeLists.txt │ │ │ └── pyBase.i │ │ ├── Tests │ │ │ ├── CMakeLists.txt │ │ │ ├── ModifiedTime.py │ │ │ ├── PyImageFilterTest.py │ │ │ ├── PythonTemplateTest.py │ │ │ ├── PythonTypeTest.py │ │ │ ├── PythonTypemapsTest.py │ │ │ ├── build_options.py │ │ │ ├── complex.py │ │ │ ├── dicomSeries.py │ │ │ ├── exclude-filters.txt │ │ │ ├── exclude-imageio.txt │ │ │ ├── exclude-transform.txt │ │ │ ├── extras.py │ │ │ ├── findEmptyClasses.py │ │ │ ├── findSegfaults.py │ │ │ ├── getNameOfClass.py │ │ │ ├── helpers.py │ │ │ ├── lazy.py │ │ │ ├── module2module.py │ │ │ ├── multiprocess_lazy_loading.py │ │ │ ├── nodefaultfactories.py │ │ │ ├── nolazy.py │ │ │ ├── readWriteVLV.py │ │ │ ├── returnedTypeCoverage.py │ │ │ ├── simple_pipeline.py │ │ │ ├── templated_pipeline.py │ │ │ ├── test_metadata.py │ │ │ ├── test_xarray.py │ │ │ ├── timing.py │ │ │ ├── verifyGetOutputAPIConsistency.py │ │ │ ├── verifyTTypeAPIConsistency.py │ │ │ └── wrappingCoverage.py │ │ ├── WrapITK.pth.in │ │ ├── itk │ │ │ ├── __init__.py │ │ │ ├── pyi_generator.py │ │ │ └── support │ │ │ │ ├── ModuleConfig.py.in │ │ │ │ ├── base.py │ │ │ │ ├── build_options.py │ │ │ │ ├── extras.py │ │ │ │ ├── helpers.py │ │ │ │ ├── init_helpers.py │ │ │ │ ├── lazy.py │ │ │ │ ├── template_class.py │ │ │ │ ├── types.py │ │ │ │ └── xarray.py │ │ ├── itkConfig.py.in │ │ ├── itkPyITKCommonCAPI.h │ │ ├── main_module_ext.i.in │ │ └── module_ext.i.in │ ├── SwigInterface │ │ ├── CMakeLists.txt │ │ ├── Master.mdx.in │ │ ├── empty.in │ │ ├── igenerator.py │ │ ├── module.i.in │ │ └── module.includes.in │ └── itk.i ├── GlobalIdxFilesList.txt.in ├── TypedefMacros.cmake ├── WrapBasicTypes.cmake ├── WrapITKTypes.cmake ├── WrappingOptions.cmake ├── __init__.py ├── images │ ├── 2th_cthead1.png.cid │ ├── BrainProtonDensitySlice.png.cid │ ├── TestVLV.seg.nrrd.cid │ ├── VentricleModel.png.cid │ ├── VisibleWomanEyeSlice.png.cid │ ├── cthead1.png.cid │ ├── r16slice.nii.gz.cid │ ├── sourceImage.nii.gz.cid │ ├── templated_pipeline.png.cid │ ├── warp2D.nii.gz.cid │ └── warp3D.nii.gz.cid └── macro_files │ ├── itk_auto_load_submodules.cmake │ └── itk_end_wrap_module.cmake ├── pixi.lock └── pyproject.toml /.ExternalData/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/.ExternalData/README.rst -------------------------------------------------------------------------------- /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/.clang-format -------------------------------------------------------------------------------- /.clang-tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/.clang-tidy -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gersemi.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/.gersemi.config -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.readthedocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/.readthedocs.yml -------------------------------------------------------------------------------- /.zenodo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/.zenodo.json -------------------------------------------------------------------------------- /CMake/CTestCustom.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/CTestCustom.cmake.in -------------------------------------------------------------------------------- /CMake/CppcheckTargets.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/CppcheckTargets.cmake -------------------------------------------------------------------------------- /CMake/ExternalData.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ExternalData.cmake -------------------------------------------------------------------------------- /CMake/ExternalData_config.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ExternalData_config.cmake.in -------------------------------------------------------------------------------- /CMake/FindFFTW.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/FindFFTW.cmake -------------------------------------------------------------------------------- /CMake/FindKWStyle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/FindKWStyle.cmake -------------------------------------------------------------------------------- /CMake/Findcppcheck.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/Findcppcheck.cmake -------------------------------------------------------------------------------- /CMake/Findcppcheck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/Findcppcheck.cpp -------------------------------------------------------------------------------- /CMake/ITKClangTidySetup.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKClangTidySetup.cmake -------------------------------------------------------------------------------- /CMake/ITKConfig.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKConfig.cmake.in -------------------------------------------------------------------------------- /CMake/ITKConfigVersion.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKConfigVersion.cmake.in -------------------------------------------------------------------------------- /CMake/ITKDownloadSetup.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKDownloadSetup.cmake -------------------------------------------------------------------------------- /CMake/ITKExternalData.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKExternalData.cmake -------------------------------------------------------------------------------- /CMake/ITKFactoryRegistration.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKFactoryRegistration.cmake -------------------------------------------------------------------------------- /CMake/ITKGroups.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKGroups.cmake -------------------------------------------------------------------------------- /CMake/ITKInitializeBuildType.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKInitializeBuildType.cmake -------------------------------------------------------------------------------- /CMake/ITKInternalConfig.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKInternalConfig.cmake -------------------------------------------------------------------------------- /CMake/ITKKWStyleConfig.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKKWStyleConfig.cmake.in -------------------------------------------------------------------------------- /CMake/ITKModuleAPI.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleAPI.cmake -------------------------------------------------------------------------------- /CMake/ITKModuleCPPCheckTest.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleCPPCheckTest.cmake -------------------------------------------------------------------------------- /CMake/ITKModuleDoxygen.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleDoxygen.cmake -------------------------------------------------------------------------------- /CMake/ITKModuleEnablement.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleEnablement.cmake -------------------------------------------------------------------------------- /CMake/ITKModuleExternal.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleExternal.cmake -------------------------------------------------------------------------------- /CMake/ITKModuleHeaderTest.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleHeaderTest.cmake -------------------------------------------------------------------------------- /CMake/ITKModuleInfo.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleInfo.cmake.in -------------------------------------------------------------------------------- /CMake/ITKModuleKWStyleTest.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleKWStyleTest.cmake -------------------------------------------------------------------------------- /CMake/ITKModuleMacros.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleMacros.cmake -------------------------------------------------------------------------------- /CMake/ITKModuleRemote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleRemote.cmake -------------------------------------------------------------------------------- /CMake/ITKModuleTest.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKModuleTest.cmake -------------------------------------------------------------------------------- /CMake/ITKSetPython3Vars.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKSetPython3Vars.cmake -------------------------------------------------------------------------------- /CMake/ITK_CheckCCompilerFlag.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITK_CheckCCompilerFlag.cmake -------------------------------------------------------------------------------- /CMake/ITKcppcheckSuppressions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/ITKcppcheckSuppressions.txt -------------------------------------------------------------------------------- /CMake/InsightValgrind-CentOS7.supp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/InsightValgrind-CentOS7.supp -------------------------------------------------------------------------------- /CMake/InsightValgrind-RHEL6.supp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/InsightValgrind-RHEL6.supp -------------------------------------------------------------------------------- /CMake/InsightValgrind.supp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/InsightValgrind.supp -------------------------------------------------------------------------------- /CMake/PreventInBuildInstalls.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/PreventInBuildInstalls.cmake -------------------------------------------------------------------------------- /CMake/PreventInSourceBuilds.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/PreventInSourceBuilds.cmake -------------------------------------------------------------------------------- /CMake/RemoveTemporaryFiles.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/RemoveTemporaryFiles.cmake.in -------------------------------------------------------------------------------- /CMake/TopologicalSort.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/TopologicalSort.cmake -------------------------------------------------------------------------------- /CMake/UseITK.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/UseITK.cmake -------------------------------------------------------------------------------- /CMake/WrappingConfigCommon.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/WrappingConfigCommon.cmake -------------------------------------------------------------------------------- /CMake/itkApple.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/itkApple.cmake -------------------------------------------------------------------------------- /CMake/itkCheckSourceTree.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/itkCheckSourceTree.cmake -------------------------------------------------------------------------------- /CMake/itkCompilerChecks.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/itkCompilerChecks.cmake -------------------------------------------------------------------------------- /CMake/itkExternal_Eigen3.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/itkExternal_Eigen3.cmake -------------------------------------------------------------------------------- /CMake/itkExternal_FFTW.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/itkExternal_FFTW.cmake -------------------------------------------------------------------------------- /CMake/itkOpenCL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/itkOpenCL.cmake -------------------------------------------------------------------------------- /CMake/itkSupportMacros.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/itkSupportMacros.cmake -------------------------------------------------------------------------------- /CMake/itkTestObjCxxCompiler.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/itkTestObjCxxCompiler.mm -------------------------------------------------------------------------------- /CMake/itkVersion.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/itkVersion.cmake -------------------------------------------------------------------------------- /CMake/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMake/pre-commit -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CTestConfig.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/CTestConfig.cmake -------------------------------------------------------------------------------- /Documentation/Art/BinShrinkGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Art/BinShrinkGrid.png -------------------------------------------------------------------------------- /Documentation/Art/ITKLogo_32px.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Art/ITKLogo_32px.ico -------------------------------------------------------------------------------- /Documentation/Art/ITKLogo_64px.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Art/ITKLogo_64px.ico -------------------------------------------------------------------------------- /Documentation/Art/Streaming.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Art/Streaming.gif -------------------------------------------------------------------------------- /Documentation/Art/Threading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Art/Threading.gif -------------------------------------------------------------------------------- /Documentation/Art/itkBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Art/itkBanner.png -------------------------------------------------------------------------------- /Documentation/Art/itkLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Art/itkLogo.png -------------------------------------------------------------------------------- /Documentation/Art/itkLogoMedium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Art/itkLogoMedium.png -------------------------------------------------------------------------------- /Documentation/Art/itkLogoSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Art/itkLogoSmall.png -------------------------------------------------------------------------------- /Documentation/Doxygen/Geometry.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Doxygen/Geometry.dox -------------------------------------------------------------------------------- /Documentation/Doxygen/Iterators.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Doxygen/Iterators.dox -------------------------------------------------------------------------------- /Documentation/Doxygen/MainPage.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Doxygen/MainPage.dox -------------------------------------------------------------------------------- /Documentation/Doxygen/Modules.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Doxygen/Modules.dox -------------------------------------------------------------------------------- /Documentation/Doxygen/Streaming.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Doxygen/Streaming.dox -------------------------------------------------------------------------------- /Documentation/Doxygen/Threading.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Doxygen/Threading.dox -------------------------------------------------------------------------------- /Documentation/Doxygen/doxygen.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/Doxygen/doxygen.bib -------------------------------------------------------------------------------- /Documentation/docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/Makefile -------------------------------------------------------------------------------- /Documentation/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/README.md -------------------------------------------------------------------------------- /Documentation/docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/conf.py -------------------------------------------------------------------------------- /Documentation/docs/download.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/download.md -------------------------------------------------------------------------------- /Documentation/docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/index.md -------------------------------------------------------------------------------- /Documentation/docs/learn/courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/learn/courses.md -------------------------------------------------------------------------------- /Documentation/docs/learn/dicom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/learn/dicom.md -------------------------------------------------------------------------------- /Documentation/docs/learn/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/learn/faq.md -------------------------------------------------------------------------------- /Documentation/docs/learn/metaio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/learn/metaio.md -------------------------------------------------------------------------------- /Documentation/docs/licenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/licenses.md -------------------------------------------------------------------------------- /Documentation/docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/make.bat -------------------------------------------------------------------------------- /Documentation/docs/releases/1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/1.0.md -------------------------------------------------------------------------------- /Documentation/docs/releases/1.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/1.8.md -------------------------------------------------------------------------------- /Documentation/docs/releases/2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/2.0.md -------------------------------------------------------------------------------- /Documentation/docs/releases/2.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/2.2.md -------------------------------------------------------------------------------- /Documentation/docs/releases/2.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/2.4.md -------------------------------------------------------------------------------- /Documentation/docs/releases/2.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/2.6.md -------------------------------------------------------------------------------- /Documentation/docs/releases/2.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/2.8.md -------------------------------------------------------------------------------- /Documentation/docs/releases/3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/3.0.md -------------------------------------------------------------------------------- /Documentation/docs/releases/3.12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/3.12.md -------------------------------------------------------------------------------- /Documentation/docs/releases/3.14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/3.14.md -------------------------------------------------------------------------------- /Documentation/docs/releases/3.16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/3.16.md -------------------------------------------------------------------------------- /Documentation/docs/releases/3.18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/3.18.md -------------------------------------------------------------------------------- /Documentation/docs/releases/3.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/3.2.md -------------------------------------------------------------------------------- /Documentation/docs/releases/3.20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/3.20.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.0.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.1.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.10.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.11.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.12.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.13.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.2.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.3.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.4.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.5.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.6.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.7.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.8.md -------------------------------------------------------------------------------- /Documentation/docs/releases/4.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/4.9.md -------------------------------------------------------------------------------- /Documentation/docs/releases/5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/5.0.md -------------------------------------------------------------------------------- /Documentation/docs/releases/5.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/5.1.md -------------------------------------------------------------------------------- /Documentation/docs/releases/5.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/5.2.md -------------------------------------------------------------------------------- /Documentation/docs/releases/5.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/releases/5.3.md -------------------------------------------------------------------------------- /Documentation/docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Documentation/docs/requirements.txt -------------------------------------------------------------------------------- /Examples/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/.clang-format -------------------------------------------------------------------------------- /Examples/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/CMakeLists.txt -------------------------------------------------------------------------------- /Examples/Data/BinaryImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/BinaryImage.png -------------------------------------------------------------------------------- /Examples/Data/BrainT1Slice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/BrainT1Slice.png -------------------------------------------------------------------------------- /Examples/Data/BrainWeb/brainweb165a10f17.mha.cid: -------------------------------------------------------------------------------- 1 | bafybeieknrqtu4l74dizn7ez2tf52yhvdziets2mzted63pfw4gcanbudu 2 | -------------------------------------------------------------------------------- /Examples/Data/BrainWeb/brainweb1e1a10f20.mha.cid: -------------------------------------------------------------------------------- 1 | bafybeicpczar36txe324ctgvmzu52g5xkpqpklgfgb4bo54gvydqagbbsy 2 | -------------------------------------------------------------------------------- /Examples/Data/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/Circle.png -------------------------------------------------------------------------------- /Examples/Data/CircleSpikes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/CircleSpikes.png -------------------------------------------------------------------------------- /Examples/Data/DiagonalLines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/DiagonalLines.png -------------------------------------------------------------------------------- /Examples/Data/FFTCosinus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/FFTCosinus.png -------------------------------------------------------------------------------- /Examples/Data/FFTcenteredDC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/FFTcenteredDC.png -------------------------------------------------------------------------------- /Examples/Data/FFTcorneredDC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/FFTcorneredDC.png -------------------------------------------------------------------------------- /Examples/Data/FatMRISlice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/FatMRISlice.png -------------------------------------------------------------------------------- /Examples/Data/FivePoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/FivePoints.png -------------------------------------------------------------------------------- /Examples/Data/FivePointsDilated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/FivePointsDilated.png -------------------------------------------------------------------------------- /Examples/Data/IdentityTransform.tfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/IdentityTransform.tfm -------------------------------------------------------------------------------- /Examples/Data/Point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/Point.png -------------------------------------------------------------------------------- /Examples/Data/RatLungSlice1.mha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/RatLungSlice1.mha -------------------------------------------------------------------------------- /Examples/Data/RatLungSlice1.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/RatLungSlice1.raw -------------------------------------------------------------------------------- /Examples/Data/RatLungSlice2.mha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/RatLungSlice2.mha -------------------------------------------------------------------------------- /Examples/Data/RatLungSlice2.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/RatLungSlice2.raw -------------------------------------------------------------------------------- /Examples/Data/VentricleModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/VentricleModel.png -------------------------------------------------------------------------------- /Examples/Data/case0_hippoL.coef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Data/case0_hippoL.coef -------------------------------------------------------------------------------- /Examples/Filtering/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Filtering/CMakeLists.txt -------------------------------------------------------------------------------- /Examples/IO/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/CMakeLists.txt -------------------------------------------------------------------------------- /Examples/IO/DicomImageReadWrite.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/DicomImageReadWrite.cxx -------------------------------------------------------------------------------- /Examples/IO/DicomSliceRead.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/DicomSliceRead.py -------------------------------------------------------------------------------- /Examples/IO/IOPlugin.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/IOPlugin.cxx -------------------------------------------------------------------------------- /Examples/IO/ImageReadCastWrite.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/ImageReadCastWrite.cxx -------------------------------------------------------------------------------- /Examples/IO/ImageReadExportVTK.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/ImageReadExportVTK.cxx -------------------------------------------------------------------------------- /Examples/IO/ImageReadWrite.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/ImageReadWrite.cxx -------------------------------------------------------------------------------- /Examples/IO/RGBImageReadWrite.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/RGBImageReadWrite.cxx -------------------------------------------------------------------------------- /Examples/IO/TransformReadWrite.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/TransformReadWrite.cxx -------------------------------------------------------------------------------- /Examples/IO/XML/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/XML/CMakeLists.txt -------------------------------------------------------------------------------- /Examples/IO/XML/DOMFindDemo.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/XML/DOMFindDemo.cxx -------------------------------------------------------------------------------- /Examples/IO/itk.dic: -------------------------------------------------------------------------------- 1 | 0019 10cd SS 1 This is just for the ITK example 2 | -------------------------------------------------------------------------------- /Examples/IO/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/IO/test/CMakeLists.txt -------------------------------------------------------------------------------- /Examples/Iterators/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Iterators/CMakeLists.txt -------------------------------------------------------------------------------- /Examples/Numerics/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Numerics/CMakeLists.txt -------------------------------------------------------------------------------- /Examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/README.md -------------------------------------------------------------------------------- /Examples/SearchScript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/SearchScript.sh -------------------------------------------------------------------------------- /Examples/Statistics/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Statistics/CMakeLists.txt -------------------------------------------------------------------------------- /Examples/Statistics/Histogram.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Statistics/Histogram.cxx -------------------------------------------------------------------------------- /Examples/Statistics/KdTree.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Statistics/KdTree.cxx -------------------------------------------------------------------------------- /Examples/Statistics/ListSample.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Statistics/ListSample.cxx -------------------------------------------------------------------------------- /Examples/Statistics/Subsample.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Examples/Statistics/Subsample.cxx -------------------------------------------------------------------------------- /GOVERNANCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/GOVERNANCE.md -------------------------------------------------------------------------------- /GettingStarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/GettingStarted.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/LICENSE -------------------------------------------------------------------------------- /Modules/Bridge/NumPy/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Bridge/NumPy/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/Bridge/NumPy/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Bridge/NumPy/README.rst -------------------------------------------------------------------------------- /Modules/Bridge/NumPy/test/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | itk_module_test() 2 | -------------------------------------------------------------------------------- /Modules/Bridge/VTK/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Bridge/VTK/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/Bridge/VTK/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Bridge/VTK/itk-module.cmake -------------------------------------------------------------------------------- /Modules/Bridge/VtkGlue/ITKKWStyleOverwrite.txt: -------------------------------------------------------------------------------- 1 | .*\.h Namespace Disable 2 | -------------------------------------------------------------------------------- /Modules/Compatibility/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Compatibility/README -------------------------------------------------------------------------------- /Modules/Core/Common/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Core/Common/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/Core/Common/src/itkMath.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Core/Common/src/itkMath.cxx -------------------------------------------------------------------------------- /Modules/Core/Common/wrapping/itkAnatomicalOrientation.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::AnatomicalOrientation") 2 | -------------------------------------------------------------------------------- /Modules/Core/Common/wrapping/itkImageSourceCommon.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::ImageSourceCommon") 2 | -------------------------------------------------------------------------------- /Modules/Core/Common/wrapping/itkPyCommand.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::PyCommand" POINTER) 2 | -------------------------------------------------------------------------------- /Modules/Core/FiniteDifference/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKFiniteDifference) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Core/GPUCommon/wrapping/itkGPUContextManager.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::GPUContextManager" POINTER) 2 | -------------------------------------------------------------------------------- /Modules/Core/GPUCommon/wrapping/itkGPUDataManager.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::GPUDataManager" POINTER) 2 | -------------------------------------------------------------------------------- /Modules/Core/GPUCommon/wrapping/itkGPUImageOps.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::GPUImageOps") 2 | -------------------------------------------------------------------------------- /Modules/Core/GPUCommon/wrapping/itkGPUKernelManager.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::GPUKernelManager" POINTER) 2 | -------------------------------------------------------------------------------- /Modules/Core/ImageAdaptors/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageAdaptors) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Core/ImageFunction/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageFunction) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Core/Mesh/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Core/Mesh/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/Core/Mesh/include/itkMesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Core/Mesh/include/itkMesh.h -------------------------------------------------------------------------------- /Modules/Core/Mesh/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Core/Mesh/itk-module.cmake -------------------------------------------------------------------------------- /Modules/Core/QuadEdgeMesh/wrapping/itkQuadEdge.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::QuadEdge") 2 | -------------------------------------------------------------------------------- /Modules/Filtering/AnisotropicSmoothing/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKAnisotropicSmoothing) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/AntiAlias/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKAntiAlias) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/Colormap/test/Input/bone.txt.cid: -------------------------------------------------------------------------------- 1 | bafkreicrgk7yhx25za6lod5qguk735q6th4kcx2yezcvnqs7b5jldhwejq 2 | -------------------------------------------------------------------------------- /Modules/Filtering/Convolution/ITKKWStyleOverwrite.txt: -------------------------------------------------------------------------------- 1 | itkConvolutionImageFilterBase\.h Comments Disable 2 | -------------------------------------------------------------------------------- /Modules/Filtering/CurvatureFlow/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKCurvatureFlow) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/Deconvolution/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITK-Deconvolution) 2 | 3 | itk_module_impl() 4 | -------------------------------------------------------------------------------- /Modules/Filtering/DisplacementField/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKDisplacementField) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/DistanceMap/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKDistanceMap) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageCompare/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageCompare) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageCompose/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageCompose) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageFilterBase/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageFilterBase) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageFrequency/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageFrequency) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageFusion/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageFusion) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageGradient/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageGradient) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageGrid/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageGrid) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageGrid/test/Input/circle.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihytwdqh24fds7jcif3ihivf5xiow2r6hjpe5zez7tdoxhdidqlly 2 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageGrid/test/Input/cthead1.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreicwnthmj6sfnbaggg3ubwmij3hdoq52igytahqjbnqrzkmcivwhwe 2 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageIntensity/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageIntensity) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageLabel/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageLabel) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageNoise/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageNoise) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageSources/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageSources) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/ImageStatistics/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKImageStatistics) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/LabelMap/test/Input/cthead1.png.cid: -------------------------------------------------------------------------------- 1 | bafkreieilrgrns7xcna5yle2yw3q2wxkl3wn7lp22k4d4pwjhlhwc3ed4u 2 | -------------------------------------------------------------------------------- /Modules/Filtering/SpatialFunction/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKSpatialFunction) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Filtering/Thresholding/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKThresholding) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/IO/BMP/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/BMP/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/BMP/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/BMP/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/BMP/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/BMP/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/BMP/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/BMP/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/BioRad/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/BioRad/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/BioRad/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/BioRad/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/BioRad/test/Input/biorad.pic.cid: -------------------------------------------------------------------------------- 1 | bafkreicpd66yibfo6o56oawyuyxcc645aqekapzctcuuq4mwybxgpnr7dy 2 | -------------------------------------------------------------------------------- /Modules/IO/Bruker/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Bruker/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/Bruker/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Bruker/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/Bruker/test/Input/PV5.1_FSE/.DS_Store.cid: -------------------------------------------------------------------------------- 1 | bafkreigypo3j7ihbcy3d7vacb2z3hyqartonmjxyzcegt34btsrt4dnbaa 2 | -------------------------------------------------------------------------------- /Modules/IO/Bruker/test/Input/PV5.1_FSE/pdata/1/id.cid: -------------------------------------------------------------------------------- 1 | bafkreia5wd3xlz66gvwpdnfi5bvpnv2ws2nc6p27toyuhwq5p2hgfthhky 2 | -------------------------------------------------------------------------------- /Modules/IO/Bruker/test/Input/PV5.1_FSE/pdata/1/roi.cid: -------------------------------------------------------------------------------- 1 | bafkreifjvgs67mssu6nxvtgwwwtvaugwx4e5nfudsisc4h5nlxs7zh3jfa 2 | -------------------------------------------------------------------------------- /Modules/IO/Bruker/test/Input/PV6.0_FLASH/acqp.cid: -------------------------------------------------------------------------------- 1 | bafkreigtk2wi3th3ukhwylxtbx5ltut2yj4jvwsqyg7xycgjz6c4az4w7i 2 | -------------------------------------------------------------------------------- /Modules/IO/Bruker/test/Input/PV6.0_FLASH/method.cid: -------------------------------------------------------------------------------- 1 | bafkreidubmvtxf2s3rc3k47hpcsvc3w7n5j3mikrsklg6zjbkxofyvg6vi 2 | -------------------------------------------------------------------------------- /Modules/IO/Bruker/test/Input/PV6.0_FLASH/specpar.cid: -------------------------------------------------------------------------------- 1 | bafkreie5nvtnupw57f7cgu327gcjowyp32yytwqzhvz6t64q66h7c6zlt4 2 | -------------------------------------------------------------------------------- /Modules/IO/Bruker/test/Input/PV6.0_FLASH/uxnmr.par.cid: -------------------------------------------------------------------------------- 1 | bafkreif5abbmg52bqsriieuyxtmsgqopbvmg6q22w2pv5mweaxuednk2ze 2 | -------------------------------------------------------------------------------- /Modules/IO/Bruker/test/Input/PV6.0_FLASH/visu_pars.cid: -------------------------------------------------------------------------------- 1 | bafkreihezoz3nzrmwxbssf4hmiolygwcpzw7j7knbnoidby74urikdzapq 2 | -------------------------------------------------------------------------------- /Modules/IO/CSV/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/CSV/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/CSV/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/CSV/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/CSV/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/CSV/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/CSV/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/CSV/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/DCMTK/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/DCMTK/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/DCMTK/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/DCMTK/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/DCMTK/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/DCMTK/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/DCMTK/test/Input/no_preamble.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreidvhgcecqrku7u63wbzocw52mragf5i4ycbixcon5yohdlfctr63y 2 | -------------------------------------------------------------------------------- /Modules/IO/DCMTK/test/Input/preamble.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreibhyvtpyhwha2y5zjtx5mn4uod5mf33vwvtem3f5whyvivjpcde2a 2 | -------------------------------------------------------------------------------- /Modules/IO/DCMTK/test/Input/slopeIntercept.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreiedrc4pxpexbyimlnqgx3shjcwdsklfsppa4po5lxo7rg4d253caq 2 | -------------------------------------------------------------------------------- /Modules/IO/DCMTK/test/Input/slopeInterceptOrig.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreifu2zguvlkjiijot75jyyve4y34cokanyj6kp7xbukxifj2praily 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GDCM/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/GDCM/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GDCM/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/GDCM/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GDCM/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Baseline/Lily.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreih4irpsshtdat5dvqmkdmgzguaol6qmz5mrskxtxmvjvrawuy32bq 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Baseline/Lily.png.cid: -------------------------------------------------------------------------------- 1 | bafkreif23iisdqxymfv6kfjxxz6cefjubw4vyltiiyixhhd6khnkqntrzi 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Baseline/Lily_full.mha.cid: -------------------------------------------------------------------------------- 1 | bafybeig7pgo3x55bfh47ymckelybsug7rv2nqwjic2gzurvng6o3vqoux4 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Baseline/US1_J2KI.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreidytocxwtbcum663dk53pgw7dx5dh57bzpqdmle5ar6yern4dxbq4 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Baseline/US1_J2KR.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreih3tgfsl2amikkipd5olxf3gohcgk72agbqkvz3dwrs2pb6ddszze 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Baseline/no_preamble.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreicwoy4frgs5faincl6oqr6osu4zgn3dt74iyqphmthj7hs3x2y2w4 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Baseline/preamble.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreicwoy4frgs5faincl6oqr6osu4zgn3dt74iyqphmthj7hs3x2y2w4 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Baseline/single-bit.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreigtjrshej75u6msrxdrueasuhjc27fpnx2t6up6mg7jyvtg5lsji4 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GDCM/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/LegacyMultiFrame.dcm.cid: -------------------------------------------------------------------------------- 1 | bafybeigqm3oiwrlqxqliwrdkrjvx3mivhtk2d2dba7x7wkkftrknjlx3qm 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/Lily/HTJ2K-YBR_ICT.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreib5e6kni2tdbtaxpz2i77k7hp5gzkztppiuws3ov4yx4dswlna6p4 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/Lily/HTJ2K-YBR_RCT.dcm.cid: -------------------------------------------------------------------------------- 1 | bafybeifxqqmljz3yrqhrdv7vzrqrfkvs7aq2mx7mo3g3mjykqq3onlgh6i 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/Lily/JPEGLS-RGB.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreibn3fqjxfgyy5zhep6y5xfjqhmqucpwzyz5u2ylocu4trrbqppghu 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/Lily/RLE-RGB.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreihznh6qbgbijb7xrcep4prjuddkza5vz3uo6rrrjoqlaakbzd4mge 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/Lily/raw-RGB.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreiciwm5plkh7lydrtupwmlh42kofz752rrlwsgtwfp42ei6dhmdbne 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/Lily/raw-YBR_FULL.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreieuoltrkqlludf4of3f6rsbfckmtfe2k7gzw2a7uxbxishjkzbjwq 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/NoPreambleDicomTest.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreibyffqgypwfgdk35aid35skk7oin3ga4ydjwx5ze22fq6fmrg4fia 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/US1_J2KI.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreibcgqbxkz2p6jjrs3hiufd2z4cfrpvd6ec76ldk7apq5mizoklalm 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/US1_J2KR.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreibee764qlmqzvgorju3kfl65szxksmqfxhbhcwblrsfnj7k44fyhu 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/gdcmNoSpacingTest.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreibrnnomrtk7hi6hgcke7b4pars25g4teyddo4oazuz3g5kdf6w4ky 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/gdcmSpacingTest.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreidnpqbiklc2mx45n2bo4mo3g6qh4fybdvhcpdtge55pmtjjmsercm 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/image_slice0.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreigjtwunwnt7ilfegmhub73amtuyzdueyzj6ykftp7usibs57b2aya 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/no_preamble.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreidvhgcecqrku7u63wbzocw52mragf5i4ycbixcon5yohdlfctr63y 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/preamble.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreibhyvtpyhwha2y5zjtx5mn4uod5mf33vwvtem3f5whyvivjpcde2a 2 | -------------------------------------------------------------------------------- /Modules/IO/GDCM/test/Input/single-bit.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreif5ie77gxshnv3jpe4axvgpjwmf4vkwplj4xxn2wo6pz75oeevzkm 2 | -------------------------------------------------------------------------------- /Modules/IO/GE/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GE/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/GE/include/itkMvtSunf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GE/include/itkMvtSunf.h -------------------------------------------------------------------------------- /Modules/IO/GE/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GE/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/GE/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GE/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/GE/src/Ge4xHdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GE/src/Ge4xHdr.h -------------------------------------------------------------------------------- /Modules/IO/GE/src/Ge5xHdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GE/src/Ge5xHdr.h -------------------------------------------------------------------------------- /Modules/IO/GE/src/itkGE4ImageIO.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GE/src/itkGE4ImageIO.cxx -------------------------------------------------------------------------------- /Modules/IO/GE/src/itkGE5ImageIO.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GE/src/itkGE5ImageIO.cxx -------------------------------------------------------------------------------- /Modules/IO/GE/test/Baseline/c_vf1122.fre.mha.cid: -------------------------------------------------------------------------------- 1 | bafybeieqjaqvkwbubml5lsnwzy25wlgadhwqtytt6mig6g6n6f7yb3tfcu 2 | -------------------------------------------------------------------------------- /Modules/IO/GE/test/Baseline/c_vf1210.fre.mha.cid: -------------------------------------------------------------------------------- 1 | bafybeifecxwzugdiethtnupgvc5uumlkyucp7zbkokfbzpzgb6nk2xecri 2 | -------------------------------------------------------------------------------- /Modules/IO/GE/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GE/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/GE/test/Input/c_vf1123.fre.cid: -------------------------------------------------------------------------------- 1 | bafkreidcnq2bohnkvzvmexfbpedg4xlxvov77a2nqcvoyfn2deu2eqptmy 2 | -------------------------------------------------------------------------------- /Modules/IO/GE/test/Input/c_vf1210.fre.cid: -------------------------------------------------------------------------------- 1 | bafkreih35u5ecdox6sbbwphke7f3xsq7dea7gdeeeizorgyo67e6sabcwi 2 | -------------------------------------------------------------------------------- /Modules/IO/GE/test/Input/c_vf1211.fre.cid: -------------------------------------------------------------------------------- 1 | bafkreif26rvs3wdnvsoiyycpidrirr4fygob3fsn3bfhlde6e7frllfpgq 2 | -------------------------------------------------------------------------------- /Modules/IO/GIPL/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GIPL/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/GIPL/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GIPL/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/GIPL/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GIPL/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/GIPL/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/GIPL/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/HDF5/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/HDF5/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/HDF5/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/HDF5/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/HDF5/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/HDF5/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/HDF5/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/HDF5/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/IPL/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/IPL/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/IPL/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/IPL/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/IPL/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/IPL/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/IPL/wrapping/itkIPLCommonImageIO.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::IPLCommonImageIO" POINTER) 2 | -------------------------------------------------------------------------------- /Modules/IO/ImageBase/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/ImageBase/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/ImageBase/test/Input/Test64bit.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreibak73qruudepz3da3ipb6r452dhwp2lw5tgxquiorqta2achjppq 2 | -------------------------------------------------------------------------------- /Modules/IO/ImageBase/test/Input/Test64bit.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreidpj7erazqcplir7djhbrk3mcx4aqukepy7g6gchn5fwxo7y47fi4 2 | -------------------------------------------------------------------------------- /Modules/IO/JPEG/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/JPEG/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/JPEG/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/JPEG/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/JPEG/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/JPEG/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/JPEG/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/JPEG/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/JPEG/test/Input/cmyk.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreidgnpubq7w7v4xzumenhdzibee43i4tjkwfokm63zhrpweizmk3tq 2 | -------------------------------------------------------------------------------- /Modules/IO/JPEG/test/Input/corrupted2.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreibhcntilukv7q5hj7xprmjzkjxz7l7noi4p65vzv4xmxzswuleuua 2 | -------------------------------------------------------------------------------- /Modules/IO/JPEG/test/Input/corrupted_image.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreia33a3mrs4scp7ewmoi4lbxo4vels4d45ppyqe6dyd75ua44vzoqu 2 | -------------------------------------------------------------------------------- /Modules/IO/JPEG2000/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/JPEG2000/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/JPEG2000/test/Input/Bretagne1.j2k.cid: -------------------------------------------------------------------------------- 1 | bafkreieh7bixyl7jl5qg7lluxntcjaav6es5bztcn4ys2jo4cdkc7vchci 2 | -------------------------------------------------------------------------------- /Modules/IO/JPEG2000/test/Input/Cevennes2.jp2.cid: -------------------------------------------------------------------------------- 1 | bafkreibrrcuodrmpfgrzimrh2xef6abwcxqagt5di2wukbksqtclkjhtpa 2 | -------------------------------------------------------------------------------- /Modules/IO/JPEG2000/test/Input/cthead1.j2k.cid: -------------------------------------------------------------------------------- 1 | bafkreig52nz7amg5azvvszmvaclvjmncy5shmsuxyitf7rtitpcuiqfk4q 2 | -------------------------------------------------------------------------------- /Modules/IO/LSM/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/LSM/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/LSM/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/LSM/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/LSM/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/LSM/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/LSM/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/LSM/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MINC/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MINC/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MINC/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MINC/README -------------------------------------------------------------------------------- /Modules/IO/MINC/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MINC/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/MINC/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MINC/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MINC/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MINC/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/dti_sample.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreie7ckx33z5ohtkxtysa7qbk3ib4chgwt6tvq6lyqxa4zhifnkfvui 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/labels_sample.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreih7yohttcegr4rcv3sk73l6v32pkuvdtoxnzzkgizx3edd4ikfpaq 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_byte_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreie2jsgmqh3xmhqxbbsszdhqr5gp2vo6j46mboritk3no6ras2dav4 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_byte_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreifgxmembtwu5g7dlmbrpiughoathcdj4jndn4ntwjleyvw2h5nyfi 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_byte_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreidffnmwmm2t2cwfmdlzuc6cnc2rjixrns2nriebv47ezsublspupe 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_double_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreib5ptk434cx6i7nmke65y2ckgxztcvc57harleltk52spnumk4cka 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_double_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreiaz4kdhdvpcrvnzqhtmar6pibzbk5mw2tu5dpds4iv7gddy3ucsze 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_float_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreiazjnypym26bkq3mlu3lyzjivbxvqtxg5qo5o7qsubavnfzcms54u 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_float_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreibd5rlfz3wtmihdrfsrnflu3grkxgkr73wqh7kkdy4s2guzttp3ve 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_long_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreicgfqmuyzminfrpms4kusktfslyy62bhype6qyajeewuw3lgpjdsu 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_long_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreiabiubax3voswprcugsbxs36r3eqf4ddovehijezkcnqbxssrgoey 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_short_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreieqo7tr7fyfadxo3hm7hnn535fqmzeqhjmkxd7ml2mdr3pu2dqoeu 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_short_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreihpepa6vhhhq5a6sm4hcohenr253qqnwhvwncfjoylgay5y4xchzq 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_ubyte_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreigheb67yxam24phxgzbmc2254fcgz7nrjronysowxjyuwd5j5b2e4 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_ubyte_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreicjze6ax27mhh6m7x2ghuiyz5hq7luhlhfn4rugzfqnwfb7nqhuei 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_ubyte_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreidr6vyg5zcckl27rs3yq3qtchitldb2vdi2anvdrzp34fvsbqb5oq 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_ulong_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreihcpysgsspttn2nm2t3wtwgi3v3uzgfb26rxtj46r3mdthd5ub4cy 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_ulong_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreigiiqfh73izqhzrx5f4o5r2vnkclw7ijn6rejj3tirldjk4jpraxa 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_ulong_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreifr5caxqkd3bhtvpuaddutkshy33g5tko46uywtu6rhlwg7hgoa24 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_ushort_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreicheaagepok4pt5uyxdqr62eokumosn25234ynrpx4ak4ewkktavq 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_ushort_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreiekl2rfxskuvjykt7dmeyipbzq4ulzbnurmcp6z5psasy25l25olm 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z+_ushort_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreibfgldbyi7lcw6bursn5stmca3dz6f6j35f5yhrpor4sw5l467rqe 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_byte_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreibybxs4h5o5dooapy3gqmurj5ddfns7hp7jul6e7r7kjaa26eawmy 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_byte_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreigcbocopib5honsli2tprf3krfg77epdchytixobxvcyixlj5ybr4 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_double_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreiet5ujjoll2axy5kio6se7efy6sflife3x5zqmsvyk5t7jugrlaty 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_double_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreihowzyxtkrh6terpi7hkeotqhzjiajez7mz2tgkdqlwcthuybkuqm 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_float_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreifwtan4jewkiyam2mhokjn5dlueyy3mwlg4e52szkjsioidlm6bqu 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_float_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreidbsdn7lbisbpjhjyketg7kz3zug6ots554uamyyye5zqxtkz5kba 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_long_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreidwzyykzadogd6tf2lorvog5y3iodxtkmr2aplnak7d6hn3w6oita 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_short_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreiapgvyolps6dfu63ec2jfuziqd3oi4qrgm2girzwl3afdvbepm4gu 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_ubyte_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreihsff62sj65yfav5nqfvbofl2i727zps3ek4hws45j4jkyfoyawme 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_ubyte_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreiege6lsihcz2p7a5vipsaqswjo4ctamc2pvte6bdzygjrw3sqcumi 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_ubyte_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreidndsua3kbvy6qkxwo3p7tsca374bgn4zwb6l2pqpr5fcwpcgnhee 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_ulong_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreiat4jzfu5jrpjglujdxjxwx6f7w2znzay2nrm6zqofrkcuzbqxwia 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_ulong_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreibrh3pnqyhhl7g4r4eappzh6g6omkucngbpd5u3nva2ny6nxih4jm 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_ulong_trans.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreiexlnu7vgmi237hzvh2pebqql6mhiar77i2nu5is3gc4xlq6h7iym 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_ushort_cor.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreidlzpkx2mdyg5ynfxn3qjlwgncq46gpcnwwcyjlucejcwngbgght4 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/Input/t1_z-_ushort_sag.mnc.cid: -------------------------------------------------------------------------------- 1 | bafkreihdausby6hh23i36tege4hpae345snj7omlcvqnvnytz5v6ltref4 2 | -------------------------------------------------------------------------------- /Modules/IO/MINC/test/README: -------------------------------------------------------------------------------- 1 | ITKMINC2IO Test Suite for ITKv4 2 | -------------------------------------------------------------------------------- /Modules/IO/MRC/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MRC/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MRC/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MRC/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/MRC/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MRC/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MRC/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MRC/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MRC/test/Input/tilt_uint8.mrc.cid: -------------------------------------------------------------------------------- 1 | bafkreigmo4fzrj2stsknar7xuebpmzx5dgfkcv7gd2q5sqaw5dt2cxi7my 2 | -------------------------------------------------------------------------------- /Modules/IO/Mesh/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKIOMesh) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/IO/Mesh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Mesh/README.md -------------------------------------------------------------------------------- /Modules/IO/Mesh/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Mesh/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/Mesh/test/Baseline/sphere.fsb.cid: -------------------------------------------------------------------------------- 1 | bafkreicr6qx6zrjzo7b2ro7xykzpf6omk7qtuy3is5itwp7bt6bg5r6sfm 2 | -------------------------------------------------------------------------------- /Modules/IO/Mesh/test/Baseline/sphere_curv.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreigen7b74iiwsgfx4zooj6ygklds3teoq6g3jgu72bgvzzltoynwzm 2 | -------------------------------------------------------------------------------- /Modules/IO/Mesh/test/Baseline/sphere_curv_b.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreih4q2ykpomq57g3fqelihzi6zowc7pbaik4eduy43tbjmnvlp62jq 2 | -------------------------------------------------------------------------------- /Modules/IO/Mesh/test/Baseline/thickness.fcv.cid: -------------------------------------------------------------------------------- 1 | bafkreigq5sy4i7o35lokt62v44gdbhmoiprrvi6hpokfmobqxtvh32pog4 2 | -------------------------------------------------------------------------------- /Modules/IO/Mesh/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Mesh/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MeshBYU/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshBYU/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MeshBYU/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshBYU/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/MeshBYU/test/Baseline/cube.byu.cid: -------------------------------------------------------------------------------- 1 | bafkreid2dnqvkrzzqlgdom6r64cbrzc2fwhscjx7qacazuq6sloztgf5te 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshBase/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshBase/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MeshBase/wrapping/itkMeshIOBase.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::MeshIOBase" POINTER) 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshBase/wrapping/itkMeshIOFactory.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::MeshIOFactory" POINTER) 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshFreeSurfer/test/Baseline/sphere.fsa.cid: -------------------------------------------------------------------------------- 1 | bafkreierdzjpkdgxpib7mxjgtxhhsapyuonefg6fxyoixu4h7vn6iw37ye 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshFreeSurfer/test/Baseline/sphere.fsb.cid: -------------------------------------------------------------------------------- 1 | bafkreicr6qx6zrjzo7b2ro7xykzpf6omk7qtuy3is5itwp7bt6bg5r6sfm 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshGifti/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshGifti/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MeshGifti/test/Baseline/aparc.gii.cid: -------------------------------------------------------------------------------- 1 | bafkreibnvnafbqexjgwjjqtyrdofdb7lalnoygcfszgfyn2zgpxdv55jne 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshGifti/test/Baseline/white.gii.cid: -------------------------------------------------------------------------------- 1 | bafkreigjc7b64zx3rqxuu6q74rvmwbgpir3qn3gzxk2uwxexhpwpz62sbq 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshOBJ/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshOBJ/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MeshOBJ/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshOBJ/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/MeshOBJ/test/Baseline/box.obj.cid: -------------------------------------------------------------------------------- 1 | bafkreidn2mbuqydg6vxy3hyhpmokg7fsfc6ku56ch4cnyspqt5xrl6d2eu 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshOBJ/test/Baseline/bunny.obj.cid: -------------------------------------------------------------------------------- 1 | bafkreifnfrac7txnvgm7j5267mwj7raptvvve6gd5bygdn5p2ffpaqcz6a 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshOFF/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshOFF/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MeshOFF/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshOFF/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/MeshOFF/test/Baseline/octa.off.cid: -------------------------------------------------------------------------------- 1 | bafkreibvqxc22xbozkv3t5a6dyy7nojn3pysbunjfbgnxpapuidkpeoifa 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshVTK/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshVTK/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/MeshVTK/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/MeshVTK/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/MeshVTK/test/Baseline/fibers.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreihfhjfian2h6h4eahzpsswh5ztsvfip6r5gohex7mayopunjwfl24 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshVTK/test/Baseline/hollow_test.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreidmx3fi4t4adhdsmbg3urdtvgpsjg64njw4c2o47eagevymtazpgm 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshVTK/test/Baseline/sphere_norm.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreibltq442d4zfqxi4ffk4qitvr7wmbuwiytnlvl3j2t6bzwci5c33a 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshVTK/test/Input/sphere_51.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreifuf5jg75us46ot7xfs7hmne7myzd4kdjkav4zet7tgdcbbhazo3e 2 | -------------------------------------------------------------------------------- /Modules/IO/MeshVTK/test/Input/sphere_51_b.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreicbyipbwcnhtlxdvxzz4mwunj6payye5tygydcej7aw2cyn6l6ntu 2 | -------------------------------------------------------------------------------- /Modules/IO/Meta/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Meta/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/Meta/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Meta/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/Meta/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Meta/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/Meta/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Meta/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/NIFTI/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/NIFTI/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/NIFTI/ITKKWStyleOverwrite.txt: -------------------------------------------------------------------------------- 1 | itkNiftiImageIO\.h Comments Disable 2 | -------------------------------------------------------------------------------- /Modules/IO/NIFTI/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/NIFTI/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/NIFTI/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/NIFTI/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/NIFTI/test/Input/SmallVoxels.nii.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreibkzncn66f3zg2rsylhmesjqtmgjvwqgfosfzbrsfbpc5vttkixqu 2 | -------------------------------------------------------------------------------- /Modules/IO/NRRD/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/NRRD/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/NRRD/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/NRRD/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/NRRD/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/NRRD/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/NRRD/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/NRRD/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/PNG/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/PNG/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/PNG/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/PNG/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/PNG/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/PNG/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/PNG/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/PNG/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/PNG/test/Input/GrayAlpha.png.cid: -------------------------------------------------------------------------------- 1 | bafkreidfo67pypdutnvxpuy77e2so2shtiatnsnjgqpojfuvj222244nzq 2 | -------------------------------------------------------------------------------- /Modules/IO/PNG/test/Input/corrupted.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihyfwmwyauxl3wl34echowvarysju6ri2qpxcae4n34gwby5utexa 2 | -------------------------------------------------------------------------------- /Modules/IO/PNG/test/Input/cthead1-257-corrupt.png.cid: -------------------------------------------------------------------------------- 1 | bafkreictimjuvz5semh7yd44svdwwpszwkvc5enrdmr3vugloctsjgq4gq 2 | -------------------------------------------------------------------------------- /Modules/IO/RAW/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKIORAW) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/IO/RAW/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/RAW/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/RAW/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/RAW/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/Siemens/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Siemens/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/Siemens/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Siemens/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/Stimulate/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/Stimulate/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/TIFF/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/TIFF/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/TIFF/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/TIFF/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/TIFF/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/TIFF/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Baseline/rampFloat.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreiawjlwvba7r7cofo4ld5cdeqed2y32iny6wlpwzm2f7rhs7o4vdpy 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/TIFF/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/3d_spacing.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreif3ngo423dyld54oyjsgqma6qtjah4dkd3pvtxj47t3hr6rczogbu 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/RGBAHead.tif.cid: -------------------------------------------------------------------------------- 1 | bafybeicjtwyzvziverasrvrqi64xyle7oxk66wiyf4gvbjkvpq7ebim7hu 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/cthead_oriet_bl.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreibiojnnkmu6oqycherjhopy7i6nczwk4od7jflyr7fwcxcy36apqu 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/cthead_oriet_br.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreifwdcce2uchfnyyhlumzjoyldm5yyxwssnw4jmxeksiu5xgp57yhi 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/cthead_oriet_tl.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreifwsqkfemcrpqgtd6bwtggz4wkxq7rchac2e4xkel3idbkjzqijpa 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/cthead_oriet_tr.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreic6yjaz5ptkv433pvfey3rd2zv5gyjilfmyg7grn75zzet4nknojq 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/int.tiff.cid: -------------------------------------------------------------------------------- 1 | bafkreie73tuuxe5r5jtvizilka4duinbsirapazzip2opf4uh4y63anlqu 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/jello.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreicn5vtm2e6ypi3lpuz6my7dx7wxykqvaqmvph6wjeoqttkdp4mo3q 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/oxford.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreievdmfnh2rabowevleuykelf53akg35d3smj6sgree22miq72l2ru 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/ps-separated.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreibyhe4flgn2jcgg3ykqeqihy6yplog47ty7x5rycwibjlu7xpw6sq 2 | -------------------------------------------------------------------------------- /Modules/IO/TIFF/test/Input/single-channel.ome.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreihd7s5d7ronvayen3zmxuaixw4lojuiee27lbyqeyzsutzyte5ozq 2 | -------------------------------------------------------------------------------- /Modules/IO/VTK/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/VTK/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/VTK/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/VTK/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/VTK/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/VTK/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/VTK/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/VTK/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/VTK/test/Input/fibers.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreihfhjfian2h6h4eahzpsswh5ztsvfip6r5gohex7mayopunjwfl24 2 | -------------------------------------------------------------------------------- /Modules/IO/VTK/test/Input/matrix.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreigxopqtakalubt4kfood6nzgp5hzkgzgdl4m3cvusf4vzrng5u7pm 2 | -------------------------------------------------------------------------------- /Modules/IO/XML/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/XML/include/itkDOMNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/include/itkDOMNode.h -------------------------------------------------------------------------------- /Modules/IO/XML/include/itkXMLFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/include/itkXMLFile.h -------------------------------------------------------------------------------- /Modules/IO/XML/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/itk-module.cmake -------------------------------------------------------------------------------- /Modules/IO/XML/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/XML/src/itkDOMNode.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/src/itkDOMNode.cxx -------------------------------------------------------------------------------- /Modules/IO/XML/src/itkXMLFile.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/src/itkXMLFile.cxx -------------------------------------------------------------------------------- /Modules/IO/XML/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/test/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/IO/XML/test/itkDOMTest1.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/test/itkDOMTest1.cxx -------------------------------------------------------------------------------- /Modules/IO/XML/test/itkDOMTest2.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/test/itkDOMTest2.cxx -------------------------------------------------------------------------------- /Modules/IO/XML/test/itkDOMTest3.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/test/itkDOMTest3.cxx -------------------------------------------------------------------------------- /Modules/IO/XML/test/itkDOMTest4.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/test/itkDOMTest4.cxx -------------------------------------------------------------------------------- /Modules/IO/XML/test/itkDOMTest5.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/test/itkDOMTest5.cxx -------------------------------------------------------------------------------- /Modules/IO/XML/test/itkDOMTest6.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/test/itkDOMTest6.cxx -------------------------------------------------------------------------------- /Modules/IO/XML/test/itkDOMTest8.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/IO/XML/test/itkDOMTest8.cxx -------------------------------------------------------------------------------- /Modules/Nonunit/IntegratedTest/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKIntegratedTest) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Nonunit/Review/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Nonunit/Review/README.md -------------------------------------------------------------------------------- /Modules/Numerics/Eigen/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKEigen) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Numerics/FEM/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/Numerics/FEM/src/dsrc2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Numerics/FEM/src/dsrc2c.c -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/2DC1BeamTest.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreidt7u3qukjbc5tlkb7rh632reg72d7phuezu2jlylbcqum5ukc6ba 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/LoadBCMFCTest.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreidh27czlsr6dhfle4brtvursfqhgqdvd5qzxmosamzlizyiy64r7a 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/LoadEdgeTest.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreigusfmpdmg5m3zdprmsqoduwkl3vykwib75onihxup55nonucx77i 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/hexa2.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreidnaiztrxdfu7hdenhhzcbwi6f2ope5qnlygasuasmpsyh33vfrku 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/hexa3.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreihb2xeuqvfkghocou5lvcyzewelqtfv7butpfuuir37yzkw5w22de 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/hexa4-grav.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreibsmxa3bguccx3pl5mmum2ulzm6swk27vp7jhnf4v7gxa7wfmq4tq 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/quad-lm.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreiaqxndb33vzrmizj52d2azb6x7zjfs7eiwiwjilfd2tew73csmx5q 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/quad2-small.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreibeqqq6klcguwmdpvu3kwrrvj6lhf664wulwj4trpuzw6fmanuwha 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/quad2-strain.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreifzzm6vmhta7mage7iiqlpzid6rg7zae46736t3kshdcayncmrloq 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/quad4.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreieptn2zkxh4c3eatneiqnlanufi3l2zn5m32zllvcxbffi7uluvey 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/quad6-grav.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreictaiziedekrkhbo7iwg37d7ot5yvtkfurygcgdh26fnmo66zn6vu 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/tetra2.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreifkae5vybfo3i32setnnlnzelxksc4tyqxkiklts7db2h7tz5s4bq 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/tetra3.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreiep45kvmsfzsmmw7ghsj32ogxjx2mdto4w3xjh5mwunyngsisdq34 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/tetra4-grav.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreig7kjpj3x5x62tfvm3siuh27pwzihrljeumawx2gu2oy673s746pq 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/trapezoid.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreihm52xwchihvtizl7dp46hav5ccg2sadsgohecpz6mqn24kugt4jq 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/tri2.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreiexmb54kowosbu5wco4zsds3xogfiqxf2ahyetzqfn7ucpqoqi33i 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/tri3-e.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreich4kkgtv375t7dmtm42e4aluvlu642axfdrpdie6virtfgy2m53y 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/tri3-q.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreieqoy446qm5zpzt63iqbqlkn4dm6s6anmusobj5wztxvjjuif5vpy 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/tri3.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreiewz7vu22jmqbwr2rjvxuy4vl2lkrfhx3x2tnriz3iawjn3azdc64 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/Input/truss.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreibwbm425iuesdb645nze6gi2ucipaqdxx4bx3zqnl6xhdqgyhotue 2 | -------------------------------------------------------------------------------- /Modules/Numerics/FEM/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Numerics/FEM/test/README -------------------------------------------------------------------------------- /Modules/Numerics/NarrowBand/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKNarrowBand) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Registration/Common/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKRegistrationCommon) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Registration/FEM/test/Input/PBNRRMesh.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreictwu645zxdtx2ky5pjckpif5i7figztm6mkw2xxfvr2qyjjukxk4 2 | -------------------------------------------------------------------------------- /Modules/Registration/Metricsv4/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKMetricsv4) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Remote/BioCell.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/BioCell.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/Remote/Cleaver.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/Cleaver.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/FPFH.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/FPFH.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/GrowCut.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/GrowCut.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/HASI.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/HASI.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/IOFDF.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/IOFDF.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/MGHIO.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/MGHIO.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/Montage.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/Montage.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/RANSAC.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/RANSAC.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/README.md -------------------------------------------------------------------------------- /Modules/Remote/RTK.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/RTK.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/SCIFIO.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/SCIFIO.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/Shape.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/Shape.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/Strain.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/Strain.remote.cmake -------------------------------------------------------------------------------- /Modules/Remote/TubeTK.remote.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Remote/TubeTK.remote.cmake -------------------------------------------------------------------------------- /Modules/Segmentation/Classifiers/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKClassifiers) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Segmentation/ConnectedComponents/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKConnectedComponents) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Segmentation/LabelVoting/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKLabelVoting) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Segmentation/LevelSets/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKLevelSets) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Segmentation/LevelSetsv4/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKLevelSetsv4) 2 | 3 | itk_module_impl() 4 | -------------------------------------------------------------------------------- /Modules/Segmentation/SuperPixel/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKSuperPixel) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Segmentation/Voronoi/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKVoronoi) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/ThirdParty/DCMTK/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/ThirdParty/DCMTK/README.md -------------------------------------------------------------------------------- /Modules/ThirdParty/GDCM/src/gdcm/Source/Attribute/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/GDCM/src/gdcm/Source/Attribute/README.txt: -------------------------------------------------------------------------------- 1 | Part 3.1 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/clang-warnings/no-developer-general: -------------------------------------------------------------------------------- 1 | -Wno-missing-noreturn 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/PkgInfo.in: -------------------------------------------------------------------------------- 1 | FMWK???? 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/4.9: -------------------------------------------------------------------------------- 1 | -Wdate-time 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/5: -------------------------------------------------------------------------------- 1 | -Warray-bounds=2 2 | -Wc99-c11-compat 3 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/8: -------------------------------------------------------------------------------- 1 | -Wattribute-alias 2 | -Wshift-overflow=2 3 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/9: -------------------------------------------------------------------------------- 1 | -Wattribute-alias=2 2 | -Wmissing-profile 3 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/9.3: -------------------------------------------------------------------------------- 1 | -Wc11-c2x-compat 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/cxx-4.9: -------------------------------------------------------------------------------- 1 | -Wdate-time 2 | -Wopenmp-simd 3 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/cxx-5: -------------------------------------------------------------------------------- 1 | -Warray-bounds=2 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/developer-10: -------------------------------------------------------------------------------- 1 | # New warning 2 | -Warith-conversion 3 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/developer-7: -------------------------------------------------------------------------------- 1 | -Wstringop-overflow=2 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/error-7: -------------------------------------------------------------------------------- 1 | -Werror=restrict 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/gfort-6: -------------------------------------------------------------------------------- 1 | -Winteger-division 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/gfort-8: -------------------------------------------------------------------------------- 1 | -Wfrontend-loop-interchange 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/gnu-warnings/gfort-developer-5: -------------------------------------------------------------------------------- 1 | -Wuse-without-only 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/classic/18: -------------------------------------------------------------------------------- 1 | -Wic-pointer 2 | -Wsign-compare 3 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/classic/general: -------------------------------------------------------------------------------- 1 | -Wall 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/classic/ifort-general: -------------------------------------------------------------------------------- 1 | -warn all 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/classic/win-developer-general: -------------------------------------------------------------------------------- 1 | /Wport 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/classic/win-general: -------------------------------------------------------------------------------- 1 | /Wall 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/classic/win-ifort-general: -------------------------------------------------------------------------------- 1 | /warn:all 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/oneapi/developer-general: -------------------------------------------------------------------------------- 1 | -Wreorder 2 | -Wstrict-aliasing 3 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/oneapi/general: -------------------------------------------------------------------------------- 1 | -Wall 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/oneapi/ifort-general: -------------------------------------------------------------------------------- 1 | -warn all 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/oneapi/win-general: -------------------------------------------------------------------------------- 1 | /Wall 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/HDF5/src/itkhdf5/config/intel-warnings/oneapi/win-ifort-general: -------------------------------------------------------------------------------- 1 | /warn:all 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/KWSys/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/ThirdParty/KWSys/README.md -------------------------------------------------------------------------------- /Modules/ThirdParty/NIFTI/src/nifti/cmake/NIFTIConfig.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/NIFTITargets.cmake") 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/Netlib/src/netlib/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | ADD_SUBDIRECTORY( slatec ) 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/ThirdParty/VNL/README.md -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/core/testlib/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/core/testlib/tests/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/core/vnl/Templates/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/Templates/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/tests/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/core/vnl/examples/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/core/vnl/io/Templates/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/core/vnl/io/tests/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/v3p/netlib/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/v3p/netlib/examples/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/v3p/netlib/laso/urand.P: -------------------------------------------------------------------------------- 1 | extern E_f urand_(integer *iy); 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/v3p/netlib/minpack/dpmpar.P: -------------------------------------------------------------------------------- 1 | extern doublereal dpmpar_(integer *i__); 2 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/v3p/netlib/tests/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/vcl/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/vcl/tests/.NoDartCoverage: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_cstdio.txt: -------------------------------------------------------------------------------- 1 | this is the input file 2 | for test_vcl_cstdio. 3 | -------------------------------------------------------------------------------- /Modules/Video/BridgeOpenCV/test/Input/IM11.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigjnsbymfvc2opdqeihn4a2yfifs7xzsqwe3kh27bcw336m3mft5u 2 | -------------------------------------------------------------------------------- /Modules/Video/BridgeOpenCV/test/Input/frame0.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreiguhbn5446fwqughb2u65juolvjfr3mljuuzvcblmad5kp665iq2u 2 | -------------------------------------------------------------------------------- /Modules/Video/BridgeOpenCV/test/Input/frame0.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreibluhpdir77t7zrna2nukt2lfle3nsb6ivtw3osgbsgyxcan3qi4u 2 | -------------------------------------------------------------------------------- /Modules/Video/Core/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Video/Core/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/Video/Core/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Video/Core/itk-module.cmake -------------------------------------------------------------------------------- /Modules/Video/Filtering/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(ITKVideoFiltering) 2 | itk_module_impl() 3 | -------------------------------------------------------------------------------- /Modules/Video/Filtering/test/Input/frame0.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreiguhbn5446fwqughb2u65juolvjfr3mljuuzvcblmad5kp665iq2u 2 | -------------------------------------------------------------------------------- /Modules/Video/Filtering/test/Input/frame1.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreicwxyke666r2kdfbhzxleo6lqndujusrpgsb6ocdkqlfjsqm2vsha 2 | -------------------------------------------------------------------------------- /Modules/Video/Filtering/test/Input/frame2.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreidqcvqljc3r2t5peixdsz4t374aea3f2sm7bfcpyjn5qgwj3dhuna 2 | -------------------------------------------------------------------------------- /Modules/Video/Filtering/test/Input/frame3.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreiggdpjb73wrg3frhs35v5bzya5nsfec6pr4ldsl42ullmdow7zeji 2 | -------------------------------------------------------------------------------- /Modules/Video/Filtering/test/Input/frame4.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreiclqxhxf36j63r4bquahk44dvrozlhxz4yr36rnxd6pjizk5pmsrm 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Video/IO/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/Video/IO/itk-module.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Video/IO/itk-module.cmake -------------------------------------------------------------------------------- /Modules/Video/IO/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Modules/Video/IO/src/CMakeLists.txt -------------------------------------------------------------------------------- /Modules/Video/IO/test/Input/frame0.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreiguhbn5446fwqughb2u65juolvjfr3mljuuzvcblmad5kp665iq2u 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/test/Input/frame0.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreibluhpdir77t7zrna2nukt2lfle3nsb6ivtw3osgbsgyxcan3qi4u 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/test/Input/frame0_gray.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreifflyc3zlruxbfri5fnrqkdytct6adcqeyvtrwfmck24h4ctcb5fe 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/test/Input/frame0_gray.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreidxj6yehrsmjg3pxefmmgeanhz5a2s6zq4fqjw24dccslohh6l25m 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/test/Input/frame1.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreicwxyke666r2kdfbhzxleo6lqndujusrpgsb6ocdkqlfjsqm2vsha 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/test/Input/frame2.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreidqcvqljc3r2t5peixdsz4t374aea3f2sm7bfcpyjn5qgwj3dhuna 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/test/Input/frame3.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreiggdpjb73wrg3frhs35v5bzya5nsfec6pr4ldsl42ullmdow7zeji 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/test/Input/frame4.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreiclqxhxf36j63r4bquahk44dvrozlhxz4yr36rnxd6pjizk5pmsrm 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/test/Input/inde-circulation.avi.cid: -------------------------------------------------------------------------------- 1 | bafybeidzkrdmh34spl7ngfka2m7rdfxfgwbn6iyxqgze7emkenfat4wvmi 2 | -------------------------------------------------------------------------------- /Modules/Video/IO/wrapping/itkFileListVideoIO.wrap: -------------------------------------------------------------------------------- 1 | itk_wrap_simple_class("itk::FileListVideoIO" POINTER) 2 | -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/README.md -------------------------------------------------------------------------------- /Testing/Data/Baseline/Filtering/RGBToGrayscale.png.cid: -------------------------------------------------------------------------------- 1 | bafkreiat3ii7mmzurs5fdq2tahb6nqbkdpupoh4cjyznemv32ei7ond5ba 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/Filtering/Tensors.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreigyhpod3dmkld766snuhatkzdsnlrlrq376ylylsqaokl3v35szyi 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/Filtering/Tensors.raw.cid: -------------------------------------------------------------------------------- 1 | bafybeiekcfygbg6ug4hvr26hkpppvjtunbru5l4vszrsabhmep2un3edxy 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/113766.003.001.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreighxzakrzvtd5ykjw5ju4eycxwmxcruphkqi6weza2zayhx2ub33a 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/19771.002.001.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreidvxasu7bdqrqvsicgkmirp4tzunpgnm6z4y6egoo5ch3f6yyrxyi 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/3868-2-100.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreidgwdoheash37qmhqxfqqxankyix4oue2jzop5hcdopcl5okhdp6m 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/48BitTestImage.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreifq3nh7v5balkiklzrbb6wm3atcsx5kw6mfcjhrswfcepjsare7wq 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/HeadMRVolume.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreifc53fyr6cgrnqjcndxeosuazxgmnpygd4aejgosbf3mulqulzz4y 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/HeadMRVolume.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreidrj723fw2z2odhm5oq6jazyjfhd3jdjgc3hhob5kb647lsceg6jm 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/I.001.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreibytlcsh66hlrpeiqh4iyhcwkv44su6apo4jrwcnd2265zqwpnwqm 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/RGBTestImageCCITTFax3.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreibcw5c4a7pdvdiscoffci6pozr7izai2agxfmsmkbij3ssvkon33q 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/RGBTestImageCCITTFax3.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreifc5khuygyhwk5rmbjr42hqzubjvhvp66weyuhsmlmdklhm2ba7xq 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/RGBTestImageCCITTFax4.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreibcw5c4a7pdvdiscoffci6pozr7izai2agxfmsmkbij3ssvkon33q 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/RGBTestImageGray.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreidxxbfmekjiwx3gvriyzjypajhy7w5hmxplwu3o7drg2uvpejguhu 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/RGBTestImageJPEG.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreicjbuee7eufaheksb3y6qydzy23jiyvxnpxw34xuoug4ln44txyce 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/RGBTestImageLZW.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreigucwk6ldji7hoaxrnqvfoj2q2tenzc6l5vyqomh3q3gwl23kwjva 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/RGBTestImageNone.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreigucwk6ldji7hoaxrnqvfoj2q2tenzc6l5vyqomh3q3gwl23kwjva 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/RGBTestImageZIP.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreigucwk6ldji7hoaxrnqvfoj2q2tenzc6l5vyqomh3q3gwl23kwjva 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/ShortTestImage.tiff.cid: -------------------------------------------------------------------------------- 1 | bafkreidi6pvgrjbx3hbukpmfntvqi57t7owpdc5bhfdtyjdaxvs7fuhgzi 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/SmallRampVolume.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreihvtyezzckc6fwobvo4yvngio67o2tgxw2p7phpsynklxjxi5stpu 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/SmallRampVolume.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreie5illuxlceh2x33gdycrnxiu4h5mjzof2dgjlexsh2nw2bjkzyd4 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/cthead1.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreieppgtb7ljk637srk7brun2tympfle4t67iixrhjgyx353ijxrm2e 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/cthead1.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreif3t3423l5afmdp5druhzpclg7g27rb47smxxrsl4b63dfa7niiza 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/cthead1.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihunvzwua3eh2oekyzchmje5heb62fywfpbluqv22lzbphzaelk2q 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/cthead1.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreigxaiqnsaboq37frbjaedj36gjbchxlcwrabrem3kb6ohyiezej44 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/cthead254x254.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreidb4rqzbyx27vsfhrmyvwshhmlen3qgzdpqfeaztvws3fk4nshpsu 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/image_color.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreib4ybfrewzbarydwd7wxeyis6aumyhzxsjrr3wujgl2f6h5jh2vcm 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/image_grayscale.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreigjcmyx6chtjifkovzqz4osal7zgspriexeye7ovevepvw3ptzjui 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/mini-covector.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreidr6bht6m76ccmgnz3kzqyjec4to7vl2yi34yfusfby7dqm3qpkhq 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/ramp.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreibybxnagopkoydjp67r3w2i2hkl57fxxthwnf4ap33ngmg3vl2z7u 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/ramp.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreieqf2sifxgtp3xffbv3zplzya36iqbvq6rszcjme6eev4jcf7x3le 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/ramp.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreihrwqqfwdjpn4q2zm2hoax6nanb5tx7qaxu3lvaiv3sntfkvgyowi 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/rampShort.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreihn72ob7yntbyukgeub626q2tbkmfvdgudl7set4l53hvlysvrru4 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/small-tensors.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreihdmuca5wtalebjbaqlpe7tuqxc72uaba75kyxcls3wico6q5nvei 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/small-tensors.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreihc2drcsqhi5e4c2ttfnewpyyslzodvzacbry3azhe6vdexcajzke 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/smallRGBA.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreihprp5t66nh2mdurhcmrcd2lsn3cxnf2i47qklnwthbvhq536wcm4 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/IO/vol-ascii.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreic7a67wtvnpp7xlu4yzqkeiwh4nkvdlpmnenmxzmxd3v5qexs77de 2 | -------------------------------------------------------------------------------- /Testing/Data/Baseline/Review/reconstruct.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreieajle2sg3tveq6wjv3x6malnlfpooupgbfvwici6hb355y73uap4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/012345.002.050.cid: -------------------------------------------------------------------------------- 1 | bafkreibpleftqacav3cxmv7ruaehver35veg2xc7qqiach4biml2qusuza 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/289.png.cid: -------------------------------------------------------------------------------- 1 | bafkreicw4z6w4v462wyaggi5p342af4nrfqz7ee7vpevml7xkr2hmmo2fe 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/2th_cthead1.png.cid: -------------------------------------------------------------------------------- 1 | bafkreiawchmkmudnmnb3eaiczohdht4354da6y34w4uf7rgq3zjfucvcje 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/48BitTestImage.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreifq3nh7v5balkiklzrbb6wm3atcsx5kw6mfcjhrswfcepjsare7wq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/8ConnectedImage.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreignsyvh2oafbh7fvn5y2qaxukvthvgnjt3p6dak455bsnw3rq4zji 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/a5b1.PNG.cid: -------------------------------------------------------------------------------- 1 | bafkreiazem3elmai3lwipyvxcajfd2afrg5gjtswvh2udtwc5ztku6x344 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/a5b6.PNG.cid: -------------------------------------------------------------------------------- 1 | bafkreifulc6pbv3665f2tmp3nsxmt7hy3gr6jqojt7omobxxhhrrqpywrq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/a5b7.PNG.cid: -------------------------------------------------------------------------------- 1 | bafkreigjp4hzxcfp5m4khhbzh3q76tutfvk3hdqc7cth5uxpjm53sxza4u 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/a6b1.PNG.cid: -------------------------------------------------------------------------------- 1 | bafkreialo6gyuvvb7jpt2m7cw2shvk4hmvi7wto7cthudztfa23kwt6m5y 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/a7b1.PNG.cid: -------------------------------------------------------------------------------- 1 | bafkreigxumdck52nvrrioof35u7u5z36ukfggcis6upoau2imnardz2aay 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/a7b2.PNG.cid: -------------------------------------------------------------------------------- 1 | bafkreibd6yioa2vazw77nkr5pcmopnpu6nrsd7q74mo6opbjtliu6ytgsy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/a7b3.PNG.cid: -------------------------------------------------------------------------------- 1 | bafkreid2hwujxisw4cxuvnujnyrka6nktlgssijeirgy5o3kx454pcbmem 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/a8b1.PNG.cid: -------------------------------------------------------------------------------- 1 | bafkreicctcog4hcfivk3nj3xdzes3qks7vmxybv4ez262aonmdtwukxboa 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/image.001.cid: -------------------------------------------------------------------------------- 1 | bafkreidixagwmglbsjk2juae2vchnxsr7ekxvtiktwl42kkkbi4gfswt3u 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/image.003.cid: -------------------------------------------------------------------------------- 1 | bafkreiaje6otkkjwwcqhsm3joaadthk5oeclsm6k2sbf4jipcgm2xzgydq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/image.004.cid: -------------------------------------------------------------------------------- 1 | bafkreig2cvbo22twu23tq5abo6pqhlkdepsttmkrffvsjhnp4dbn5zjvw4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/image.005.cid: -------------------------------------------------------------------------------- 1 | bafkreifxmrn3eswjtt2kdtm2m5e4afldhlokp2tayf6lqeeekbhfwr2l3u 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/image.006.cid: -------------------------------------------------------------------------------- 1 | bafkreia3rdnljnpjh3l3dp374vs4auapbhsr7gflwnlxazoz6oo2oza7na 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/image.007.cid: -------------------------------------------------------------------------------- 1 | bafkreidqxzqjdp77sx6k73hrapg64ra7nws42pdcf4ekbshf5p5zo3dwgm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/image.008.cid: -------------------------------------------------------------------------------- 1 | bafkreiceaml262ln6chfswtem3mxrlpngx4tqzll27m2irbl2rj56rezt4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/image.009.cid: -------------------------------------------------------------------------------- 1 | bafkreifu6ltkh57ztx4647v4qsi4albycbgeuda4hh57yxzfacwoe5olle 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Archetype/image.010.cid: -------------------------------------------------------------------------------- 1 | bafkreia4xk74iupjj5d5lqzy7cq6zgax3f3s2zjrwun6wkvnzhtiisuf6m 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BigEndian.hdr.cid: -------------------------------------------------------------------------------- 1 | bafkreigkz76phd7dniiagk2l4p3uzbb7ydgpquel2yqlpw3yuobvq7bdou 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BigEndian.img.cid: -------------------------------------------------------------------------------- 1 | bafkreib6vaz2s7b2cpzmzlos37mkydv2l2euz2fbf4fwci24zulrhuzfsy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BigEndian.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreid2z2qz3txmgcpkssvkvzy4ohsukft5ojhj2nsdhr7sn7f5b7zzgu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BigEndian.spr.cid: -------------------------------------------------------------------------------- 1 | bafkreifj2yy7viebwqc6roswnhxj5zpvm5ehdjsgobttd6czxc6llhsmpu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BigEndianCompressed.hdr.cid: -------------------------------------------------------------------------------- 1 | bafkreigkz76phd7dniiagk2l4p3uzbb7ydgpquel2yqlpw3yuobvq7bdou 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BigEndianCompressed.img.cid: -------------------------------------------------------------------------------- 1 | bafkreib6vaz2s7b2cpzmzlos37mkydv2l2euz2fbf4fwci24zulrhuzfsy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BigEndianCompressed.img.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreicrb6uyivbjq7axm43xoloz4way2tnos5i6ivurieoblnfqtu3esi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BinaryImage1Row.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreiglut7rblvalmt5hjrpdj6g6rqqtksy2mmkr6mrtxu445fmx6m7yi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BinarySquare3D.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreidb65rh5qc2vvw6tklzljubukjw5smveoepf6k4ybyw3i3nayi2xi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BinarySquare3D.zraw.cid: -------------------------------------------------------------------------------- 1 | bafkreihfoaglos3zklujwus6slwo3tr36kc3kdnb26ah4nucnuxwgszn5i 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BinarySquare4D.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreia3xcwr4rd3wu7u7dd7mn3iru7uzcavscpbrmklwussqvyab6uaia 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BinarySquare4D.zraw.cid: -------------------------------------------------------------------------------- 1 | bafkreiagampuouhpaftl77q2t7w6kg3ubyarphibws5fiudpqpy4hjqihi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/BrainSliceBinary.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihkczdhu62weyxiqkvdsrvfzeu7hmohm7ccioexsam6hahf77gaua 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/CellsFluorescence2.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigfuf7crlycvurajr3h2w53rpjl5o5wmfbqhptsxq4dphs66bsb5q 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/DSA.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigtrf6yc6r67lkvmwirkz4cmm7jtmzo76s5lluuh4ps4mv2wlp26i 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/DicomSeries/Image0076.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreifdu6kqcijdlsnmhmivvnhekouluk3udxcdzc22kppdl277n3uqzy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/DicomSeries/Image0077.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreifthhj3upw4aaflnghqh3hlrr5vxhqscjnwpxvzjqsf46bny5cveq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/DwiCorpusCallosum.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreihot6d43qrnoljt7emt2klhzptl2mkfhilrd72ra54rl6hrydw2k4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/DwiCorpusCallosum.raw.cid: -------------------------------------------------------------------------------- 1 | bafybeighzj7kjwnn3jr5mndpzbznpyodoxr45dhu6xpvfb3mmbc2xkzwpq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Gourds.png.cid: -------------------------------------------------------------------------------- 1 | bafkreicpkbc2vba2lap3a6fn2p5j6ljbn4fgaivg3qdzpmiaqedpu45lgi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/GrayAlpha.png.cid: -------------------------------------------------------------------------------- 1 | bafkreidfo67pypdutnvxpuy77e2so2shtiatnsnjgqpojfuvj222244nzq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/HeadMRVolume.cub.cid: -------------------------------------------------------------------------------- 1 | bafkreiectxieb7wcdlktpk3ock3jprjzewxoa3qyh3l6l2tv2yunxb7ncu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/HeadMRVolume.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreifuwrvdclxmac5a7bky3lf3ylwmqfr2wfq3ivmawzjquztck7cr3u 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/HeadMRVolume.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreihmuwe5cxj2yvudwhtfj73p6d7lmk6vl53oqf2fereb6iwqcimqti 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/HeadMRVolume.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreidrj723fw2z2odhm5oq6jazyjfhd3jdjgc3hhob5kb647lsceg6jm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/HeadMRVolume1.cub.cid: -------------------------------------------------------------------------------- 1 | bafkreiectxieb7wcdlktpk3ock3jprjzewxoa3qyh3l6l2tv2yunxb7ncu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/HeadMRVolume1.cub.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreieawnk457jzi3oshe6fzpxghwhzuldwf3skbijorwxkbcvzfdxucq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/HeadMRVolume2.cub.cid: -------------------------------------------------------------------------------- 1 | bafkreiectxieb7wcdlktpk3ock3jprjzewxoa3qyh3l6l2tv2yunxb7ncu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/HeadMRVolume2.cub.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreieawnk457jzi3oshe6fzpxghwhzuldwf3skbijorwxkbcvzfdxucq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/HeadMRVolumeCompressed.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreid54i4w3c7hw3pgglrfexxpv5iftnuye3nca2ctqyml3rvzk6p6ny 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Input-RA-Short.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreig2zsgr6f5ti4okwd4ulqgoc5tftxhrmvxzac3l6g263ezi6rpo4u 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/IntensityRamp64.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihtpbn6bxeewxu6rz6bchhc5qlvvgh2df6okd5bxg4ekytt2uxkeu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LPSLabels.nii.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreiapsruqlhchlkgwzalja2drpdsixoitiphzu2nrptun4txws7hfci 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LPSLabels_noqform.nii.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreihnblsw7gu7rtsjvxnzaynq3ycpmybz7nkdudsioej22d6hj2ssam 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LPSLabels_nosform.nii.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreiayifmz2arvb5gyvhhmwyoeggin75tx2retastdpy2buuxnz4ktpa 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LinearTransform.h5.cid: -------------------------------------------------------------------------------- 1 | bafkreicdjbd4wnnbfzh44hdt3gp46brt7v3mbyqm6kspxb4btldmkweojy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LittleEndian.hdr.cid: -------------------------------------------------------------------------------- 1 | bafkreihqla7rhgu3qip4qigz6daqp7tr2oz5l2aqopjiogk7gb7zqcnjuq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LittleEndian.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreidybxsps47unhxj3h34djbwmzbjmfxsfwanwhwxzha5vahcvrvg6a 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LittleEndianCompressed.hdr.cid: -------------------------------------------------------------------------------- 1 | bafkreihqla7rhgu3qip4qigz6daqp7tr2oz5l2aqopjiogk7gb7zqcnjuq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LittleEndianZ.hdr.cid: -------------------------------------------------------------------------------- 1 | bafkreihqla7rhgu3qip4qigz6daqp7tr2oz5l2aqopjiogk7gb7zqcnjuq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LittleEndianZ.img.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreihlmouxb2gt2iym723jrmor2kznipnpa3lvp42hkexyygtxnw5yeq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/LungSliceBinary.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigvefcf5iyimeqt7pcmoppn43l2k4zoroy6srfkwo3545leup2pvu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/MetaImageError.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreibf4ax3y4f5d4d7gu4sncsyy7qmdx4y2l32rdjvptbny62f4wr7bu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Number1inText.png.cid: -------------------------------------------------------------------------------- 1 | bafkreif6mzw3lsp5ad2pdjslax7ohtelrok4l4r3itixzwkxvwbcodrgry 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Number2inText.png.cid: -------------------------------------------------------------------------------- 1 | bafkreiffitrwhkjydlbznuaxx6hi5f5cakqkq5d4pbbyp6reqsriba3koa 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Number3inText.png.cid: -------------------------------------------------------------------------------- 1 | bafkreibct4vqe3frlihsfvh32a3x67idg42n3cbzyx72luw46tznn6rfie 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/OT-PAL-8-face.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreigvkychab37o7xwucss2ixz6ypianbw2k2grkkvbjgrfrlhl3qks4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Philips_4D_DICOM.dcm.cid: -------------------------------------------------------------------------------- 1 | bafybeifuox5czfoft3ulqvcqpoeo7vvfusmhh23yu5n5ia4fpvxuegg7yq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/RGBDicomTest.dcm.cid: -------------------------------------------------------------------------------- 1 | bafybeiakbl2jenttnlho7tuw7flgm3ew7oddrd63kgcuvkp5waduzajvee 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/RGBTestImageCCITTFax3.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreifin2koybuekqqrdriwti7k653ovikxcxl2ckpvl3wu6hlkce5dge 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/RGBTestImageGray.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreidy7fgl33hl2nlb2zh33p5ugqfczcdqct3y6ki7ghnj3cugjr6x6a 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/RGBTestImageHuffmanRLE.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreigsdpiymwlqmh6sxpumedlqu3u2olcr6reovhavrg72ktt6dch6f4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/RGBTestImageJPEG.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreihbal3lvbyojh4hf7txfe2r7mz6ccfm7kxnnrkvtocn6vn33db2ee 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/RGBTestImageLZW.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreichkfizkrmy3ymsdmx6djruyznwsz2l7ut7pufhyapdk3qibxmd3m 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/RGBTestImageNone.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreiefgiwxo2vo7ekrumzpzsuzlverloeobyfmarphupseoafa7tmf3e 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/RGBTestImagePackBits.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreiddwcjiwdxnwjcbvwzc6ynljgs474z5dcyonjamcgbnvy7e7ha3by 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/RGBTestImageZIP.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreifxu56ewlpmbev2canssjzk4gdnjzmuwew3nuo3z6hdwyjjmtjram 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/STAPLE1.png.cid: -------------------------------------------------------------------------------- 1 | bafkreieprhxyg6sbdhg3rrel7geno64ictov5g32w5q6r6pjarihrxkrri 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/STAPLE2.png.cid: -------------------------------------------------------------------------------- 1 | bafkreifxnyhhbjszrc7obizc3kpxta3zpj7kzhd6nhbfpkwccav2z2qnku 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/STAPLE3.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihouwqztg4ybt7extqrbs4ekvxypofjn7qszufu4khmzf7ofhkw2a 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/STAPLE4.png.cid: -------------------------------------------------------------------------------- 1 | bafkreibhdstyfeaiag4slqklyzemsgcwh7ka6sxe4uc4ya7er554ptrsua 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Shapes.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigc2lrpwz4f56acntbifys2ce3sxeigpyggxycqqy3y6wyblmoxq4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/ShortTestImage.tiff.cid: -------------------------------------------------------------------------------- 1 | bafkreic2hm3cma4ucr3pdzqqshdplo6tu4mlovjraerl74agvxebgk5cfa 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/SpatialObjects.meta.cid: -------------------------------------------------------------------------------- 1 | bafkreiebtec36rsbd4habywaidhp22x7u2ksf4l6ia2yxsxvxnq5ocvody 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Spots-markers.png.cid: -------------------------------------------------------------------------------- 1 | bafkreidl2fpnnw7cjlgjosn6ff7n5hiwqbdntr5y5smsnumcswyoznqudi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/Spots.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigkkkxrkrqhvlamneaurskvh733jgjkaqwoizgm6xo7pqttyuxs3q 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/SpotsInverted.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihjzf743b7dl6hfh4suly2tmer7rgjqjet5aksr4265vf2kuqezay 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/T1_MEASUREMENT_4_1.REC.cid: -------------------------------------------------------------------------------- 1 | bafkreicjfacm2duvhctivq2ohsjtgjqqz24m654kdbd5jco2bmozl5rhoi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/TreeBarkTexture.png.cid: -------------------------------------------------------------------------------- 1 | bafkreiccg65qfdvxrmom7eyjq7nyt2sjab2t67xylwbveftwuyvee7t3xq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/VHFColor.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreiagrsbz7ruqqapa4b5x4pqenrs3erqhqyk4vr5do5b4zzgou4ocvm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/VHFColor.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreiaqa6gvexvgen3yc3ug4caw5ob3qtyfbs7yith5vfjbbq4a7s2yoe 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/VisibleWomanEyeSlice.png.cid: -------------------------------------------------------------------------------- 1 | bafkreie3uxik4q5vv4s6s2sj4omm42z7rckpkys3v5wiss4cyke5sn5kba 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/XML/test.pso.xml.cid: -------------------------------------------------------------------------------- 1 | bafkreico44qbyjwtuji7dxcbychpq4km5sgepnmvqlruyrf62exkajp23u 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/XML/test.xml.cid: -------------------------------------------------------------------------------- 1 | bafkreihz6lrvy7bhepq4u3jgrov5wuaiihgjtcnhuzdf4obmhmjowhdydy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/box.nhdr.cid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Testing/Data/Input/box.nhdr.cid -------------------------------------------------------------------------------- /Testing/Data/Input/box.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreihys4e5ahw6nxxnidmclzeuwrkhfogzqvq7yanwrcmdpkrlilzn7q 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/brainweb1e1a10f20.mha.cid: -------------------------------------------------------------------------------- 1 | bafybeihglboiha6nv6qsbh2p2pyzwu7scmropnbcrdf7plp2pq4mwkpxzq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/button-hole.png.cid: -------------------------------------------------------------------------------- 1 | bafkreifony5lqeosjgs2fjzqy4ncvaafe5c24wupd4pb3jr7bnu4goryea 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cake_easy.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigza53i5anoecoz4zufifwdpuoxc375zr5x5eussjdahzivtrzjfa 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cake_hard.png.cid: -------------------------------------------------------------------------------- 1 | bafkreifgxdvjbaqz3ymb3u4pufxiecmldu6wfxxwtd6tgvbu243dw3xsiu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/chondt.png.cid: -------------------------------------------------------------------------------- 1 | bafkreiaein6l3pxmcpyv3w6pu5mx5tdnazqwouffcbkjh4azg4kphur6vq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/circle.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihytwdqh24fds7jcif3ihivf5xiow2r6hjpe5zez7tdoxhdidqlly 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/circle100.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigy7r3rouxrkt6a4xpnpmathagiwrze7skzggo3wahegom33grvhy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/closerec1.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreife5osxxssq2egqism34pqnr7lgjko6wfhnlr6j25w7gek55rsl6y 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/color_lowerleft.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreifmrnjiotvzdk3f4gfiwwn3s2bnadlvtm73chyp6qwszqh56zvza4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/color_upperleft.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreigwoo2arcgr44tbcv4eylemmrl3iattpe7zxkkqupyohghuswlawy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1-257.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigzp3gg7kog2ryyyrs35fuzjjtedzxy3evztw6u5fqiv2pvmgehhy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1-bin.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihk6cce3msivskjtcetf5rgxa2pr2mvvnctjm6hiyyuwj7jq3e6ki 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1-mask.png.cid: -------------------------------------------------------------------------------- 1 | bafkreia6zkmi7zcu7wzfrmt2lpggn2gln43tcipkk4tj3f5quyrnpdvalu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1-multires.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreidnkzw6sxzrzyb4tlyjqytxq5xbxfc2kku6s25j3qre7nptfhyvcq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreieppgtb7ljk637srk7brun2tympfle4t67iixrhjgyx353ijxrm2e 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1.jpg.cid: -------------------------------------------------------------------------------- 1 | bafkreiag3r5eotbcnaxxvznnfzgr44liqsmccv52swubvgfgmjd4nqsdjq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1.lsm.cid: -------------------------------------------------------------------------------- 1 | bafkreiesi6ak4ctmw5ijv2o5xqlhw66uqpyee56btx4j4aj6mjvn6dumtm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1.png.cid: -------------------------------------------------------------------------------- 1 | bafkreieilrgrns7xcna5yle2yw3q2wxkl3wn7lp22k4d4pwjhlhwc3ed4u 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreibnzmariwkrmk3l55xlsngj6kfrt7qryyid6v4jggww4eo66kd54q 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead1Label.png.cid: -------------------------------------------------------------------------------- 1 | bafkreibqas7mt3o7s3edtkyrtnfx7zxsur4gjqhx5pf6km2dkej3h5vlqa 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/cthead254x254.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreidb4rqzbyx27vsfhrmyvwshhmlen3qgzdpqfeaztvws3fk4nshpsu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/dicom-sc_cs-1.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreid4luuamv7d4ypvlpx3iahgyzx6cnbbkrltsfecwnt6fl4lfd2amm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/grayscale_lowerleft.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreibpbglgwfvyda3xqki2p64vzkiuaenhzvzqqpftscemf5mzs37iti 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/grayscale_upperleft.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreieigtiywvc2zo7svfirwyehgkqzz52tee6p5uzmhoqdhg5hbkuqam 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/image_color.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreib4ybfrewzbarydwd7wxeyis6aumyhzxsjrr3wujgl2f6h5jh2vcm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/itkDCMTKNonSquare.dcm.cid: -------------------------------------------------------------------------------- 1 | bafybeigcwpx5nodlsh3b4lemjmaupce6oz63nvvrfvlpf4hkpgkicol55i 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/itkGDCMImageIOTest.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreif62py55t4d6x3pmtpm42iijysqu5qk2jb4elyuqb7jcvo36sn5wu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/itkGDCMImageIOTest3.dcm.cid: -------------------------------------------------------------------------------- 1 | bafkreiencasyf3k22kcthk7omztll6igb5v5lgifvx5xctebfvhwvhmkoa 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/level.png.cid: -------------------------------------------------------------------------------- 1 | bafkreieegiuqy5mn4fw7xdhdlfz2rzgxvznoregvqtftu5kgjagucqhrv4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/metamesh.txt.cid: -------------------------------------------------------------------------------- 1 | bafkreia54nwpkhz4fxjtuivhoibzci5vzulvh3yrtysi7z4njy77syo2qa 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/mini-complex-slow.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreickcfrkdhd5gorlbn3wzrnarbkdqeslgbd5n2tfevuabpieayu23a 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/mini-covector-fast.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreidr6bht6m76ccmgnz3kzqyjec4to7vl2yi34yfusfby7dqm3qpkhq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/mini-covector-slow.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreighhfztdtjqq56pxinoah3zj4i2jvuim6yrkhe4qx2eklespfdp5y 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/mini-vector-slow.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreihsgzczl6bkh3jwxbfajmrdeauaxu2rq6katdi3naoqfbzg7w3aei 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/mri3D.mhd.cid: -------------------------------------------------------------------------------- 1 | bafkreibmodaapwlmwl25k3vp5fvx6a3e4mtrmjexyi6brdjbgvnmtly7qa 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/mushroom.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreiaosokxvuurl7k7wzvi3q6oyiqo2oxm2kq77loyivpeahxxzaild4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/nonConnected3DLines.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreifh3s4yvxlh5p2ng2ntry2fdgl6vfzh6dsw4c5i7rdxllet4hp2cu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/parametersBSpline.txt.cid: -------------------------------------------------------------------------------- 1 | bafkreicc6ldouhxxgo7lkabmkvjptocdcck5vrqsjfqv3kzahroida2r6e 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/pass-values.png.cid: -------------------------------------------------------------------------------- 1 | bafkreicypztvbqgaqvjp6fiva4axuwlgnrlpxlmgzgcw3e7f6xp23pebim 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/peppers.png.cid: -------------------------------------------------------------------------------- 1 | bafkreidvsh557q6wq5mpzashhjhyqt27p46rkjrbytasf3jchui67fptvy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/plateau.png.cid: -------------------------------------------------------------------------------- 1 | bafkreidfkhnr57v4fa4f7ynp5ez7e6xeh6uto3c4lst7z75azgokjltiti 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/pointsForKdTree.txt.cid: -------------------------------------------------------------------------------- 1 | bafkreib2mnx73jbm2oprni2tqyt3nzvet2yj4miejszyr3w4if2fbwsvh4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/pointsForKdTree2.txt.cid: -------------------------------------------------------------------------------- 1 | bafkreifu7h5vzgbiss7l6s5wfwrqo5gamypcyjnrx3aua3xr6eenlvrlfy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/r16slice.nii.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreigoukhx5poqgmguzjimdibgl3zhmcauasyca2g6g2fliwzzcveyjy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/ramp.gipl.cid: -------------------------------------------------------------------------------- 1 | bafkreibtmnmqob7py3i5yqrs7w2a3mjuax7guh7ouie74k2gdorv5agoee 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/ramp.gipl.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreif5qdohfa6d6otd2xj7wn523qaxeypqsgmmqntklmsvnghtqm3xgi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/ramp.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreihrwqqfwdjpn4q2zm2hoax6nanb5tx7qaxu3lvaiv3sntfkvgyowi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/rampShort.tif.cid: -------------------------------------------------------------------------------- 1 | bafkreihn72ob7yntbyukgeub626q2tbkmfvdgudl7set4l53hvlysvrru4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/sf4.png.cid: -------------------------------------------------------------------------------- 1 | bafkreibl5gmdw32meh5mzqixf2vhlewk7elht2zcqcql5lgsj4oc5vcwkm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/simple-label-b.png.cid: -------------------------------------------------------------------------------- 1 | bafkreiaozkfgry4ohv4gk4fuo2fytkc6epemzlr66mn2nazevlaaxc36tm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/simple-label-c.png.cid: -------------------------------------------------------------------------------- 1 | bafkreicbbhnqtl7rztos5dg2areyhxe3uwognu4fxa4yphuo2vk5sl76xq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/simple-label-d.png.cid: -------------------------------------------------------------------------------- 1 | bafkreic6h2kau6larhvohrqibtm7lgl377ne5sixn6kblu7yqeade2sq7e 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/simple-label-e.png.cid: -------------------------------------------------------------------------------- 1 | bafkreihmersevkswlvl3th25fg44ynwxtuwjxzly27cs37ko4qqhg7n4z4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/sinogram-small.mha.cid: -------------------------------------------------------------------------------- 1 | bafkreif72uvrlrmwdevwzeiq7h5fnvocgkazissolmoa34vjzuho7jlxy4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/small-tensors.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreihdmuca5wtalebjbaqlpe7tuqxc72uaba75kyxcls3wico6q5nvei 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/small-tensors.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreihc2drcsqhi5e4c2ttfnewpyyslzodvzacbry3azhe6vdexcajzke 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/smallRGBA.bmp.cid: -------------------------------------------------------------------------------- 1 | bafkreifhxm5filbxldphpl2gkhdwbsi3emko6vhcfkhdpbgxuo2xyxcu7u 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/smooth_circle.png.cid: -------------------------------------------------------------------------------- 1 | bafkreiezoo2hbk2rvtp4dvmwtuebldoqozh4wvkm5tih3j24ip73mww6se 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/smooth_square.png.cid: -------------------------------------------------------------------------------- 1 | bafkreid3qzqlhub4tclws7acxa623jhpo7qqw7edbolu3424qukuprebfy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/sobel_x.nii.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreibzlnk4hi5htbabds53iv7xrofvjl6mvy75ergwflcapaigl7nv4e 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/sphereBinary.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreibgfih7jiwjdq7shpxfsjzz76r7ipcowmaitjokd3viwc2vyaaihy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge4/19771.002.001.cid: -------------------------------------------------------------------------------- 1 | bafkreidl5lywjunmfxfy6kbaocfok2fuehj5bx4ciiozw46pcxaa44rzte 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge4/19771.002.002.cid: -------------------------------------------------------------------------------- 1 | bafkreib5x4r4zcroilk36n2bsx3wo7y5grmoosudojifnn2dcf2viwieiu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge4/19771.002.003.cid: -------------------------------------------------------------------------------- 1 | bafkreickggjzritwhvbdqj64w6s4olnsh5f4icp6ycqyvtidpzybqitndm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge4/19771.002.004.cid: -------------------------------------------------------------------------------- 1 | bafkreia6nz4nrxgal47ns5epex7wxgaag4gughg5xorjem7oewdj7ck6nu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge4/19771.002.005.cid: -------------------------------------------------------------------------------- 1 | bafkreic4zoyqnybqogydtkiwidosy3v6xwnofzjnofir7txgd553bel4zq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge4/19771.002.006.cid: -------------------------------------------------------------------------------- 1 | bafkreiftiogu3h7dpyk55svoz6fw7ybzlfd3u3odancrs23rhgljrbjvdq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge5/113766.003.002.cid: -------------------------------------------------------------------------------- 1 | bafkreicbywnrrjcl2wehhbqmff73bjcwwoucopxutj53g5virc5x2qal6m 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge5/113766.003.003.cid: -------------------------------------------------------------------------------- 1 | bafkreihvzsg2qtvsy7pbdry25tzm5gzjqwyo5gyfw36vix26chj5eu4oe4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge5/113766.003.005.cid: -------------------------------------------------------------------------------- 1 | bafkreiafcd4siu7wrrm7c6k5ou5a7wm4p2j7iyczgngjh5h5a74rmk4eem 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_ge5/113766.003.006.cid: -------------------------------------------------------------------------------- 1 | bafkreicv562xhqs7mdeasawxh5p5kjnhua4boomkvjp2i4ob6fskhvnv5i 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_geadw/I.001.cid: -------------------------------------------------------------------------------- 1 | bafkreickr2fah2h2eow544t5z3p6ilp26kts7ons6v4tgcebrtnrcosxdu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_geadw/I.002.cid: -------------------------------------------------------------------------------- 1 | bafkreicehz2rvpsyxmt2qqnofyqvlvzhcr2klv67oj3fpbmrmm65hjdxg4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_geadw/I.003.cid: -------------------------------------------------------------------------------- 1 | bafkreibcl2o24ifudyyg7chregazecpaubgh3whbmzdkqd6uew65chvzzu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_geadw/I.004.cid: -------------------------------------------------------------------------------- 1 | bafkreihfgwvaxrzkhv5ijvfk7dv3mv7bbjnqnbv7zsy5lz6dhcronwblba 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/test_geadw/I.005.cid: -------------------------------------------------------------------------------- 1 | bafkreifdtolneaocrmvswpfyinradjcxd4j67mib635eas4ppdgduer7ze 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/testrgb-0.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreihux37qymavmg46huubmhwnf7gtcuwqjh4lqxuml6yl32h3xbsjcy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/testrgb-0.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreiecmkdsinkyjclkkndyuksb4skzwwihu4m7rijr3emtei5ezmd2g4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/testrgb-1.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreieih7gxzjssjld36dovkkx24lq7mg3jgjixdmwdbkcvorbjvm3jqi 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/testrgb-1.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreidsru4x6dpwhfiezmb7cvasclio7bfllcv7tvqr5za7f2dhjrmmvu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/testrgb-2.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreiawz7ry7jt6jxhmdqd7p7a2fjpz6xrj3z2ngrcdllxmrsgyzjuw44 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/testrgb-2.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreiefdtv2n2kqq2dyaqatvf2rfofxcd4byxwdjdiapktac5e6ti2zse 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/testrgba.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreiaih4ngm2xyi6yi72mvqfanvzcu2my7umdjrfw455kpueuzmbho3a 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/tetrahedron.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreihquufngmwramml4zn2wbmxunacvwnwhm3j6mvypo5jmavxjwxqoe 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/thick-lines.png.cid: -------------------------------------------------------------------------------- 1 | bafkreigzfnt3ol5cw5cff2yvurwbfa2naqtuw2vwif36qyzjgzhminotii 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/tilt_series_big.mrc.cid: -------------------------------------------------------------------------------- 1 | bafkreiclja3q74oxpulnhupowm5caitc2ejup4l22twvrz6ppixvhhuy2a 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/tilt_series_little.mrc.cid: -------------------------------------------------------------------------------- 1 | bafkreiatzfmbxkx3pvrhmmjiu45fx6ycbkkwwws7h753omhcxa3qial3ze 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-ascii.ascii.cid: -------------------------------------------------------------------------------- 1 | bafkreif6rd42wbx77artdqzi3cloyubow7juckow46t5vqs2coixysgiem 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-ascii.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreig5yzhzkv6zxavyyrdg7n7uwcp3jameukkxg74kqloa2sx77rbuae 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-ascii.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreic7a67wtvnpp7xlu4yzqkeiwh4nkvdlpmnenmxzmxd3v5qexs77de 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-gzip-big.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreie7hxmnxeyagogkweyikpjeri3kvgpkwxnwdlijkk2kf7tojapc34 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-gzip-big.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreiabp5bbsgyem2leiwwvclhtezvl2bqthpmclgl7mujdmwwoupduly 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-gzip-big.raw.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreibgrckx4xhyefx7w74aj7amfzosfe4v6y6rxinctucrhllsz6ns4y 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-gzip-little.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreiaj7adkflxcpouflo7z3trpxqmxuuaj2bxkgp7ixevpkadwzwq54y 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-raw-big.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreigbxemwfndlcxczvmzumjb5bwo7otkl7o65ja7uh43uuv2kk6yiue 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-raw-little.nhdr.cid: -------------------------------------------------------------------------------- 1 | bafkreidaur5cvmokmm4ukuty3k4qwbvmkyfez4wtzcmwkn7t6oyzibl4ri 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-raw-little.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreic5vva2t5fdotrog2d4rufwe47oyt2gexjshc42ron5flw4jobrmq 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vol-raw-little.raw.cid: -------------------------------------------------------------------------------- 1 | bafkreie3krk647ehcxofowy7j3nal2alcsz4jm7zc6ds7ulhtfzvrjyrji 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad0.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreidscgxnze7fpjhbsyqubyjg2g255ycexl34jop34rcez3ktkvcpxu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad1.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreif7raf7mfqhbxj6joxity6qqe2vggjoglw6fggrxj6v4zrqrxv54u 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad10.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreiak7yqtd44rtoeaxpnvpm5sqxwlp4uucdrlwe3upgesbh6l7e4ss4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad11.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreiet4of2ff5p6detwx2sg6bsxftltk3to2lll75jsrkwm5wlyqtkq4 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad12.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreiaq7vjyl62cqdtrbvxbaz3inlzulawmscuur6smxq72xa4ogmvsiy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad13.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreiebh4n26stwks3qiqqa5y2l2exmodw42ob5j3gy5qu7qcrbvfqjny 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad14.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreiappp5o3istpjgnvbmu25nxlssnq3ia4hxs7du7mzny42bzagszqu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad15.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreidcoxfjaqpeish7wnftdwgslittk6cpcn3d5uu4t3bk36pk6acyye 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad16.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreihipfalhhhaa4ccjnrqt7cpa22t4w6532cdhhhur37kyu3esaotjm 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad2.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreibw6plrw2mto4fzkvnewwrqw2qo3wguxjgiuzy22v3j2i7h66zz6a 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad3.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreibh4zslddv3exzhvu7vhwagv4drk65peowia2l4fietc3wjyup4zy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad4.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreied4sl4hv3j6yexdz6e3ulc56t47oe7eykssxekgs4liuip65vknu 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad6.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreiflx6ggx62ihddw54pi632phckgyhu2yoe3abysgpzzno5wnwg6ly 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad8.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreidgbnybvdbqxeho3wugi7dguf6bhae45wj7enplc54emxhisaezwy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/vtkPolyDataBad9.vtk.cid: -------------------------------------------------------------------------------- 1 | bafkreiegj4aod6kw6d7735vfpxtkw3rlcu3mgwqyuksaj6rf6gu2j66gcy 2 | -------------------------------------------------------------------------------- /Testing/Data/Input/whiteSpot.png.cid: -------------------------------------------------------------------------------- 1 | bafkreicumosfeby44q3brkjv26v5jyugq7svqy5njjngku33bw4j5remye 2 | -------------------------------------------------------------------------------- /Testing/Data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Testing/Data/README.md -------------------------------------------------------------------------------- /Utilities/CMakeFormat/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/CMakeFormat/config.yaml -------------------------------------------------------------------------------- /Utilities/Debugger/ITK.natvis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Debugger/ITK.natvis -------------------------------------------------------------------------------- /Utilities/Doxygen/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Doxygen/CMakeLists.txt -------------------------------------------------------------------------------- /Utilities/Doxygen/Module.dox.in: -------------------------------------------------------------------------------- 1 | @_content@ 2 | -------------------------------------------------------------------------------- /Utilities/Doxygen/datetime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Doxygen/datetime.py -------------------------------------------------------------------------------- /Utilities/Doxygen/mcdoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Doxygen/mcdoc.py -------------------------------------------------------------------------------- /Utilities/GitSetup/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/GitSetup/config -------------------------------------------------------------------------------- /Utilities/GitSetup/git-pr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/GitSetup/git-pr -------------------------------------------------------------------------------- /Utilities/GitSetup/github-tips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/GitSetup/github-tips -------------------------------------------------------------------------------- /Utilities/GitSetup/setup-github: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/GitSetup/setup-github -------------------------------------------------------------------------------- /Utilities/GitSetup/setup-upstream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/GitSetup/setup-upstream -------------------------------------------------------------------------------- /Utilities/GitSetup/setup-user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/GitSetup/setup-user -------------------------------------------------------------------------------- /Utilities/GitSetup/tips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/GitSetup/tips -------------------------------------------------------------------------------- /Utilities/Hooks/commit-msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Hooks/commit-msg -------------------------------------------------------------------------------- /Utilities/Hooks/kw-commit-msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Hooks/kw-commit-msg -------------------------------------------------------------------------------- /Utilities/Hooks/kw-pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Hooks/kw-pre-commit -------------------------------------------------------------------------------- /Utilities/Hooks/post-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Hooks/post-commit -------------------------------------------------------------------------------- /Utilities/Hooks/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Hooks/pre-commit -------------------------------------------------------------------------------- /Utilities/KWStyle/ITK.kws.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/KWStyle/ITK.kws.xml -------------------------------------------------------------------------------- /Utilities/KWStyle/ITKHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/KWStyle/ITKHeader.h -------------------------------------------------------------------------------- /Utilities/KWStyle/KWStyle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/KWStyle/KWStyle.cmake -------------------------------------------------------------------------------- /Utilities/Maintenance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Maintenance/README.md -------------------------------------------------------------------------------- /Utilities/Maintenance/stylish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/Maintenance/stylish.css -------------------------------------------------------------------------------- /Utilities/SetupForDevelopment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Utilities/SetupForDevelopment.sh -------------------------------------------------------------------------------- /Wrapping/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Wrapping/CMakeLists.txt -------------------------------------------------------------------------------- /Wrapping/ConfigureWrapping.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Wrapping/ConfigureWrapping.cmake -------------------------------------------------------------------------------- /Wrapping/Generators/CastXML/cast_xml.inc.in: -------------------------------------------------------------------------------- 1 | @CONFIG_CASTXML_INC_CONTENTS@ 2 | -------------------------------------------------------------------------------- /Wrapping/Generators/Doc/itk_doxy2swig.conf.in: -------------------------------------------------------------------------------- 1 | @ITK_WRAP_DOC_DOXY2SWIG_INPUT@ 2 | -------------------------------------------------------------------------------- /Wrapping/Generators/SwigInterface/Master.mdx.in: -------------------------------------------------------------------------------- 1 | @CONFIG_INDEX_FILE_CONTENT@ 2 | -------------------------------------------------------------------------------- /Wrapping/Generators/SwigInterface/empty.in: -------------------------------------------------------------------------------- 1 | @WRAP_ITK_FILE_CONTENT@ 2 | -------------------------------------------------------------------------------- /Wrapping/Generators/itk.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Wrapping/Generators/itk.i -------------------------------------------------------------------------------- /Wrapping/GlobalIdxFilesList.txt.in: -------------------------------------------------------------------------------- 1 | ${GLOBAL_IdxFilesList} 2 | -------------------------------------------------------------------------------- /Wrapping/TypedefMacros.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Wrapping/TypedefMacros.cmake -------------------------------------------------------------------------------- /Wrapping/WrapBasicTypes.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Wrapping/WrapBasicTypes.cmake -------------------------------------------------------------------------------- /Wrapping/WrapITKTypes.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Wrapping/WrapITKTypes.cmake -------------------------------------------------------------------------------- /Wrapping/WrappingOptions.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Wrapping/WrappingOptions.cmake -------------------------------------------------------------------------------- /Wrapping/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Wrapping/__init__.py -------------------------------------------------------------------------------- /Wrapping/images/2th_cthead1.png.cid: -------------------------------------------------------------------------------- 1 | bafkreiawchmkmudnmnb3eaiczohdht4354da6y34w4uf7rgq3zjfucvcje 2 | -------------------------------------------------------------------------------- /Wrapping/images/TestVLV.seg.nrrd.cid: -------------------------------------------------------------------------------- 1 | bafkreid2daqt7b65x7id6zg2uvhs7uybz3pfu2gl5mla44rwj5eb6nbvc4 2 | -------------------------------------------------------------------------------- /Wrapping/images/VisibleWomanEyeSlice.png.cid: -------------------------------------------------------------------------------- 1 | bafkreiavbnqshfqacjimpct2aikxtkkwxjkyj73hicamjyeaak754qofw4 2 | -------------------------------------------------------------------------------- /Wrapping/images/cthead1.png.cid: -------------------------------------------------------------------------------- 1 | bafkreieilrgrns7xcna5yle2yw3q2wxkl3wn7lp22k4d4pwjhlhwc3ed4u 2 | -------------------------------------------------------------------------------- /Wrapping/images/r16slice.nii.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreigoukhx5poqgmguzjimdibgl3zhmcauasyca2g6g2fliwzzcveyjy 2 | -------------------------------------------------------------------------------- /Wrapping/images/sourceImage.nii.gz.cid: -------------------------------------------------------------------------------- 1 | bafkreigvn5oqo4nq2wr6ri2w3rewjebnyh4nac65lrjlpnfscibglg6ylm 2 | -------------------------------------------------------------------------------- /Wrapping/images/templated_pipeline.png.cid: -------------------------------------------------------------------------------- 1 | bafkreicwiikwxij2sgwhw6phxmnbk2rc27rqn5mfk67sg7lfdaxril3zie 2 | -------------------------------------------------------------------------------- /Wrapping/images/warp2D.nii.gz.cid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/Wrapping/images/warp2D.nii.gz.cid -------------------------------------------------------------------------------- /Wrapping/images/warp3D.nii.gz.cid: -------------------------------------------------------------------------------- 1 | bafybeidgydpaoeu6qv4jupn3apal7ri47zr2q2qar435d3l4mdri66opby 2 | -------------------------------------------------------------------------------- /pixi.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/pixi.lock -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitware/ITK/HEAD/pyproject.toml --------------------------------------------------------------------------------