实例介绍
ITK-4.11.1
【实例截图】
【核心代码】
cd1c30b7-6298-4337-823d-5560eb3cf53d
└── ITK-4.11.1
├── circle.yml
├── CMake
│ ├── CppcheckTargets.cmake
│ ├── CTestCustom.cmake.in
│ ├── exportheader.cmake.in
│ ├── ExternalData.cmake
│ ├── ExternalData_config.cmake.in
│ ├── Findcppcheck.cmake
│ ├── Findcppcheck.cpp
│ ├── FindFFTW.cmake
│ ├── FindITKPythonLibs.cmake
│ ├── FindKWStyle.cmake
│ ├── FindOpenCL.cmake
│ ├── GenerateExportHeader.cmake
│ ├── InsightValgrind-RHEL6.supp
│ ├── InsightValgrind.supp
│ ├── ITK_CheckCCompilerFlag.cmake
│ ├── ITK_CheckCXXCompilerFlag.cmake
│ ├── itkCheckSourceTree.cmake
│ ├── ITKConfig.cmake.in
│ ├── ITKConfigVersion.cmake.in
│ ├── ITKDownloadSetup.cmake
│ ├── ITKExternalData.cmake
│ ├── itkExternal_FFTW.cmake
│ ├── ITKGroups.cmake
│ ├── itkImageIOFactoryRegisterManager.h.in
│ ├── ITKInitializeBuildType.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
│ ├── itkOpenCL.cmake
│ ├── ITKSetStandardCompilerFlags.cmake
│ ├── itkTargetLinkLibrariesWithDynamicLookup.cmake
│ ├── itkTestFriendTemplatedFunction.cmake
│ ├── itkTestFriendTemplatedFunction.cxx
│ ├── itkTestObjCxxCompiler.mm
│ ├── itkTestTemplatePartialSpecialization.cxx
│ ├── itkTransformIOFactoryRegisterManager.h.in
│ ├── pre-commit
│ ├── PreventInBuildInstalls.cmake
│ ├── PreventInSourceBuilds.cmake
│ ├── RemoveTemporaryFiles.cmake.in
│ ├── TopologicalSort.cmake
│ └── UseITK.cmake
├── CMakeLists.txt
├── CONTRIBUTING.md
├── CTestConfig.cmake
├── Documentation
│ ├── Art
│ │ ├── AutumnColormapFunction.png
│ │ ├── BinShrinkGrid.png
│ │ ├── BlueColormapFunction.png
│ │ ├── CoolColormapFunction.png
│ │ ├── CopperColormapFunction.png
│ │ ├── FaceBoundaryCalculator.png
│ │ ├── GreenColormapFunction.png
│ │ ├── GreyColormapFunction.png
│ │ ├── HotColormapFunction.png
│ │ ├── HSVColormapFunction.png
│ │ ├── itkLogo.gif
│ │ ├── itkLogo.jpg
│ │ ├── itkLogoMedium.jpg
│ │ ├── itkLogoMediumTransparentBackground.gif
│ │ ├── itkLogoMediumTransparentBackground.psd
│ │ ├── itkLogoSmall.gif
│ │ ├── itkLogoSmall.jpg
│ │ ├── itkLogoSmallTransparentBackground.gif
│ │ ├── itkLogoSmallTransparentBackground.jpg
│ │ ├── itkLogoSmallTransparentBackground.psd
│ │ ├── itkLogoSmallTransparentBackground.xpm
│ │ ├── itkLogoTransparentBackground.gif
│ │ ├── itkLogoTransparentBackground.psd
│ │ ├── JetColormapFunction.png
│ │ ├── MirrorPadImageFilter.png
│ │ ├── OverUnderColormapFunction.png
│ │ ├── PadImageFilter.png
│ │ ├── RedColormapFunction.png
│ │ ├── SpringColormapFunction.png
│ │ ├── Streaming.gif
│ │ ├── SummerColormapFunction.png
│ │ ├── Threading.gif
│ │ ├── WinterColormapFunction.png
│ │ └── WrapPadImageFilter.png
│ ├── Doxygen
│ │ ├── DoxygenFooter.html
│ │ ├── DoxygenHeader.html
│ │ ├── DoxygenLayout.xml
│ │ ├── Geometry.dox
│ │ ├── ImageSimilarityMetrics.dox
│ │ ├── Iterators.dox
│ │ ├── ITKDoxygenStyle.css
│ │ ├── MainPage.dox
│ │ ├── Modules.dox
│ │ ├── NeighborhoodIterators.dox
│ │ ├── Registration.dox
│ │ ├── Streaming.dox
│ │ └── Threading.dox
│ ├── InsightLogo.gif
│ ├── itk.ico
│ ├── Migration
│ │ ├── BinaryModulusImageFilter.xml
│ │ ├── BoundaryConditionChanges.xml
│ │ ├── BoundaryConditionsHaveOutputImageType.xml
│ │ ├── BRAINS2MaskImageIORemoved.xml
│ │ ├── BSplineRegistrationRefactoring.xml
│ │ ├── CannyEdgeDetectorSetThreshold.xml
│ │ ├── CArrayRemoval.xml
│ │ ├── ChangeConstnessOfUpdateTransformParameters.xml
│ │ ├── ChangeProcessObjectDefaultIndexedDataObjectName.xml
│ │ ├── ClampImageFilterRelocationToImageIntensityModule.xml
│ │ ├── ColorTableDeprecatedMethods.xml
│ │ ├── ConsistentFFTOutput.xml
│ │ ├── ConsolidateImageRegionSplitting.xml
│ │ ├── ConstNeighborhoodIteratorGetBoundaryConditionChange.xml
│ │ ├── ConvertSingleElmentSetDataToSetDataSameSize.xml
│ │ ├── ConvolutionImageFilterTemplateParameters.xml
│ │ ├── DanielssonVoronoiMapType.xml
│ │ ├── DeformationToDisplacement.xml
│ │ ├── DistanceMapDefaultBehavior.xml
│ │ ├── ExtractImageFilterForceStrategy.xml
│ │ ├── FFTFilterRename.xml
│ │ ├── FFTUseImageAsTemplateParameter.xml
│ │ ├── FixCentralDifferenceImageFunction.xml
│ │ ├── FixedConvolutionImageFilter.xml
│ │ ├── GDCMRescaleSlopeInterceptApplyOnWrite.xml
│ │ ├── GetModifiableGetConstMemberFunctions.xml
│ │ ├── HistogramIncreaseFrequencyDisambiguation.xml
│ │ ├── ImageBaseSetDirection.xml
│ │ ├── ImageToImageFilterVerifyInputs.xml
│ │ ├── InitializeXMLGuide.py
│ │ ├── ITK_EXTERNAL_Removed.xml
│ │ ├── itkFastmarchingBaseModificationForPythonWrapping.xml
│ │ ├── ITKMigration.dtd
│ │ ├── ITKUseReview.xml
│ │ ├── LabelObjectImproveAttributes.xml
│ │ ├── LandmarkBasedTransformInitializerSupportedTransforms.xml
│ │ ├── LevelSetsv4ClassBase.xml
│ │ ├── LevelSetsv4VisualizationRename.xml
│ │ ├── MakeKernelBaseTemplated.xml
│ │ ├── MergeComposeFilters.xml
│ │ ├── MetaArrowFixMemoryLeaksAndConvertToITKObject.xml
│ │ ├── MetaDataObjectNativeTypes.xml
│ │ ├── MoveGetSetLengthMeasurementVectorTraits.xml
│ │ ├── MultiPrecisionVersionOfITK.xml
│ │ ├── NamedInputsAndOutputs.xml
│ │ ├── OrientationAdapterBaseRename.xml
│ │ ├── OStringStreamRemoved.xml
│ │ ├── OtsuCalculatorAndFilterNormalization.xml
│ │ ├── PatchBasedDenoiserAPIChanges.xml
│ │ ├── PolygonGroupOrientationMovedToPolygonSpatialObject.xml
│ │ ├── ProcessObjectMakeOutputAndDataObjectIndexType.xml
│ │ ├── QuadEdgeMesh-Changes.xml
│ │ ├── RealTimeClockAPIChanges.xml
│ │ ├── RemoveAliasITK_TYPENAME.xml
│ │ ├── RemoveConstantOperationFilters.xml
│ │ ├── RemoveditkSemaphore.xml
│ │ ├── RemoveInvertBinaryIntensityFunctor.xml
│ │ ├── RemoveitkSuperclassTraitMacro.xml
│ │ ├── RemoveMisspelledMethods.xml
│ │ ├── RemoveMSVSHackForGetImageDimension.xml
│ │ ├── RemovePublicMetaDataObjectConstructors.xml
│ │ ├── RemoveStartRegistration.xml
│ │ ├── RemoveZeroandOneNumericTraits.xml
│ │ ├── RemovingBlox.xml
│ │ ├── RenameAllModulesToDefaultModules.xml
│ │ ├── RenamedFunctionsToFunctors.xml
│ │ ├── RenamedGradientToMagnitudeImageFilter.xml
│ │ ├── RenameFFTComplexToComplexImageFilter.xml
│ │ ├── RenameGetJacobianInTransform.xml
│ │ ├── RenameGetValueToGetCurrentMetricValue.xml
│ │ ├── RenameVirtualDomainAccessorsInMetricsv4.xml
│ │ ├── ReplaceDifferenceImageFilterWithTestImageCompare.xml
│ │ ├── ReplaceITKHashWithSYSITKHash.xml
│ │ ├── StatisticsFrameworkRefactorMembershipFunctions.xml
│ │ ├── StatisticsFrameworkResolveDecisionRulesDuplicates.xml
│ │ ├── SymbolMacroHeader.xml
│ │ ├── SymmetricSecondRankTensorMultiply.xml
│ │ ├── TIFFZeiss2Channel.xml
│ │ ├── UseImageSpacingDefaultToOn.xml
│ │ └── WriteVoronoiDiagram2DUsingVTKPolyDataWriter.xml
│ └── Style.pdf
├── Examples
│ ├── CMakeLists.txt
│ ├── Data
│ │ ├── BayesianClassifierInitializerMemberships.mhd
│ │ ├── BayesianClassifierInitializerMemberships.raw
│ │ ├── BinaryImage.png
│ │ ├── BrainMidSagittalSlice.png
│ │ ├── BrainProtonDensity3Slices.mha
│ │ ├── BrainProtonDensity3Slices.raw
│ │ ├── BrainProtonDensitySlice256x256.png
│ │ ├── BrainProtonDensitySlice2x3.png
│ │ ├── BrainProtonDensitySliceBorder20DirectionMinus30.mhd
│ │ ├── BrainProtonDensitySliceBorder20DirectionPlus30.mhd
│ │ ├── BrainProtonDensitySliceBorder20DirectionPlus30.nhdr
│ │ ├── BrainProtonDensitySliceBorder20DirectionPlus30.raw
│ │ ├── BrainProtonDensitySliceBorder20Mask.png
│ │ ├── BrainProtonDensitySliceBorder20.mhd
│ │ ├── BrainProtonDensitySliceBorder20.nhdr
│ │ ├── BrainProtonDensitySliceBorder20.png
│ │ ├── BrainProtonDensitySliceBorder20.raw
│ │ ├── BrainProtonDensitySliceBorder20.zraw
│ │ ├── BrainProtonDensitySliceBSplined10.png
│ │ ├── BrainProtonDensitySlice.png
│ │ ├── BrainProtonDensitySliceR10X13Y17.png
│ │ ├── BrainProtonDensitySliceR10X13Y17S12.png
│ │ ├── BrainProtonDensitySliceRotated10.png
│ │ ├── BrainProtonDensitySliceShifted13x17yDirectionMinus30.mhd
│ │ ├── BrainProtonDensitySliceShifted13x17yDirectionPlus30.mhd
│ │ ├── BrainProtonDensitySliceShifted13x17yDirectionPlus30.nhdr
│ │ ├── BrainProtonDensitySliceShifted13x17yDirectionPlus30.raw
│ │ ├── BrainProtonDensitySliceShifted13x17yDirectionPlus30.zraw
│ │ ├── BrainProtonDensitySliceShifted13x17y.mhd
│ │ ├── BrainProtonDensitySliceShifted13x17y.nhdr
│ │ ├── BrainProtonDensitySliceShifted13x17y.png
│ │ ├── BrainProtonDensitySliceShifted13x17y.raw
│ │ ├── BrainT1SliceBorder20DirectionMinus30.mhd
│ │ ├── BrainT1SliceBorder20DirectionPlus30.mhd
│ │ ├── BrainT1SliceBorder20DirectionPlus30.nhdr
│ │ ├── BrainT1SliceBorder20DirectionPlus30.raw
│ │ ├── BrainT1SliceBorder20DirectionPlus30.zraw
│ │ ├── BrainT1SliceBorder20.png
│ │ ├── BrainT1Slice.png
│ │ ├── BrainWeb
│ │ │ ├── brainweb165a10f17_FlippedY.mha.md5
│ │ │ ├── brainweb165a10f17_FlippedY.mha.sha512
│ │ │ ├── brainweb165a10f17.mha.md5
│ │ │ ├── brainweb165a10f17.mha.sha512
│ │ │ ├── brainweb165a10f17Rot10Tx15.mha.md5
│ │ │ ├── brainweb165a10f17Rot10Tx15.mha.sha512
│ │ │ ├── brainweb165a10f17Rot20Tx20.mha.md5
│ │ │ ├── brainweb165a10f17Rot20Tx20.mha.sha512
│ │ │ ├── brainweb165a10f17ThinPlateSplinedField.mha.md5
│ │ │ ├── brainweb165a10f17ThinPlateSplinedField.mha.sha512
│ │ │ ├── brainweb165a10f17ThinPlateSplined.mha.md5
│ │ │ ├── brainweb165a10f17ThinPlateSplined.mha.sha512
│ │ │ ├── brainweb1e1a10f20_FlippedY.mha.md5
│ │ │ ├── brainweb1e1a10f20_FlippedY.mha.sha512
│ │ │ ├── brainweb1e1a10f20.mha.md5
│ │ │ ├── brainweb1e1a10f20.mha.sha512
│ │ │ ├── brainweb1e1a10f20Rot10Tx15.mha.md5
│ │ │ ├── brainweb1e1a10f20Rot10Tx15.mha.sha512
│ │ │ ├── brainweb1e1a10f20Rot20Tx20.mha.md5
│ │ │ ├── brainweb1e1a10f20Rot20Tx20.mha.sha512
│ │ │ ├── brainweb1e5a10f17_FlippedY.mha.md5
│ │ │ ├── brainweb1e5a10f17_FlippedY.mha.sha512
│ │ │ ├── brainweb1e5a10f17.mha.md5
│ │ │ ├── brainweb1e5a10f17.mha.sha512
│ │ │ ├── brainweb1e5a10f17Rot10Tx15.mha.md5
│ │ │ ├── brainweb1e5a10f17Rot10Tx15.mha.sha512
│ │ │ ├── brainweb1e5a10f17Rot20Tx20.mha.md5
│ │ │ └── brainweb1e5a10f17Rot20Tx20.mha.sha512
│ │ ├── BSplineDisplacements1.txt
│ │ ├── BSplineDisplacements2.txt
│ │ ├── BSplineDisplacements3.txt
│ │ ├── BSplineDisplacements4.txt
│ │ ├── BSplineDisplacements5.txt
│ │ ├── case0_hippoL.coef
│ │ ├── Circle.png
│ │ ├── CircleSpikes.png
│ │ ├── CorpusCallosumMeanShape.mha
│ │ ├── CorpusCallosumMode0.mha
│ │ ├── CorpusCallosumMode1.mha
│ │ ├── CorpusCallosumMode2.mha
│ │ ├── DiagonalLines.png
│ │ ├── FatMRISlice.png
│ │ ├── FFTcenteredDC.png
│ │ ├── FFTcorneredDC.png
│ │ ├── FFTCosinus.png
│ │ ├── FiniteElementRegistration3.txt
│ │ ├── FiniteElementRegistrationLandmarks.txt
│ │ ├── FiniteElementRegistrationParameters1.txt
│ │ ├── FiniteElementRegistrationParameters2.txt
│ │ ├── FivePointsDilated.png
│ │ ├── FivePoints.png
│ │ ├── FourieDescriptors1InputB.txt
│ │ ├── FourieDescriptors1Input.txt
│ │ ├── HoughTransformTwoCircles.png
│ │ ├── HoughTransformTwoLines.png
│ │ ├── IdentityTransform.tfm
│ │ ├── IterativeClosestPointFixedPoints2.txt
│ │ ├── IterativeClosestPointFixedPoints.txt
│ │ ├── IterativeClosestPointMovingPoints2.txt
│ │ ├── IterativeClosestPointMovingPoints.txt
│ │ ├── itkBrainSliceComplexMagnitude.mha
│ │ ├── itkBrainSliceComplex.mha
│ │ ├── itkBrainSliceComplexPhase.mha
│ │ ├── 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
│ │ ├── ResampleImageFilterInput2x3b.mha
│ │ ├── ResampleImageFilterInput2x3b.raw
│ │ ├── ResampleImageFilterInput2x3.mha
│ │ ├── ResampleImageFilterInput2x3.raw
│ │ ├── VentricleModel.png
│ │ ├── VisibleWomanEyeSlice.png
│ │ ├── VisibleWomanHeadSlice.png
│ │ └── WatershedSegmentation.png
│ ├── DataRepresentation
│ │ ├── CMakeLists.txt
│ │ ├── Containers
│ │ │ ├── CMakeLists.txt
│ │ │ └── TreeContainer.cxx
│ │ ├── 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
│ │ │ ├── test
│ │ │ │ └── CMakeLists.txt
│ │ │ └── VectorImage.cxx
│ │ ├── Mesh
│ │ │ ├── AutomaticMesh.cxx
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ImageToPointSet.cxx
│ │ │ ├── Mesh1.cxx
│ │ │ ├── Mesh2.cxx
│ │ │ ├── Mesh3.cxx
│ │ │ ├── MeshCellsIteration.cxx
│ │ │ ├── MeshCellVisitor2.cxx
│ │ │ ├── MeshCellVisitor.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
│ │ ├── CannyEdgeDetectionImageFilter.cxx
│ │ ├── CastingImageFilters.cxx
│ │ ├── CMakeLists.txt
│ │ ├── CompositeFilterExample.cxx
│ │ ├── CurvatureAnisotropicDiffusionImageFilter.cxx
│ │ ├── CurvatureFlowImageFilter.cxx
│ │ ├── DanielssonDistanceMapImageFilter.cxx
│ │ ├── DerivativeImageFilter.cxx
│ │ ├── DiffusionTensor3DReconstructionImageFilter.cxx
│ │ ├── DigitallyReconstructedRadiograph1.cxx
│ │ ├── DiscreteGaussianImageFilter.cxx
│ │ ├── FFTDirectInverse2.cxx
│ │ ├── FFTDirectInverse.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
│ │ ├── OtsuMultipleThresholdImageFilter.cxx
│ │ ├── OtsuThresholdImageFilter.cxx
│ │ ├── ResampleImageFilter2.cxx
│ │ ├── ResampleImageFilter3.cxx
│ │ ├── ResampleImageFilter4.cxx
│ │ ├── ResampleImageFilter5.cxx
│ │ ├── ResampleImageFilter6.cxx
│ │ ├── ResampleImageFilter7.cxx
│ │ ├── ResampleImageFilter8.cxx
│ │ ├── ResampleImageFilter9.cxx
│ │ ├── ResampleImageFilter.cxx
│ │ ├── ResampleOrientedImageFilter.cxx
│ │ ├── ResampleVolumesToBeIsotropic.cxx
│ │ ├── RGBCurvatureAnisotropicDiffusionImageFilter.cxx
│ │ ├── RGBGradientAnisotropicDiffusionImageFilter.cxx
│ │ ├── RGBToGrayscale.cxx
│ │ ├── ScaleSpaceGenerator2D.cxx
│ │ ├── SecondDerivativeRecursiveGaussianImageFilter.cxx
│ │ ├── SigmoidImageFilter.cxx
│ │ ├── SignedDanielssonDistanceMapImageFilter.cxx
│ │ ├── SmoothingRecursiveGaussianImageFilter2.cxx
│ │ ├── SmoothingRecursiveGaussianImageFilter.cxx
│ │ ├── SpatialObjectToImage1.cxx
│ │ ├── SpatialObjectToImage2.cxx
│ │ ├── SpatialObjectToImage3.cxx
│ │ ├── SubsampleVolume.cxx
│ │ ├── SurfaceExtraction.cxx
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── CompositeFilterExample.mha.md5
│ │ │ │ └── CompositeFilterExample.mha.sha512
│ │ │ └── CMakeLists.txt
│ │ ├── ThresholdImageFilter.cxx
│ │ ├── VectorCurvatureAnisotropicDiffusionImageFilter.cxx
│ │ ├── VectorGradientAnisotropicDiffusionImageFilter.cxx
│ │ ├── VectorIndexSelection.cxx
│ │ ├── VesselnessMeasureImageFilter.cxx
│ │ ├── VotingBinaryHoleFillingImageFilter.cxx
│ │ ├── VotingBinaryIterativeHoleFillingImageFilter.cxx
│ │ ├── WarpImageFilter1.cxx
│ │ └── ZeroCrossingBasedEdgeDetectionImageFilter.cxx
│ ├── GUI
│ │ └── CMakeLists.txt
│ ├── Infrastructure
│ │ └── CMakeLists.txt
│ ├── Installation
│ │ ├── CMakeLists.txt
│ │ └── HelloWorld.cxx
│ ├── IO
│ │ ├── CMakeLists.txt
│ │ ├── ComplexImageReadWrite.cxx
│ │ ├── CovariantVectorImageExtractComponent.cxx
│ │ ├── CovariantVectorImageRead.cxx
│ │ ├── CovariantVectorImageWrite.cxx
│ │ ├── DicomImageReadChangeHeaderWrite.cxx
│ │ ├── DicomImageReadPrintTags.cxx
│ │ ├── DicomImageReadWrite.cxx
│ │ ├── DicomPrintPatientInformation.cxx
│ │ ├── DicomSeriesReadGaussianImageWrite.cxx
│ │ ├── DicomSeriesReadImageWrite2.cxx
│ │ ├── DicomSeriesReadImageWrite.cxx
│ │ ├── DicomSeriesReadPrintTags.cxx
│ │ ├── DicomSeriesReadSeriesWrite.cxx
│ │ ├── DicomSliceRead.py
│ │ ├── ImageReadCastWrite.cxx
│ │ ├── ImageReadDicomSeriesWrite.cxx
│ │ ├── ImageReadExportVTK.cxx
│ │ ├── ImageReadExtractFilterInsertWrite.cxx
│ │ ├── ImageReadExtractWrite.cxx
│ │ ├── ImageReadImageSeriesWrite.cxx
│ │ ├── ImageReadRegionOfInterestWrite.cxx
│ │ ├── ImageReadWrite.cxx
│ │ ├── ImageSeriesReadWrite2.cxx
│ │ ├── ImageSeriesReadWrite.cxx
│ │ ├── IOFactoryRegistration.cxx
│ │ ├── IOPlugin.cxx
│ │ ├── itk.dic
│ │ ├── RGBImageReadWrite.cxx
│ │ ├── RGBImageSeriesReadWrite.cxx
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── DicomSliceReadPythonOutputBaseline.png.md5
│ │ │ │ └── DicomSliceReadPythonOutputBaseline.png.sha512
│ │ │ └── CMakeLists.txt
│ │ ├── TransformReadWrite.cxx
│ │ ├── VectorImageReadWrite.cxx
│ │ ├── VisibleHumanPasteWrite.cxx
│ │ ├── VisibleHumanStreamReadWrite.cxx
│ │ └── XML
│ │ ├── CMakeLists.txt
│ │ ├── DOMFindDemo.cxx
│ │ ├── itkParticleSwarmOptimizerDOMReader.cxx
│ │ ├── itkParticleSwarmOptimizerDOMReader.h
│ │ ├── itkParticleSwarmOptimizerDOMWriter.cxx
│ │ ├── itkParticleSwarmOptimizerDOMWriter.h
│ │ ├── itkParticleSwarmOptimizerSAXReader.cxx
│ │ ├── itkParticleSwarmOptimizerSAXReader.h
│ │ ├── itkParticleSwarmOptimizerSAXWriter.cxx
│ │ ├── itkParticleSwarmOptimizerSAXWriter.h
│ │ └── ParticleSwarmOptimizerReadWrite.cxx
│ ├── Iterators
│ │ ├── CMakeLists.txt
│ │ ├── ImageLinearIteratorWithIndex2.cxx
│ │ ├── ImageLinearIteratorWithIndex.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.txt
│ ├── RegistrationITKv3
│ │ ├── BSplineWarping1.cxx
│ │ ├── BSplineWarping2.cxx
│ │ ├── ChangeInformationImageFilter.cxx
│ │ ├── CMakeLists.txt
│ │ ├── DeformableRegistration10.cxx
│ │ ├── DeformableRegistration11.cxx
│ │ ├── DeformableRegistration12.cxx
│ │ ├── DeformableRegistration13.cxx
│ │ ├── DeformableRegistration14.cxx
│ │ ├── DeformableRegistration15.cxx
│ │ ├── DeformableRegistration16.cxx
│ │ ├── DeformableRegistration17.cxx
│ │ ├── DeformableRegistration1.cxx
│ │ ├── DeformableRegistration2.cxx
│ │ ├── DeformableRegistration3.cxx
│ │ ├── DeformableRegistration4.cxx
│ │ ├── DeformableRegistration5.cxx
│ │ ├── DeformableRegistration6.cxx
│ │ ├── DeformableRegistration7.cxx
│ │ ├── DeformableRegistration8.cxx
│ │ ├── DeformableRegistration9.cxx
│ │ ├── DeformationFieldJacobian.cxx
│ │ ├── DisplacementFieldInitialization.cxx
│ │ ├── ImageRegistration10.cxx
│ │ ├── ImageRegistration11.cxx
│ │ ├── ImageRegistration12.cxx
│ │ ├── ImageRegistration13.cxx
│ │ ├── ImageRegistration14.cxx
│ │ ├── ImageRegistration15.cxx
│ │ ├── ImageRegistration16.cxx
│ │ ├── ImageRegistration17.cxx
│ │ ├── ImageRegistration18.cxx
│ │ ├── ImageRegistration19.cxx
│ │ ├── ImageRegistration1.cxx
│ │ ├── ImageRegistration20.cxx
│ │ ├── ImageRegistration2.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
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── BSplineWarping1Test.png.md5
│ │ │ │ ├── BSplineWarping1Test.png.sha512
│ │ │ │ ├── DeformableRegistration12Test.png.md5
│ │ │ │ ├── DeformableRegistration12Test.png.sha512
│ │ │ │ ├── DeformableRegistration13Test.png.md5
│ │ │ │ ├── DeformableRegistration13Test.png.sha512
│ │ │ │ ├── DeformableRegistration1v4Test.png.md5
│ │ │ │ ├── DeformableRegistration1v4Test.png.sha512
│ │ │ │ ├── DeformableRegistration6TestPixelCentered.png.md5
│ │ │ │ └── DeformableRegistration6TestPixelCentered.png.sha512
│ │ │ └── CMakeLists.txt
│ │ └── ThinPlateSplineWarp.cxx
│ ├── RegistrationITKv4
│ │ ├── BSplineWarping1.cxx
│ │ ├── BSplineWarping2.cxx
│ │ ├── ChangeInformationImageFilter.cxx
│ │ ├── CMakeLists.txt
│ │ ├── DeformableRegistration10.cxx
│ │ ├── DeformableRegistration11.cxx
│ │ ├── DeformableRegistration12.cxx
│ │ ├── DeformableRegistration13.cxx
│ │ ├── DeformableRegistration14.cxx
│ │ ├── DeformableRegistration15.cxx
│ │ ├── DeformableRegistration16.cxx
│ │ ├── DeformableRegistration17.cxx
│ │ ├── DeformableRegistration1.cxx
│ │ ├── DeformableRegistration2.cxx
│ │ ├── DeformableRegistration3.cxx
│ │ ├── DeformableRegistration4.cxx
│ │ ├── DeformableRegistration5.cxx
│ │ ├── DeformableRegistration6.cxx
│ │ ├── DeformableRegistration7.cxx
│ │ ├── DeformableRegistration8.cxx
│ │ ├── DeformableRegistration9.cxx
│ │ ├── DisplacementFieldInitialization.cxx
│ │ ├── ImageRegistration10.cxx
│ │ ├── ImageRegistration11.cxx
│ │ ├── ImageRegistration12.cxx
│ │ ├── ImageRegistration13.cxx
│ │ ├── ImageRegistration14.cxx
│ │ ├── ImageRegistration15.cxx
│ │ ├── ImageRegistration16.cxx
│ │ ├── ImageRegistration17.cxx
│ │ ├── ImageRegistration18.cxx
│ │ ├── ImageRegistration19.cxx
│ │ ├── ImageRegistration1.cxx
│ │ ├── ImageRegistration20.cxx
│ │ ├── ImageRegistration2.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
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── BSplineWarping1Test.png.md5
│ │ │ │ ├── BSplineWarping1Test.png.sha512
│ │ │ │ ├── DeformableRegistration12Test.png.md5
│ │ │ │ ├── DeformableRegistration12Test.png.sha512
│ │ │ │ ├── DeformableRegistration13Test.png.md5
│ │ │ │ ├── DeformableRegistration13Test.png.sha512
│ │ │ │ ├── DeformableRegistration1v4Test.png.md5
│ │ │ │ ├── DeformableRegistration1v4Test.png.sha512
│ │ │ │ ├── DeformableRegistration6TestPixelCentered.png.md5
│ │ │ │ └── DeformableRegistration6TestPixelCentered.png.sha512
│ │ │ └── CMakeLists.txt
│ │ └── ThinPlateSplineWarp.cxx
│ ├── SearchScript.sh
│ ├── Segmentation
│ │ ├── CannySegmentationLevelSetImageFilter.cxx
│ │ ├── CellularSegmentation1.cxx
│ │ ├── CellularSegmentation2.cxx
│ │ ├── CMakeLists.txt
│ │ ├── ConfidenceConnected3D.cxx
│ │ ├── ConfidenceConnected.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
│ │ ├── test
│ │ │ └── CMakeLists.txt
│ │ ├── ThresholdSegmentationLevelSetImageFilter.cxx
│ │ ├── VectorConfidenceConnected.cxx
│ │ ├── VoronoiSegmentation.py
│ │ ├── WatershedSegmentation1.cxx
│ │ ├── WatershedSegmentation1.py
│ │ └── WatershedSegmentation2.cxx
│ ├── SpatialObjects
│ │ ├── ArrowSpatialObject.cxx
│ │ ├── BlobSpatialObject.cxx
│ │ ├── BoundingBoxFromImageMaskSpatialObject.cxx
│ │ ├── CMakeLists.txt
│ │ ├── CylinderSpatialObject.cxx
│ │ ├── 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
│ │ ├── SpatialObjectTreeContainer.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
│ │ ├── KdTreeBasedKMeansClustering.cxx
│ │ ├── KdTree.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
│ │ ├── test
│ │ │ └── CMakeLists.txt
│ │ └── WeightedSampleStatistics.cxx
│ ├── Visualization
│ │ └── CannyEdgeDetectionImageFilterConnectVTKITK.py
│ └── Wrapping
│ └── CMakeLists.txt
├── GettingStarted.txt
├── LICENSE
├── Modules
│ ├── Bridge
│ │ ├── VTK
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkVTKImageExportBase.h
│ │ │ │ ├── itkVTKImageExport.h
│ │ │ │ ├── itkVTKImageExport.hxx
│ │ │ │ ├── itkVTKImageImport.h
│ │ │ │ └── itkVTKImageImport.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── itkVTKImageExportBase.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkVTKImageExport.wrap
│ │ │ └── itkVTKImageImport.wrap
│ │ └── VtkGlue
│ │ ├── CMakeLists.txt
│ │ ├── include
│ │ │ ├── itkImageToVTKImageFilter.h
│ │ │ ├── itkImageToVTKImageFilter.hxx
│ │ │ ├── itkVTKImageToImageFilter.h
│ │ │ ├── itkVTKImageToImageFilter.hxx
│ │ │ ├── QuickView.h
│ │ │ └── vtkCaptureScreen.h
│ │ ├── itk-module.cmake
│ │ ├── itk-module-init.cmake
│ │ ├── src
│ │ │ ├── CMakeLists.txt
│ │ │ └── QuickView.cxx
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── QuickViewTest.1.png.md5
│ │ │ │ ├── QuickViewTest.1.png.sha512
│ │ │ │ ├── QuickViewTest.2.png.md5
│ │ │ │ ├── QuickViewTest.2.png.sha512
│ │ │ │ ├── QuickViewTest.3.png.md5
│ │ │ │ ├── QuickViewTest.3.png.sha512
│ │ │ │ ├── QuickViewTest.4.png.md5
│ │ │ │ ├── QuickViewTest.4.png.sha512
│ │ │ │ ├── QuickViewTest.5.png.md5
│ │ │ │ ├── QuickViewTest.5.png.sha512
│ │ │ │ ├── QuickViewTest.6.png.md5
│ │ │ │ ├── QuickViewTest.6.png.sha512
│ │ │ │ ├── QuickViewTest.7.png.md5
│ │ │ │ ├── QuickViewTest.7.png.sha512
│ │ │ │ ├── QuickViewTest.8.png.md5
│ │ │ │ ├── QuickViewTest.8.png.sha512
│ │ │ │ ├── QuickViewTest.png.md5
│ │ │ │ └── QuickViewTest.png.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkImageToVTKImageFilterRGBTest.cxx
│ │ │ ├── itkImageToVTKImageFilterTest.cxx
│ │ │ ├── itkVtkConnectedComponentImageFilterTest.cxx
│ │ │ ├── itkVTKImageToImageFilterTest.cxx
│ │ │ ├── itkVtkMedianFilterTest.cxx
│ │ │ └── QuickViewTest.cxx
│ │ └── wrapping
│ │ ├── CMakeLists.txt
│ │ ├── itkImageToVTKImageFilter.wrap
│ │ ├── itkVTKImageToImageFilter.wrap
│ │ └── VtkGlue.i
│ ├── Compatibility
│ │ ├── Deprecated
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkAnalyzeDbh.h
│ │ │ │ ├── itkAnalyzeImageIOFactory.h
│ │ │ │ ├── itkAnalyzeImageIO.h
│ │ │ │ ├── itkBalloonForceFilter.h
│ │ │ │ ├── itkBalloonForceFilter.hxx
│ │ │ │ ├── itkCompose2DCovariantVectorImageFilter.h
│ │ │ │ ├── itkCompose2DVectorImageFilter.h
│ │ │ │ ├── itkCompose3DCovariantVectorImageFilter.h
│ │ │ │ ├── itkCompose3DVectorImageFilter.h
│ │ │ │ ├── itkComposeRGBImageFilter.h
│ │ │ │ ├── itkDefaultImageTraits.h
│ │ │ │ ├── itkDeformableMesh3DFilter.h
│ │ │ │ ├── itkDeformableMesh3DFilter.hxx
│ │ │ │ ├── itkDICOMImageIO2Factory.h
│ │ │ │ ├── itkDICOMImageIO2.h
│ │ │ │ ├── itkDicomImageIOFactory.h
│ │ │ │ ├── itkDicomImageIO.h
│ │ │ │ ├── itkDICOMSeriesFileNames.h
│ │ │ │ ├── itkImageRegionMultidimensionalSplitter.h
│ │ │ │ ├── itkImageRegionMultidimensionalSplitter.hxx
│ │ │ │ ├── itkImageRegionSplitter.h
│ │ │ │ ├── itkImageRegionSplitter.hxx
│ │ │ │ ├── itkNonThreadedShrinkImageFilter.h
│ │ │ │ ├── itkNonUniformBSpline.h
│ │ │ │ ├── itkNonUniformBSpline.hxx
│ │ │ │ ├── itkQuaternionOrientationAdapter.h
│ │ │ │ ├── itkReflectImageFilter.h
│ │ │ │ ├── itkReflectImageFilter.hxx
│ │ │ │ ├── itkScalarToArrayCastImageFilter.h
│ │ │ │ ├── itkScalarToArrayCastImageFilter.hxx
│ │ │ │ ├── itkScalarVector.h
│ │ │ │ ├── itkSemaphore.h
│ │ │ │ ├── itkShiftScaleInPlaceImageFilter.h
│ │ │ │ ├── itkShiftScaleInPlaceImageFilter.hxx
│ │ │ │ ├── itkSymmetricEigenSystem.h
│ │ │ │ ├── itkSymmetricEigenSystem.hxx
│ │ │ │ ├── itkTransformToDisplacementFieldSource.h
│ │ │ │ ├── itkTransformToDisplacementFieldSource.hxx
│ │ │ │ ├── itkTwoOutputExampleImageFilter.h
│ │ │ │ └── itkTwoOutputExampleImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkAnalyzeImageIO.cxx
│ │ │ │ ├── itkAnalyzeImageIOFactory.cxx
│ │ │ │ ├── itkDICOMImageIO2.cxx
│ │ │ │ ├── itkDICOMImageIO2Factory.cxx
│ │ │ │ ├── itkDicomImageIOFactory.cxx
│ │ │ │ ├── itkDICOMSeriesFileNames.cxx
│ │ │ │ └── itkSemaphore.cxx
│ │ │ └── test
│ │ │ ├── BigEndian_hdr.h
│ │ │ ├── BigEndian_img.h
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ConvertAnalyzeFile.cxx
│ │ │ ├── DeformableModel1.cxx
│ │ │ ├── DeformableModel2.cxx
│ │ │ ├── ImageCompareCommand.cxx
│ │ │ ├── ImageCompare.cxx
│ │ │ ├── ImageCopy.cxx
│ │ │ ├── itk2DDeformableTest.cxx
│ │ │ ├── itkAnalyzeImageIOBadHeader.cxx
│ │ │ ├── itkAnalyzeImageIODirectionsTest.cxx
│ │ │ ├── itkAnalyzeImageIORGBImageTest.cxx
│ │ │ ├── itkAnalyzeImageIOTest2.cxx
│ │ │ ├── itkAnalyzeImageIOTest.cxx
│ │ │ ├── itkAnalyzeImageIOTest.h
│ │ │ ├── itkAnalyzeImageIOTestHelper.cxx
│ │ │ ├── itkDeformableTest.cxx
│ │ │ ├── itkDeprecatedPrintTest.cxx
│ │ │ ├── itkDICOMImageIO2Test.cxx
│ │ │ ├── itkDicomImageIODirection2DTest.cxx
│ │ │ ├── itkDicomImageIOTest.cxx
│ │ │ ├── itkDICOMImageSeriesTest2.cxx
│ │ │ ├── itkDICOMImageSeriesTest.cxx
│ │ │ ├── itkDICOMSeriesFileNamesTest.cxx
│ │ │ ├── itkFEMLandmarkLoadImplementationTest.cxx
│ │ │ ├── itkImageReadDICOMSeriesWriteTest.cxx
│ │ │ ├── itkNonThreadedShrinkImageTest.cxx
│ │ │ ├── itkNonUniformBSplineTest.cxx
│ │ │ ├── itkQuaternionOrientationAdapterTest.cxx
│ │ │ ├── itkReflectImageFilterTest.cxx
│ │ │ ├── itkScalarTest.cxx
│ │ │ ├── itkShiftScaleInPlaceImageFilterTest.cxx
│ │ │ ├── itkStreamingImageFilterTest2.cxx
│ │ │ ├── itkStreamingImageFilterTest3.cxx
│ │ │ ├── itkStreamingImageFilterTest.cxx
│ │ │ ├── itkSymmetricEigenSystemTest.cxx
│ │ │ ├── itkTestDriverIncludeAnalyzeIOFactory.h
│ │ │ ├── itkTestDriverIncludeDeprecatedIOFactories.h
│ │ │ ├── itkTransformToDisplacementFieldSourceTest1.cxx
│ │ │ ├── itkTransformToDisplacementFieldSourceTest.cxx
│ │ │ ├── itkTwoOutputExampleImageFilterTest.cxx
│ │ │ ├── itkVOLImageIOTest.cxx
│ │ │ ├── LittleEndian_hdr.h
│ │ │ └── LittleEndian_img.h
│ │ ├── README
│ │ └── V3Compatibility
│ │ ├── CMakeLists.txt
│ │ ├── include
│ │ │ ├── itkAddConstantToImageFilter.h
│ │ │ ├── itkDeformationFieldJacobianDeterminantFilter.h
│ │ │ ├── itkDeformationFieldJacobianDeterminantFilter.hxx
│ │ │ ├── itkDeformationFieldSource.h
│ │ │ ├── itkDeformationFieldSource.hxx
│ │ │ ├── itkDivideByConstantImageFilter.h
│ │ │ ├── itkExponentialDeformationFieldImageFilter.h
│ │ │ ├── itkExponentialDeformationFieldImageFilter.hxx
│ │ │ ├── itkGradientToMagnitudeImageFilter.h
│ │ │ ├── itkImageToVectorImageFilter.h
│ │ │ ├── itkImageToVectorImageFilter.hxx
│ │ │ ├── itkInverseDeformationFieldImageFilter.h
│ │ │ ├── itkInverseDeformationFieldImageFilter.hxx
│ │ │ ├── itkIterativeInverseDeformationFieldImageFilter.h
│ │ │ ├── itkIterativeInverseDeformationFieldImageFilter.hxx
│ │ │ ├── itkKernelFunction.h
│ │ │ ├── itkMultiplyByConstantImageFilter.h
│ │ │ ├── itkOtsuThresholdImageCalculator.h
│ │ │ ├── itkOtsuThresholdImageCalculator.hxx
│ │ │ ├── itkSubtractConstantFromImageFilter.h
│ │ │ ├── itkTransformToDeformationFieldSource.h
│ │ │ └── itkTransformToDeformationFieldSource.hxx
│ │ ├── itk-module.cmake
│ │ ├── itk-module-init.cmake
│ │ └── test
│ │ ├── CMakeLists.txt
│ │ ├── itkAddConstantToImageFilterTest.cxx
│ │ ├── itkDeformationFieldJacobianDeterminantFilterTest.cxx
│ │ ├── itkDeformationFieldSourceTest.cxx
│ │ ├── itkDivideByConstantImageFilterTest.cxx
│ │ ├── itkExponentialDeformationFieldImageFilterTest.cxx
│ │ ├── itkGradientToMagnitudeImageFilterTest.cxx
│ │ ├── itkInverseDeformationFieldImageFilterTest.cxx
│ │ ├── itkIterativeInverseDeformationFieldImageFilterTest.cxx
│ │ ├── itkMultiplyByConstantImageFilterTest.cxx
│ │ ├── itkOtsuThresholdImageCalculatorTest.cxx
│ │ ├── itkSubtractConstantFromImageFilterTest.cxx
│ │ ├── itkTransformToDeformationFieldSourceTest1.cxx
│ │ └── itkTransformToDeformationFieldSourceTest.cxx
│ ├── Core
│ │ ├── Common
│ │ │ ├── CMake
│ │ │ │ ├── CheckCPPDirective.cmake
│ │ │ │ ├── CheckCPPDirectiveExists.cxx.in
│ │ │ │ ├── CheckSupportForSSERounding.cmake
│ │ │ │ ├── itkCheckBuiltins.cmake
│ │ │ │ ├── itkCheckCxx11StlTypeTraits.cxx
│ │ │ │ ├── itkCheckHasGNUAttributeAligned.cxx
│ │ │ │ ├── itkCheckPrivateDynamicCast.cmake
│ │ │ │ ├── itkCheckSyncBuiltins.cxx
│ │ │ │ ├── itkGenerateNewCompilerFeatureDetectionHeaders.cmake
│ │ │ │ └── itkGetCXXCompilerVersion.cxx
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── compilers
│ │ │ │ │ ├── ITK_COMPILER_INFO_AppleClang_CXX.h
│ │ │ │ │ ├── ITK_COMPILER_INFO_Clang_CXX.h
│ │ │ │ │ ├── ITK_COMPILER_INFO_GNU_CXX.h
│ │ │ │ │ ├── ITK_COMPILER_INFO_Intel_CXX.h
│ │ │ │ │ ├── ITK_COMPILER_INFO_MSVC_CXX.h
│ │ │ │ │ ├── ITK_COMPILER_INFO_SunPro_CXX.h
│ │ │ │ │ └── ITK_COMPILER_INFO_UNKNOWN_CXX.h
│ │ │ │ ├── itkAnnulusOperator.h
│ │ │ │ ├── itkAnnulusOperator.hxx
│ │ │ │ ├── itkArray2D.h
│ │ │ │ ├── itkArray2D.hxx
│ │ │ │ ├── itkArray.h
│ │ │ │ ├── itkArray.hxx
│ │ │ │ ├── itkAtanRegularizedHeavisideStepFunction.h
│ │ │ │ ├── itkAtanRegularizedHeavisideStepFunction.hxx
│ │ │ │ ├── itkAtomicIntDetail.h
│ │ │ │ ├── itkAtomicInt.h
│ │ │ │ ├── itkAutoPointerDataObjectDecorator.h
│ │ │ │ ├── itkAutoPointerDataObjectDecorator.hxx
│ │ │ │ ├── itkAutoPointer.h
│ │ │ │ ├── itkBackwardDifferenceOperator.h
│ │ │ │ ├── itkBackwardDifferenceOperator.hxx
│ │ │ │ ├── itkBarrier.h
│ │ │ │ ├── itkBinaryOperationConcept.h
│ │ │ │ ├── itkBinaryThresholdSpatialFunction.h
│ │ │ │ ├── itkBinaryThresholdSpatialFunction.hxx
│ │ │ │ ├── itkBoundingBox.h
│ │ │ │ ├── itkBoundingBox.hxx
│ │ │ │ ├── itkBresenhamLine.h
│ │ │ │ ├── itkBresenhamLine.hxx
│ │ │ │ ├── itkBSplineDerivativeKernelFunction.h
│ │ │ │ ├── itkBSplineInterpolationWeightFunction.h
│ │ │ │ ├── itkBSplineInterpolationWeightFunction.hxx
│ │ │ │ ├── itkBSplineKernelFunction.h
│ │ │ │ ├── itkByteSwapper.h
│ │ │ │ ├── itkByteSwapper.hxx
│ │ │ │ ├── itkCellInterface.h
│ │ │ │ ├── itkCellInterface.hxx
│ │ │ │ ├── itkCellInterfaceVisitor.h
│ │ │ │ ├── itkChildTreeIterator.h
│ │ │ │ ├── itkChildTreeIterator.hxx
│ │ │ │ ├── itkColorTable.h
│ │ │ │ ├── itkColorTable.hxx
│ │ │ │ ├── itkCommand.h
│ │ │ │ ├── itkCompensatedSummation.h
│ │ │ │ ├── itkCompensatedSummation.hxx
│ │ │ │ ├── itk_compiler_detection.h
│ │ │ │ ├── itkConceptChecking.h
│ │ │ │ ├── itkConditionalConstIterator.h
│ │ │ │ ├── itkConditionalConstIterator.hxx
│ │ │ │ ├── itkConditionVariable.h
│ │ │ │ ├── itkConicShellInteriorExteriorSpatialFunction.h
│ │ │ │ ├── itkConicShellInteriorExteriorSpatialFunction.hxx
│ │ │ │ ├── itkConnectedComponentAlgorithm.h
│ │ │ │ ├── itkConstantBoundaryCondition.h
│ │ │ │ ├── itkConstantBoundaryCondition.hxx
│ │ │ │ ├── itkConstNeighborhoodIterator.h
│ │ │ │ ├── itkConstNeighborhoodIterator.hxx
│ │ │ │ ├── itkConstNeighborhoodIteratorWithOnlyIndex.h
│ │ │ │ ├── itkConstNeighborhoodIteratorWithOnlyIndex.hxx
│ │ │ │ ├── itkConstShapedNeighborhoodIterator.h
│ │ │ │ ├── itkConstShapedNeighborhoodIterator.hxx
│ │ │ │ ├── itkConstSliceIterator.h
│ │ │ │ ├── itkContinuousIndex.h
│ │ │ │ ├── itkCorrespondenceDataStructureIterator.h
│ │ │ │ ├── itkCorrespondenceDataStructureIterator.hxx
│ │ │ │ ├── itkCovariantVector.h
│ │ │ │ ├── itkCovariantVector.hxx
│ │ │ │ ├── itkCreateObjectFunction.h
│ │ │ │ ├── itkCrossHelper.h
│ │ │ │ ├── itkDataObjectConstIterator.h
│ │ │ │ ├── itkDataObjectDecorator.h
│ │ │ │ ├── itkDataObjectDecorator.hxx
│ │ │ │ ├── itkDataObject.h
│ │ │ │ ├── itkDataObjectIterator.h
│ │ │ │ ├── itkDefaultConvertPixelTraits.h
│ │ │ │ ├── itkDefaultDynamicMeshTraits.h
│ │ │ │ ├── itkDefaultPixelAccessorFunctor.h
│ │ │ │ ├── itkDefaultPixelAccessor.h
│ │ │ │ ├── itkDefaultStaticMeshTraits.h
│ │ │ │ ├── itkDefaultVectorPixelAccessorFunctor.h
│ │ │ │ ├── itkDefaultVectorPixelAccessor.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
│ │ │ │ ├── itkFastMutexLock.h
│ │ │ │ ├── itkFileOutputWindow.h
│ │ │ │ ├── itkFiniteCylinderSpatialFunction.h
│ │ │ │ ├── itkFiniteCylinderSpatialFunction.hxx
│ │ │ │ ├── itkFixedArray.h
│ │ │ │ ├── itkFixedArray.hxx
│ │ │ │ ├── itkFloatingPointExceptions.h
│ │ │ │ ├── itkFloatTypes.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
│ │ │ │ ├── itkHeavisideStepFunctionBase.h
│ │ │ │ ├── itkHeavisideStepFunction.h
│ │ │ │ ├── itkHeavisideStepFunction.hxx
│ │ │ │ ├── itkHexahedronCell.h
│ │ │ │ ├── itkHexahedronCell.hxx
│ │ │ │ ├── itkHexahedronCellTopology.h
│ │ │ │ ├── itkImageAlgorithm.h
│ │ │ │ ├── itkImageAlgorithm.hxx
│ │ │ │ ├── itkImageBase.h
│ │ │ │ ├── itkImageBase.hxx
│ │ │ │ ├── itkImageBoundaryCondition.h
│ │ │ │ ├── itkImageConstIterator.h
│ │ │ │ ├── itkImageConstIterator.hxx
│ │ │ │ ├── itkImageConstIteratorWithIndex.h
│ │ │ │ ├── itkImageConstIteratorWithIndex.hxx
│ │ │ │ ├── itkImageConstIteratorWithOnlyIndex.h
│ │ │ │ ├── itkImageConstIteratorWithOnlyIndex.hxx
│ │ │ │ ├── itkImageContainerInterface.h
│ │ │ │ ├── itkImageDuplicator.h
│ │ │ │ ├── itkImageDuplicator.hxx
│ │ │ │ ├── itkImage.h
│ │ │ │ ├── itkImageHelper.h
│ │ │ │ ├── itkImage.hxx
│ │ │ │ ├── itkImageIORegion.h
│ │ │ │ ├── itkImageIterator.h
│ │ │ │ ├── itkImageIterator.hxx
│ │ │ │ ├── itkImageIteratorWithIndex.h
│ │ │ │ ├── itkImageIteratorWithIndex.hxx
│ │ │ │ ├── itkImageKernelOperator.h
│ │ │ │ ├── itkImageKernelOperator.hxx
│ │ │ │ ├── itkImageLinearConstIteratorWithIndex.h
│ │ │ │ ├── itkImageLinearConstIteratorWithIndex.hxx
│ │ │ │ ├── itkImageLinearIteratorWithIndex.h
│ │ │ │ ├── itkImageLinearIteratorWithIndex.hxx
│ │ │ │ ├── itkImageRandomConstIteratorWithIndex.h
│ │ │ │ ├── itkImageRandomConstIteratorWithIndex.hxx
│ │ │ │ ├── itkImageRandomConstIteratorWithOnlyIndex.h
│ │ │ │ ├── itkImageRandomConstIteratorWithOnlyIndex.hxx
│ │ │ │ ├── itkImageRandomIteratorWithIndex.h
│ │ │ │ ├── itkImageRandomIteratorWithIndex.hxx
│ │ │ │ ├── itkImageRandomNonRepeatingConstIteratorWithIndex.h
│ │ │ │ ├── itkImageRandomNonRepeatingConstIteratorWithIndex.hxx
│ │ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndex.h
│ │ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndex.hxx
│ │ │ │ ├── itkImageRegionConstIterator.h
│ │ │ │ ├── itkImageRegionConstIterator.hxx
│ │ │ │ ├── itkImageRegionConstIteratorWithIndex.h
│ │ │ │ ├── itkImageRegionConstIteratorWithIndex.hxx
│ │ │ │ ├── itkImageRegionConstIteratorWithOnlyIndex.h
│ │ │ │ ├── itkImageRegionConstIteratorWithOnlyIndex.hxx
│ │ │ │ ├── itkImageRegionExclusionConstIteratorWithIndex.h
│ │ │ │ ├── itkImageRegionExclusionConstIteratorWithIndex.hxx
│ │ │ │ ├── itkImageRegionExclusionIteratorWithIndex.h
│ │ │ │ ├── itkImageRegionExclusionIteratorWithIndex.hxx
│ │ │ │ ├── itkImageRegion.h
│ │ │ │ ├── itkImageRegion.hxx
│ │ │ │ ├── itkImageRegionIterator.h
│ │ │ │ ├── itkImageRegionIterator.hxx
│ │ │ │ ├── itkImageRegionIteratorWithIndex.h
│ │ │ │ ├── itkImageRegionIteratorWithIndex.hxx
│ │ │ │ ├── itkImageRegionReverseConstIterator.h
│ │ │ │ ├── itkImageRegionReverseConstIterator.hxx
│ │ │ │ ├── itkImageRegionReverseIterator.h
│ │ │ │ ├── itkImageRegionReverseIterator.hxx
│ │ │ │ ├── itkImageRegionSplitterBase.h
│ │ │ │ ├── itkImageRegionSplitterDirection.h
│ │ │ │ ├── itkImageRegionSplitterMultidimensional.h
│ │ │ │ ├── itkImageRegionSplitterSlowDimension.h
│ │ │ │ ├── itkImageReverseConstIterator.h
│ │ │ │ ├── itkImageReverseConstIterator.hxx
│ │ │ │ ├── itkImageReverseIterator.h
│ │ │ │ ├── itkImageReverseIterator.hxx
│ │ │ │ ├── itkImageScanlineConstIterator.h
│ │ │ │ ├── itkImageScanlineConstIterator.hxx
│ │ │ │ ├── itkImageScanlineIterator.h
│ │ │ │ ├── itkImageScanlineIterator.hxx
│ │ │ │ ├── itkImageSliceConstIteratorWithIndex.h
│ │ │ │ ├── itkImageSliceConstIteratorWithIndex.hxx
│ │ │ │ ├── itkImageSliceIteratorWithIndex.h
│ │ │ │ ├── itkImageSliceIteratorWithIndex.hxx
│ │ │ │ ├── itkImageSourceCommon.h
│ │ │ │ ├── itkImageSource.h
│ │ │ │ ├── itkImageSource.hxx
│ │ │ │ ├── itkImageToImageFilterCommon.h
│ │ │ │ ├── itkImageToImageFilterDetail.h
│ │ │ │ ├── itkImageToImageFilter.h
│ │ │ │ ├── itkImageToImageFilter.hxx
│ │ │ │ ├── itkImageTransformer.h
│ │ │ │ ├── itkImageTransformer.hxx
│ │ │ │ ├── itkImageTransformHelper.h
│ │ │ │ ├── itkImageVectorOptimizerParametersHelper.h
│ │ │ │ ├── itkImageVectorOptimizerParametersHelper.hxx
│ │ │ │ ├── itkImportImageContainer.h
│ │ │ │ ├── itkImportImageContainer.hxx
│ │ │ │ ├── itkImportImageFilter.h
│ │ │ │ ├── itkImportImageFilter.hxx
│ │ │ │ ├── itkIndent.h
│ │ │ │ ├── itkIndexedContainerInterface.h
│ │ │ │ ├── itkIndex.h
│ │ │ │ ├── itkInOrderTreeIterator.h
│ │ │ │ ├── itkInPlaceImageFilter.h
│ │ │ │ ├── itkInPlaceImageFilter.hxx
│ │ │ │ ├── itkInputDataObjectConstIterator.h
│ │ │ │ ├── itkInputDataObjectIterator.h
│ │ │ │ ├── itkInteriorExteriorSpatialFunction.h
│ │ │ │ ├── itkInteriorExteriorSpatialFunction.hxx
│ │ │ │ ├── itkIntTypes.h
│ │ │ │ ├── itkIsBaseOf.h
│ │ │ │ ├── itkIsConvertible.h
│ │ │ │ ├── itkIsNumber.h
│ │ │ │ ├── itkIsSame.h
│ │ │ │ ├── itkIterationReporter.h
│ │ │ │ ├── itkKernelFunctionBase.h
│ │ │ │ ├── itkLaplacianOperator.h
│ │ │ │ ├── itkLaplacianOperator.hxx
│ │ │ │ ├── itkLeafTreeIterator.h
│ │ │ │ ├── itkLevelOrderTreeIterator.h
│ │ │ │ ├── itkLevelOrderTreeIterator.hxx
│ │ │ │ ├── itkLightObject.h
│ │ │ │ ├── itkLightProcessObject.h
│ │ │ │ ├── itkLineCell.h
│ │ │ │ ├── itkLineCell.hxx
│ │ │ │ ├── itkLineConstIterator.h
│ │ │ │ ├── itkLineConstIterator.hxx
│ │ │ │ ├── itkLineIterator.h
│ │ │ │ ├── itkLineIterator.hxx
│ │ │ │ ├── itkLoggerBase.h
│ │ │ │ ├── itkLogger.h
│ │ │ │ ├── itkLoggerManager.h
│ │ │ │ ├── itkLoggerOutput.h
│ │ │ │ ├── itkLoggerThreadWrapper.h
│ │ │ │ ├── itkLoggerThreadWrapper.hxx
│ │ │ │ ├── itkLogOutput.h
│ │ │ │ ├── itkMacro.h
│ │ │ │ ├── itkMapContainer.h
│ │ │ │ ├── itkMapContainer.hxx
│ │ │ │ ├── itkMathDetail.h
│ │ │ │ ├── itkMath.h
│ │ │ │ ├── itkMatrix.h
│ │ │ │ ├── itkMatrix.hxx
│ │ │ │ ├── itkMatrixResizeableDataObject.h
│ │ │ │ ├── itkMatrixResizeableDataObject.hxx
│ │ │ │ ├── itkMemoryProbe.h
│ │ │ │ ├── itkMemoryProbesCollectorBase.h
│ │ │ │ ├── itkMemoryUsageObserver.h
│ │ │ │ ├── itkMersenneTwisterRandomVariateGenerator.h
│ │ │ │ ├── itkMetaDataDictionary.h
│ │ │ │ ├── itkMetaDataObjectBase.h
│ │ │ │ ├── itkMetaDataObject.h
│ │ │ │ ├── itkMetaDataObject.hxx
│ │ │ │ ├── itkMetaProgrammingLibrary.h
│ │ │ │ ├── itkMinimumMaximumImageCalculator.h
│ │ │ │ ├── itkMinimumMaximumImageCalculator.hxx
│ │ │ │ ├── itkMultipleLogOutput.h
│ │ │ │ ├── itkMultiThreader.h
│ │ │ │ ├── itkMutexLock.h
│ │ │ │ ├── itkMutexLockHolder.h
│ │ │ │ ├── itkNeighborhoodAccessorFunctor.h
│ │ │ │ ├── itkNeighborhoodAlgorithm.h
│ │ │ │ ├── itkNeighborhoodAlgorithm.hxx
│ │ │ │ ├── itkNeighborhoodAllocator.h
│ │ │ │ ├── itkNeighborhood.h
│ │ │ │ ├── itkNeighborhood.hxx
│ │ │ │ ├── itkNeighborhoodInnerProduct.h
│ │ │ │ ├── itkNeighborhoodInnerProduct.hxx
│ │ │ │ ├── itkNeighborhoodIterator.h
│ │ │ │ ├── itkNeighborhoodIterator.hxx
│ │ │ │ ├── itkNeighborhoodIteratorTestCommon.hxx
│ │ │ │ ├── itkNeighborhoodOperator.h
│ │ │ │ ├── itkNeighborhoodOperator.hxx
│ │ │ │ ├── itkNumberToString.h
│ │ │ │ ├── itkNumberToString.hxx
│ │ │ │ ├── itkNumericTraitsArrayPixel.h
│ │ │ │ ├── itkNumericTraitsCovariantVectorPixel.h
│ │ │ │ ├── itkNumericTraitsDiffusionTensor3DPixel.h
│ │ │ │ ├── itkNumericTraitsFixedArrayPixel.h
│ │ │ │ ├── itkNumericTraits.h
│ │ │ │ ├── itkNumericTraitsPointPixel.h
│ │ │ │ ├── itkNumericTraitsRGBAPixel.h
│ │ │ │ ├── itkNumericTraitsRGBPixel.h
│ │ │ │ ├── itkNumericTraitsStdVector.h
│ │ │ │ ├── itkNumericTraitsTensorPixel.h
│ │ │ │ ├── itkNumericTraitsVariableLengthVectorPixel.h
│ │ │ │ ├── itkNumericTraitsVectorPixel.h
│ │ │ │ ├── itkObjectFactoryBase.h
│ │ │ │ ├── itkObjectFactory.h
│ │ │ │ ├── itkObject.h
│ │ │ │ ├── itkObjectStore.h
│ │ │ │ ├── itkObjectStore.hxx
│ │ │ │ ├── itkOctree.h
│ │ │ │ ├── itkOctree.hxx
│ │ │ │ ├── itkOctreeNode.h
│ │ │ │ ├── itkOffset.h
│ │ │ │ ├── itkOptimizerParameters.h
│ │ │ │ ├── itkOptimizerParametersHelper.h
│ │ │ │ ├── itkOptimizerParameters.hxx
│ │ │ │ ├── itkOrientationAdapterBase.h
│ │ │ │ ├── itkOutputDataObjectConstIterator.h
│ │ │ │ ├── itkOutputDataObjectIterator.h
│ │ │ │ ├── itkOutputWindow.h
│ │ │ │ ├── itkPeriodicBoundaryCondition.h
│ │ │ │ ├── itkPeriodicBoundaryCondition.hxx
│ │ │ │ ├── itkPhasedArray3DSpecialCoordinatesImage.h
│ │ │ │ ├── itkPhasedArray3DSpecialCoordinatesImage.hxx
│ │ │ │ ├── itkPixelTraits.h
│ │ │ │ ├── itkPoint.h
│ │ │ │ ├── itkPoint.hxx
│ │ │ │ ├── itkPointSet.h
│ │ │ │ ├── itkPointSet.hxx
│ │ │ │ ├── itkPointSetToImageFilter.h
│ │ │ │ ├── itkPointSetToImageFilter.hxx
│ │ │ │ ├── itkPolygonCell.h
│ │ │ │ ├── itkPolygonCell.hxx
│ │ │ │ ├── itkPostOrderTreeIterator.h
│ │ │ │ ├── itkPreOrderTreeIterator.h
│ │ │ │ ├── itkPriorityQueueContainer.h
│ │ │ │ ├── itkPriorityQueueContainer.hxx
│ │ │ │ ├── itkProcessObject.h
│ │ │ │ ├── itkProgressAccumulator.h
│ │ │ │ ├── itkProgressReporter.h
│ │ │ │ ├── itkPromoteType.h
│ │ │ │ ├── itkQuadraticEdgeCell.h
│ │ │ │ ├── itkQuadraticEdgeCell.hxx
│ │ │ │ ├── itkQuadraticTriangleCell.h
│ │ │ │ ├── itkQuadraticTriangleCell.hxx
│ │ │ │ ├── itkQuadraticTriangleCellTopology.h
│ │ │ │ ├── itkQuadrilateralCell.h
│ │ │ │ ├── itkQuadrilateralCell.hxx
│ │ │ │ ├── itkQuadrilateralCellTopology.h
│ │ │ │ ├── itkRandomVariateGeneratorBase.h
│ │ │ │ ├── itkRealTimeClock.h
│ │ │ │ ├── itkRealTimeInterval.h
│ │ │ │ ├── itkRealTimeStamp.h
│ │ │ │ ├── itkRegion.h
│ │ │ │ ├── itkRegularizedHeavisideStepFunction.h
│ │ │ │ ├── itkRegularizedHeavisideStepFunction.hxx
│ │ │ │ ├── itkResourceProbe.h
│ │ │ │ ├── itkResourceProbe.hxx
│ │ │ │ ├── itkResourceProbesCollectorBase.h
│ │ │ │ ├── itkResourceProbesCollectorBase.hxx
│ │ │ │ ├── itkRGBAPixel.h
│ │ │ │ ├── itkRGBAPixel.hxx
│ │ │ │ ├── itkRGBPixel.h
│ │ │ │ ├── itkRGBPixel.hxx
│ │ │ │ ├── itkRootTreeIterator.h
│ │ │ │ ├── itkShapedFloodFilledFunctionConditionalConstIterator.h
│ │ │ │ ├── itkShapedFloodFilledFunctionConditionalConstIterator.hxx
│ │ │ │ ├── itkShapedFloodFilledImageFunctionConditionalConstIterator.h
│ │ │ │ ├── itkShapedFloodFilledImageFunctionConditionalConstIterator.hxx
│ │ │ │ ├── itkShapedFloodFilledImageFunctionConditionalIterator.h
│ │ │ │ ├── itkShapedNeighborhoodIterator.h
│ │ │ │ ├── itkShapedNeighborhoodIterator.hxx
│ │ │ │ ├── itkSimpleDataObjectDecorator.h
│ │ │ │ ├── itkSimpleDataObjectDecorator.hxx
│ │ │ │ ├── itkSimpleFastMutexLock.h
│ │ │ │ ├── itkSimpleFilterWatcher.h
│ │ │ │ ├── itkSinRegularizedHeavisideStepFunction.h
│ │ │ │ ├── itkSinRegularizedHeavisideStepFunction.hxx
│ │ │ │ ├── itkSize.h
│ │ │ │ ├── itkSliceIterator.h
│ │ │ │ ├── itkSmapsFileParser.h
│ │ │ │ ├── itkSmapsFileParser.hxx
│ │ │ │ ├── itkSmartPointerForwardReference.h
│ │ │ │ ├── itkSmartPointerForwardReference.hxx
│ │ │ │ ├── itkSmartPointer.h
│ │ │ │ ├── itkSobelOperator.h
│ │ │ │ ├── itkSobelOperator.hxx
│ │ │ │ ├── itkSparseFieldLayer.h
│ │ │ │ ├── itkSparseFieldLayer.hxx
│ │ │ │ ├── itkSparseImage.h
│ │ │ │ ├── itkSparseImage.hxx
│ │ │ │ ├── itkSpatialFunction.h
│ │ │ │ ├── itkSpatialFunction.hxx
│ │ │ │ ├── itkSpatialOrientationAdapter.h
│ │ │ │ ├── itkSpatialOrientation.h
│ │ │ │ ├── itkSpecialCoordinatesImage.h
│ │ │ │ ├── itkSpecialCoordinatesImage.hxx
│ │ │ │ ├── itkSphereSpatialFunction.h
│ │ │ │ ├── itkSphereSpatialFunction.hxx
│ │ │ │ ├── itkStaticAssert.h
│ │ │ │ ├── itkStdStreamLogOutput.h
│ │ │ │ ├── itkStdStreamStateSave.h
│ │ │ │ ├── itkSTLConstContainerAdaptor.h
│ │ │ │ ├── itkSTLContainerAdaptor.h
│ │ │ │ ├── itkStoppingCriterionBase.h
│ │ │ │ ├── itkStreamingImageFilter.h
│ │ │ │ ├── itkStreamingImageFilter.hxx
│ │ │ │ ├── itkStructHashFunction.h
│ │ │ │ ├── itkSymmetricEigenAnalysis.h
│ │ │ │ ├── itkSymmetricEigenAnalysis.hxx
│ │ │ │ ├── itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h
│ │ │ │ ├── itkSymmetricEllipsoidInteriorExteriorSpatialFunction.hxx
│ │ │ │ ├── itkSymmetricSecondRankTensor.h
│ │ │ │ ├── itkSymmetricSecondRankTensor.hxx
│ │ │ │ ├── itkTetrahedronCell.h
│ │ │ │ ├── itkTetrahedronCell.hxx
│ │ │ │ ├── itkTetrahedronCellTopology.h
│ │ │ │ ├── itkTextOutput.h
│ │ │ │ ├── itkThreadedDomainPartitioner.h
│ │ │ │ ├── itkThreadedImageRegionPartitioner.h
│ │ │ │ ├── itkThreadedImageRegionPartitioner.hxx
│ │ │ │ ├── itkThreadedIndexedContainerPartitioner.h
│ │ │ │ ├── itkThreadedIteratorRangePartitioner.h
│ │ │ │ ├── itkThreadedIteratorRangePartitioner.hxx
│ │ │ │ ├── itkThreadJob.h
│ │ │ │ ├── itkThreadLogger.h
│ │ │ │ ├── itkThreadPool.h
│ │ │ │ ├── itkThreadSupport.h
│ │ │ │ ├── itkTimeProbe.h
│ │ │ │ ├── itkTimeProbesCollectorBase.h
│ │ │ │ ├── itkTimeStamp.h
│ │ │ │ ├── itkTorusInteriorExteriorSpatialFunction.h
│ │ │ │ ├── itkTorusInteriorExteriorSpatialFunction.hxx
│ │ │ │ ├── itkTreeChangeEvent.h
│ │ │ │ ├── itkTreeContainerBase.h
│ │ │ │ ├── itkTreeContainer.h
│ │ │ │ ├── itkTreeContainer.hxx
│ │ │ │ ├── itkTreeIteratorBase.h
│ │ │ │ ├── itkTreeIteratorBase.hxx
│ │ │ │ ├── itkTreeIteratorClone.h
│ │ │ │ ├── itkTreeNode.h
│ │ │ │ ├── itkTreeNode.hxx
│ │ │ │ ├── itkTriangleCell.h
│ │ │ │ ├── itkTriangleCell.hxx
│ │ │ │ ├── itkTriangleCellTopology.h
│ │ │ │ ├── itkTriangleHelper.h
│ │ │ │ ├── itkTriangleHelper.hxx
│ │ │ │ ├── itkUnaryCorrespondenceMatrix.h
│ │ │ │ ├── itkUnaryCorrespondenceMatrix.hxx
│ │ │ │ ├── itkUnaryFunctorImageFilter.h
│ │ │ │ ├── itkUnaryFunctorImageFilter.hxx
│ │ │ │ ├── itkValarrayImageContainer.h
│ │ │ │ ├── itkVariableLengthVector.h
│ │ │ │ ├── itkVariableLengthVector.hxx
│ │ │ │ ├── itkVariableSizeMatrix.h
│ │ │ │ ├── itkVariableSizeMatrix.hxx
│ │ │ │ ├── itkVectorContainer.h
│ │ │ │ ├── itkVectorContainer.hxx
│ │ │ │ ├── itkVector.h
│ │ │ │ ├── itkVector.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
│ │ │ │ ├── VNLIterativeSparseSolverTraits.h
│ │ │ │ └── VNLSparseLUSolverTraits.h
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkArrayOutputSpecialization.cxx
│ │ │ │ ├── itkAtomicInt.cxx
│ │ │ │ ├── itkBarrier.cxx
│ │ │ │ ├── itkCommand.cxx
│ │ │ │ ├── itkCompensatedSummation.cxx
│ │ │ │ ├── itkConditionVariable.cxx
│ │ │ │ ├── itkConditionVariableNoThreads.cxx
│ │ │ │ ├── itkConditionVariablePThreads.cxx
│ │ │ │ ├── itkConditionVariableWinThreads.cxx
│ │ │ │ ├── itkConfigure.h.in
│ │ │ │ ├── itkCovariantVector.cxx
│ │ │ │ ├── itkCreateObjectFunction.cxx
│ │ │ │ ├── itkDataObject.cxx
│ │ │ │ ├── itkDirectory.cxx
│ │ │ │ ├── itkDynamicLoader.cxx
│ │ │ │ ├── itkEquivalencyTable.cxx
│ │ │ │ ├── itkEventObject.cxx
│ │ │ │ ├── itkExceptionObject.cxx
│ │ │ │ ├── itkFastMutexLock.cxx
│ │ │ │ ├── itkFileOutputWindow.cxx
│ │ │ │ ├── itkFloatingPointExceptions.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
│ │ │ │ ├── itkLoggerBase.cxx
│ │ │ │ ├── itkLogger.cxx
│ │ │ │ ├── itkLoggerManager.cxx
│ │ │ │ ├── itkLoggerOutput.cxx
│ │ │ │ ├── itkLogOutput.cxx
│ │ │ │ ├── itkMath.cxx
│ │ │ │ ├── itkMemoryProbe.cxx
│ │ │ │ ├── itkMemoryProbesCollectorBase.cxx
│ │ │ │ ├── itkMemoryUsageObserver.cxx
│ │ │ │ ├── itkMersenneTwisterRandomVariateGenerator.cxx
│ │ │ │ ├── itkMetaDataDictionary.cxx
│ │ │ │ ├── itkMetaDataObjectBase.cxx
│ │ │ │ ├── itkMetaDataObject.cxx
│ │ │ │ ├── itkMultipleLogOutput.cxx
│ │ │ │ ├── itkMultiThreader.cxx
│ │ │ │ ├── itkMultiThreaderNoThreads.cxx
│ │ │ │ ├── itkMultiThreaderPThreads.cxx
│ │ │ │ ├── itkMultiThreaderWinThreads.cxx
│ │ │ │ ├── itkMutexLock.cxx
│ │ │ │ ├── itkMutexLockNoThreads.cxx
│ │ │ │ ├── itkMutexLockPThreads.cxx
│ │ │ │ ├── itkMutexLockWinThreads.cxx
│ │ │ │ ├── itkNumberToString.cxx
│ │ │ │ ├── itkNumericTraitsCovariantVectorPixel.cxx
│ │ │ │ ├── itkNumericTraits.cxx
│ │ │ │ ├── itkNumericTraitsDiffusionTensor3DPixel.cxx
│ │ │ │ ├── itkNumericTraitsFixedArrayPixel2.cxx
│ │ │ │ ├── itkNumericTraitsFixedArrayPixel.cxx
│ │ │ │ ├── itkNumericTraitsPointPixel.cxx
│ │ │ │ ├── itkNumericTraitsRGBAPixel.cxx
│ │ │ │ ├── itkNumericTraitsRGBPixel.cxx
│ │ │ │ ├── itkNumericTraitsTensorPixel2.cxx
│ │ │ │ ├── itkNumericTraitsTensorPixel.cxx
│ │ │ │ ├── itkNumericTraitsVectorPixel.cxx
│ │ │ │ ├── itkObject.cxx
│ │ │ │ ├── itkObjectFactoryBase.cxx
│ │ │ │ ├── itkOctreeNode.cxx
│ │ │ │ ├── itkOutputWindow.cxx
│ │ │ │ ├── itkProcessObject.cxx
│ │ │ │ ├── itkProgressAccumulator.cxx
│ │ │ │ ├── itkProgressReporter.cxx
│ │ │ │ ├── itkPThreadPool.cxx
│ │ │ │ ├── itkQuadraticTriangleCellTopology.cxx
│ │ │ │ ├── itkQuadrilateralCellTopology.cxx
│ │ │ │ ├── itkRandomVariateGeneratorBase.cxx
│ │ │ │ ├── itkRealTimeClock.cxx
│ │ │ │ ├── itkRealTimeInterval.cxx
│ │ │ │ ├── itkRealTimeStamp.cxx
│ │ │ │ ├── itkRegion.cxx
│ │ │ │ ├── itkSimpleFastMutexLock.cxx
│ │ │ │ ├── itkSimpleFastMutexLockNoThreads.cxx
│ │ │ │ ├── itkSimpleFastMutexLockPThreads.cxx
│ │ │ │ ├── itkSimpleFastMutexLockWinThreads.cxx
│ │ │ │ ├── itkSimpleFilterWatcher.cxx
│ │ │ │ ├── itkSmapsFileParser.cxx
│ │ │ │ ├── itkSmartPointerForwardReferenceProcessObject.cxx
│ │ │ │ ├── itkSpatialOrientationAdapter.cxx
│ │ │ │ ├── itkStdStreamLogOutput.cxx
│ │ │ │ ├── itkStoppingCriterionBase.cxx
│ │ │ │ ├── itkTetrahedronCellTopology.cxx
│ │ │ │ ├── itkTextOutput.cxx
│ │ │ │ ├── itkThreadedIndexedContainerPartitioner.cxx
│ │ │ │ ├── itkThreadLogger.cxx
│ │ │ │ ├── itkThreadPool.cxx
│ │ │ │ ├── itkTimeProbe.cxx
│ │ │ │ ├── itkTimeProbesCollectorBase.cxx
│ │ │ │ ├── itkTimeStamp.cxx
│ │ │ │ ├── itkTriangleCellTopology.cxx
│ │ │ │ ├── itkVector.cxx
│ │ │ │ ├── itkVersion.cxx
│ │ │ │ ├── itkWin32OutputWindow.cxx
│ │ │ │ ├── itkWinThreadPool.cxx
│ │ │ │ ├── itkXMLFileOutputWindow.cxx
│ │ │ │ └── itkXMLFilterWatcher.cxx
│ │ │ ├── test
│ │ │ │ ├── ClientTestLibraryA.cxx
│ │ │ │ ├── ClientTestLibraryA.h
│ │ │ │ ├── ClientTestLibraryB.cxx
│ │ │ │ ├── ClientTestLibraryB.h
│ │ │ │ ├── ClientTestLibraryC.cxx
│ │ │ │ ├── ClientTestLibraryC.h
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkAbortProcessObjectTest.cxx
│ │ │ │ ├── itkAdaptorComparisonTest.cxx
│ │ │ │ ├── itkAnnulusOperatorTest.cxx
│ │ │ │ ├── itkArray2DTest.cxx
│ │ │ │ ├── itkArrayTest.cxx
│ │ │ │ ├── itkAtanRegularizedHeavisideStepFunctionTest1.cxx
│ │ │ │ ├── itkAtomicIntTest.cxx
│ │ │ │ ├── itkAutoPointerTest.cxx
│ │ │ │ ├── itkBarrierTest.cxx
│ │ │ │ ├── itkBoundaryConditionTest.cxx
│ │ │ │ ├── itkBoundingBoxTest.cxx
│ │ │ │ ├── itkBresenhamLineTest.cxx
│ │ │ │ ├── itkBSplineInterpolationWeightFunctionTest.cxx
│ │ │ │ ├── itkBSplineKernelFunctionTest.cxx
│ │ │ │ ├── itkByteSwapTest.cxx
│ │ │ │ ├── itkCMakeConfigurationTest.cxx
│ │ │ │ ├── itkColorTableTest.cxx
│ │ │ │ ├── itkCommandObserverObjectTest.cxx
│ │ │ │ ├── itkCompensatedSummationTest2.cxx
│ │ │ │ ├── itkCompensatedSummationTest.cxx
│ │ │ │ ├── itkConditionVariableTest.cxx
│ │ │ │ ├── itkConstantBoundaryConditionTest.cxx
│ │ │ │ ├── itkConstNeighborhoodIteratorTest.cxx
│ │ │ │ ├── itkConstNeighborhoodIteratorWithOnlyIndexTest.cxx
│ │ │ │ ├── itkConstShapedNeighborhoodIteratorTest2.cxx
│ │ │ │ ├── itkConstShapedNeighborhoodIteratorTest.cxx
│ │ │ │ ├── itkCovariantVectorGeometryTest.cxx
│ │ │ │ ├── itkCrossHelperTest.cxx
│ │ │ │ ├── itkDataObjectAndProcessObjectTest.cxx
│ │ │ │ ├── itkDataObjectTest.cxx
│ │ │ │ ├── itkDataTypeTest.cxx
│ │ │ │ ├── itkDecoratorTest.cxx
│ │ │ │ ├── itkDerivativeOperatorTest.cxx
│ │ │ │ ├── itkDirectoryTest.cxx
│ │ │ │ ├── itkDirectoryTest.py
│ │ │ │ ├── itkDownCastTest.cxx
│ │ │ │ ├── itkEllipsoidInteriorExteriorSpatialFunctionTest.cxx
│ │ │ │ ├── itkEnableIfTest.cxx
│ │ │ │ ├── itkEventObjectTest.cxx
│ │ │ │ ├── itkExceptionObjectTest.cxx
│ │ │ │ ├── itkExtractImage3Dto2DTest.cxx
│ │ │ │ ├── itkExtractImageTest.cxx
│ │ │ │ ├── itkFactoryTestLib.cxx
│ │ │ │ ├── itkFileOutputWindowTest.cxx
│ │ │ │ ├── itkFilterDispatchTest.cxx
│ │ │ │ ├── itkFiniteCylinderSpatialFunctionTest.cxx
│ │ │ │ ├── itkFixedArrayTest2.cxx
│ │ │ │ ├── itkFixedArrayTest.cxx
│ │ │ │ ├── itkFloatingPointExceptionsExtern.cxx
│ │ │ │ ├── itkFloatingPointExceptionsTest.cxx
│ │ │ │ ├── itkFloodFilledSpatialFunctionTest.cxx
│ │ │ │ ├── itkFloodFillIteratorTest.cxx
│ │ │ │ ├── itkFrustumSpatialFunctionTest.cxx
│ │ │ │ ├── itkGaussianDerivativeOperatorTest.cxx
│ │ │ │ ├── itkGaussianSpatialFunctionTest.cxx
│ │ │ │ ├── itkHashTableTest.cxx
│ │ │ │ ├── itkHeavisideStepFunctionTest1.cxx
│ │ │ │ ├── itkImageAdaptorPipeLineTest.cxx
│ │ │ │ ├── itkImageAlgorithmCopyTest2.cxx
│ │ │ │ ├── itkImageAlgorithmCopyTest.cxx
│ │ │ │ ├── itkImageComputeOffsetAndIndexTest.cxx
│ │ │ │ ├── itkImageDuplicatorTest.cxx
│ │ │ │ ├── itkImageFillBufferTest.cxx
│ │ │ │ ├── itkImageIteratorsForwardBackwardTest.cxx
│ │ │ │ ├── itkImageIteratorTest.cxx
│ │ │ │ ├── itkImageIteratorWithIndexTest.cxx
│ │ │ │ ├── itkImageLinearIteratorTest.cxx
│ │ │ │ ├── itkImageRandomConstIteratorWithOnlyIndexTest.cxx
│ │ │ │ ├── itkImageRandomIteratorTest2.cxx
│ │ │ │ ├── itkImageRandomIteratorTest.cxx
│ │ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndexTest2.cxx
│ │ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndexTest.cxx
│ │ │ │ ├── itkImageRegionConstIteratorWithOnlyIndexTest.cxx
│ │ │ │ ├── itkImageRegionExclusionIteratorWithIndexTest.cxx
│ │ │ │ ├── itkImageRegionExplicitTest.cxx
│ │ │ │ ├── itkImageRegionIteratorTest.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
│ │ │ │ ├── itkIndexOffsetTest.py
│ │ │ │ ├── itkIntTypesTest.cxx
│ │ │ │ ├── itkIsBaseOf.cxx
│ │ │ │ ├── itkIsConvertible.cxx
│ │ │ │ ├── itkIteratorTests.cxx
│ │ │ │ ├── itkLightObjectTest.cxx
│ │ │ │ ├── itkLineIteratorTest.cxx
│ │ │ │ ├── itkLoggerManagerTest.cxx
│ │ │ │ ├── itkLoggerOutputTest.cxx
│ │ │ │ ├── itkLoggerTest.cxx
│ │ │ │ ├── itkLoggerThreadWrapperTest.cxx
│ │ │ │ ├── itkMapContainerTest.cxx
│ │ │ │ ├── itkMathCastWithRangeCheckTest.cxx
│ │ │ │ ├── itkMathRoundProfileTest1.cxx
│ │ │ │ ├── itkMathRoundTest2.cxx
│ │ │ │ ├── itkMathRoundTest.cxx
│ │ │ │ ├── itkMathTest.cxx
│ │ │ │ ├── itkMatrixTest.cxx
│ │ │ │ ├── itkMemoryLeakTest.cxx
│ │ │ │ ├── itkMemoryProbesCollecterBaseTest.cxx
│ │ │ │ ├── itkMersenneTwisterRandomVariateGeneratorTest.cxx
│ │ │ │ ├── itkMetaDataDictionaryTest.cxx
│ │ │ │ ├── itkMetaDataDictionaryTest.py
│ │ │ │ ├── itkMetaDataObjectTest.cxx
│ │ │ │ ├── itkMetaProgrammingLibraryTest.cxx
│ │ │ │ ├── itkMinimumMaximumImageCalculatorTest.cxx
│ │ │ │ ├── itkModifiedTimeTest.cxx
│ │ │ │ ├── itkMultipleLogOutputTest.cxx
│ │ │ │ ├── itkMultiThreaderEnvTest.cxx
│ │ │ │ ├── itkMultiThreaderTest.cxx
│ │ │ │ ├── itkNeighborhoodAlgorithmTest.cxx
│ │ │ │ ├── itkNeighborhoodIteratorTest.cxx
│ │ │ │ ├── itkNeighborhoodOperatorTest.cxx
│ │ │ │ ├── itkNeighborhoodTest.cxx
│ │ │ │ ├── itkNumberToStringTest.cxx
│ │ │ │ ├── itkNumericsTest.cxx
│ │ │ │ ├── itkNumericTraitsTest.cxx
│ │ │ │ ├── itkObjectFactoryTest2.cxx
│ │ │ │ ├── itkObjectFactoryTest3.cxx
│ │ │ │ ├── itkObjectFactoryTest.cxx
│ │ │ │ ├── itkObjectStoreTest.cxx
│ │ │ │ ├── itkOctreeTest.cxx
│ │ │ │ ├── itkOptimizerParametersTest.cxx
│ │ │ │ ├── itkPeriodicBoundaryConditionTest.cxx
│ │ │ │ ├── itkPhasedArray3DSpecialCoordinatesImageTest.cxx
│ │ │ │ ├── itkPixelAccessTest.cxx
│ │ │ │ ├── itkPointGeometryTest.cxx
│ │ │ │ ├── itkPointSetTest.cxx
│ │ │ │ ├── itkPriorityQueueTest.cxx
│ │ │ │ ├── itkPromoteType.cxx
│ │ │ │ ├── itkRealTimeClockTest.cxx
│ │ │ │ ├── itkRealTimeIntervalTest.cxx
│ │ │ │ ├── itkRealTimeStampTest.cxx
│ │ │ │ ├── itkRGBPixelTest.cxx
│ │ │ │ ├── itkShapedNeighborhoodIteratorTest.cxx
│ │ │ │ ├── itkSimpleFastMutexLockTest.cxx
│ │ │ │ ├── itkSimpleFilterWatcherTest.cxx
│ │ │ │ ├── itkSinRegularizedHeavisideStepFunctionTest1.cxx
│ │ │ │ ├── itkSizeTest.cxx
│ │ │ │ ├── itkSliceIteratorTest.cxx
│ │ │ │ ├── itkSmartPointerTest.cxx
│ │ │ │ ├── itkSparseFieldLayerTest.cxx
│ │ │ │ ├── itkSparseImageTest.cxx
│ │ │ │ ├── itkSpatialFunctionTest.cxx
│ │ │ │ ├── itkSpawnThreadTest.cxx
│ │ │ │ ├── itkStdStreamLogOutputTest.cxx
│ │ │ │ ├── itkStdStreamStateSaveTest.cxx
│ │ │ │ ├── itkSTLContainerAdaptorTest.cxx
│ │ │ │ ├── itkSTLThreadTest.cxx
│ │ │ │ ├── itkStreamingImageFilterTest2.cxx
│ │ │ │ ├── itkStreamingImageFilterTest3.cxx
│ │ │ │ ├── itkStreamingImageFilterTest.cxx
│ │ │ │ ├── itkSymmetricEigenAnalysisTest.cxx
│ │ │ │ ├── itkSymmetricEllipsoidInteriorExteriorSpatialFunctionTest.cxx
│ │ │ │ ├── itkSymmetricSecondRankTensorImageReadTest.cxx
│ │ │ │ ├── itkSymmetricSecondRankTensorImageWriteReadTest.cxx
│ │ │ │ ├── itkSymmetricSecondRankTensorTest.cxx
│ │ │ │ ├── itkSystemInformation.cxx
│ │ │ │ ├── itkThreadDefsTest.cxx
│ │ │ │ ├── itkThreadedImageRegionPartitionerTest.cxx
│ │ │ │ ├── itkThreadedIndexedContainerPartitionerTest.cxx
│ │ │ │ ├── itkThreadedIteratorRangePartitionerTest2.cxx
│ │ │ │ ├── itkThreadedIteratorRangePartitionerTest3.cxx
│ │ │ │ ├── itkThreadedIteratorRangePartitionerTest.cxx
│ │ │ │ ├── itkThreadLoggerTest.cxx
│ │ │ │ ├── itkThreadPoolTest.cxx
│ │ │ │ ├── itkTimeProbesTest.cxx
│ │ │ │ ├── itkTimeProbeTest2.cxx
│ │ │ │ ├── itkTimeProbeTest.cxx
│ │ │ │ ├── itkTimeStampTest.cxx
│ │ │ │ ├── itkTorusInteriorExteriorSpatialFunctionTest.cxx
│ │ │ │ ├── itkTreeContainerTest2.cxx
│ │ │ │ ├── itkTreeContainerTest.cxx
│ │ │ │ ├── itkVariableLengthVectorTest.cxx
│ │ │ │ ├── itkVariableSizeMatrixTest.cxx
│ │ │ │ ├── itkVectorGeometryTest.cxx
│ │ │ │ ├── itkVectorMultiplyTest.cxx
│ │ │ │ ├── itkVectorTest.cxx
│ │ │ │ ├── itkVersionTest.cxx
│ │ │ │ ├── itkVersorTest.cxx
│ │ │ │ ├── itkVNLRoundProfileTest1.cxx
│ │ │ │ ├── itkZeroFluxBoundaryConditionTest.cxx
│ │ │ │ └── VNLSparseLUSolverTraitsTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkArray2D.wrap
│ │ │ ├── itkArray.wrap
│ │ │ ├── itkBoundingBox.wrap
│ │ │ ├── itkBSplineInterpolationWeightFunction.wrap
│ │ │ ├── ITKCommonBase.wrap
│ │ │ ├── itkContinuousIndex.wrap
│ │ │ ├── itkCovariantVector.wrap
│ │ │ ├── itkDefaultDynamicMeshTraits.wrap
│ │ │ ├── itkDefaultStaticMeshTraits.wrap
│ │ │ ├── itkDiffusionTensor3D.wrap
│ │ │ ├── itkExtractImageFilter.wrap
│ │ │ ├── itkFixedArray.wrap
│ │ │ ├── itkFunctionBase.wrap
│ │ │ ├── itkImageBoundaryCondition.wrap
│ │ │ ├── itkImageConstIterator.notwrapped
│ │ │ ├── itkImageConstIteratorWithIndex.notwrapped
│ │ │ ├── itkImageDuplicator.wrap
│ │ │ ├── itkImageIterator.notwrapped
│ │ │ ├── itkImageIteratorWithIndex.notwrapped
│ │ │ ├── itkImageLinearConstIteratorWithIndex.notwrapped
│ │ │ ├── itkImageLinearIteratorWithIndex.notwrapped
│ │ │ ├── itkImageRandomConstIteratorWithIndex.notwrapped
│ │ │ ├── itkImageRandomIteratorWithIndex.notwrapped
│ │ │ ├── itkImageRandomNonRepeatingConstIteratorWithIndex.notwrapped
│ │ │ ├── itkImageRandomNonRepeatingIteratorWithIndex.notwrapped
│ │ │ ├── itkImageRegionConstIterator.notwrapped
│ │ │ ├── itkImageRegionConstIteratorWithIndex.notwrapped
│ │ │ ├── itkImageRegionIterator.notwrapped
│ │ │ ├── itkImageRegionIteratorWithIndex.notwrapped
│ │ │ ├── itkImageRegion.wrap
│ │ │ ├── itkImageSourceCommon.wrap
│ │ │ ├── itkImageSource.wrap
│ │ │ ├── itkImageToImageFilterA.wrap
│ │ │ ├── itkImageToImageFilterB.wrap
│ │ │ ├── itkImageToImageFilterCommon.wrap
│ │ │ ├── itkImageTransformer.wrap
│ │ │ ├── itkImage.wrap
│ │ │ ├── itkImportImageFilter.wrap
│ │ │ ├── itkIndex.wrap
│ │ │ ├── itkInPlaceImageFilterA.wrap
│ │ │ ├── itkInPlaceImageFilterB.wrap
│ │ │ ├── itkKernelFunctionBase.wrap
│ │ │ ├── itkLineCell.notwrapped
│ │ │ ├── itkMapContainer.wrap
│ │ │ ├── itkMatrix.wrap
│ │ │ ├── itkMetaDataObject.wrap
│ │ │ ├── itkMinimumMaximumImageCalculator.wrap
│ │ │ ├── itkNeighborhood.wrap
│ │ │ ├── itkNumericTraits.wrap
│ │ │ ├── itkOffset.wrap
│ │ │ ├── itkOptimizerParameters.wrap
│ │ │ ├── itkPointSet.wrap
│ │ │ ├── itkPoint.wrap
│ │ │ ├── itkRGBAPixel.wrap
│ │ │ ├── itkRGBPixel.wrap
│ │ │ ├── itkSimpleDataObjectDecorator.wrap
│ │ │ ├── itkSize.wrap
│ │ │ ├── itkSpatialFunction.wrap
│ │ │ ├── itkSpatialOrientation.wrap
│ │ │ ├── itkStreamingImageFilter.wrap
│ │ │ ├── itkSymmetricSecondRankTensor.wrap
│ │ │ ├── itkTriangleCell.notwrapped
│ │ │ ├── itkTriangleHelper.wrap
│ │ │ ├── itkVariableLengthVector.wrap
│ │ │ ├── itkVariableSizeMatrix.wrap
│ │ │ ├── itkVectorContainer.wrap
│ │ │ ├── itkVectorImage.wrap
│ │ │ ├── itkVector.wrap
│ │ │ ├── itkVersor.wrap
│ │ │ ├── itkVertexCell.notwrapped
│ │ │ ├── stdcomplex.wrap
│ │ │ ├── SwigExtras.i
│ │ │ ├── vnl_cost_function.wrap
│ │ │ ├── vnl_c_vector.wrap
│ │ │ ├── vnl_diag_matrix.wrap
│ │ │ ├── vnl_file_matrix.wrap
│ │ │ ├── vnl_file_vector.wrap
│ │ │ ├── vnl_fortran_copy.wrap
│ │ │ ├── vnl_least_squares_function.wrap
│ │ │ ├── vnl_matrix_fixed_ref.wrap
│ │ │ ├── vnl_matrix_fixed.wrap
│ │ │ ├── vnl_matrix_ref.wrap
│ │ │ ├── vnl_matrix.wrap
│ │ │ ├── vnl_unary_function.wrap
│ │ │ ├── vnl_vector_ref.wrap
│ │ │ ├── vnl_vector.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
│ │ │ │ ├── itkGPUImageDataManager.h
│ │ │ │ ├── itkGPUImageDataManager.hxx
│ │ │ │ ├── itkGPUImage.h
│ │ │ │ ├── itkGPUImage.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
│ │ ├── GPUFiniteDifference
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkGPUDenseFiniteDifferenceImageFilter.h
│ │ │ │ ├── itkGPUDenseFiniteDifferenceImageFilter.hxx
│ │ │ │ ├── itkGPUFiniteDifferenceFunction.h
│ │ │ │ ├── itkGPUFiniteDifferenceImageFilter.h
│ │ │ │ └── itkGPUFiniteDifferenceImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ └── GPUDenseFiniteDifferenceImageFilter.cl
│ │ ├── ImageAdaptors
│ │ │ ├── CMakeLists.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
│ │ │ │ ├── itkRedPixelAccessor.h
│ │ │ │ ├── itkRGBToLuminanceImageAdaptor.h
│ │ │ │ ├── itkRGBToVectorImageAdaptor.h
│ │ │ │ ├── itkRGBToVectorPixelAccessor.h
│ │ │ │ ├── itkSinImageAdaptor.h
│ │ │ │ ├── itkSqrtImageAdaptor.h
│ │ │ │ ├── itkTanImageAdaptor.h
│ │ │ │ ├── itkVectorImageToImageAdaptor.h
│ │ │ │ ├── itkVectorToRGBImageAdaptor.h
│ │ │ │ └── itkVectorToRGBPixelAccessor.h
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkComplexConjugateImageAdaptorTest.cxx
│ │ │ ├── itkImageAdaptorTest.cxx
│ │ │ ├── itkNthElementPixelAccessorTest.cxx
│ │ │ ├── itkRGBToVectorImageAdaptorTest.cxx
│ │ │ ├── itkVectorImageTest.cxx
│ │ │ └── itkVectorImageToImageAdaptorTest.cxx
│ │ ├── ImageFunction
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBinaryThresholdImageFunction.h
│ │ │ │ ├── itkBinaryThresholdImageFunction.hxx
│ │ │ │ ├── itkBSplineDecompositionImageFilter.h
│ │ │ │ ├── itkBSplineDecompositionImageFilter.hxx
│ │ │ │ ├── itkBSplineInterpolateImageFunction.h
│ │ │ │ ├── itkBSplineInterpolateImageFunction.hxx
│ │ │ │ ├── itkBSplineResampleImageFunction.h
│ │ │ │ ├── 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
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBinaryThresholdImageFunctionTest.cxx
│ │ │ │ ├── itkBSplineDecompositionImageFilterTest.cxx
│ │ │ │ ├── itkBSplineInterpolateImageFunctionTest.cxx
│ │ │ │ ├── itkBSplineResampleImageFunctionTest.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
│ │ │ │ ├── itkRayCastInterpolateImageFunctionTest.cxx
│ │ │ │ ├── itkRGBInterpolateImageFunctionTest.cxx
│ │ │ │ ├── itkScatterMatrixImageFunctionTest.cxx
│ │ │ │ ├── itkVarianceImageFunctionTest.cxx
│ │ │ │ ├── itkVectorInterpolateImageFunctionTest.cxx
│ │ │ │ ├── itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunctionTest.cxx
│ │ │ │ ├── itkVectorMeanImageFunctionTest.cxx
│ │ │ │ ├── itkWindowedSincInterpolateImageFunctionTest.cxx
│ │ │ │ └── makeRandomImageBsplineInterpolator.h
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBSplineDecompositionImageFilter.wrap
│ │ │ ├── itkBSplineInterpolateImageFunction.wrap
│ │ │ ├── itkBSplineResampleImageFunction.wrap
│ │ │ ├── itkImageFunctionBase.wrap
│ │ │ ├── itkInterpolateImageFunction.wrap
│ │ │ ├── itkLinearInterpolateImageFunction.wrap
│ │ │ ├── itkNearestNeighborInterpolateImageFunction.wrap
│ │ │ └── itkRayCastInterpolateImageFunction.wrap
│ │ ├── Mesh
│ │ │ ├── CMakeLists.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
│ │ │ │ ├── itkSimplexMeshAdaptTopologyFilter.h
│ │ │ │ ├── itkSimplexMeshAdaptTopologyFilter.hxx
│ │ │ │ ├── itkSimplexMeshGeometry.h
│ │ │ │ ├── itkSimplexMesh.h
│ │ │ │ ├── itkSimplexMesh.hxx
│ │ │ │ ├── itkSimplexMeshToTriangleMeshFilter.h
│ │ │ │ ├── itkSimplexMeshToTriangleMeshFilter.hxx
│ │ │ │ ├── itkSimplexMeshVolumeCalculator.h
│ │ │ │ ├── itkSimplexMeshVolumeCalculator.hxx
│ │ │ │ ├── itkSphereMeshSource.h
│ │ │ │ ├── itkSphereMeshSource.hxx
│ │ │ │ ├── itkTransformMeshFilter.h
│ │ │ │ ├── itkTransformMeshFilter.hxx
│ │ │ │ ├── itkTriangleMeshToBinaryImageFilter.h
│ │ │ │ ├── itkTriangleMeshToBinaryImageFilter.hxx
│ │ │ │ ├── itkTriangleMeshToSimplexMeshFilter.h
│ │ │ │ ├── itkTriangleMeshToSimplexMeshFilter.hxx
│ │ │ │ ├── itkVTKPolyDataReader.h
│ │ │ │ ├── itkVTKPolyDataReader.hxx
│ │ │ │ ├── itkVTKPolyDataWriter.h
│ │ │ │ ├── itkVTKPolyDataWriter.hxx
│ │ │ │ ├── itkWarpMeshFilter.h
│ │ │ │ └── itkWarpMeshFilter.hxx
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkMeshRegion.cxx
│ │ │ │ └── itkSimplexMeshGeometry.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkAutomaticTopologyMeshSourceTest.cxx
│ │ │ │ ├── itkBinaryMask3DMeshSourceTest.cxx
│ │ │ │ ├── itkBinaryMaskToNarrowBandPointSetFilterTest.cxx
│ │ │ │ ├── itkCellInterfaceTest.cxx
│ │ │ │ ├── itkDynamicMeshTest.cxx
│ │ │ │ ├── itkExtractMeshConnectedRegionsTest.cxx
│ │ │ │ ├── itkImageToParametricSpaceFilterTest.cxx
│ │ │ │ ├── itkInteriorExteriorMeshFilterTest.cxx
│ │ │ │ ├── itkMeshFstreamTest.cxx
│ │ │ │ ├── itkMeshSourceGraftOutputTest.cxx
│ │ │ │ ├── itkMeshSpatialObjectIOTest.cxx
│ │ │ │ ├── itkMeshTest.cxx
│ │ │ │ ├── itkNewTest.cxx
│ │ │ │ ├── itkParametricSpaceToImageSpaceMeshFilterTest.cxx
│ │ │ │ ├── itkQuadrilateralCellTest.cxx
│ │ │ │ ├── itkRegularSphereMeshSourceTest2.cxx
│ │ │ │ ├── itkRegularSphereMeshSourceTest.cxx
│ │ │ │ ├── itkSimplexMeshAdaptTopologyFilterTest.cxx
│ │ │ │ ├── itkSimplexMeshTest.cxx
│ │ │ │ ├── itkSimplexMeshToTriangleMeshFilterTest.cxx
│ │ │ │ ├── itkSimplexMeshVolumeCalculatorTest.cxx
│ │ │ │ ├── itkSphereMeshSourceTest.cxx
│ │ │ │ ├── itkTransformMeshFilterTest.cxx
│ │ │ │ ├── itkTriangleCellTest.cxx
│ │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest1.cxx
│ │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest2.cxx
│ │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest3.cxx
│ │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest4.cxx
│ │ │ │ ├── itkTriangleMeshToBinaryImageFilterTest.cxx
│ │ │ │ ├── itkTriangleMeshToSimplexMeshFilter2Test.cxx
│ │ │ │ ├── itkTriangleMeshToSimplexMeshFilterTest.cxx
│ │ │ │ ├── itkVTKPolyDataReaderTest.cxx
│ │ │ │ ├── itkVTKPolyDataWriterTest01.cxx
│ │ │ │ ├── itkVTKPolyDataWriterTest02.cxx
│ │ │ │ └── itkWarpMeshFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBinaryMask3DMeshSource.wrap
│ │ │ ├── itkImageToMeshFilter.wrap
│ │ │ ├── itkMeshBase.wrap
│ │ │ ├── itkMeshSource.wrap
│ │ │ └── itkMeshToMeshFilter.wrap
│ │ ├── QuadEdgeMesh
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkGeometricalQuadEdge.h
│ │ │ │ ├── itkGeometricalQuadEdge.hxx
│ │ │ │ ├── itkQuadEdgeCellTraitsInfo.h
│ │ │ │ ├── itkQuadEdge.h
│ │ │ │ ├── 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
│ │ │ │ ├── itkQuadEdgeMesh.h
│ │ │ │ ├── itkQuadEdgeMesh.hxx
│ │ │ │ ├── itkQuadEdgeMeshLineCell.h
│ │ │ │ ├── itkQuadEdgeMeshLineCell.hxx
│ │ │ │ ├── itkQuadEdgeMeshMacro.h
│ │ │ │ ├── itkQuadEdgeMeshPoint.h
│ │ │ │ ├── itkQuadEdgeMeshPoint.hxx
│ │ │ │ ├── itkQuadEdgeMeshPolygonCell.h
│ │ │ │ ├── itkQuadEdgeMeshPolygonCell.hxx
│ │ │ │ ├── itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h
│ │ │ │ ├── itkQuadEdgeMeshScalarDataVTKPolyDataWriter.hxx
│ │ │ │ ├── itkQuadEdgeMeshTopologyChecker.h
│ │ │ │ ├── itkQuadEdgeMeshTopologyChecker.hxx
│ │ │ │ ├── itkQuadEdgeMeshToQuadEdgeMeshFilter.h
│ │ │ │ ├── itkQuadEdgeMeshToQuadEdgeMeshFilter.hxx
│ │ │ │ ├── itkQuadEdgeMeshTraits.h
│ │ │ │ ├── itkQuadEdgeMeshZipMeshFunction.h
│ │ │ │ └── itkQuadEdgeMeshZipMeshFunction.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── itkQuadEdge.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
│ │ │ │ ├── itkQuadEdgeTest1.cxx
│ │ │ │ ├── itkVTKPolyDataIOQuadEdgeMeshTest.cxx
│ │ │ │ └── itkVTKPolyDataReaderQuadEdgeMeshTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkGeometricalQuadEdge.wrap
│ │ │ ├── itkQuadEdgeCellTraitsInfo.wrap
│ │ │ ├── itkQuadEdgeMesh.backup
│ │ │ ├── itkQuadEdgeMeshBase.wrap
│ │ │ ├── itkQuadEdgeMeshLineCell.wrap
│ │ │ ├── itkQuadEdgeMeshPoint.wrap
│ │ │ ├── itkQuadEdgeMeshToQuadEdgeMeshFilter.wrap
│ │ │ ├── itkQuadEdgeMeshTraits.wrap
│ │ │ └── itkQuadEdge.wrap
│ │ ├── SpatialObjects
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkAffineGeometryFrame.h
│ │ │ │ ├── itkAffineGeometryFrame.hxx
│ │ │ │ ├── itkArrowSpatialObject.h
│ │ │ │ ├── itkArrowSpatialObject.hxx
│ │ │ │ ├── itkBlobSpatialObject.h
│ │ │ │ ├── itkBlobSpatialObject.hxx
│ │ │ │ ├── itkBoxSpatialObject.h
│ │ │ │ ├── itkBoxSpatialObject.hxx
│ │ │ │ ├── itkContourSpatialObject.h
│ │ │ │ ├── itkContourSpatialObject.hxx
│ │ │ │ ├── itkContourSpatialObjectPoint.h
│ │ │ │ ├── itkContourSpatialObjectPoint.hxx
│ │ │ │ ├── itkCylinderSpatialObject.h
│ │ │ │ ├── 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
│ │ │ │ ├── itkPlaneSpatialObject.h
│ │ │ │ ├── itkPlaneSpatialObject.hxx
│ │ │ │ ├── itkPointBasedSpatialObject.h
│ │ │ │ ├── itkPointBasedSpatialObject.hxx
│ │ │ │ ├── itkPolygonGroupSpatialObject.h
│ │ │ │ ├── itkPolygonGroupSpatialObject.hxx
│ │ │ │ ├── itkPolygonSpatialObject.h
│ │ │ │ ├── itkPolygonSpatialObject.hxx
│ │ │ │ ├── itkSceneSpatialObject.h
│ │ │ │ ├── itkSceneSpatialObject.hxx
│ │ │ │ ├── itkSpatialObjectDuplicator.h
│ │ │ │ ├── itkSpatialObjectDuplicator.hxx
│ │ │ │ ├── itkSpatialObjectExport.h
│ │ │ │ ├── itkSpatialObjectFactoryBase.h
│ │ │ │ ├── itkSpatialObjectFactory.h
│ │ │ │ ├── itkSpatialObject.h
│ │ │ │ ├── itkSpatialObject.hxx
│ │ │ │ ├── itkSpatialObjectPoint.h
│ │ │ │ ├── itkSpatialObjectPoint.hxx
│ │ │ │ ├── itkSpatialObjectProperty.h
│ │ │ │ ├── itkSpatialObjectProperty.hxx
│ │ │ │ ├── itkSpatialObjectToImageFilter.h
│ │ │ │ ├── itkSpatialObjectToImageFilter.hxx
│ │ │ │ ├── itkSpatialObjectToImageStatisticsCalculator.h
│ │ │ │ ├── itkSpatialObjectToImageStatisticsCalculator.hxx
│ │ │ │ ├── itkSpatialObjectToPointSetFilter.h
│ │ │ │ ├── itkSpatialObjectToPointSetFilter.hxx
│ │ │ │ ├── itkSpatialObjectTreeContainer.h
│ │ │ │ ├── itkSpatialObjectTreeContainer.hxx
│ │ │ │ ├── itkSpatialObjectTreeNode.h
│ │ │ │ ├── itkSpatialObjectTreeNode.hxx
│ │ │ │ ├── itkSurfaceSpatialObject.h
│ │ │ │ ├── itkSurfaceSpatialObject.hxx
│ │ │ │ ├── itkSurfaceSpatialObjectPoint.h
│ │ │ │ ├── itkSurfaceSpatialObjectPoint.hxx
│ │ │ │ ├── itkTubeSpatialObject.h
│ │ │ │ ├── itkTubeSpatialObject.hxx
│ │ │ │ ├── itkTubeSpatialObjectPoint.h
│ │ │ │ ├── itkTubeSpatialObjectPoint.hxx
│ │ │ │ ├── itkVesselTubeSpatialObject.h
│ │ │ │ ├── itkVesselTubeSpatialObject.hxx
│ │ │ │ ├── itkVesselTubeSpatialObjectPoint.h
│ │ │ │ └── itkVesselTubeSpatialObjectPoint.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkArrowSpatialObject.cxx
│ │ │ │ ├── itkCylinderSpatialObject.cxx
│ │ │ │ ├── itkMetaEvent.cxx
│ │ │ │ └── itkSpatialObjectFactoryBase.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkAffineGeometryFrameTest.cxx
│ │ │ │ ├── itkArrowSpatialObjectTest.cxx
│ │ │ │ ├── itkBlobSpatialObjectTest.cxx
│ │ │ │ ├── itkBoxSpatialObjectTest.cxx
│ │ │ │ ├── itkContourSpatialObjectTest.cxx
│ │ │ │ ├── itkCylinderSpatialObjectTest.cxx
│ │ │ │ ├── itkEllipseSpatialObjectTest.cxx
│ │ │ │ ├── itkGaussianSpatialObjectTest.cxx
│ │ │ │ ├── itkImageMaskSpatialObjectTest2.cxx
│ │ │ │ ├── itkImageMaskSpatialObjectTest3.cxx
│ │ │ │ ├── itkImageMaskSpatialObjectTest4.cxx
│ │ │ │ ├── itkImageMaskSpatialObjectTest.cxx
│ │ │ │ ├── itkImageSpatialObjectTest.cxx
│ │ │ │ ├── itkLandmarkSpatialObjectTest.cxx
│ │ │ │ ├── itkLineSpatialObjectTest.cxx
│ │ │ │ ├── itkMeshSpatialObjectTest.cxx
│ │ │ │ ├── itkMetaArrowConverterTest.cxx
│ │ │ │ ├── itkMetaGaussianConverterTest.cxx
│ │ │ │ ├── itkNewMetaObjectTypeTest.cxx
│ │ │ │ ├── itkPlaneSpatialObjectTest.cxx
│ │ │ │ ├── itkPolygonGroupSpatialObjectTest.cxx
│ │ │ │ ├── itkPolygonSpatialObjectTest.cxx
│ │ │ │ ├── itkSceneSpatialObjectTest.cxx
│ │ │ │ ├── itkSpatialObjectDuplicatorTest.cxx
│ │ │ │ ├── itkSpatialObjectToImageFilterTest.cxx
│ │ │ │ ├── itkSpatialObjectToImageStatisticsCalculatorTest.cxx
│ │ │ │ ├── itkSpatialObjectToPointSetFilterTest.cxx
│ │ │ │ ├── itkSpatialObjectTreeContainerIteratorTest.cxx
│ │ │ │ ├── itkSpatialObjectTreeContainerTest.cxx
│ │ │ │ ├── itkSurfaceSpatialObjectTest.cxx
│ │ │ │ └── itkTubeSpatialObjectTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkAffineGeometryFrame.wrap
│ │ │ ├── itkArrowSpatialObject.wrap
│ │ │ ├── itkBlobSpatialObject.wrap
│ │ │ ├── itkBoxSpatialObject.wrap
│ │ │ ├── itkContourSpatialObjectPoint.wrap
│ │ │ ├── itkContourSpatialObject.wrap
│ │ │ ├── itkDTITubeSpatialObjectPoint.wrap
│ │ │ ├── itkDTITubeSpatialObject.wrap
│ │ │ ├── itkEllipseSpatialObject.wrap
│ │ │ ├── itkGaussianSpatialObject.wrap
│ │ │ ├── itkGroupSpatialObject.wrap
│ │ │ ├── itkImageMaskSpatialObject.wrap
│ │ │ ├── itkImageSpatialObject.wrap
│ │ │ ├── itkLandmarkSpatialObject.wrap
│ │ │ ├── itkLineSpatialObjectPoint.wrap
│ │ │ ├── itkLineSpatialObject.wrap
│ │ │ ├── itkMetaConverterBase.wrap
│ │ │ ├── itkPlaneSpatialObject.wrap
│ │ │ ├── itkPointBasedSpatialObject.wrap
│ │ │ ├── itkPolygonGroupSpatialObject.wrap
│ │ │ ├── itkPolygonSpatialObject.wrap
│ │ │ ├── itkSceneSpatialObject.wrap
│ │ │ ├── itkSpatialObjectBase.wrap
│ │ │ ├── itkSpatialObjectPoint.wrap
│ │ │ ├── itkSpatialObjectProperty.wrap
│ │ │ ├── itkSpatialObjectToImageFilter.wrap
│ │ │ ├── itkSurfaceSpatialObjectPoint.wrap
│ │ │ ├── itkSurfaceSpatialObject.wrap
│ │ │ ├── itkTubeSpatialObjectPoint.wrap
│ │ │ ├── itkVesselTubeSpatialObjectPoint.wrap
│ │ │ └── itkVesselTubeSpatialObject.wrap
│ │ ├── TestKernel
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkDifferenceImageFilter.h
│ │ │ │ ├── itkFilterWatcher.h
│ │ │ │ ├── itkPipelineMonitorImageFilter.h
│ │ │ │ ├── itkPipelineMonitorImageFilter.hxx
│ │ │ │ ├── itkRandomImageSource.h
│ │ │ │ ├── itkRandomImageSource.hxx
│ │ │ │ ├── itkTestDriverAfterTest.inc
│ │ │ │ ├── itkTestDriverBeforeTest.inc
│ │ │ │ ├── itkTestDriverIncludeBuiltInIOFactories.h
│ │ │ │ ├── itkTestDriverInclude.h
│ │ │ │ ├── itkTestDriverIncludeRequiredIOFactories.h
│ │ │ │ ├── itkTestingComparisonImageFilter.h
│ │ │ │ ├── itkTestingComparisonImageFilter.hxx
│ │ │ │ ├── itkTestingExtractSliceImageFilter.h
│ │ │ │ ├── itkTestingExtractSliceImageFilter.hxx
│ │ │ │ ├── itkTestingHashImageFilter.h
│ │ │ │ ├── itkTestingHashImageFilter.hxx
│ │ │ │ ├── itkTestingMacros.h
│ │ │ │ ├── itkTestingStretchIntensityImageFilter.h
│ │ │ │ └── itkTestingStretchIntensityImageFilter.hxx
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── itkTestDriver.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkTestingExtractSliceImageFilterTest.cxx
│ │ │ │ └── itkTestingStretchIntensityImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkComparisonImageFilter.wrap
│ │ │ ├── itkPipelineMonitorImageFilter.wrap
│ │ │ └── itkRandomImageSource.wrap
│ │ └── Transform
│ │ ├── CMakeLists.txt
│ │ ├── include
│ │ │ ├── itkAffineTransform.h
│ │ │ ├── itkAffineTransform.hxx
│ │ │ ├── itkAzimuthElevationToCartesianTransform.h
│ │ │ ├── itkAzimuthElevationToCartesianTransform.hxx
│ │ │ ├── itkBSplineBaseTransform.h
│ │ │ ├── itkBSplineBaseTransform.hxx
│ │ │ ├── itkBSplineDeformableTransform.h
│ │ │ ├── itkBSplineDeformableTransform.hxx
│ │ │ ├── itkBSplineDeformableTransformInitializer.h
│ │ │ ├── itkBSplineDeformableTransformInitializer.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
│ │ │ ├── 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
│ │ │ ├── itkTransformBase.h
│ │ │ ├── itkTransform.h
│ │ │ ├── itkTransform.hxx
│ │ │ ├── itkTranslationTransform.h
│ │ │ ├── itkTranslationTransform.hxx
│ │ │ ├── itkv3Rigid3DTransform.h
│ │ │ ├── itkVersorRigid3DTransform.h
│ │ │ ├── itkVersorRigid3DTransform.hxx
│ │ │ ├── itkVersorTransform.h
│ │ │ ├── itkVersorTransform.hxx
│ │ │ ├── itkVolumeSplineKernelTransform.h
│ │ │ └── itkVolumeSplineKernelTransform.hxx
│ │ ├── ITKKWStyleOverwrite.txt
│ │ ├── itk-module.cmake
│ │ ├── src
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkTransformBase.cxx
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── BSplineDeformationTransformDisplacements1.txt.md5
│ │ │ │ ├── BSplineDeformationTransformDisplacements1.txt.sha512
│ │ │ │ ├── BSplineDeformationTransformDisplacements3.txt.md5
│ │ │ │ ├── BSplineDeformationTransformDisplacements3.txt.sha512
│ │ │ │ ├── BSplineDeformationTransformDisplacements5.txt.md5
│ │ │ │ ├── BSplineDeformationTransformDisplacements5.txt.sha512
│ │ │ │ ├── itkBSplineDeformableTransformTest2PixelCentered.png.md5
│ │ │ │ ├── itkBSplineDeformableTransformTest2PixelCentered.png.sha512
│ │ │ │ ├── itkBSplineDeformableTransformTest3PixelCentered.png.md5
│ │ │ │ ├── itkBSplineDeformableTransformTest3PixelCentered.png.sha512
│ │ │ │ ├── itkBSplineDeformableTransformTest4PixelCentered.png.md5
│ │ │ │ ├── itkBSplineDeformableTransformTest4PixelCentered.png.sha512
│ │ │ │ ├── itkBSplineDeformableTransformTest5PixelCentered.png.md5
│ │ │ │ ├── itkBSplineDeformableTransformTest5PixelCentered.png.sha512
│ │ │ │ ├── itkBSplineDeformableTransformTest5.png.md5
│ │ │ │ ├── itkBSplineDeformableTransformTest5.png.sha512
│ │ │ │ ├── itkBSplineTransformTest2PixelCentered.png.md5
│ │ │ │ ├── itkBSplineTransformTest2PixelCentered.png.sha512
│ │ │ │ ├── itkBSplineTransformTest3PixelCentered.png.md5
│ │ │ │ ├── itkBSplineTransformTest3PixelCentered.png.sha512
│ │ │ │ ├── itkBSplineTransformTest4PixelCentered.png.md5
│ │ │ │ ├── itkBSplineTransformTest4PixelCentered.png.sha512
│ │ │ │ ├── itkBSplineTransformTest5PixelCentered.png.md5
│ │ │ │ └── itkBSplineTransformTest5PixelCentered.png.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkAffineTransformTest.cxx
│ │ │ ├── itkAzimuthElevationToCartesianTransformTest.cxx
│ │ │ ├── itkBSplineDeformableTransformTest2.cxx
│ │ │ ├── itkBSplineDeformableTransformTest3.cxx
│ │ │ ├── itkBSplineDeformableTransformTest.cxx
│ │ │ ├── itkBSplineTransformInitializerTest1.cxx
│ │ │ ├── itkBSplineTransformInitializerTest2.cxx
│ │ │ ├── itkBSplineTransformTest2.cxx
│ │ │ ├── itkBSplineTransformTest3.cxx
│ │ │ ├── itkBSplineTransformTest.cxx
│ │ │ ├── itkCenteredAffineTransformTest.cxx
│ │ │ ├── itkCenteredEuler3DTransformTest.cxx
│ │ │ ├── itkCenteredRigid2DTransformTest.cxx
│ │ │ ├── itkCompositeTransformTest.cxx
│ │ │ ├── itkEuler2DTransformTest.cxx
│ │ │ ├── itkEuler3DTransformTest.cxx
│ │ │ ├── itkFixedCenterOfRotationAffineTransformTest.cxx
│ │ │ ├── itkIdentityTransformTest.cxx
│ │ │ ├── itkMultiTransformTest.cxx
│ │ │ ├── itkQuaternionRigidTransformTest.cxx
│ │ │ ├── itkRigid2DTransformTest.cxx
│ │ │ ├── itkRigid3DPerspectiveTransformTest.cxx
│ │ │ ├── itkRigid3DTransformTest.cxx
│ │ │ ├── itkScaleLogarithmicTransformTest.cxx
│ │ │ ├── itkScaleSkewVersor3DTransformTest.cxx
│ │ │ ├── itkScaleTransformTest.cxx
│ │ │ ├── itkScaleVersor3DTransformTest.cxx
│ │ │ ├── itkSimilarity2DTransformTest.cxx
│ │ │ ├── itkSimilarity3DTransformTest.cxx
│ │ │ ├── itkSplineKernelTransformTest.cxx
│ │ │ ├── itkTestTransformGetInverse.cxx
│ │ │ ├── itkTransformCloneTest.cxx
│ │ │ ├── itkTransformsSetParametersTest.cxx
│ │ │ ├── itkTransformTest.cxx
│ │ │ ├── itkTranslationTransformTest.cxx
│ │ │ ├── itkv3Rigid3DTransformTest.cxx
│ │ │ ├── itkVersorRigid3DTransformTest.cxx
│ │ │ └── itkVersorTransformTest.cxx
│ │ └── wrapping
│ │ ├── CMakeLists.txt
│ │ ├── itkAffineTransform.wrap
│ │ ├── itkAzimuthElevationToCartesianTransform.wrap
│ │ ├── itkBSplineBaseTransform.wrap
│ │ ├── itkBSplineTransform.wrap
│ │ ├── itkCenteredAffineTransform.wrap
│ │ ├── itkCenteredEuler3DTransform.wrap
│ │ ├── itkCenteredRigid2DTransform.wrap
│ │ ├── itkCenteredSimilarity2DTransform.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
│ │ ├── itkTranslationTransform.wrap
│ │ ├── itkVersorRigid3DTransform.wrap
│ │ ├── itkVersorTransform.wrap
│ │ └── itkVolumeSplineKernelTransform.wrap
│ ├── 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
│ │ │ │ ├── itkCurvatureAnisotropicDiffusionImageFilterTest.cxx
│ │ │ │ ├── itkGradientAnisotropicDiffusionImageFilterTest2.cxx
│ │ │ │ ├── itkGradientAnisotropicDiffusionImageFilterTest.cxx
│ │ │ │ ├── itkMinMaxCurvatureFlowImageFilterTest.cxx
│ │ │ │ └── itkVectorAnisotropicDiffusionImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkAnisotropicDiffusionImageFilter.wrap
│ │ │ ├── itkCurvatureAnisotropicDiffusionImageFilter.wrap
│ │ │ ├── itkGradientAnisotropicDiffusionImageFilter.wrap
│ │ │ ├── itkVectorCurvatureAnisotropicDiffusionImageFilter.wrap
│ │ │ └── itkVectorGradientAnisotropicDiffusionImageFilter.wrap
│ │ ├── AntiAlias
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkAntiAliasBinaryImageFilter.h
│ │ │ │ └── itkAntiAliasBinaryImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── itkAntiAliasBinaryImageFilterTestBaseline.mha.md5
│ │ │ │ │ └── itkAntiAliasBinaryImageFilterTestBaseline.mha.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── itkAntiAliasBinaryImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkAntiAliasBinaryImageFilter.wrap
│ │ ├── 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.md5
│ │ │ │ ├── N4ControlPoints_2D.nii.gz.sha512
│ │ │ │ ├── N4ControlPoints_3D.nii.gz.md5
│ │ │ │ └── N4ControlPoints_3D.nii.gz.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkCompositeValleyFunctionTest.cxx
│ │ │ ├── itkMRIBiasFieldCorrectionFilterTest.cxx
│ │ │ └── itkN4BiasFieldCorrectionImageFilterTest.cxx
│ │ ├── 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
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBinaryClosingByReconstructionImageFilterTest.cxx
│ │ │ │ ├── itkBinaryDilateImageFilterTest2.cxx
│ │ │ │ ├── itkBinaryDilateImageFilterTest3.cxx
│ │ │ │ ├── itkBinaryDilateImageFilterTest.cxx
│ │ │ │ ├── itkBinaryErodeImageFilterTest3.cxx
│ │ │ │ ├── itkBinaryErodeImageFilterTest.cxx
│ │ │ │ ├── itkBinaryMorphologicalClosingImageFilterTest.cxx
│ │ │ │ ├── itkBinaryMorphologicalOpeningImageFilterTest.cxx
│ │ │ │ ├── itkBinaryOpeningByReconstructionImageFilterTest.cxx
│ │ │ │ ├── itkBinaryThinningImageFilterTest.cxx
│ │ │ │ └── itkErodeObjectMorphologyImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBinaryClosingByReconstructionImageFilter.wrap
│ │ │ ├── itkBinaryDilateImageFilter.wrap
│ │ │ ├── itkBinaryErodeImageFilter.wrap
│ │ │ ├── itkBinaryMorphologicalClosingImageFilter.wrap
│ │ │ ├── itkBinaryMorphologicalOpeningImageFilter.wrap
│ │ │ ├── itkBinaryOpeningByReconstructionImageFilter.wrap
│ │ │ ├── itkBinaryPruningImageFilter.wrap
│ │ │ ├── itkBinaryThinningImageFilter.wrap
│ │ │ ├── itkDilateObjectMorphologyImageFilter.wrap
│ │ │ └── itkErodeObjectMorphologyImageFilter.wrap
│ │ ├── 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
│ │ │ │ ├── itkHotColormapFunction.h
│ │ │ │ ├── itkHotColormapFunction.hxx
│ │ │ │ ├── itkHSVColormapFunction.h
│ │ │ │ ├── itkHSVColormapFunction.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
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── RGBColormapTest_autumn.png.md5
│ │ │ │ │ ├── RGBColormapTest_autumn.png.sha512
│ │ │ │ │ ├── RGBColormapTest_blue.png.md5
│ │ │ │ │ ├── RGBColormapTest_blue.png.sha512
│ │ │ │ │ ├── RGBColormapTest_cool.png.md5
│ │ │ │ │ ├── RGBColormapTest_cool.png.sha512
│ │ │ │ │ ├── RGBColormapTest_copper.png.md5
│ │ │ │ │ ├── RGBColormapTest_copper.png.sha512
│ │ │ │ │ ├── RGBColormapTest_green.png.md5
│ │ │ │ │ ├── RGBColormapTest_green.png.sha512
│ │ │ │ │ ├── RGBColormapTest_hot.png.md5
│ │ │ │ │ ├── RGBColormapTest_hot.png.sha512
│ │ │ │ │ ├── RGBColormapTest_hsv.png.md5
│ │ │ │ │ ├── RGBColormapTest_hsv.png.sha512
│ │ │ │ │ ├── RGBColormapTest_jet.png.md5
│ │ │ │ │ ├── RGBColormapTest_jet.png.sha512
│ │ │ │ │ ├── RGBColormapTest_overunder.png.md5
│ │ │ │ │ ├── RGBColormapTest_overunder.png.sha512
│ │ │ │ │ ├── RGBColormapTest_red.png.md5
│ │ │ │ │ ├── RGBColormapTest_red.png.sha512
│ │ │ │ │ ├── RGBColormapTest_spring.png.md5
│ │ │ │ │ ├── RGBColormapTest_spring.png.sha512
│ │ │ │ │ ├── RGBColormapTest_summer.png.md5
│ │ │ │ │ ├── RGBColormapTest_summer.png.sha512
│ │ │ │ │ ├── RGBColormapTest_winter.png.md5
│ │ │ │ │ └── RGBColormapTest_winter.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── bone.txt.md5
│ │ │ │ │ ├── bone.txt.sha512
│ │ │ │ │ ├── Colormap_Grey.png.md5
│ │ │ │ │ └── Colormap_Grey.png.sha512
│ │ │ │ ├── itkCustomColormapFunctionTest.cxx
│ │ │ │ └── itkScalarToRGBColormapImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkColormapFunction.wrap
│ │ │ ├── itkCustomColormapFunction.wrap
│ │ │ └── itkScalarToRGBColormapImageFilter.wrap
│ │ ├── Convolution
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkConvolutionImageFilterBase.h
│ │ │ │ ├── itkConvolutionImageFilterBase.hxx
│ │ │ │ ├── itkConvolutionImageFilter.h
│ │ │ │ ├── itkConvolutionImageFilter.hxx
│ │ │ │ ├── itkFFTConvolutionImageFilter.h
│ │ │ │ ├── itkFFTConvolutionImageFilter.hxx
│ │ │ │ ├── itkFFTNormalizedCorrelationImageFilter.h
│ │ │ │ ├── itkFFTNormalizedCorrelationImageFilter.hxx
│ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilter.h
│ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilter.hxx
│ │ │ │ ├── itkNormalizedCorrelationImageFilter.h
│ │ │ │ └── itkNormalizedCorrelationImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── itkConvolutionImageFilterTest4x4Mean.png.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTest4x4Mean.png.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTest4x4MeanValidRegion.png.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTest4x4MeanValidRegion.png.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTest4x5Mean.png.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTest4x5Mean.png.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTest4x5MeanValidRegion.png.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTest4x5MeanValidRegion.png.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTest5x5Mean.png.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTest5x5Mean.png.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTest5x5MeanValidRegion.png.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTest5x5MeanValidRegion.png.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelXConstant.nrrd.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelXConstant.nrrd.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelX.nii.gz.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelX.nii.gz.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelX.nrrd.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelX.nrrd.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelXZeroFluxNeumann.nrrd.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelXZeroFluxNeumann.nrrd.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelY.nii.gz.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelY.nii.gz.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelYNormalizeOff.nrrd.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelYNormalizeOff.nrrd.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelYNormalizeOn.nrrd.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelYNormalizeOn.nrrd.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelY.nrrd.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelY.nrrd.sha512
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelYPeriodic.nrrd.md5
│ │ │ │ │ ├── itkConvolutionImageFilterTestSobelYPeriodic.nrrd.sha512
│ │ │ │ │ ├── itkFFTConvolutionImageFilterTest4x4Mean.png.md5
│ │ │ │ │ ├── itkFFTConvolutionImageFilterTest4x4Mean.png.sha512
│ │ │ │ │ ├── itkFFTConvolutionImageFilterTest4x4MeanValidRegion.png.md5
│ │ │ │ │ ├── itkFFTConvolutionImageFilterTest4x4MeanValidRegion.png.sha512
│ │ │ │ │ ├── itkFFTConvolutionImageFilterTestSobelX.nrrd.md5
│ │ │ │ │ ├── itkFFTConvolutionImageFilterTestSobelX.nrrd.sha512
│ │ │ │ │ ├── itkFFTConvolutionImageFilterTestSobelY.nrrd.md5
│ │ │ │ │ ├── itkFFTConvolutionImageFilterTestSobelY.nrrd.sha512
│ │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest1.png.md5
│ │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest1.png.sha512
│ │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest2.png.md5
│ │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest2.png.sha512
│ │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest3.png.md5
│ │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest3.png.sha512
│ │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest4.png.md5
│ │ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest4.png.sha512
│ │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest1.png.md5
│ │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest1.png.sha512
│ │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest2.png.md5
│ │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest2.png.sha512
│ │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest3.png.md5
│ │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest3.png.sha512
│ │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest4.png.md5
│ │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest4.png.sha512
│ │ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest5.png.md5
│ │ │ │ │ └── itkMaskedFFTNormalizedCorrelationImageFilterTest5.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── 4x4-constant.png.md5
│ │ │ │ │ ├── 4x4-constant.png.sha512
│ │ │ │ │ ├── 4x5-constant.png.md5
│ │ │ │ │ ├── 4x5-constant.png.sha512
│ │ │ │ │ ├── FixedRectangle1.png.md5
│ │ │ │ │ ├── FixedRectangle1.png.sha512
│ │ │ │ │ ├── FixedRectangle2.png.md5
│ │ │ │ │ ├── FixedRectangle2.png.sha512
│ │ │ │ │ ├── FixedRectangle3.png.md5
│ │ │ │ │ ├── FixedRectangle3.png.sha512
│ │ │ │ │ ├── FixedRectangleMask1.png.md5
│ │ │ │ │ ├── FixedRectangleMask1.png.sha512
│ │ │ │ │ ├── FixedRectangleMask2.png.md5
│ │ │ │ │ ├── FixedRectangleMask2.png.sha512
│ │ │ │ │ ├── FixedRectangleMask3.png.md5
│ │ │ │ │ ├── FixedRectangleMask3.png.sha512
│ │ │ │ │ ├── FixedRectangles.png.md5
│ │ │ │ │ ├── FixedRectangles.png.sha512
│ │ │ │ │ ├── MovingRectanglesCropped.png.md5
│ │ │ │ │ ├── MovingRectanglesCropped.png.sha512
│ │ │ │ │ ├── MovingRectanglesMask.png.md5
│ │ │ │ │ ├── MovingRectanglesMask.png.sha512
│ │ │ │ │ ├── MovingRectangles.png.md5
│ │ │ │ │ └── MovingRectangles.png.sha512
│ │ │ │ ├── itkConvolutionImageFilterDeltaFunctionTest.cxx
│ │ │ │ ├── itkConvolutionImageFilterTest.cxx
│ │ │ │ ├── itkConvolutionImageFilterTestInt.cxx
│ │ │ │ ├── itkFFTConvolutionImageFilterDeltaFunctionTest.cxx
│ │ │ │ ├── itkFFTConvolutionImageFilterTest.cxx
│ │ │ │ ├── itkFFTConvolutionImageFilterTestInt.cxx
│ │ │ │ ├── itkFFTNormalizedCorrelationImageFilterTest.cxx
│ │ │ │ ├── itkMaskedFFTNormalizedCorrelationImageFilterTest.cxx
│ │ │ │ └── itkNormalizedCorrelationImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkConvolutionImageFilterBase.wrap
│ │ │ ├── itkConvolutionImageFilter.wrap
│ │ │ ├── itkFFTConvolutionImageFilter.wrap
│ │ │ ├── itkFFTNormalizedCorrelationImageFilter.wrap
│ │ │ └── itkMaskedFFTNormalizedCorrelationImageFilter.wrap
│ │ ├── 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
│ │ │ └── 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.md5
│ │ │ │ │ ├── itkInverseDeconvolutionImageFilterGaussianKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkInverseDeconvolutionImageFilterIrregularKernelTest.nrrd.md5
│ │ │ │ │ ├── itkInverseDeconvolutionImageFilterIrregularKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkLandweberDeconvolutionImageFilterGaussianKernelTest.nrrd.md5
│ │ │ │ │ ├── itkLandweberDeconvolutionImageFilterGaussianKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkLandweberDeconvolutionImageFilterIrregularKernelTest.nrrd.md5
│ │ │ │ │ ├── itkLandweberDeconvolutionImageFilterIrregularKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkParametricBlindLeastSquaresDeconvolutionImageFilterTest.nrrd.md5
│ │ │ │ │ ├── itkParametricBlindLeastSquaresDeconvolutionImageFilterTest.nrrd.sha512
│ │ │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilterGaussianKernelTest.nrrd.md5
│ │ │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilterGaussianKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilterIrregularKernelTest.nrrd.md5
│ │ │ │ │ ├── itkProjectedLandweberDeconvolutionImageFilterIrregularKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilterGaussianKernelTest.nrrd.md5
│ │ │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilterGaussianKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilterIrregularKernelTest.nrrd.md5
│ │ │ │ │ ├── itkRichardsonLucyDeconvolutionImageFilterIrregularKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkTikhonovDeconvolutionImageFilterGaussianKernelTest.nrrd.md5
│ │ │ │ │ ├── itkTikhonovDeconvolutionImageFilterGaussianKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkTikhonovDeconvolutionImageFilterIrregularKernelTest.nrrd.md5
│ │ │ │ │ ├── itkTikhonovDeconvolutionImageFilterIrregularKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkWienerDeconvolutionImageFilterGaussianKernelTest.nrrd.md5
│ │ │ │ │ ├── itkWienerDeconvolutionImageFilterGaussianKernelTest.nrrd.sha512
│ │ │ │ │ ├── itkWienerDeconvolutionImageFilterIrregularKernelTest.nrrd.md5
│ │ │ │ │ └── itkWienerDeconvolutionImageFilterIrregularKernelTest.nrrd.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── itkDeconvolutionImageFilterTestInput.png.md5
│ │ │ │ │ ├── itkDeconvolutionImageFilterTestInput.png.sha512
│ │ │ │ │ ├── itkDeconvolutionImageFilterTestKernelIrregular.tif.md5
│ │ │ │ │ ├── itkDeconvolutionImageFilterTestKernelIrregular.tif.sha512
│ │ │ │ │ ├── itkDeconvolutionImageFilterTestKernel.png.md5
│ │ │ │ │ ├── itkDeconvolutionImageFilterTestKernel.png.sha512
│ │ │ │ │ ├── itkDeconvolutionImageFilterTestNonNullOriginInput.mha.md5
│ │ │ │ │ └── itkDeconvolutionImageFilterTestNonNullOriginInput.mha.sha512
│ │ │ │ ├── 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
│ │ │ ├── include
│ │ │ │ ├── itkPatchBasedDenoisingBaseImageFilter.h
│ │ │ │ ├── itkPatchBasedDenoisingBaseImageFilter.hxx
│ │ │ │ ├── itkPatchBasedDenoisingImageFilter.h
│ │ │ │ └── itkPatchBasedDenoisingImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ └── test
│ │ │ ├── Baseline
│ │ │ │ ├── PatchBasedDenoisingImageFilterDefaultTest.mha.md5
│ │ │ │ ├── PatchBasedDenoisingImageFilterDefaultTest.mha.sha512
│ │ │ │ ├── PatchBasedDenoisingImageFilterTest0.mha.md5
│ │ │ │ ├── PatchBasedDenoisingImageFilterTest0.mha.sha512
│ │ │ │ ├── PatchBasedDenoisingImageFilterTestGaussian.mha.md5
│ │ │ │ ├── PatchBasedDenoisingImageFilterTestGaussian.mha.sha512
│ │ │ │ ├── PatchBasedDenoisingImageFilterTestPoisson.mha.md5
│ │ │ │ ├── PatchBasedDenoisingImageFilterTestPoisson.mha.sha512
│ │ │ │ ├── PatchBasedDenoisingImageFilterTestRician.mha.md5
│ │ │ │ ├── PatchBasedDenoisingImageFilterTestRician.mha.sha512
│ │ │ │ ├── PatchBasedDenoisingImageFilterTestTensors.nrrd.md5
│ │ │ │ └── PatchBasedDenoisingImageFilterTestTensors.nrrd.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Input
│ │ │ │ ├── checkerboard_noise10Gaussian.mha.md5
│ │ │ │ ├── checkerboard_noise10Gaussian.mha.sha512
│ │ │ │ ├── checkerboard_noise10Poisson.mha.md5
│ │ │ │ ├── checkerboard_noise10Poisson.mha.sha512
│ │ │ │ ├── checkerboard_noise10Rician.mha.md5
│ │ │ │ ├── checkerboard_noise10Rician.mha.sha512
│ │ │ │ ├── noisy_checkerboard.mha.md5
│ │ │ │ ├── noisy_checkerboard.mha.sha512
│ │ │ │ ├── noisyDiffusionTensors.nrrd.md5
│ │ │ │ └── noisyDiffusionTensors.nrrd.sha512
│ │ │ ├── itkPatchBasedDenoisingImageFilterDefaultTest.cxx
│ │ │ └── itkPatchBasedDenoisingImageFilterTest.cxx
│ │ ├── DiffusionTensorImage
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkDiffusionTensor3DReconstructionImageFilter.h
│ │ │ │ ├── itkDiffusionTensor3DReconstructionImageFilter.hxx
│ │ │ │ ├── itkTensorFractionalAnisotropyImageFilter.h
│ │ │ │ └── itkTensorRelativeAnisotropyImageFilter.h
│ │ │ ├── itk-module.cmake
│ │ │ └── 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.md5
│ │ │ │ │ ├── itkTransformToDisplacementFieldFilterTestField01.mha.sha512
│ │ │ │ │ ├── itkTransformToDisplacementFieldFilterTestField02.mha.md5
│ │ │ │ │ └── itkTransformToDisplacementFieldFilterTestField02.mha.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── parametersBSpline.txt.md5
│ │ │ │ │ └── parametersBSpline.txt.sha512
│ │ │ │ ├── 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
│ │ │ │ ├── itkTransformToDisplacementFieldFilterTest1.cxx
│ │ │ │ └── itkTransformToDisplacementFieldFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBSplineDisplacementFieldTransform.notwrapped
│ │ │ ├── itkBSplineExponentialDiffeomorphicTransform.wrap
│ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransform.wrap
│ │ │ ├── itkConstantVelocityFieldTransform.wrap
│ │ │ ├── itkDisplacementFieldJacobianDeterminantFilter.wrap
│ │ │ ├── itkDisplacementFieldTransform.wrap
│ │ │ ├── itkGaussianExponentialDiffeomorphicTransform.wrap
│ │ │ ├── itkGaussianSmoothingOnUpdateDisplacementFieldTransform.wrap
│ │ │ ├── itkGaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform.wrap
│ │ │ ├── itkTimeVaryingVelocityFieldTransform.wrap
│ │ │ └── itkVelocityFieldTransform.wrap
│ │ ├── 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
│ │ │ │ ├── itkApproximateSignedDistanceMapImageFilterTest.cxx
│ │ │ │ ├── itkContourDirectedMeanDistanceImageFilterTest.cxx
│ │ │ │ ├── itkContourMeanDistanceImageFilterTest.cxx
│ │ │ │ ├── itkDanielssonDistanceMapImageFilterTest1.cxx
│ │ │ │ ├── itkDanielssonDistanceMapImageFilterTest2.cxx
│ │ │ │ ├── itkDanielssonDistanceMapImageFilterTest.cxx
│ │ │ │ ├── itkFastChamferDistanceImageFilterTest.cxx
│ │ │ │ ├── itkHausdorffDistanceImageFilterTest.cxx
│ │ │ │ ├── itkIsoContourDistanceImageFilterTest.cxx
│ │ │ │ ├── itkReflectiveImageRegionIteratorTest.cxx
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest11.cxx
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest1.cxx
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest2.cxx
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest.cxx
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest11.cxx
│ │ │ │ └── itkSignedMaurerDistanceMapImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkApproximateSignedDistanceMapImageFilter.wrap
│ │ │ ├── itkContourDirectedMeanDistanceImageFilter.wrap
│ │ │ ├── itkContourMeanDistanceImageFilter.wrap
│ │ │ ├── itkDanielssonDistanceMapImageFilter.wrap
│ │ │ ├── itkDirectedHausdorffDistanceImageFilter.wrap
│ │ │ ├── itkFastChamferDistanceImageFilter.wrap
│ │ │ ├── itkHausdorffDistanceImageFilter.wrap
│ │ │ ├── itkIsoContourDistanceImageFilter.wrap
│ │ │ ├── itkSignedDanielssonDistanceMapImageFilter.wrap
│ │ │ └── itkSignedMaurerDistanceMapImageFilter.wrap
│ │ ├── FastMarching
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkFastMarchingBase.h
│ │ │ │ ├── itkFastMarchingBase.hxx
│ │ │ │ ├── itkFastMarchingExtensionImageFilterBase.h
│ │ │ │ ├── itkFastMarchingExtensionImageFilterBase.hxx
│ │ │ │ ├── itkFastMarchingExtensionImageFilter.h
│ │ │ │ ├── itkFastMarchingExtensionImageFilter.hxx
│ │ │ │ ├── itkFastMarchingImageFilterBase.h
│ │ │ │ ├── itkFastMarchingImageFilterBase.hxx
│ │ │ │ ├── itkFastMarchingImageFilter.h
│ │ │ │ ├── itkFastMarchingImageFilter.hxx
│ │ │ │ ├── itkFastMarchingImageToNodePairContainerAdaptor.h
│ │ │ │ ├── itkFastMarchingImageToNodePairContainerAdaptor.hxx
│ │ │ │ ├── itkFastMarchingNumberOfElementsStoppingCriterion.h
│ │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBase.h
│ │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBase.hxx
│ │ │ │ ├── itkFastMarchingReachedTargetNodesStoppingCriterion.h
│ │ │ │ ├── itkFastMarchingStoppingCriterionBase.h
│ │ │ │ ├── itkFastMarchingThresholdStoppingCriterion.h
│ │ │ │ ├── itkFastMarchingTraits.h
│ │ │ │ ├── itkFastMarchingUpwindGradientImageFilterBase.h
│ │ │ │ ├── itkFastMarchingUpwindGradientImageFilterBase.hxx
│ │ │ │ ├── itkFastMarchingUpwindGradientImageFilter.h
│ │ │ │ ├── itkFastMarchingUpwindGradientImageFilter.hxx
│ │ │ │ ├── itkLevelSet.h
│ │ │ │ ├── itkLevelSetNode.h
│ │ │ │ └── itkNodePair.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds.nii.gz.md5
│ │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds.nii.gz.sha512
│ │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds_NoHandlesTopo_out.nii.gz.md5
│ │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds_NoHandlesTopo_out.nii.gz.sha512
│ │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds_NoTopo_out.nii.gz.md5
│ │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds_NoTopo_out.nii.gz.sha512
│ │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds_StrictTopo_out.nii.gz.md5
│ │ │ │ │ ├── BrainProtonDensitySlice_multipleSeeds_StrictTopo_out.nii.gz.sha512
│ │ │ │ │ ├── BrainProtonDensitySlice_singleSeed.nii.gz.md5
│ │ │ │ │ ├── BrainProtonDensitySlice_singleSeed.nii.gz.sha512
│ │ │ │ │ ├── BrainProtonDensitySlice_singleSeed_NoHandlesTopo_out.nii.gz.md5
│ │ │ │ │ ├── BrainProtonDensitySlice_singleSeed_NoHandlesTopo_out.nii.gz.sha512
│ │ │ │ │ ├── BrainProtonDensitySlice_singleSeed_NoTopo_out.nii.gz.md5
│ │ │ │ │ ├── BrainProtonDensitySlice_singleSeed_NoTopo_out.nii.gz.sha512
│ │ │ │ │ ├── BrainProtonDensitySlice_singleSeed_StrictTopo_out.nii.gz.md5
│ │ │ │ │ ├── BrainProtonDensitySlice_singleSeed_StrictTopo_out.nii.gz.sha512
│ │ │ │ │ ├── BrainProtonDensitySlice_speed.nii.gz.md5
│ │ │ │ │ ├── BrainProtonDensitySlice_speed.nii.gz.sha512
│ │ │ │ │ ├── torus_multipleSeeds.nii.gz.md5
│ │ │ │ │ ├── torus_multipleSeeds.nii.gz.sha512
│ │ │ │ │ ├── torus_multipleSeeds_NoHandlesTopo_out.nii.gz.md5
│ │ │ │ │ ├── torus_multipleSeeds_NoHandlesTopo_out.nii.gz.sha512
│ │ │ │ │ ├── torus_multipleSeeds_NoTopo_out.nii.gz.md5
│ │ │ │ │ ├── torus_multipleSeeds_NoTopo_out.nii.gz.sha512
│ │ │ │ │ ├── torus_multipleSeeds_StrictTopo_out.nii.gz.md5
│ │ │ │ │ ├── torus_multipleSeeds_StrictTopo_out.nii.gz.sha512
│ │ │ │ │ ├── torus.nii.gz.md5
│ │ │ │ │ ├── torus.nii.gz.sha512
│ │ │ │ │ ├── wm_multipleSeeds.nii.gz.md5
│ │ │ │ │ ├── wm_multipleSeeds.nii.gz.sha512
│ │ │ │ │ ├── wm_multipleSeeds_NoHandlesTopo_out.nii.gz.md5
│ │ │ │ │ ├── wm_multipleSeeds_NoHandlesTopo_out.nii.gz.sha512
│ │ │ │ │ ├── wm_multipleSeeds_NoTopo_out.nii.gz.md5
│ │ │ │ │ ├── wm_multipleSeeds_NoTopo_out.nii.gz.sha512
│ │ │ │ │ ├── wm_multipleSeeds_StrictTopo_out.nii.gz.md5
│ │ │ │ │ ├── wm_multipleSeeds_StrictTopo_out.nii.gz.sha512
│ │ │ │ │ ├── wm.nii.gz.md5
│ │ │ │ │ └── wm.nii.gz.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkFastMarchingBaseTest.cxx
│ │ │ │ ├── itkFastMarchingExtensionImageFilterTest.cxx
│ │ │ │ ├── itkFastMarchingImageFilterBaseTest.cxx
│ │ │ │ ├── itkFastMarchingImageFilterRealTest1.cxx
│ │ │ │ ├── itkFastMarchingImageFilterRealTest2.cxx
│ │ │ │ ├── itkFastMarchingImageFilterRealWithNumberOfElementsTest.cxx
│ │ │ │ ├── itkFastMarchingImageTopologicalTest.cxx
│ │ │ │ ├── itkFastMarchingNumberOfElementsStoppingCriterionTest.cxx
│ │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBaseTest2.cxx
│ │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBaseTest3.cxx
│ │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBaseTest4.cxx
│ │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterBaseTest.cxx
│ │ │ │ ├── itkFastMarchingQuadEdgeMeshFilterWithNumberOfElementsTest.cxx
│ │ │ │ ├── itkFastMarchingStoppingCriterionBaseTest.cxx
│ │ │ │ ├── itkFastMarchingTest2.cxx
│ │ │ │ ├── itkFastMarchingTest.cxx
│ │ │ │ ├── itkFastMarchingThresholdStoppingCriterionTest.cxx
│ │ │ │ ├── itkFastMarchingUpwindGradientBaseTest.cxx
│ │ │ │ └── itkFastMarchingUpwindGradientTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ITKFastMarchingBase.wrap
│ │ │ ├── itkFastMarchingExtensionImageFilter.wrap
│ │ │ ├── itkFastMarchingImageFilterBase.wrap
│ │ │ ├── itkFastMarchingImageFilter.wrap
│ │ │ ├── itkFastMarchingImageToNodePairContainerAdaptor.wrap
│ │ │ ├── itkFastMarchingReachedTargetNodesStoppingCriterion.wrap
│ │ │ ├── itkFastMarchingStoppingCriterionBase.wrap
│ │ │ ├── itkFastMarchingThresholdStoppingCriterion.wrap
│ │ │ ├── itkFastMarchingUpwindGradientImageFilterBase.wrap
│ │ │ ├── itkFastMarchingUpwindGradientImageFilter.wrap
│ │ │ ├── itkLevelSetNode.wrap
│ │ │ └── itkNodePair.wrap
│ │ ├── FFT
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkComplexToComplexFFTImageFilter.h
│ │ │ │ ├── itkComplexToComplexFFTImageFilter.hxx
│ │ │ │ ├── itkFFTPadImageFilter.h
│ │ │ │ ├── itkFFTPadImageFilter.hxx
│ │ │ │ ├── itkFFTShiftImageFilter.h
│ │ │ │ ├── itkFFTShiftImageFilter.hxx
│ │ │ │ ├── itkFFTWCommon.h
│ │ │ │ ├── itkFFTWComplexToComplexFFTImageFilter.h
│ │ │ │ ├── itkFFTWComplexToComplexFFTImageFilter.hxx
│ │ │ │ ├── itkFFTWForwardFFTImageFilter.h
│ │ │ │ ├── itkFFTWForwardFFTImageFilter.hxx
│ │ │ │ ├── itkFFTWGlobalConfiguration.h
│ │ │ │ ├── itkFFTWHalfHermitianToRealInverseFFTImageFilter.h
│ │ │ │ ├── itkFFTWHalfHermitianToRealInverseFFTImageFilter.hxx
│ │ │ │ ├── itkFFTWInverseFFTImageFilter.h
│ │ │ │ ├── itkFFTWInverseFFTImageFilter.hxx
│ │ │ │ ├── itkFFTWRealToHalfHermitianForwardFFTImageFilter.h
│ │ │ │ ├── itkFFTWRealToHalfHermitianForwardFFTImageFilter.hxx
│ │ │ │ ├── itkForwardFFTImageFilter.h
│ │ │ │ ├── itkForwardFFTImageFilter.hxx
│ │ │ │ ├── itkFullToHalfHermitianImageFilter.h
│ │ │ │ ├── itkFullToHalfHermitianImageFilter.hxx
│ │ │ │ ├── itkHalfHermitianToRealInverseFFTImageFilter.h
│ │ │ │ ├── itkHalfHermitianToRealInverseFFTImageFilter.hxx
│ │ │ │ ├── itkHalfToFullHermitianImageFilter.h
│ │ │ │ ├── itkHalfToFullHermitianImageFilter.hxx
│ │ │ │ ├── itkInverseFFTImageFilter.h
│ │ │ │ ├── itkInverseFFTImageFilter.hxx
│ │ │ │ ├── itkRealToHalfHermitianForwardFFTImageFilter.h
│ │ │ │ ├── itkRealToHalfHermitianForwardFFTImageFilter.hxx
│ │ │ │ ├── itkVnlComplexToComplexFFTImageFilter.h
│ │ │ │ ├── itkVnlComplexToComplexFFTImageFilter.hxx
│ │ │ │ ├── itkVnlFFTCommon.h
│ │ │ │ ├── itkVnlFFTCommon.hxx
│ │ │ │ ├── itkVnlForwardFFTImageFilter.h
│ │ │ │ ├── itkVnlForwardFFTImageFilter.hxx
│ │ │ │ ├── itkVnlHalfHermitianToRealInverseFFTImageFilter.h
│ │ │ │ ├── itkVnlHalfHermitianToRealInverseFFTImageFilter.hxx
│ │ │ │ ├── itkVnlInverseFFTImageFilter.h
│ │ │ │ ├── itkVnlInverseFFTImageFilter.hxx
│ │ │ │ ├── itkVnlRealToHalfHermitianForwardFFTImageFilter.h
│ │ │ │ └── itkVnlRealToHalfHermitianForwardFFTImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── itkFFTWGlobalConfiguration.cxx
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── itkFFTPadImageFilterTestMirror13.png.md5
│ │ │ │ │ ├── itkFFTPadImageFilterTestMirror13.png.sha512
│ │ │ │ │ ├── itkFFTPadImageFilterTestMirror5.png.md5
│ │ │ │ │ ├── itkFFTPadImageFilterTestMirror5.png.sha512
│ │ │ │ │ ├── itkFFTPadImageFilterTestWrap13.png.md5
│ │ │ │ │ ├── itkFFTPadImageFilterTestWrap13.png.sha512
│ │ │ │ │ ├── itkFFTPadImageFilterTestWrap5.png.md5
│ │ │ │ │ ├── itkFFTPadImageFilterTestWrap5.png.sha512
│ │ │ │ │ ├── itkFFTPadImageFilterTestZero13.png.md5
│ │ │ │ │ ├── itkFFTPadImageFilterTestZero13.png.sha512
│ │ │ │ │ ├── itkFFTPadImageFilterTestZero5.png.md5
│ │ │ │ │ ├── itkFFTPadImageFilterTestZero5.png.sha512
│ │ │ │ │ ├── itkFFTPadImageFilterTestZeroFluxNeumann13.png.md5
│ │ │ │ │ ├── itkFFTPadImageFilterTestZeroFluxNeumann13.png.sha512
│ │ │ │ │ ├── itkFFTPadImageFilterTestZeroFluxNeumann5.png.md5
│ │ │ │ │ ├── itkFFTPadImageFilterTestZeroFluxNeumann5.png.sha512
│ │ │ │ │ ├── itkFFTShiftImageFilterTest0.png.md5
│ │ │ │ │ ├── itkFFTShiftImageFilterTest0.png.sha512
│ │ │ │ │ ├── itkFFTShiftImageFilterTestEven0.png.md5
│ │ │ │ │ └── itkFFTShiftImageFilterTestEven0.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkComplexToComplexFFTImageFilterTest.cxx
│ │ │ │ ├── itkFFTPadImageFilterTest.cxx
│ │ │ │ ├── itkFFTShiftImageFilterTest.cxx
│ │ │ │ ├── itkFFTTest.h
│ │ │ │ ├── itkFFTWComplexToComplexFFTImageFilterTest.cxx
│ │ │ │ ├── itkFFTWD_FFTTest.cxx
│ │ │ │ ├── itkFFTWD_RealFFTTest.cxx
│ │ │ │ ├── itkFFTWF_FFTTest.cxx
│ │ │ │ ├── itkFFTWF_RealFFTTest.cxx
│ │ │ │ ├── itkForwardInverseFFTImageFilterTest.cxx
│ │ │ │ ├── itkForwardInverseFFTTest.h
│ │ │ │ ├── itkFullToHalfHermitianImageFilterTest.cxx
│ │ │ │ ├── itkHalfToFullHermitianImageFilterTest.cxx
│ │ │ │ ├── itkRealFFTTest.h
│ │ │ │ ├── itkVnlComplexToComplexFFTImageFilterTest.cxx
│ │ │ │ ├── itkVnlFFTTest.cxx
│ │ │ │ ├── itkVnlFFTWD_FFTTest.cxx
│ │ │ │ ├── itkVnlFFTWD_RealFFTTest.cxx
│ │ │ │ ├── itkVnlFFTWF_FFTTest.cxx
│ │ │ │ ├── itkVnlFFTWF_RealFFTTest.cxx
│ │ │ │ └── itkVnlRealFFTTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkComplexToComplexFFTImageFilter.wrap
│ │ │ ├── itkFFTPadImageFilter.wrap
│ │ │ ├── itkFFTShiftImageFilter.wrap
│ │ │ ├── itkFFTWComplexToComplexFFTImageFilter.wrap
│ │ │ ├── itkFFTWForwardFFTImageFilter.wrap
│ │ │ ├── itkFFTWGlobalConfiguration.wrap
│ │ │ ├── itkFFTWHalfHermitianToRealInverseFFTImageFilter.wrap
│ │ │ ├── itkFFTWInverseFFTImageFilter.wrap
│ │ │ ├── itkFFTWRealToHalfHermitianForwardFFTImageFilter.wrap
│ │ │ ├── itkForwardFFTImageFilter.wrap
│ │ │ ├── itkFullToHalfHermitianImageFilter.wrap
│ │ │ ├── itkHalfHermitianToRealInverseFFTImageFilter.wrap
│ │ │ ├── itkHalfToFullHermitianImageFilter.wrap
│ │ │ ├── itkInverseFFTImageFilter.wrap
│ │ │ ├── itkRealToHalfHermitianForwardFFTImageFilter.wrap
│ │ │ ├── itkVnlComplexToComplexFFTImageFilter.wrap
│ │ │ ├── itkVnlForwardFFTImageFilter.wrap
│ │ │ ├── itkVnlHalfHermitianToRealInverseFFTImageFilter.wrap
│ │ │ ├── itkVnlInverseFFTImageFilter.wrap
│ │ │ └── itkVnlRealToHalfHermitianForwardFFTImageFilter.wrap
│ │ ├── GPUAnisotropicSmoothing
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkGPUAnisotropicDiffusionFunction.h
│ │ │ │ ├── itkGPUAnisotropicDiffusionImageFilter.h
│ │ │ │ ├── itkGPUAnisotropicDiffusionImageFilter.hxx
│ │ │ │ ├── itkGPUGradientAnisotropicDiffusionImageFilter.h
│ │ │ │ ├── itkGPUGradientNDAnisotropicDiffusionFunction.h
│ │ │ │ ├── itkGPUGradientNDAnisotropicDiffusionFunction.hxx
│ │ │ │ ├── itkGPUScalarAnisotropicDiffusionFunction.h
│ │ │ │ └── itkGPUScalarAnisotropicDiffusionFunction.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── GPUGradientNDAnisotropicDiffusionFunction.cl
│ │ │ │ └── GPUScalarAnisotropicDiffusionFunction.cl
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkGPUGradientAnisotropicDiffusionImageFilterTest.cxx
│ │ ├── GPUImageFilterBase
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkGPUBoxImageFilter.h
│ │ │ │ ├── itkGPUNeighborhoodOperatorImageFilter.h
│ │ │ │ └── itkGPUNeighborhoodOperatorImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── GPUNeighborhoodOperatorImageFilter.cl
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkGPUNeighborhoodOperatorImageFilterTest.cxx
│ │ ├── GPUSmoothing
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkGPUDiscreteGaussianImageFilter.h
│ │ │ │ ├── itkGPUDiscreteGaussianImageFilter.hxx
│ │ │ │ ├── itkGPUMeanImageFilter.h
│ │ │ │ └── itkGPUMeanImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── GPUMeanImageFilter.cl
│ │ │ └── test
│ │ │ ├── Baseline
│ │ │ │ ├── cpuMeanImageFilterTest2D.png.md5
│ │ │ │ ├── cpuMeanImageFilterTest2D.png.sha512
│ │ │ │ ├── cpuMeanImageFilterTest3D.png.md5
│ │ │ │ └── cpuMeanImageFilterTest3D.png.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkGPUDiscreteGaussianImageFilterTest.cxx
│ │ │ └── itkGPUMeanImageFilterTest.cxx
│ │ ├── 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
│ │ │ │ ├── itkSimilarityIndexImageFilter.h
│ │ │ │ ├── itkSimilarityIndexImageFilter.hxx
│ │ │ │ ├── itkSquaredDifferenceImageFilter.h
│ │ │ │ ├── itkSTAPLEImageFilter.h
│ │ │ │ └── itkSTAPLEImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── itkTestingComparisonImageFilterTest.png.md5
│ │ │ │ │ └── itkTestingComparisonImageFilterTest.png.sha512
│ │ │ │ ├── itkAbsoluteValueDifferenceImageFilterTest.cxx
│ │ │ │ ├── itkCheckerBoardImageFilterTest.cxx
│ │ │ │ ├── itkConstrainedValueDifferenceImageFilterTest.cxx
│ │ │ │ ├── itkSimilarityIndexImageFilterTest.cxx
│ │ │ │ ├── itkSquaredDifferenceImageFilterTest.cxx
│ │ │ │ ├── itkSTAPLEImageFilterTest.cxx
│ │ │ │ └── itkTestingComparisonImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkAbsoluteValueDifferenceImageFilter.wrap
│ │ │ ├── itkCheckerBoardImageFilter.wrap
│ │ │ ├── itkSimilarityIndexImageFilter.wrap
│ │ │ ├── itkSquaredDifferenceImageFilter.wrap
│ │ │ └── itkSTAPLEImageFilter.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
│ │ │ │ ├── itkComposeRGBAImageFilterTest.cxx
│ │ │ │ ├── itkComposeRGBImageFilterTest.cxx
│ │ │ │ ├── itkImageReadRealAndImaginaryWriteComplexTest.cxx
│ │ │ │ ├── itkImageToVectorImageFilterTest.cxx
│ │ │ │ ├── itkJoinImageFilterTest.cxx
│ │ │ │ ├── itkJoinSeriesImageFilterStreamingTest.cxx
│ │ │ │ └── itkJoinSeriesImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkComposeImageFilter.wrap
│ │ │ └── itkJoinSeriesImageFilter.wrap
│ │ ├── ImageFeature
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBilateralImageFilter.h
│ │ │ │ ├── itkBilateralImageFilter.hxx
│ │ │ │ ├── itkCannyEdgeDetectionImageFilter.h
│ │ │ │ ├── itkCannyEdgeDetectionImageFilter.hxx
│ │ │ │ ├── itkDerivativeImageFilter.h
│ │ │ │ ├── itkDerivativeImageFilter.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
│ │ │ │ ├── itkSimpleContourExtractorImageFilter.h
│ │ │ │ ├── itkSimpleContourExtractorImageFilter.hxx
│ │ │ │ ├── itkSobelEdgeDetectionImageFilter.h
│ │ │ │ ├── itkSobelEdgeDetectionImageFilter.hxx
│ │ │ │ ├── itkUnsharpMaskImageFilter.h
│ │ │ │ ├── itkUnsharpMaskImageFilter.hxx
│ │ │ │ ├── itkZeroCrossingBasedEdgeDetectionImageFilter.h
│ │ │ │ ├── itkZeroCrossingBasedEdgeDetectionImageFilter.hxx
│ │ │ │ ├── itkZeroCrossingImageFilter.h
│ │ │ │ └── itkZeroCrossingImageFilter.hxx
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── itkGradientVectorFlowImageFilterPythonTestX.png.md5
│ │ │ │ │ ├── itkGradientVectorFlowImageFilterPythonTestX.png.sha512
│ │ │ │ │ ├── itkGradientVectorFlowImageFilterPythonTestY.png.md5
│ │ │ │ │ ├── itkGradientVectorFlowImageFilterPythonTestY.png.sha512
│ │ │ │ │ ├── itkMaskFeaturePointSelectionFilterTest.mha.md5
│ │ │ │ │ ├── itkMaskFeaturePointSelectionFilterTest.mha.sha512
│ │ │ │ │ ├── SwirledUSM_3-3-15.nrrd.md5
│ │ │ │ │ ├── SwirledUSM_3-3-15.nrrd.sha512
│ │ │ │ │ ├── SwirledUSM_Defaults.nrrd.md5
│ │ │ │ │ ├── SwirledUSM_Defaults.nrrd.sha512
│ │ │ │ │ ├── SwirledUSM_Defaults.png.md5
│ │ │ │ │ └── SwirledUSM_Defaults.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── Contours.png.md5
│ │ │ │ │ ├── Contours.png.sha512
│ │ │ │ │ ├── Swirled.png.md5
│ │ │ │ │ └── Swirled.png.sha512
│ │ │ │ ├── itkBilateralImageFilterTest2.cxx
│ │ │ │ ├── itkBilateralImageFilterTest3.cxx
│ │ │ │ ├── itkBilateralImageFilterTest.cxx
│ │ │ │ ├── itkCannyEdgeDetectionImageFilterTest2.cxx
│ │ │ │ ├── itkCannyEdgeDetectionImageFilterTest.cxx
│ │ │ │ ├── itkDerivativeImageFilterTest.cxx
│ │ │ │ ├── itkGradientVectorFlowImageFilterTest.cxx
│ │ │ │ ├── itkGradientVectorFlowImageFilterTest.py
│ │ │ │ ├── itkHessian3DToVesselnessMeasureImageFilterTest.cxx
│ │ │ │ ├── itkHessianRecursiveGaussianFilterScaleSpaceTest.cxx
│ │ │ │ ├── itkHessianRecursiveGaussianFilterTest.cxx
│ │ │ │ ├── itkHessianToObjectnessMeasureImageFilterTest.cxx
│ │ │ │ ├── itkHoughTransform2DCirclesImageTest.cxx
│ │ │ │ ├── itkHoughTransform2DLinesImageTest.cxx
│ │ │ │ ├── itkLaplacianImageFilterTest.cxx
│ │ │ │ ├── itkLaplacianRecursiveGaussianImageFilterTest.cxx
│ │ │ │ ├── itkMaskFeaturePointSelectionFilterTest.cxx
│ │ │ │ ├── itkSimpleContourExtractorImageFilterTest.cxx
│ │ │ │ ├── itkSobelEdgeDetectionImageFilterTest.cxx
│ │ │ │ ├── itkUnsharpMaskImageFilterTest.cxx
│ │ │ │ ├── itkUnsharpMaskImageFilterTestSimple.cxx
│ │ │ │ ├── itkZeroCrossingBasedEdgeDetectionImageFilterTest.cxx
│ │ │ │ └── itkZeroCrossingImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBilateralImageFilter.wrap
│ │ │ ├── itkCannyEdgeDetectionImageFilter.wrap
│ │ │ ├── itkDerivativeImageFilter.wrap
│ │ │ ├── itkGradientVectorFlowImageFilter.wrap
│ │ │ ├── itkHessian3DToVesselnessMeasureImageFilter.wrap
│ │ │ ├── itkHessianRecursiveGaussianImageFilter.wrap
│ │ │ ├── itkHessianToObjectnessMeasureImageFilter.wrap
│ │ │ ├── itkHoughTransform2DCirclesImageFilter.wrap
│ │ │ ├── itkHoughTransform2DLinesImageFilter.wrap
│ │ │ ├── itkLaplacianImageFilter.wrap
│ │ │ ├── itkLaplacianRecursiveGaussianImageFilter.wrap
│ │ │ ├── itkLaplacianSharpeningImageFilter.wrap
│ │ │ ├── itkMaskFeaturePointSelectionFilter.wrap
│ │ │ ├── itkSimpleContourExtractorImageFilter.wrap
│ │ │ ├── itkSobelEdgeDetectionImageFilter.wrap
│ │ │ ├── itkUnsharpMaskImageFilter.wrap
│ │ │ ├── itkZeroCrossingBasedEdgeDetectionImageFilter.wrap
│ │ │ └── itkZeroCrossingImageFilter.wrap
│ │ ├── ImageFilterBase
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBinaryFunctorImageFilter.h
│ │ │ │ ├── itkBinaryFunctorImageFilter.hxx
│ │ │ │ ├── itkBoxImageFilter.h
│ │ │ │ ├── itkBoxImageFilter.hxx
│ │ │ │ ├── itkCastImageFilter.h
│ │ │ │ ├── itkCastImageFilter.hxx
│ │ │ │ ├── itkKernelImageFilter.h
│ │ │ │ ├── itkKernelImageFilter.hxx
│ │ │ │ ├── itkMaskNeighborhoodOperatorImageFilter.h
│ │ │ │ ├── itkMaskNeighborhoodOperatorImageFilter.hxx
│ │ │ │ ├── itkMovingHistogramImageFilterBase.h
│ │ │ │ ├── itkMovingHistogramImageFilterBase.hxx
│ │ │ │ ├── itkMovingHistogramImageFilter.h
│ │ │ │ ├── itkMovingHistogramImageFilter.hxx
│ │ │ │ ├── itkNeighborhoodOperatorImageFilter.h
│ │ │ │ ├── itkNeighborhoodOperatorImageFilter.hxx
│ │ │ │ ├── itkNoiseImageFilter.h
│ │ │ │ ├── itkNoiseImageFilter.hxx
│ │ │ │ ├── itkNullImageToImageFilterDriver.hxx
│ │ │ │ ├── itkRecursiveSeparableImageFilter.h
│ │ │ │ ├── itkRecursiveSeparableImageFilter.hxx
│ │ │ │ ├── itkTernaryFunctorImageFilter.h
│ │ │ │ ├── itkTernaryFunctorImageFilter.hxx
│ │ │ │ ├── itkVectorCastImageFilter.h
│ │ │ │ ├── itkVectorNeighborhoodOperatorImageFilter.h
│ │ │ │ └── itkVectorNeighborhoodOperatorImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkCastImageFilterTest.cxx
│ │ │ │ ├── itkImageToImageFilterTest.cxx
│ │ │ │ ├── itkMaskNeighborhoodOperatorImageFilterTest.cxx
│ │ │ │ ├── itkNeighborhoodOperatorImageFilterTest.cxx
│ │ │ │ └── itkVectorNeighborhoodOperatorImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBoxImageFilter.wrap
│ │ │ ├── itkCastImageFilter.wrap
│ │ │ ├── itkNoiseImageFilter.wrap
│ │ │ ├── itkRecursiveSeparableImageFilter.wrap
│ │ │ └── itkVectorCastImageFilter.wrap
│ │ ├── 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
│ │ │ │ ├── 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.md5
│ │ │ │ │ ├── itkGradientRecursiveGaussianFilterTest3c.nii.gz.sha512
│ │ │ │ │ ├── itkGradientRecursiveGaussianFilterTest4.mha.md5
│ │ │ │ │ └── itkGradientRecursiveGaussianFilterTest4.mha.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkDifferenceOfGaussiansGradientTest.cxx
│ │ │ │ ├── itkGradientImageFilterTest2.cxx
│ │ │ │ ├── itkGradientImageFilterTest.cxx
│ │ │ │ ├── itkGradientMagnitudeImageFilterTest.cxx
│ │ │ │ ├── itkGradientMagnitudeRecursiveGaussianFilterTest.cxx
│ │ │ │ ├── itkGradientRecursiveGaussianFilterSpeedTest.cxx
│ │ │ │ ├── itkGradientRecursiveGaussianFilterTest2.cxx
│ │ │ │ ├── itkGradientRecursiveGaussianFilterTest3.cxx
│ │ │ │ ├── itkGradientRecursiveGaussianFilterTest4.cxx
│ │ │ │ ├── itkGradientRecursiveGaussianFilterTest.cxx
│ │ │ │ ├── itkVectorGradientMagnitudeImageFilterTest1.cxx
│ │ │ │ ├── itkVectorGradientMagnitudeImageFilterTest2.cxx
│ │ │ │ └── itkVectorGradientMagnitudeImageFilterTest3.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkDifferenceOfGaussiansGradientImageFilter.wrap
│ │ │ ├── itkGradientImageFilter.wrap
│ │ │ ├── itkGradientMagnitudeImageFilter.wrap
│ │ │ ├── itkGradientMagnitudeRecursiveGaussianImageFilter.wrap
│ │ │ ├── itkGradientRecursiveGaussianImageFilter.wrap
│ │ │ └── itkVectorGradientMagnitudeImageFilter.wrap
│ │ ├── ImageGrid
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBinShrinkImageFilter.h
│ │ │ │ ├── itkBinShrinkImageFilter.hxx
│ │ │ │ ├── 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
│ │ │ │ ├── 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
│ │ │ │ ├── itkPadImageFilterBase.h
│ │ │ │ ├── itkPadImageFilterBase.hxx
│ │ │ │ ├── itkPadImageFilter.h
│ │ │ │ ├── itkPadImageFilter.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
│ │ │ │ ├── itkTileImageFilter.h
│ │ │ │ ├── itkTileImageFilter.hxx
│ │ │ │ ├── itkVectorResampleImageFilter.h
│ │ │ │ ├── itkVectorResampleImageFilter.hxx
│ │ │ │ ├── itkWarpImageFilter.h
│ │ │ │ ├── itkWarpImageFilter.hxx
│ │ │ │ ├── itkWarpVectorImageFilter.h
│ │ │ │ ├── itkWarpVectorImageFilter.hxx
│ │ │ │ ├── itkWrapPadImageFilter.h
│ │ │ │ ├── itkWrapPadImageFilter.hxx
│ │ │ │ ├── itkZeroFluxNeumannPadImageFilter.h
│ │ │ │ └── itkZeroFluxNeumannPadImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── ResampleImageTest2NearestExtrapolate.png.md5
│ │ │ │ │ ├── ResampleImageTest2NearestExtrapolate.png.sha512
│ │ │ │ │ ├── ResampleImageTest3.png.md5
│ │ │ │ │ ├── ResampleImageTest3.png.sha512
│ │ │ │ │ ├── ResampleImageTest5.png.md5
│ │ │ │ │ ├── ResampleImageTest5.png.sha512
│ │ │ │ │ ├── ResampleImageTest6.png.md5
│ │ │ │ │ └── ResampleImageTest6.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBasicArchitectureTest.cxx
│ │ │ │ ├── itkBinShrinkImageFilterTest1.cxx
│ │ │ │ ├── itkBinShrinkImageFilterTest2.cxx
│ │ │ │ ├── itkBSplineControlPointImageFilterTest.cxx
│ │ │ │ ├── itkBSplineControlPointImageFunctionTest.cxx
│ │ │ │ ├── itkBSplineDownsampleImageFilterTest.cxx
│ │ │ │ ├── itkBSplineResampleImageFilterTest.cxx
│ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest2.cxx
│ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest3.cxx
│ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest4.cxx
│ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest5.cxx
│ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest.cxx
│ │ │ │ ├── itkBSplineUpsampleImageFilterTest.cxx
│ │ │ │ ├── itkChangeInformationImageFilterTest.cxx
│ │ │ │ ├── itkConstantPadImageTest.cxx
│ │ │ │ ├── itkCoxDeBoorBSplineKernelFunctionTest2.cxx
│ │ │ │ ├── itkCoxDeBoorBSplineKernelFunctionTest.cxx
│ │ │ │ ├── itkCropImageFilter3DTest.cxx
│ │ │ │ ├── itkCropImageFilterTest.cxx
│ │ │ │ ├── itkCyclicReferences.cxx
│ │ │ │ ├── itkCyclicShiftImageFilterTest.cxx
│ │ │ │ ├── itkExpandImageFilterTest.cxx
│ │ │ │ ├── itkFlipImageFilterTest.cxx
│ │ │ │ ├── itkInterpolateImageFilterTest.cxx
│ │ │ │ ├── itkInterpolateImagePointsFilterTest.cxx
│ │ │ │ ├── itkMirrorPadImageTest.cxx
│ │ │ │ ├── itkOrientedImage2DTest.cxx
│ │ │ │ ├── itkOrientedImage3DTest.cxx
│ │ │ │ ├── itkOrientedImageAdaptorTest.cxx
│ │ │ │ ├── itkOrientedImageProfileTest1.cxx
│ │ │ │ ├── itkOrientedImageProfileTest2.cxx
│ │ │ │ ├── itkOrientedImageProfileTest3.cxx
│ │ │ │ ├── itkOrientImageFilterTest2.cxx
│ │ │ │ ├── itkOrientImageFilterTest.cxx
│ │ │ │ ├── itkPadImageFilterTest.cxx
│ │ │ │ ├── itkPasteImageFilterTest.cxx
│ │ │ │ ├── itkPermuteAxesImageFilterTest.cxx
│ │ │ │ ├── itkPushPopTileImageFilterTest.cxx
│ │ │ │ ├── itkRegionOfInterestImageFilterTest.cxx
│ │ │ │ ├── itkResampleImageTest2.cxx
│ │ │ │ ├── itkResampleImageTest3.cxx
│ │ │ │ ├── itkResampleImageTest4.cxx
│ │ │ │ ├── itkResampleImageTest5.cxx
│ │ │ │ ├── itkResampleImageTest6.cxx
│ │ │ │ ├── itkResampleImageTest.cxx
│ │ │ │ ├── itkResamplePhasedArray3DSpecialCoordinatesImageTest.cxx
│ │ │ │ ├── itkShrinkImageStreamingTest.cxx
│ │ │ │ ├── itkShrinkImageTest.cxx
│ │ │ │ ├── itkSliceBySliceImageFilterTest.cxx
│ │ │ │ ├── itkTileImageFilterTest.cxx
│ │ │ │ ├── itkVectorResampleImageFilterTest.cxx
│ │ │ │ ├── itkWarpImageFilterTest2.cxx
│ │ │ │ ├── itkWarpImageFilterTest.cxx
│ │ │ │ ├── itkWarpVectorImageFilterTest.cxx
│ │ │ │ ├── itkWrapPadImageTest.cxx
│ │ │ │ └── itkZeroFluxNeumannPadImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBinShrinkImageFilter.wrap
│ │ │ ├── itkBSplineDownsampleImageFilter.wrap
│ │ │ ├── itkBSplineUpsampleImageFilter.wrap
│ │ │ ├── itkChangeInformationImageFilter.wrap
│ │ │ ├── itkConstantPadImageFilter.wrap
│ │ │ ├── itkCropImageFilter.wrap
│ │ │ ├── itkCyclicShiftImageFilter.wrap
│ │ │ ├── itkExpandImageFilter.wrap
│ │ │ ├── itkFlipImageFilter.wrap
│ │ │ ├── itkInterpolateImageFilter.wrap
│ │ │ ├── itkMirrorPadImageFilter.wrap
│ │ │ ├── itkOrientImageFilter.wrap
│ │ │ ├── itkPadImageFilterBase.wrap
│ │ │ ├── itkPadImageFilter.wrap
│ │ │ ├── itkPasteImageFilter.wrap
│ │ │ ├── itkPermuteAxesImageFilter.wrap
│ │ │ ├── itkRegionOfInterestImageFilter.wrap
│ │ │ ├── itkResampleImageFilter.wrap
│ │ │ ├── itkShrinkImageFilter.wrap
│ │ │ ├── itkSliceBySliceImageFilter.wrap
│ │ │ ├── itkTileImageFilter.wrap
│ │ │ ├── itkVectorResampleImageFilter.wrap
│ │ │ ├── itkWarpImageFilter.wrap
│ │ │ ├── itkWrapPadImageFilter.wrap
│ │ │ └── itkZeroFluxNeumannPadImageFilter.wrap
│ │ ├── ImageIntensity
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkAbsImageFilter.h
│ │ │ │ ├── itkAcosImageFilter.h
│ │ │ │ ├── itkAdaptImageFilter.h
│ │ │ │ ├── itkAddImageFilter.h
│ │ │ │ ├── itkAndImageFilter.h
│ │ │ │ ├── itkAsinImageFilter.h
│ │ │ │ ├── itkAtan2ImageFilter.h
│ │ │ │ ├── itkAtanImageFilter.h
│ │ │ │ ├── itkBinaryMagnitudeImageFilter.h
│ │ │ │ ├── itkBoundedReciprocalImageFilter.h
│ │ │ │ ├── itkClampImageFilter.h
│ │ │ │ ├── itkClampImageFilter.hxx
│ │ │ │ ├── itkComplexToImaginaryImageFilter.h
│ │ │ │ ├── itkComplexToModulusImageFilter.h
│ │ │ │ ├── itkComplexToPhaseImageFilter.h
│ │ │ │ ├── itkComplexToRealImageFilter.h
│ │ │ │ ├── itkConstrainedValueAdditionImageFilter.h
│ │ │ │ ├── itkConstrainedValueDifferenceImageFilter.h
│ │ │ │ ├── itkCosImageFilter.h
│ │ │ │ ├── itkDivideImageFilter.h
│ │ │ │ ├── itkDivideOrZeroOutImageFilter.h
│ │ │ │ ├── itkEdgePotentialImageFilter.h
│ │ │ │ ├── itkExpImageFilter.h
│ │ │ │ ├── itkExpNegativeImageFilter.h
│ │ │ │ ├── itkHistogramMatchingImageFilter.h
│ │ │ │ ├── itkHistogramMatchingImageFilter.hxx
│ │ │ │ ├── itkIntensityWindowingImageFilter.h
│ │ │ │ ├── itkIntensityWindowingImageFilter.hxx
│ │ │ │ ├── itkInvertIntensityImageFilter.h
│ │ │ │ ├── itkInvertIntensityImageFilter.hxx
│ │ │ │ ├── itkLog10ImageFilter.h
│ │ │ │ ├── itkLogicOpsFunctors.h
│ │ │ │ ├── itkLogImageFilter.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
│ │ │ │ ├── itkRescaleIntensityImageFilter.h
│ │ │ │ ├── itkRescaleIntensityImageFilter.hxx
│ │ │ │ ├── itkRGBToLuminanceImageFilter.h
│ │ │ │ ├── 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
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── itkMagnitudeAndPhaseToComplexImageFilterTestBaseline.mha.md5
│ │ │ │ │ ├── itkMagnitudeAndPhaseToComplexImageFilterTestBaseline.mha.sha512
│ │ │ │ │ ├── PolylineMaskImageFilterTest.mha.md5
│ │ │ │ │ └── PolylineMaskImageFilterTest.mha.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── itkBrainSliceComplexMagnitude.mha.md5
│ │ │ │ │ ├── itkBrainSliceComplexMagnitude.mha.sha512
│ │ │ │ │ ├── itkBrainSliceComplexPhase.mha.md5
│ │ │ │ │ └── itkBrainSliceComplexPhase.mha.sha512
│ │ │ │ ├── itkAbsImageFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkAcosImageFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkAdaptImageFilterTest2.cxx
│ │ │ │ ├── itkAdaptImageFilterTest.cxx
│ │ │ │ ├── itkAddImageAdaptorTest.cxx
│ │ │ │ ├── itkAddImageFilterFrameTest.cxx
│ │ │ │ ├── itkAddImageFilterTest2.cxx
│ │ │ │ ├── itkAddImageFilterTest.cxx
│ │ │ │ ├── itkAndImageFilterTest.cxx
│ │ │ │ ├── itkAsinImageFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkAtan2ImageFilterTest.cxx
│ │ │ │ ├── itkAtanImageFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkBinaryMagnitudeImageFilterTest.cxx
│ │ │ │ ├── itkClampImageFilterTest.cxx
│ │ │ │ ├── itkComplexToImaginaryFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkComplexToModulusFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkComplexToPhaseFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkComplexToRealFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkConstrainedValueAdditionImageFilterTest.cxx
│ │ │ │ ├── itkCosImageFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkDivideImageFilterTest2.cxx
│ │ │ │ ├── itkDivideImageFilterTest.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
│ │ │ │ ├── itkLogicTestSupport.h
│ │ │ │ ├── itkLogImageFilterAndAdaptorTest.cxx
│ │ │ │ ├── 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
│ │ │ │ ├── itkRescaleIntensityImageFilterTest.cxx
│ │ │ │ ├── itkRGBToLuminanceImageFilterAndAdaptorTest.cxx
│ │ │ │ ├── itkRGBToVectorAdaptImageFilterTest.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
│ │ │ ├── itkRescaleIntensityImageFilter.wrap
│ │ │ ├── itkRGBToLuminanceImageFilter.wrap
│ │ │ ├── itkRoundImageFilter.wrap
│ │ │ ├── itkShiftScaleImageFilter.wrap
│ │ │ ├── itkSigmoidImageFilter.wrap
│ │ │ ├── itkSinImageFilter.wrap
│ │ │ ├── itkSqrtImageFilter.wrap
│ │ │ ├── itkSquareImageFilter.wrap
│ │ │ ├── itkSubtractImageFilter.wrap
│ │ │ ├── itkTanImageFilter.wrap
│ │ │ ├── itkTernaryAddImageFilter.wrap
│ │ │ ├── itkTernaryMagnitudeImageFilter.wrap
│ │ │ ├── itkTernaryMagnitudeSquaredImageFilter.wrap
│ │ │ ├── itkVectorExpandImageFilter.wrap
│ │ │ ├── itkVectorIndexSelectionCastImageFilter.wrap
│ │ │ ├── itkVectorMagnitudeImageFilter.wrap
│ │ │ ├── itkVectorRescaleIntensityImageFilter.wrap
│ │ │ ├── itkWeightedAddImageFilter.wrap
│ │ │ └── itkXorImageFilter.wrap
│ │ ├── ImageLabel
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBinaryContourImageFilter.h
│ │ │ │ ├── itkBinaryContourImageFilter.hxx
│ │ │ │ ├── itkChangeLabelImageFilter.h
│ │ │ │ ├── itkChangeLabelImageFilter.hxx
│ │ │ │ ├── itkLabelContourImageFilter.h
│ │ │ │ └── itkLabelContourImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBinaryContourImageFilterTest.cxx
│ │ │ │ ├── itkChangeLabelImageFilterTest.cxx
│ │ │ │ └── itkLabelContourImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBinaryContourImageFilter.wrap
│ │ │ ├── itkChangeLabelImageFilter.wrap
│ │ │ └── itkLabelContourImageFilter.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
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkGaborImageSourceTest.cxx
│ │ │ │ ├── itkGaborKernelFunctionTest.cxx
│ │ │ │ ├── itkGaussianImageSourceTest.cxx
│ │ │ │ ├── itkGridImageSourceTest.cxx
│ │ │ │ └── itkPhysicalPointImageSourceTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkGaborImageSource.wrap
│ │ │ ├── itkGaussianImageSource.wrap
│ │ │ ├── itkGenerateImageSource.wrap
│ │ │ ├── itkGridImageSource.wrap
│ │ │ ├── itkParametricImageSource.wrap
│ │ │ └── itkPhysicalPointImageSource.wrap
│ │ ├── ImageStatistics
│ │ │ ├── CMakeLists.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.md5
│ │ │ │ │ ├── sourceImage.nii.gz.sha512
│ │ │ │ │ ├── targetImage.nii.gz.md5
│ │ │ │ │ └── targetImage.nii.gz.sha512
│ │ │ │ ├── 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
│ │ │ │ ├── itkImageToHistogramFilterTest2.cxx
│ │ │ │ ├── itkImageToHistogramFilterTest3.cxx
│ │ │ │ ├── itkImageToHistogramFilterTest.cxx
│ │ │ │ ├── itkLabelOverlapMeasuresImageFilterTest.cxx
│ │ │ │ ├── itkLabelStatisticsImageFilterTest.cxx
│ │ │ │ ├── itkMaximumProjectionImageFilterTest2.cxx
│ │ │ │ ├── itkMaximumProjectionImageFilterTest3.cxx
│ │ │ │ ├── itkMaximumProjectionImageFilterTest.cxx
│ │ │ │ ├── itkMeanProjectionImageFilterTest.cxx
│ │ │ │ ├── itkMedianProjectionImageFilterTest.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
│ │ │ ├── itkLabelStatisticsImageFilter.wrap
│ │ │ ├── itkMaximumProjectionImageFilter.wrap
│ │ │ ├── itkMeanProjectionImageFilter.wrap
│ │ │ ├── itkMedianProjectionImageFilter.wrap
│ │ │ ├── itkMinimumMaximumImageFilter.wrap
│ │ │ ├── itkMinimumProjectionImageFilter.wrap
│ │ │ ├── itkStandardDeviationProjectionImageFilter.wrap
│ │ │ ├── itkStatisticsImageFilter.wrap
│ │ │ └── itkSumProjectionImageFilter.wrap
│ │ ├── LabelMap
│ │ │ ├── CMakeLists.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
│ │ │ │ ├── itkLabelMapFilter.h
│ │ │ │ ├── itkLabelMapFilter.hxx
│ │ │ │ ├── itkLabelMap.h
│ │ │ │ ├── itkLabelMap.hxx
│ │ │ │ ├── itkLabelMapMaskImageFilter.h
│ │ │ │ ├── itkLabelMapMaskImageFilter.hxx
│ │ │ │ ├── itkLabelMapToAttributeImageFilter.h
│ │ │ │ ├── itkLabelMapToAttributeImageFilter.hxx
│ │ │ │ ├── itkLabelMapToBinaryImageFilter.h
│ │ │ │ ├── itkLabelMapToBinaryImageFilter.hxx
│ │ │ │ ├── itkLabelMapToLabelImageFilter.h
│ │ │ │ ├── itkLabelMapToLabelImageFilter.hxx
│ │ │ │ ├── itkLabelMapUtilities.h
│ │ │ │ ├── itkLabelObjectAccessors.h
│ │ │ │ ├── itkLabelObject.h
│ │ │ │ ├── itkLabelObject.hxx
│ │ │ │ ├── itkLabelObjectLineComparator.h
│ │ │ │ ├── itkLabelObjectLine.h
│ │ │ │ ├── itkLabelObjectLine.hxx
│ │ │ │ ├── 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
│ │ │ │ ├── itkShapeLabelObjectAccessors.h
│ │ │ │ ├── itkShapeLabelObject.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
│ │ │ │ ├── itkStatisticsLabelObjectAccessors.h
│ │ │ │ ├── itkStatisticsLabelObject.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
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── binary-image-various-shapes01-binary-shape-keep-n-objects.png.md5
│ │ │ │ │ ├── binary-image-various-shapes01-binary-shape-keep-n-objects.png.sha512
│ │ │ │ │ ├── cthead1Label-label-statistics-opening-baseline.png.md5
│ │ │ │ │ ├── cthead1Label-label-statistics-opening-baseline.png.sha512
│ │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-baseline1.png.md5
│ │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-baseline1.png.sha512
│ │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-baseline2.png.md5
│ │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-baseline2.png.sha512
│ │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-dilate-baseline1.png.md5
│ │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-dilate-baseline1.png.sha512
│ │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-dilate-baseline2.png.md5
│ │ │ │ │ ├── cthead1Label-label-statistics-unique-labelmap-dilate-baseline2.png.sha512
│ │ │ │ │ ├── cthead1Label-shape-open-baseline.png.md5
│ │ │ │ │ ├── cthead1Label-shape-open-baseline.png.sha512
│ │ │ │ │ ├── cthead1Label-shape-relabel-baseline.png.md5
│ │ │ │ │ ├── cthead1Label-shape-relabel-baseline.png.sha512
│ │ │ │ │ ├── cthead1Label-statistics-keep-NObjects-baseline.png.md5
│ │ │ │ │ ├── cthead1Label-statistics-keep-NObjects-baseline.png.sha512
│ │ │ │ │ ├── cthead1-statistics-object-removed-baseline.png.md5
│ │ │ │ │ ├── cthead1-statistics-object-removed-baseline.png.sha512
│ │ │ │ │ ├── cthead1-statistics-relabel_image-baseline.png.md5
│ │ │ │ │ ├── cthead1-statistics-relabel_image-baseline.png.sha512
│ │ │ │ │ ├── itkBinaryStatisticsKeepNObjectsImageFilterTest1.png.md5
│ │ │ │ │ ├── itkBinaryStatisticsKeepNObjectsImageFilterTest1.png.sha512
│ │ │ │ │ ├── itkLabelShapeKeepNObjectsImageFilterTest1.png.md5
│ │ │ │ │ └── itkLabelShapeKeepNObjectsImageFilterTest1.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── cthead1-bin.png.md5
│ │ │ │ │ ├── cthead1-bin.png.sha512
│ │ │ │ │ ├── cthead1Label.png.md5
│ │ │ │ │ ├── cthead1Label.png.sha512
│ │ │ │ │ ├── cthead1.png.md5
│ │ │ │ │ └── cthead1.png.sha512
│ │ │ │ ├── itkAggregateLabelMapFilterTest.cxx
│ │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilterTest1.cxx
│ │ │ │ ├── itkAttributeLabelObjectAccessorsTest1.cxx
│ │ │ │ ├── itkAttributeOpeningLabelMapFilterTest1.cxx
│ │ │ │ ├── itkAttributePositionLabelMapFilterTest1.cxx
│ │ │ │ ├── itkAttributeRelabelLabelMapFilterTest1.cxx
│ │ │ │ ├── itkAttributeUniqueLabelMapFilterTest1.cxx
│ │ │ │ ├── itkAutoCropLabelMapFilterTest1.cxx
│ │ │ │ ├── itkAutoCropLabelMapFilterTest2.cxx
│ │ │ │ ├── itkBinaryFillholeImageFilterTest1.cxx
│ │ │ │ ├── itkBinaryGrindPeakImageFilterTest1.cxx
│ │ │ │ ├── itkBinaryImageToLabelMapFilterTest2.cxx
│ │ │ │ ├── itkBinaryImageToLabelMapFilterTest.cxx
│ │ │ │ ├── itkBinaryImageToShapeLabelMapFilterTest1.cxx
│ │ │ │ ├── itkBinaryImageToStatisticsLabelMapFilterTest1.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
│ │ │ │ ├── itkLabelMapTest2.cxx
│ │ │ │ ├── itkLabelMapTest.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
│ │ │ │ ├── itkShapeLabelObjectAccessorsTest1.cxx
│ │ │ │ ├── itkShapeOpeningLabelMapFilterTest1.cxx
│ │ │ │ ├── itkShapePositionLabelMapFilterTest1.cxx
│ │ │ │ ├── itkShapeRelabelImageFilterTest1.cxx
│ │ │ │ ├── itkShapeRelabelLabelMapFilterTest1.cxx
│ │ │ │ ├── itkShapeUniqueLabelMapFilterTest1.cxx
│ │ │ │ ├── itkShiftLabelObjectTest.cxx
│ │ │ │ ├── itkShiftScaleLabelMapFilterTest1.cxx
│ │ │ │ ├── itkStatisticsKeepNObjectsLabelMapFilterTest1.cxx
│ │ │ │ ├── itkStatisticsOpeningLabelMapFilterTest1.cxx
│ │ │ │ ├── itkStatisticsPositionLabelMapFilterTest1.cxx
│ │ │ │ ├── itkStatisticsRelabelImageFilterTest1.cxx
│ │ │ │ ├── itkStatisticsRelabelLabelMapFilterTest1.cxx
│ │ │ │ └── itkStatisticsUniqueLabelMapFilterTest1.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── 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
│ │ │ ├── ITKLabelMapBase.wrap
│ │ │ ├── itkLabelMapFilter.wrap
│ │ │ ├── itkLabelMapMaskImageFilter.wrap
│ │ │ ├── itkLabelMapToBinaryImageFilter.wrap
│ │ │ ├── itkLabelMapToLabelImageFilter.wrap
│ │ │ ├── itkLabelObjectLine.wrap
│ │ │ ├── itkLabelObject.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
│ │ ├── 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
│ │ │ │ ├── itkMorphologicalGradientImageFilter.h
│ │ │ │ ├── itkMorphologicalGradientImageFilter.hxx
│ │ │ │ ├── itkMorphologyHistogram.h
│ │ │ │ ├── itkMorphologyImageFilter.h
│ │ │ │ ├── itkMorphologyImageFilter.hxx
│ │ │ │ ├── itkMovingHistogramDilateImageFilter.h
│ │ │ │ ├── itkMovingHistogramErodeImageFilter.h
│ │ │ │ ├── itkMovingHistogramMorphologicalGradientImageFilter.h
│ │ │ │ ├── itkMovingHistogramMorphologyImageFilter.h
│ │ │ │ ├── itkMovingHistogramMorphologyImageFilter.hxx
│ │ │ │ ├── itkOpeningByReconstructionImageFilter.h
│ │ │ │ ├── itkOpeningByReconstructionImageFilter.hxx
│ │ │ │ ├── itkReconstructionByDilationImageFilter.h
│ │ │ │ ├── itkReconstructionByErosionImageFilter.h
│ │ │ │ ├── itkReconstructionImageFilter.h
│ │ │ │ ├── itkReconstructionImageFilter.hxx
│ │ │ │ ├── itkSharedMorphologyUtilities.h
│ │ │ │ ├── itkSharedMorphologyUtilities.hxx
│ │ │ │ ├── itkVanHerkGilWermanDilateImageFilter.h
│ │ │ │ ├── itkVanHerkGilWermanErodeDilateImageFilter.h
│ │ │ │ ├── itkVanHerkGilWermanErodeDilateImageFilter.hxx
│ │ │ │ ├── itkVanHerkGilWermanErodeImageFilter.h
│ │ │ │ ├── itkVanHerkGilWermanUtilities.h
│ │ │ │ ├── itkVanHerkGilWermanUtilities.hxx
│ │ │ │ ├── itkWhiteTopHatImageFilter.h
│ │ │ │ └── itkWhiteTopHatImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── FlatStructuringElementImageTest.png.md5
│ │ │ │ │ ├── FlatStructuringElementImageTest.png.sha512
│ │ │ │ │ ├── OpeningByReconstructionImageFilterTestNoInput2.png.md5
│ │ │ │ │ ├── OpeningByReconstructionImageFilterTestNoInput2.png.sha512
│ │ │ │ │ ├── OpeningByReconstructionImageFilterTestNoInput.png.md5
│ │ │ │ │ └── OpeningByReconstructionImageFilterTestNoInput.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkClosingByReconstructionImageFilterTest.cxx
│ │ │ │ ├── itkDoubleThresholdImageFilterTest.cxx
│ │ │ │ ├── itkFlatStructuringElementTest2.cxx
│ │ │ │ ├── itkFlatStructuringElementTest3.cxx
│ │ │ │ ├── itkFlatStructuringElementTest.cxx
│ │ │ │ ├── itkGrayscaleConnectedClosingImageFilterTest.cxx
│ │ │ │ ├── itkGrayscaleConnectedOpeningImageFilterTest.cxx
│ │ │ │ ├── itkGrayscaleDilateImageFilterTest.cxx
│ │ │ │ ├── itkGrayscaleErodeImageFilterTest.cxx
│ │ │ │ ├── itkGrayscaleFillholeImageFilterTest.cxx
│ │ │ │ ├── itkGrayscaleFunctionDilateImageFilterTest.cxx
│ │ │ │ ├── itkGrayscaleFunctionErodeImageFilterTest.cxx
│ │ │ │ ├── itkGrayscaleGeodesicErodeDilateImageFilterTest.cxx
│ │ │ │ ├── itkGrayscaleMorphologicalClosingImageFilterTest2.cxx
│ │ │ │ ├── itkGrayscaleMorphologicalClosingImageFilterTest.cxx
│ │ │ │ ├── itkGrayscaleMorphologicalOpeningImageFilterTest2.cxx
│ │ │ │ ├── itkGrayscaleMorphologicalOpeningImageFilterTest.cxx
│ │ │ │ ├── itkHConvexConcaveImageFilterTest.cxx
│ │ │ │ ├── itkHMaximaMinimaImageFilterTest.cxx
│ │ │ │ ├── itkMapGrayscaleDilateImageFilterTest.cxx
│ │ │ │ ├── itkMapGrayscaleErodeImageFilterTest.cxx
│ │ │ │ ├── itkMapGrayscaleMorphologicalClosingImageFilterTest.cxx
│ │ │ │ ├── itkMapGrayscaleMorphologicalOpeningImageFilterTest.cxx
│ │ │ │ ├── itkMorphologicalGradientImageFilterTest2.cxx
│ │ │ │ ├── itkMorphologicalGradientImageFilterTest.cxx
│ │ │ │ ├── itkObjectMorphologyImageFilterTest.cxx
│ │ │ │ ├── itkOpeningByReconstructionImageFilterTest2.cxx
│ │ │ │ ├── itkOpeningByReconstructionImageFilterTest.cxx
│ │ │ │ ├── itkRemoveBoundaryObjectsTest2.cxx
│ │ │ │ ├── itkRemoveBoundaryObjectsTest.cxx
│ │ │ │ ├── itkShapedIteratorFromStructuringElementTest.cxx
│ │ │ │ └── itkTopHatImageFilterTest.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
│ │ │ ├── itkMorphologicalGradientImageFilter.wrap
│ │ │ ├── itkOpeningByReconstructionImageFilter.wrap
│ │ │ ├── itkReconstructionByDilationImageFilter.wrap
│ │ │ ├── itkReconstructionByErosionImageFilter.wrap
│ │ │ └── itkWhiteTopHatImageFilter.wrap
│ │ ├── Path
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkChainCodePath2D.h
│ │ │ │ ├── itkChainCodePath.h
│ │ │ │ ├── itkChainCodePath.hxx
│ │ │ │ ├── itkChainCodeToFourierSeriesPathFilter.h
│ │ │ │ ├── itkChainCodeToFourierSeriesPathFilter.hxx
│ │ │ │ ├── itkExtractOrthogonalSwath2DImageFilter.h
│ │ │ │ ├── itkExtractOrthogonalSwath2DImageFilter.hxx
│ │ │ │ ├── itkFourierSeriesPath.h
│ │ │ │ ├── itkFourierSeriesPath.hxx
│ │ │ │ ├── itkHilbertPath.h
│ │ │ │ ├── itkHilbertPath.hxx
│ │ │ │ ├── itkImageAndPathToImageFilter.h
│ │ │ │ ├── itkImageAndPathToImageFilter.hxx
│ │ │ │ ├── itkImageToPathFilter.h
│ │ │ │ ├── itkImageToPathFilter.hxx
│ │ │ │ ├── itkOrthogonallyCorrected2DParametricPath.h
│ │ │ │ ├── itkOrthogonalSwath2DPathFilter.h
│ │ │ │ ├── itkOrthogonalSwath2DPathFilter.hxx
│ │ │ │ ├── itkParametricPath.h
│ │ │ │ ├── itkParametricPath.hxx
│ │ │ │ ├── itkPathAndImageToPathFilter.h
│ │ │ │ ├── itkPathAndImageToPathFilter.hxx
│ │ │ │ ├── itkPathConstIterator.h
│ │ │ │ ├── itkPathConstIterator.hxx
│ │ │ │ ├── itkPathFunctions.h
│ │ │ │ ├── itkPath.h
│ │ │ │ ├── itkPath.hxx
│ │ │ │ ├── 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.md5
│ │ │ │ │ └── ExtractOrthogonalSwath2DImageFilterTest.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkChainCodePath2DTest.cxx
│ │ │ │ ├── itkChainCodePathTest.cxx
│ │ │ │ ├── itkChainCodeToFourierSeriesPathFilterTest.cxx
│ │ │ │ ├── itkExtractOrthogonalSwath2DImageFilterTest.cxx
│ │ │ │ ├── itkFourierSeriesPathTest.cxx
│ │ │ │ ├── itkHilbertPathTest.cxx
│ │ │ │ ├── itkOrthogonallyCorrected2DParametricPathTest.cxx
│ │ │ │ ├── itkOrthogonalSwath2DPathFilterTest.cxx
│ │ │ │ ├── itkPathFunctionsTest.cxx
│ │ │ │ ├── itkPathIteratorTest.cxx
│ │ │ │ ├── itkPathToChainCodePathFilterTest.cxx
│ │ │ │ ├── itkPathToImageFilterTest.cxx
│ │ │ │ └── itkPolyLineParametricPathTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkImageToPathFilter.wrap
│ │ │ ├── itkParametricPath.wrap
│ │ │ ├── itkPathBase.wrap
│ │ │ ├── itkPathSource.wrap
│ │ │ └── itkPolyLineParametricPath.wrap
│ │ ├── 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
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkAutomaticTopologyQuadEdgeMeshSourceTest.cxx
│ │ │ │ ├── itkBinaryMask3DQuadEdgeMeshSourceTest.cxx
│ │ │ │ ├── itkBorderQuadEdgeMeshFilterTest2.cxx
│ │ │ │ ├── itkBorderQuadEdgeMeshFilterTest.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
│ │ │ │ ├── itkMeanImageFilter.h
│ │ │ │ ├── itkMeanImageFilter.hxx
│ │ │ │ ├── itkMedianImageFilter.h
│ │ │ │ ├── itkMedianImageFilter.hxx
│ │ │ │ ├── itkRecursiveGaussianImageFilter.h
│ │ │ │ ├── itkRecursiveGaussianImageFilter.hxx
│ │ │ │ ├── itkSmoothingRecursiveGaussianImageFilter.h
│ │ │ │ └── itkSmoothingRecursiveGaussianImageFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBoxMeanImageFilterTest.cxx
│ │ │ │ ├── itkBoxSigmaImageFilterTest.cxx
│ │ │ │ ├── itkDiscreteGaussianImageFilterTest2.cxx
│ │ │ │ ├── itkDiscreteGaussianImageFilterTest.cxx
│ │ │ │ ├── itkMeanImageFilterTest.cxx
│ │ │ │ ├── itkMedianImageFilterTest.cxx
│ │ │ │ ├── itkRecursiveGaussianImageFiltersOnTensorsTest.cxx
│ │ │ │ ├── itkRecursiveGaussianImageFiltersOnVectorImageTest.cxx
│ │ │ │ ├── itkRecursiveGaussianImageFiltersTest.cxx
│ │ │ │ ├── itkRecursiveGaussianScaleSpaceTest1.cxx
│ │ │ │ ├── itkSmoothingRecursiveGaussianImageFilterOnImageAdaptorTest.cxx
│ │ │ │ ├── itkSmoothingRecursiveGaussianImageFilterOnImageOfVectorTest.cxx
│ │ │ │ ├── itkSmoothingRecursiveGaussianImageFilterOnVectorImageTest.cxx
│ │ │ │ └── itkSmoothingRecursiveGaussianImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBinomialBlurImageFilter.wrap
│ │ │ ├── itkDiscreteGaussianImageFilter.wrap
│ │ │ ├── itkMeanImageFilter.wrap
│ │ │ ├── itkMedianImageFilter.wrap
│ │ │ ├── itkRecursiveGaussianImageFilter.wrap
│ │ │ └── itkSmoothingRecursiveGaussianImageFilter.wrap
│ │ ├── SpatialFunction
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkSpatialFunctionImageEvaluatorFilter.h
│ │ │ │ └── itkSpatialFunctionImageEvaluatorFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkSpatialFunctionImageEvaluatorFilterTest.cxx
│ │ └── Thresholding
│ │ ├── CMakeLists.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
│ │ ├── ITKKWStyleOverwrite.txt
│ │ ├── itk-module.cmake
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── itkHuangMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkHuangMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkHuangThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkHuangThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkHuangThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkHuangThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkIntermodesMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkIntermodesMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkIntermodesThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkIntermodesThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkIntermodesThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkIntermodesThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkIsoDataMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkIsoDataMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkIsoDataThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkIsoDataThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkIsoDataThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkIsoDataThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkKappaSigmaThresholdImageFilterTest01.png.md5
│ │ │ │ ├── itkKappaSigmaThresholdImageFilterTest01.png.sha512
│ │ │ │ ├── itkKappaSigmaThresholdImageFilterTest02.png.md5
│ │ │ │ ├── itkKappaSigmaThresholdImageFilterTest02.png.sha512
│ │ │ │ ├── itkKittlerIllingworthMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkKittlerIllingworthMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkKittlerIllingworthThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkKittlerIllingworthThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkKittlerIllingworthThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkKittlerIllingworthThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkLiMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkLiMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkLiThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkLiThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkLiThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkLiThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkMaximumEntropyMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkMaximumEntropyMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkMaximumEntropyThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkMaximumEntropyThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkMaximumEntropyThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkMaximumEntropyThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkMomentsMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkMomentsMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkMomentsThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkMomentsThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkMomentsThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkMomentsThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkOtsuMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkOtsuMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest3.png.md5
│ │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest3.png.sha512
│ │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest4.png.md5
│ │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest4.png.sha512
│ │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest.png.md5
│ │ │ │ ├── itkOtsuMultipleThresholdsImageFilterTest.png.sha512
│ │ │ │ ├── itkOtsuThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkOtsuThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkOtsuThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkOtsuThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkRenyiEntropyMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkRenyiEntropyMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkRenyiEntropyThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkRenyiEntropyThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkRenyiEntropyThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkRenyiEntropyThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkShanbhagMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkShanbhagMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkShanbhagThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkShanbhagThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkShanbhagThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkShanbhagThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkTriangleMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkTriangleMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkTriangleThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkTriangleThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkTriangleThresholdImageFilterTestShort.png.md5
│ │ │ │ ├── itkTriangleThresholdImageFilterTestShort.png.sha512
│ │ │ │ ├── itkYenMaskedThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkYenMaskedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkYenThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkYenThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkYenThresholdImageFilterTestShort.png.md5
│ │ │ │ └── itkYenThresholdImageFilterTestShort.png.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBinaryThresholdImageFilterTest2.cxx
│ │ │ ├── itkBinaryThresholdImageFilterTest.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
│ │ │ ├── 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
│ ├── IO
│ │ ├── BioRad
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBioRadImageIOFactory.h
│ │ │ │ └── itkBioRadImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBioRadImageIO.cxx
│ │ │ │ └── itkBioRadImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── biorad.pic.md5
│ │ │ │ │ └── biorad.pic.sha512
│ │ │ │ └── itkBioRadImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkBioRadImageIO.wrap
│ │ ├── BMP
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBMPImageIOFactory.h
│ │ │ │ └── itkBMPImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBMPImageIO.cxx
│ │ │ │ └── itkBMPImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBMPImageIOTest2.cxx
│ │ │ │ ├── itkBMPImageIOTest3.cxx
│ │ │ │ ├── itkBMPImageIOTest4.cxx
│ │ │ │ ├── itkBMPImageIOTest5.cxx
│ │ │ │ └── itkBMPImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkBMPImageIO.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.md5
│ │ │ │ └── csvFileReaderTestInput.csv.sha512
│ │ │ ├── itkCSVArray2DFileReaderTest.cxx
│ │ │ ├── itkCSVArray2DFileReaderWriterTest.cxx
│ │ │ └── itkCSVNumericObjectFileWriterTest.cxx
│ │ ├── DCMTK
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkDCMTKFileReader.h
│ │ │ │ ├── itkDCMTKImageIOFactory.h
│ │ │ │ ├── itkDCMTKImageIO.h
│ │ │ │ └── itkDCMTKSeriesFileNames.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkDCMTKFileReader.cxx
│ │ │ │ ├── itkDCMTKImageIO.cxx
│ │ │ │ ├── itkDCMTKImageIOFactory.cxx
│ │ │ │ └── itkDCMTKSeriesFileNames.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── MultiFrameDicomTest.dcm.md5
│ │ │ │ │ ├── MultiFrameDicomTest.dcm.sha512
│ │ │ │ │ ├── slopeIntercept.dcm.md5
│ │ │ │ │ ├── slopeIntercept.dcm.sha512
│ │ │ │ │ ├── slopeInterceptOrig.dcm.md5
│ │ │ │ │ └── slopeInterceptOrig.dcm.sha512
│ │ │ │ ├── itkDCMTKImageIOMultiFrameImageTest.cxx
│ │ │ │ ├── itkDCMTKImageIOOrthoDirTest.cxx
│ │ │ │ ├── itkDCMTKImageIOSlopeInterceptTest.cxx
│ │ │ │ ├── itkDCMTKImageIOTest.cxx
│ │ │ │ ├── itkDCMTKLoggerTest.cxx
│ │ │ │ ├── itkDCMTKMultiFrame4DTest.cxx
│ │ │ │ ├── itkDCMTKSeriesReadImageWrite.cxx
│ │ │ │ └── itkDCMTKSeriesStreamReadImageWrite.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkDCMTKImageIO.wrap
│ │ ├── GDCM
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkGDCMImageIOFactory.h
│ │ │ │ ├── itkGDCMImageIO.h
│ │ │ │ └── itkGDCMSeriesFileNames.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkGDCMImageIO.cxx
│ │ │ │ ├── itkGDCMImageIOFactory.cxx
│ │ │ │ └── itkGDCMSeriesFileNames.cxx
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── itkGDCMImageIOTest2Baseline.mha.md5
│ │ │ │ │ ├── itkGDCMImageIOTest2Baseline.mha.sha512
│ │ │ │ │ ├── itkGDCMImageIOTest2RescaledBaseline.mha.md5
│ │ │ │ │ ├── itkGDCMImageIOTest2RescaledBaseline.mha.sha512
│ │ │ │ │ ├── itkGDCMImageIOTest3Baseline.mha.md5
│ │ │ │ │ ├── itkGDCMImageIOTest3Baseline.mha.sha512
│ │ │ │ │ ├── itkGDCMImageIOTest3RescaledBaseline.mha.md5
│ │ │ │ │ ├── itkGDCMImageIOTest3RescaledBaseline.mha.sha512
│ │ │ │ │ ├── itkGDCMImageIOTest4Baseline.mha.md5
│ │ │ │ │ ├── itkGDCMImageIOTest4Baseline.mha.sha512
│ │ │ │ │ ├── itkGDCMImageIOTest4RescaledBaseline.mha.md5
│ │ │ │ │ ├── itkGDCMImageIOTest4RescaledBaseline.mha.sha512
│ │ │ │ │ ├── itkGDCMImageIOTestBaseline.mha.md5
│ │ │ │ │ ├── itkGDCMImageIOTestBaseline.mha.sha512
│ │ │ │ │ ├── itkGDCMImageIOTestRescaledBaseline.mha.md5
│ │ │ │ │ └── itkGDCMImageIOTestRescaledBaseline.mha.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── gdcmNoSpacingTest.dcm.md5
│ │ │ │ │ ├── gdcmNoSpacingTest.dcm.sha512
│ │ │ │ │ ├── gdcmSpacingTest.dcm.md5
│ │ │ │ │ └── gdcmSpacingTest.dcm.sha512
│ │ │ │ ├── itkGDCMImageIONoCrashTest.cxx
│ │ │ │ ├── itkGDCMImageIOOrthoDirTest.cxx
│ │ │ │ ├── itkGDCMImageIOTest2.cxx
│ │ │ │ ├── itkGDCMImageIOTest.cxx
│ │ │ │ ├── itkGDCMImageOrientationPatientTest.cxx
│ │ │ │ ├── itkGDCMImagePositionPatientTest.cxx
│ │ │ │ ├── itkGDCMImageReadSeriesWriteTest.cxx
│ │ │ │ ├── itkGDCMLoadImageSpacingTest.cxx
│ │ │ │ ├── itkGDCMSeriesMissingDicomTagTest.cxx
│ │ │ │ ├── itkGDCMSeriesReadImageWriteTest.cxx
│ │ │ │ └── itkGDCMSeriesStreamReadImageWriteTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkGDCMImageIO.wrap
│ │ ├── GE
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── Ge4xHdr.h
│ │ │ │ ├── Ge5xHdr.h
│ │ │ │ ├── itkGE4ImageIOFactory.h
│ │ │ │ ├── itkGE4ImageIO.h
│ │ │ │ ├── itkGE5ImageIOFactory.h
│ │ │ │ ├── itkGE5ImageIO.h
│ │ │ │ ├── itkGEAdwImageIOFactory.h
│ │ │ │ ├── itkGEAdwImageIO.h
│ │ │ │ └── itkMvtSunf.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkGE4ImageIO.cxx
│ │ │ │ ├── itkGE4ImageIOFactory.cxx
│ │ │ │ ├── itkGE5ImageIO.cxx
│ │ │ │ ├── itkGE5ImageIOFactory.cxx
│ │ │ │ ├── itkGEAdwImageIO.cxx
│ │ │ │ └── itkGEAdwImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── c_vf1122.fre.mha.md5
│ │ │ │ │ ├── c_vf1122.fre.mha.sha512
│ │ │ │ │ ├── c_vf1210.fre.mha.md5
│ │ │ │ │ └── c_vf1210.fre.mha.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── c_vf1122.fre.md5
│ │ │ │ │ ├── c_vf1122.fre.sha512
│ │ │ │ │ ├── c_vf1123.fre.md5
│ │ │ │ │ ├── c_vf1123.fre.sha512
│ │ │ │ │ ├── c_vf1210.fre.md5
│ │ │ │ │ ├── c_vf1210.fre.sha512
│ │ │ │ │ ├── c_vf1211.fre.md5
│ │ │ │ │ └── c_vf1211.fre.sha512
│ │ │ │ └── itkGEImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkGE4ImageIO.wrap
│ │ │ ├── itkGE5ImageIO.wrap
│ │ │ └── itkGEAdwImageIO.wrap
│ │ ├── GIPL
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkGiplImageIOFactory.h
│ │ │ │ └── itkGiplImageIO.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
│ │ │ │ ├── itkHDF5ImageIOFactory.h
│ │ │ │ └── itkHDF5ImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkHDF5ImageIO.cxx
│ │ │ │ └── itkHDF5ImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkHDF5ImageIOStreamingReadWriteTest.cxx
│ │ │ │ └── itkHDF5ImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkHDF5ImageIO.wrap
│ │ ├── ImageBase
│ │ │ ├── CMake
│ │ │ │ ├── itkTestCStyleIOWCharFilename.cxx
│ │ │ │ ├── itkTestFDStream.cxx
│ │ │ │ └── itkTestIOStreamsWCharFilenameConstructors.cxx
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkArchetypeSeriesFileNames.h
│ │ │ │ ├── itkConvertPixelBuffer.h
│ │ │ │ ├── itkConvertPixelBuffer.hxx
│ │ │ │ ├── itkfdstream
│ │ │ │ │ └── fdstream.hpp
│ │ │ │ ├── itkImageFileReaderException.h
│ │ │ │ ├── itkImageFileReader.h
│ │ │ │ ├── itkImageFileReader.hxx
│ │ │ │ ├── itkImageFileWriter.h
│ │ │ │ ├── itkImageFileWriter.hxx
│ │ │ │ ├── itkImageIOBase.h
│ │ │ │ ├── itkImageIOFactory.h
│ │ │ │ ├── itkImageSeriesReader.h
│ │ │ │ ├── itkImageSeriesReader.hxx
│ │ │ │ ├── itkImageSeriesWriter.h
│ │ │ │ ├── itkImageSeriesWriter.hxx
│ │ │ │ ├── itkInternationalizationIOHelpers.h
│ │ │ │ ├── itkIOCommon.h
│ │ │ │ ├── itkIOTestHelper.h
│ │ │ │ ├── itkNumericSeriesFileNames.h
│ │ │ │ ├── itkRegularExpressionSeriesFileNames.h
│ │ │ │ └── itkStreamingImageIOBase.h
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkArchetypeSeriesFileNames.cxx
│ │ │ │ ├── itkImageFileReaderException.cxx
│ │ │ │ ├── itkImageFileWriter.cxx
│ │ │ │ ├── itkImageIOBase.cxx
│ │ │ │ ├── itkImageIOFactory.cxx
│ │ │ │ ├── itkImageSeriesWriter.cxx
│ │ │ │ ├── itkIOCommon.cxx
│ │ │ │ ├── itkIOConfigure.h.in
│ │ │ │ ├── itkNumericSeriesFileNames.cxx
│ │ │ │ ├── itkRegularExpressionSeriesFileNames.cxx
│ │ │ │ └── itkStreamingImageIOBase.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkArchetypeSeriesFileNamesTest.cxx
│ │ │ │ ├── itkConvertBufferTest2.cxx
│ │ │ │ ├── itkConvertBufferTest.cxx
│ │ │ │ ├── itkFileFreeImageIO.cxx
│ │ │ │ ├── itkFileFreeImageIOFactory.cxx
│ │ │ │ ├── itkFileFreeImageIOFactory.h
│ │ │ │ ├── itkFileFreeImageIO.h
│ │ │ │ ├── itkImageFileReaderDimensionsTest.cxx
│ │ │ │ ├── itkImageFileReaderPositiveSpacingTest.cxx
│ │ │ │ ├── itkImageFileReaderStreamingTest2.cxx
│ │ │ │ ├── itkImageFileReaderStreamingTest.cxx
│ │ │ │ ├── itkImageFileReaderTest1.cxx
│ │ │ │ ├── itkImageFileWriterPastingTest1.cxx
│ │ │ │ ├── itkImageFileWriterPastingTest2.cxx
│ │ │ │ ├── itkImageFileWriterPastingTest3.cxx
│ │ │ │ ├── itkImageFileWriterStreamingPastingCompressingTest1.cxx
│ │ │ │ ├── itkImageFileWriterStreamingTest1.cxx
│ │ │ │ ├── itkImageFileWriterStreamingTest2.cxx
│ │ │ │ ├── itkImageFileWriterTest2.cxx
│ │ │ │ ├── itkImageFileWriterTest.cxx
│ │ │ │ ├── itkImageFileWriterUpdateLargestPossibleRegionTest.cxx
│ │ │ │ ├── itkImageIOBaseTest.cxx
│ │ │ │ ├── itkImageIODirection2DTest.cxx
│ │ │ │ ├── itkImageIODirection3DTest.cxx
│ │ │ │ ├── itkImageIOFileNameExtensionsTests.cxx
│ │ │ │ ├── itkImageSeriesReaderDimensionsTest.cxx
│ │ │ │ ├── itkImageSeriesReaderVectorTest.cxx
│ │ │ │ ├── itkImageSeriesWriterTest.cxx
│ │ │ │ ├── itkIOCommonTest2.cxx
│ │ │ │ ├── itkIOCommonTest.cxx
│ │ │ │ ├── itkIOPluginTest.cxx
│ │ │ │ ├── itkLargeImageWriteConvertReadTest.cxx
│ │ │ │ ├── itkLargeImageWriteReadTest.cxx
│ │ │ │ ├── itkMatrixImageWriteReadTest.cxx
│ │ │ │ ├── itkNoiseImageFilterTest.cxx
│ │ │ │ ├── itkNumericSeriesFileNamesTest.cxx
│ │ │ │ ├── itkReadWriteImageWithDictionaryTest.cxx
│ │ │ │ ├── itkRegularExpressionSeriesFileNamesTest.cxx
│ │ │ │ ├── itkUnicodeIOTest.cxx
│ │ │ │ └── itkVectorImageReadWriteTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkImageFileReader.wrap
│ │ │ ├── itkImageFileWriter.wrap
│ │ │ ├── itkImageSeriesReader.wrap
│ │ │ ├── itkImageSeriesWriter.wrap
│ │ │ └── ITKIOImageBaseBase.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
│ │ ├── JPEG
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkJPEGImageIOFactory.h
│ │ │ │ └── itkJPEGImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkJPEGImageIO.cxx
│ │ │ │ └── itkJPEGImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkJPEGImageIOTest2.cxx
│ │ │ │ └── itkJPEGImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkJPEGImageIO.wrap
│ │ ├── LSM
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkLSMImageIOFactory.h
│ │ │ │ └── itkLSMImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkLSMImageIO.cxx
│ │ │ │ └── itkLSMImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── itkLSMImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkLSMImageIO.wrap
│ │ ├── Mesh
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBYUMeshIOFactory.h
│ │ │ │ ├── itkBYUMeshIO.h
│ │ │ │ ├── itkConvertArrayPixelBuffer.h
│ │ │ │ ├── itkConvertArrayPixelBuffer.hxx
│ │ │ │ ├── itkConvertVariableLengthVectorPixelBuffer.h
│ │ │ │ ├── itkConvertVariableLengthVectorPixelBuffer.hxx
│ │ │ │ ├── itkFreeSurferAsciiMeshIOFactory.h
│ │ │ │ ├── itkFreeSurferAsciiMeshIO.h
│ │ │ │ ├── itkFreeSurferBinaryMeshIOFactory.h
│ │ │ │ ├── itkFreeSurferBinaryMeshIO.h
│ │ │ │ ├── itkGiftiMeshIOFactory.h
│ │ │ │ ├── itkGiftiMeshIO.h
│ │ │ │ ├── itkMeshConvertPixelTraits.h
│ │ │ │ ├── itkMeshFileReaderException.h
│ │ │ │ ├── itkMeshFileReader.h
│ │ │ │ ├── itkMeshFileReader.hxx
│ │ │ │ ├── itkMeshFileWriterException.h
│ │ │ │ ├── itkMeshFileWriter.h
│ │ │ │ ├── itkMeshFileWriter.hxx
│ │ │ │ ├── itkMeshIOBase.h
│ │ │ │ ├── itkMeshIOFactory.h
│ │ │ │ ├── itkOBJMeshIOFactory.h
│ │ │ │ ├── itkOBJMeshIO.h
│ │ │ │ ├── itkOFFMeshIOFactory.h
│ │ │ │ ├── itkOFFMeshIO.h
│ │ │ │ ├── itkVTKPolyDataMeshIOFactory.h
│ │ │ │ └── itkVTKPolyDataMeshIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBYUMeshIO.cxx
│ │ │ │ ├── itkBYUMeshIOFactory.cxx
│ │ │ │ ├── itkFreeSurferAsciiMeshIO.cxx
│ │ │ │ ├── itkFreeSurferAsciiMeshIOFactory.cxx
│ │ │ │ ├── itkFreeSurferBinaryMeshIO.cxx
│ │ │ │ ├── itkFreeSurferBinaryMeshIOFactory.cxx
│ │ │ │ ├── itkGiftiMeshIO.cxx
│ │ │ │ ├── itkGiftiMeshIOFactory.cxx
│ │ │ │ ├── itkMeshFileReaderException.cxx
│ │ │ │ ├── itkMeshFileWriterException.cxx
│ │ │ │ ├── itkMeshIOBase.cxx
│ │ │ │ ├── itkMeshIOFactory.cxx
│ │ │ │ ├── itkOBJMeshIO.cxx
│ │ │ │ ├── itkOBJMeshIOFactory.cxx
│ │ │ │ ├── itkOFFMeshIO.cxx
│ │ │ │ ├── itkOFFMeshIOFactory.cxx
│ │ │ │ ├── itkVTKPolyDataMeshIO.cxx
│ │ │ │ └── itkVTKPolyDataMeshIOFactory.cxx
│ │ │ └── test
│ │ │ ├── Baseline
│ │ │ │ ├── aparc.gii.md5
│ │ │ │ ├── aparc.gii.sha512
│ │ │ │ ├── box.obj.md5
│ │ │ │ ├── box.obj.sha512
│ │ │ │ ├── cube.byu.md5
│ │ │ │ ├── cube.byu.sha512
│ │ │ │ ├── fibers.vtk.md5
│ │ │ │ ├── fibers.vtk.sha512
│ │ │ │ ├── octa.off.md5
│ │ │ │ ├── octa.off.sha512
│ │ │ │ ├── sphere_curv_b.vtk.md5
│ │ │ │ ├── sphere_curv_b.vtk.sha512
│ │ │ │ ├── sphere_curv.vtk.md5
│ │ │ │ ├── sphere_curv.vtk.sha512
│ │ │ │ ├── sphere.fsa.md5
│ │ │ │ ├── sphere.fsa.sha512
│ │ │ │ ├── sphere.fsb.md5
│ │ │ │ ├── sphere.fsb.sha512
│ │ │ │ ├── sphere_norm.vtk.md5
│ │ │ │ ├── sphere_norm.vtk.sha512
│ │ │ │ ├── sphere.vtk.md5
│ │ │ │ ├── sphere.vtk.sha512
│ │ │ │ ├── thickness.fcv.md5
│ │ │ │ ├── thickness.fcv.sha512
│ │ │ │ ├── white.gii.md5
│ │ │ │ └── white.gii.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkMeshFileReadWriteTest.cxx
│ │ │ ├── itkMeshFileReadWriteVectorAttributeTest.cxx
│ │ │ ├── itkMeshFileTestHelper.h
│ │ │ ├── itkMeshFileWriteReadTensorTest.cxx
│ │ │ └── itkPolylineReadWriteTest.cxx
│ │ ├── Meta
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkMetaArrayReader.h
│ │ │ │ ├── itkMetaArrayWriter.h
│ │ │ │ ├── itkMetaImageIOFactory.h
│ │ │ │ └── itkMetaImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkMetaArrayReader.cxx
│ │ │ │ ├── itkMetaArrayWriter.cxx
│ │ │ │ ├── itkMetaImageIO.cxx
│ │ │ │ └── itkMetaImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkLargeMetaImageWriteReadTest.cxx
│ │ │ │ ├── itkMetaImageIOGzTest.cxx
│ │ │ │ ├── itkMetaImageIOMetaDataTest.cxx
│ │ │ │ ├── itkMetaImageIOTest2.cxx
│ │ │ │ ├── itkMetaImageIOTest.cxx
│ │ │ │ ├── itkMetaImageStreamingIOTest.cxx
│ │ │ │ ├── itkMetaImageStreamingWriterIOTest.cxx
│ │ │ │ ├── itkMetaTestLongFilename.cxx
│ │ │ │ ├── testMetaArray.cxx
│ │ │ │ ├── testMetaBlob.cxx
│ │ │ │ ├── testMetaCommand.cxx
│ │ │ │ ├── testMetaGroup.cxx
│ │ │ │ ├── testMetaImage.cxx
│ │ │ │ ├── testMetaLandmark.cxx
│ │ │ │ ├── testMetaLine.cxx
│ │ │ │ ├── testMetaMesh.cxx
│ │ │ │ ├── testMetaObject.cxx
│ │ │ │ ├── testMetaScene.cxx
│ │ │ │ ├── testMetaSurface.cxx
│ │ │ │ ├── testMetaTube.cxx
│ │ │ │ └── testMetaUtils.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkMetaImageIO.wrap
│ │ ├── MINC
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkMINCImageIOFactory.h
│ │ │ │ └── itkMINCImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── README
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkMINCImageIO.cxx
│ │ │ │ └── itkMINCImageIOFactory.cxx
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Input
│ │ │ │ ├── dti_sample.mnc.md5
│ │ │ │ ├── dti_sample.mnc.sha512
│ │ │ │ ├── labels_sample.mnc.md5
│ │ │ │ ├── labels_sample.mnc.sha512
│ │ │ │ ├── t1_z+_byte_cor.mnc.md5
│ │ │ │ ├── t1_z-_byte_cor.mnc.md5
│ │ │ │ ├── t1_z+_byte_cor.mnc.sha512
│ │ │ │ ├── t1_z-_byte_cor.mnc.sha512
│ │ │ │ ├── t1_z+_byte_sag.mnc.md5
│ │ │ │ ├── t1_z-_byte_sag.mnc.md5
│ │ │ │ ├── t1_z+_byte_sag.mnc.sha512
│ │ │ │ ├── t1_z-_byte_sag.mnc.sha512
│ │ │ │ ├── t1_z+_byte_trans.mnc.md5
│ │ │ │ ├── t1_z-_byte_trans.mnc.md5
│ │ │ │ ├── t1_z+_byte_trans.mnc.sha512
│ │ │ │ ├── t1_z-_byte_trans.mnc.sha512
│ │ │ │ ├── t1_z+_double_cor.mnc.md5
│ │ │ │ ├── t1_z-_double_cor.mnc.md5
│ │ │ │ ├── t1_z+_double_cor.mnc.sha512
│ │ │ │ ├── t1_z-_double_cor.mnc.sha512
│ │ │ │ ├── t1_z+_double_sag.mnc.md5
│ │ │ │ ├── t1_z-_double_sag.mnc.md5
│ │ │ │ ├── t1_z+_double_sag.mnc.sha512
│ │ │ │ ├── t1_z-_double_sag.mnc.sha512
│ │ │ │ ├── t1_z+_double_trans.mnc.md5
│ │ │ │ ├── t1_z-_double_trans.mnc.md5
│ │ │ │ ├── t1_z+_double_trans.mnc.sha512
│ │ │ │ ├── t1_z-_double_trans.mnc.sha512
│ │ │ │ ├── t1_z+_float_cor.mnc.md5
│ │ │ │ ├── t1_z-_float_cor.mnc.md5
│ │ │ │ ├── t1_z+_float_cor.mnc.sha512
│ │ │ │ ├── t1_z-_float_cor.mnc.sha512
│ │ │ │ ├── t1_z+_float_sag.mnc.md5
│ │ │ │ ├── t1_z-_float_sag.mnc.md5
│ │ │ │ ├── t1_z+_float_sag.mnc.sha512
│ │ │ │ ├── t1_z-_float_sag.mnc.sha512
│ │ │ │ ├── t1_z+_float_trans.mnc.md5
│ │ │ │ ├── t1_z-_float_trans.mnc.md5
│ │ │ │ ├── t1_z+_float_trans.mnc.sha512
│ │ │ │ ├── t1_z-_float_trans.mnc.sha512
│ │ │ │ ├── t1_z+_float_yxz_nonorm.mnc.md5
│ │ │ │ ├── t1_z+_float_yxz_nonorm.mnc.sha512
│ │ │ │ ├── t1_z+_float_yxz_norm.mnc.md5
│ │ │ │ ├── t1_z+_float_yxz_norm.mnc.sha512
│ │ │ │ ├── t1_z+_long_cor.mnc.md5
│ │ │ │ ├── t1_z-_long_cor.mnc.md5
│ │ │ │ ├── t1_z+_long_cor.mnc.sha512
│ │ │ │ ├── t1_z-_long_cor.mnc.sha512
│ │ │ │ ├── t1_z+_long_sag.mnc.md5
│ │ │ │ ├── t1_z-_long_sag.mnc.md5
│ │ │ │ ├── t1_z+_long_sag.mnc.sha512
│ │ │ │ ├── t1_z-_long_sag.mnc.sha512
│ │ │ │ ├── t1_z+_long_trans.mnc.md5
│ │ │ │ ├── t1_z-_long_trans.mnc.md5
│ │ │ │ ├── t1_z+_long_trans.mnc.sha512
│ │ │ │ ├── t1_z-_long_trans.mnc.sha512
│ │ │ │ ├── t1_z+_short_cor.mnc.md5
│ │ │ │ ├── t1_z-_short_cor.mnc.md5
│ │ │ │ ├── t1_z+_short_cor.mnc.sha512
│ │ │ │ ├── t1_z-_short_cor.mnc.sha512
│ │ │ │ ├── t1_z+_short_sag.mnc.md5
│ │ │ │ ├── t1_z-_short_sag.mnc.md5
│ │ │ │ ├── t1_z+_short_sag.mnc.sha512
│ │ │ │ ├── t1_z-_short_sag.mnc.sha512
│ │ │ │ ├── t1_z+_short_trans.mnc.md5
│ │ │ │ ├── t1_z-_short_trans.mnc.md5
│ │ │ │ ├── t1_z+_short_trans.mnc.sha512
│ │ │ │ ├── t1_z-_short_trans.mnc.sha512
│ │ │ │ ├── t1_z+_ubyte_cor.mnc.md5
│ │ │ │ ├── t1_z-_ubyte_cor.mnc.md5
│ │ │ │ ├── t1_z+_ubyte_cor.mnc.sha512
│ │ │ │ ├── t1_z-_ubyte_cor.mnc.sha512
│ │ │ │ ├── t1_z+_ubyte_sag.mnc.md5
│ │ │ │ ├── t1_z-_ubyte_sag.mnc.md5
│ │ │ │ ├── t1_z+_ubyte_sag.mnc.sha512
│ │ │ │ ├── t1_z-_ubyte_sag.mnc.sha512
│ │ │ │ ├── t1_z+_ubyte_trans.mnc.md5
│ │ │ │ ├── t1_z-_ubyte_trans.mnc.md5
│ │ │ │ ├── t1_z+_ubyte_trans.mnc.sha512
│ │ │ │ ├── t1_z-_ubyte_trans.mnc.sha512
│ │ │ │ ├── t1_z+_ubyte_yxz_nonorm.mnc.md5
│ │ │ │ ├── t1_z+_ubyte_yxz_nonorm.mnc.sha512
│ │ │ │ ├── t1_z+_ulong_cor.mnc.md5
│ │ │ │ ├── t1_z-_ulong_cor.mnc.md5
│ │ │ │ ├── t1_z+_ulong_cor.mnc.sha512
│ │ │ │ ├── t1_z-_ulong_cor.mnc.sha512
│ │ │ │ ├── t1_z+_ulong_sag.mnc.md5
│ │ │ │ ├── t1_z-_ulong_sag.mnc.md5
│ │ │ │ ├── t1_z+_ulong_sag.mnc.sha512
│ │ │ │ ├── t1_z-_ulong_sag.mnc.sha512
│ │ │ │ ├── t1_z+_ulong_trans.mnc.md5
│ │ │ │ ├── t1_z-_ulong_trans.mnc.md5
│ │ │ │ ├── t1_z+_ulong_trans.mnc.sha512
│ │ │ │ ├── t1_z-_ulong_trans.mnc.sha512
│ │ │ │ ├── t1_z+_ushort_cor.mnc.md5
│ │ │ │ ├── t1_z-_ushort_cor.mnc.md5
│ │ │ │ ├── t1_z+_ushort_cor.mnc.sha512
│ │ │ │ ├── t1_z-_ushort_cor.mnc.sha512
│ │ │ │ ├── t1_z+_ushort_sag.mnc.md5
│ │ │ │ ├── t1_z-_ushort_sag.mnc.md5
│ │ │ │ ├── t1_z+_ushort_sag.mnc.sha512
│ │ │ │ ├── t1_z-_ushort_sag.mnc.sha512
│ │ │ │ ├── t1_z+_ushort_trans.mnc.md5
│ │ │ │ ├── t1_z-_ushort_trans.mnc.md5
│ │ │ │ ├── t1_z+_ushort_trans.mnc.sha512
│ │ │ │ └── t1_z-_ushort_trans.mnc.sha512
│ │ │ ├── itkMINCImageIOTest2.cxx
│ │ │ ├── itkMINCImageIOTest_2D.cxx
│ │ │ ├── itkMINCImageIOTest4.cxx
│ │ │ ├── itkMINCImageIOTest_4D.cxx
│ │ │ ├── itkMINCImageIOTest.cxx
│ │ │ ├── itkMINCImageIOTest_Labels.cxx
│ │ │ └── README
│ │ ├── MRC
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkMRCHeaderObject.h
│ │ │ │ ├── itkMRCImageIOFactory.h
│ │ │ │ └── itkMRCImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkMRCHeaderObject.cxx
│ │ │ │ ├── itkMRCImageIO.cxx
│ │ │ │ ├── itkMRCImageIOFactory.cxx
│ │ │ │ └── itkMRCImageIOPrivate.h
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkMRCImageIOTest2.cxx
│ │ │ │ └── itkMRCImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkMRCImageIO.wrap
│ │ ├── NIFTI
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkNiftiImageIOFactory.h
│ │ │ │ └── itkNiftiImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkNiftiImageIO.cxx
│ │ │ │ └── itkNiftiImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── BigEndian_hdr.h
│ │ │ │ ├── BigEndian_img.h
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkNiftiImageIOTest10.cxx
│ │ │ │ ├── itkNiftiImageIOTest11.cxx
│ │ │ │ ├── itkNiftiImageIOTest12.cxx
│ │ │ │ ├── itkNiftiImageIOTest2.cxx
│ │ │ │ ├── itkNiftiImageIOTest3.cxx
│ │ │ │ ├── itkNiftiImageIOTest4.cxx
│ │ │ │ ├── itkNiftiImageIOTest5.cxx
│ │ │ │ ├── itkNiftiImageIOTest6.cxx
│ │ │ │ ├── itkNiftiImageIOTest7.cxx
│ │ │ │ ├── itkNiftiImageIOTest8.cxx
│ │ │ │ ├── itkNiftiImageIOTest9.cxx
│ │ │ │ ├── itkNiftiImageIOTest.cxx
│ │ │ │ ├── itkNiftiImageIOTest.h
│ │ │ │ ├── itkNiftiImageIOTestHelper.cxx
│ │ │ │ ├── itkNiftiReadAnalyzeTest.cxx
│ │ │ │ ├── LittleEndian_hdr.h
│ │ │ │ └── LittleEndian_img.h
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkNiftiImageIO.wrap
│ │ ├── NRRD
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkNrrdImageIOFactory.h
│ │ │ │ └── itkNrrdImageIO.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
│ │ ├── PhilipsREC
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkPhilipsPAR.h
│ │ │ │ ├── itkPhilipsRECImageIOFactory.h
│ │ │ │ └── itkPhilipsRECImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkPhilipsPAR.cxx
│ │ │ │ ├── itkPhilipsRECImageIO.cxx
│ │ │ │ └── itkPhilipsRECImageIOFactory.cxx
│ │ │ └── test
│ │ │ ├── Baseline
│ │ │ │ ├── itkPhilipsRECImageIOOrientationTest1.mha.md5
│ │ │ │ ├── itkPhilipsRECImageIOOrientationTest1.mha.sha512
│ │ │ │ ├── itkPhilipsRECImageIOOrientationTest2.mha.md5
│ │ │ │ ├── itkPhilipsRECImageIOOrientationTest2.mha.sha512
│ │ │ │ ├── itkPhilipsRECImageIOOrientationTest3.mha.md5
│ │ │ │ └── itkPhilipsRECImageIOOrientationTest3.mha.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Input
│ │ │ │ ├── Test_Cardiac_Phase_7_1.PAR.md5
│ │ │ │ ├── Test_Cardiac_Phase_7_1.PAR.sha512
│ │ │ │ ├── Test_Cardiac_Phase_7_1.REC.gz.md5
│ │ │ │ ├── Test_Cardiac_Phase_7_1.REC.gz.sha512
│ │ │ │ ├── Test_Orientation_2_1.PAR.md5
│ │ │ │ ├── Test_Orientation_2_1.PAR.sha512
│ │ │ │ ├── Test_Orientation_2_1.REC.gz.md5
│ │ │ │ ├── Test_Orientation_2_1.REC.gz.sha512
│ │ │ │ ├── Test_Orientation_2_3.PAR.md5
│ │ │ │ ├── Test_Orientation_2_3.PAR.sha512
│ │ │ │ ├── Test_Orientation_2_3.REC.gz.md5
│ │ │ │ ├── Test_Orientation_2_3.REC.gz.sha512
│ │ │ │ ├── Test_Orientation_2_5.PAR.md5
│ │ │ │ ├── Test_Orientation_2_5.PAR.sha512
│ │ │ │ ├── Test_Orientation_2_5.REC.gz.md5
│ │ │ │ └── Test_Orientation_2_5.REC.gz.sha512
│ │ │ ├── itkPhilipsRECImageIOOrientationTest.cxx
│ │ │ ├── itkPhilipsRECImageIOPrintTest.cxx
│ │ │ └── itkPhilipsRECImageIOTest.cxx
│ │ ├── PNG
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkPNGImageIOFactory.h
│ │ │ │ └── itkPNGImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkPNGImageIO.cxx
│ │ │ │ └── itkPNGImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── itkPNGImageIOTest3.png.md5
│ │ │ │ │ └── itkPNGImageIOTest3.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── GrayAlpha.png.md5
│ │ │ │ │ └── GrayAlpha.png.sha512
│ │ │ │ ├── itkPNGImageIOTest2.cxx
│ │ │ │ └── itkPNGImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkPNGImageIO.wrap
│ │ ├── RAW
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkRawImageIO.h
│ │ │ │ └── itkRawImageIO.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkRawImageIOTest2.cxx
│ │ │ │ ├── itkRawImageIOTest3.cxx
│ │ │ │ ├── itkRawImageIOTest4.cxx
│ │ │ │ ├── itkRawImageIOTest5.cxx
│ │ │ │ └── itkRawImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkRawImageIO.wrap
│ │ ├── Siemens
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkSiemensVisionImageIOFactory.h
│ │ │ │ └── itkSiemensVisionImageIO.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.md5
│ │ │ │ │ └── Branch-truth.tre.sha512
│ │ │ │ ├── itkPolygonGroupSpatialObjectXMLFileTest.cxx
│ │ │ │ ├── itkReadVesselTubeSpatialObjectTest.cxx
│ │ │ │ └── itkReadWriteSpatialObjectTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkSpatialObjectReader.wrap
│ │ │ └── itkSpatialObjectWriter.wrap
│ │ ├── Stimulate
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkStimulateImageIOFactory.h
│ │ │ │ └── itkStimulateImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkStimulateImageIO.cxx
│ │ │ │ └── itkStimulateImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkStimulateImageIOTest2.cxx
│ │ │ │ └── itkStimulateImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkStimulateImageIO.wrap
│ │ ├── TIFF
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkTIFFImageIOFactory.h
│ │ │ │ └── itkTIFFImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkTIFFImageIO.cxx
│ │ │ │ ├── itkTIFFImageIOFactory.cxx
│ │ │ │ ├── itkTIFFReaderInternal.cxx
│ │ │ │ └── itkTIFFReaderInternal.h
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── itkTIFFImageIORGBATestBaseline.tif.md5
│ │ │ │ │ ├── itkTIFFImageIORGBATestBaseline.tif.sha512
│ │ │ │ │ ├── rampFloat.tif.md5
│ │ │ │ │ ├── rampFloat.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG_100.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG_100.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG_1.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG_1.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG_50.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG_50.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_cthead1_JPEG.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_cthead1_LZW.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_cthead1_LZW.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_cthead1_NoCompression.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_cthead1_NoCompression.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_cthead1_PackBits.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_cthead1_PackBits.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_JPEG.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_JPEG.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_LZW.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_LZW.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_NoCompression.tif.md5
│ │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_NoCompression.tif.sha512
│ │ │ │ │ ├── TestTIFFCompression_RGBTestImageJPEG_PackBits.tif.md5
│ │ │ │ │ └── TestTIFFCompression_RGBTestImageJPEG_PackBits.tif.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── cthead_oriet_bl.tif.md5
│ │ │ │ │ ├── cthead_oriet_bl.tif.sha512
│ │ │ │ │ ├── cthead_oriet_br.tif.md5
│ │ │ │ │ ├── cthead_oriet_br.tif.sha512
│ │ │ │ │ ├── cthead_oriet_tl.tif.md5
│ │ │ │ │ ├── cthead_oriet_tl.tif.sha512
│ │ │ │ │ ├── cthead_oriet_tr.tif.md5
│ │ │ │ │ ├── cthead_oriet_tr.tif.sha512
│ │ │ │ │ ├── jello.tif.md5
│ │ │ │ │ ├── jello.tif.sha512
│ │ │ │ │ ├── oxford.tif.md5
│ │ │ │ │ ├── oxford.tif.sha512
│ │ │ │ │ ├── ps-separated.tif.md5
│ │ │ │ │ ├── ps-separated.tif.sha512
│ │ │ │ │ ├── RGBAHead.tif.md5
│ │ │ │ │ ├── RGBAHead.tif.sha512
│ │ │ │ │ ├── single-channel.ome.tif.md5
│ │ │ │ │ └── single-channel.ome.tif.sha512
│ │ │ │ ├── itkLargeTIFFImageWriteReadTest.cxx
│ │ │ │ ├── itkTIFFImageIOCompressionTest.cxx
│ │ │ │ ├── itkTIFFImageIOInfoTest.cxx
│ │ │ │ ├── itkTIFFImageIOTest2.cxx
│ │ │ │ └── itkTIFFImageIOTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkTIFFImageIO.wrap
│ │ ├── TransformBase
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkCompositeTransformIOHelper.h
│ │ │ │ ├── itkCompositeTransformIOHelper.hxx
│ │ │ │ ├── itkTransformFileReader.h
│ │ │ │ ├── itkTransformFileReader.hxx
│ │ │ │ ├── itkTransformFileWriter.h
│ │ │ │ ├── itkTransformFileWriter.hxx
│ │ │ │ ├── itkTransformIOBase.h
│ │ │ │ ├── itkTransformIOBase.hxx
│ │ │ │ ├── itkTransformIOFactory.h
│ │ │ │ └── itkTransformIOFactory.hxx
│ │ │ ├── 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
│ │ │ │ ├── itkTransformFactoryBase.h
│ │ │ │ └── itkTransformFactory.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkTransformFactoryBase.cxx
│ │ │ │ ├── itkTransformFactoryBaseRegisterDoubleParameters.cxx
│ │ │ │ ├── itkTransformFactoryBaseRegisterFloatParameters.cxx
│ │ │ │ └── itkTransformFactoryBaseRegister.hxx
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkTransformFactoryBaseTest.cxx
│ │ ├── TransformHDF5
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkHDF5TransformIOFactory.h
│ │ │ │ ├── itkHDF5TransformIO.h
│ │ │ │ └── itkHDF5TransformIO.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkHDF5TransformIO.cxx
│ │ │ │ └── itkHDF5TransformIOFactory.cxx
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkIOTransformHDF5Test.cxx
│ │ │ └── itkThinPlateTransformWriteReadTest.cxx
│ │ ├── TransformInsightLegacy
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkTxtTransformIOFactory.h
│ │ │ │ ├── itkTxtTransformIO.h
│ │ │ │ └── itkTxtTransformIO.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkTxtTransformIO.cxx
│ │ │ │ └── itkTxtTransformIOFactory.cxx
│ │ │ └── test
│ │ │ ├── Baseline
│ │ │ │ ├── itkBSplineTransform00.txt.md5
│ │ │ │ └── itkBSplineTransform00.txt.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Input
│ │ │ │ ├── euler3DOldFormat.tfm.md5
│ │ │ │ └── euler3DOldFormat.tfm.sha512
│ │ │ ├── itkIOEuler3DTransformTxtTest.cxx
│ │ │ └── itkIOTransformTxtTest.cxx
│ │ ├── TransformMatlab
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkMatlabTransformIOFactory.h
│ │ │ │ ├── itkMatlabTransformIO.h
│ │ │ │ └── itkMatlabTransformIO.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkMatlabTransformIO.cxx
│ │ │ │ └── itkMatlabTransformIOFactory.cxx
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkIOTransformMatlabTest.cxx
│ │ ├── TransformMINC
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkMINCTransformAdapter.h
│ │ │ │ ├── itkMINCTransformIOFactory.h
│ │ │ │ ├── itkMINCTransformIO.h
│ │ │ │ └── itkMINCTransformIO.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── README
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkMINCTransformIO.cxx
│ │ │ │ └── itkMINCTransformIOFactory.cxx
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkIOTransformMINCTest.cxx
│ │ │ ├── itkMINCTransformAdapterTest.cxx
│ │ │ └── README
│ │ ├── VTK
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkVTKImageIOFactory.h
│ │ │ │ └── itkVTKImageIO.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkVTKImageIO.cxx
│ │ │ │ └── itkVTKImageIOFactory.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── ironProt.vtk.md5
│ │ │ │ │ ├── ironProt.vtk.sha512
│ │ │ │ │ ├── matrix.vtk.md5
│ │ │ │ │ └── matrix.vtk.sha512
│ │ │ │ ├── itkVTKImageIO2Test2.cxx
│ │ │ │ ├── itkVTKImageIO2Test.cxx
│ │ │ │ ├── itkVTKImageIOFileReadTest.cxx
│ │ │ │ ├── itkVTKImageIOStreamTest.cxx
│ │ │ │ ├── itkVTKImageIOTest2.cxx
│ │ │ │ └── itkVTKImageIOTest.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
│ │ ├── itkDOMTest7.cxx
│ │ ├── itkDOMTest8.cxx
│ │ ├── itkDOMTestObjectDOMReader.h
│ │ ├── itkDOMTestObjectDOMWriter.h
│ │ └── itkDOMTestObject.h
│ ├── Nonunit
│ │ ├── IntegratedTest
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkAlgorithmsHeaderObjCxxTest.mm
│ │ │ ├── itkAlgorithmsPrintTest2.cxx
│ │ │ ├── itkAlgorithmsPrintTest3.cxx
│ │ │ ├── itkAlgorithmsPrintTest4.cxx
│ │ │ ├── itkAlgorithmsPrintTest.cxx
│ │ │ ├── itkBasicClasses.tcl
│ │ │ ├── itkBasicFiltersHeaderObjCxxTest.mm
│ │ │ ├── itkBasicFiltersPrintTest2.cxx
│ │ │ ├── itkBasicFiltersPrintTest.cxx
│ │ │ ├── itkBioRadImageIOTest.cxx
│ │ │ ├── itkCommonHeaderObjCxxTest.mm
│ │ │ ├── itkCommonPrintTest.cxx
│ │ │ ├── itkCurvatureFlowTestPython2.py
│ │ │ ├── itkCurvatureFlowTestTcl2.tcl
│ │ │ ├── itkCurvatureFlowTestTcl.tcl
│ │ │ ├── itkFilterImageAddTest.cxx
│ │ │ ├── itkImageToHistogramFilterTest4.cxx
│ │ │ ├── itkImageToMeshFilterTest.cxx
│ │ │ ├── itkIOHeaderObjCxxTest.mm
│ │ │ ├── itkIOPrintTest.cxx
│ │ │ ├── itkMaskedImageToHistogramFilterTest1.cxx
│ │ │ ├── itkMaximumDecisionRuleTest.cxx
│ │ │ ├── itkMaximumRatioDecisionRuleTest.cxx
│ │ │ ├── itkMinimumDecisionRuleTest.cxx
│ │ │ ├── itkNeuralNetworksHeaderObjCxxTest.mm
│ │ │ ├── itkNeuralNetworksPrintTest.cxx
│ │ │ ├── itkNumericsHeaderObjCxxTest.mm
│ │ │ ├── itkNumericsPrintTest.cxx
│ │ │ ├── itkPolygonCellTest.cxx
│ │ │ ├── itkReleaseDataFilterTest.cxx
│ │ │ ├── itkShrinkImagePreserveObjectPhysicalLocations.cxx
│ │ │ ├── itkSpatialObjectHeaderObjCxxTest.mm
│ │ │ ├── itkSpatialObjectPrintTest.cxx
│ │ │ ├── itkStatisticsPrintTest.cxx
│ │ │ └── itkTriangleHelperTest.cxx
│ │ └── Review
│ │ ├── CMakeLists.txt
│ │ ├── include
│ │ │ ├── itkAreaClosingImageFilter.h
│ │ │ ├── itkAreaOpeningImageFilter.h
│ │ │ ├── itkAttributeMorphologyBaseImageFilter.h
│ │ │ ├── itkAttributeMorphologyBaseImageFilter.hxx
│ │ │ ├── itkBruker2DSEQImageIOFactory.h
│ │ │ ├── itkBruker2DSEQImageIO.h
│ │ │ ├── itkComplexBSplineInterpolateImageFunction.h
│ │ │ ├── itkComplexBSplineInterpolateImageFunction.hxx
│ │ │ ├── itkConformalFlatteningMeshFilter.h
│ │ │ ├── itkConformalFlatteningMeshFilter.hxx
│ │ │ ├── itkConstrainedRegionBasedLevelSetFunctionSharedData.h
│ │ │ ├── itkContourExtractor2DImageFilter.h
│ │ │ ├── itkContourExtractor2DImageFilter.hxx
│ │ │ ├── itkDiffeomorphicDemonsRegistrationFilter.h
│ │ │ ├── itkDiffeomorphicDemonsRegistrationFilter.hxx
│ │ │ ├── itkDirectFourierReconstructionImageToImageFilter.h
│ │ │ ├── itkDirectFourierReconstructionImageToImageFilter.hxx
│ │ │ ├── itkDiscreteGaussianDerivativeImageFilter.h
│ │ │ ├── itkDiscreteGaussianDerivativeImageFilter.hxx
│ │ │ ├── itkDiscreteGaussianDerivativeImageFunction.h
│ │ │ ├── itkDiscreteGaussianDerivativeImageFunction.hxx
│ │ │ ├── itkDiscreteGradientMagnitudeGaussianImageFunction.h
│ │ │ ├── itkDiscreteGradientMagnitudeGaussianImageFunction.hxx
│ │ │ ├── itkDiscreteHessianGaussianImageFunction.h
│ │ │ ├── itkDiscreteHessianGaussianImageFunction.hxx
│ │ │ ├── itkESMDemonsRegistrationFunction.h
│ │ │ ├── itkESMDemonsRegistrationFunction.hxx
│ │ │ ├── itkFastApproximateRankImageFilter.h
│ │ │ ├── itkFastSymmetricForcesDemonsRegistrationFilter.h
│ │ │ ├── itkFastSymmetricForcesDemonsRegistrationFilter.hxx
│ │ │ ├── itkGridForwardWarpImageFilter.h
│ │ │ ├── itkGridForwardWarpImageFilter.hxx
│ │ │ ├── itkJPEG2000ImageIOFactory.h
│ │ │ ├── itkJPEG2000ImageIO.h
│ │ │ ├── itkLabelGeometryImageFilter.h
│ │ │ ├── itkLabelGeometryImageFilter.hxx
│ │ │ ├── itkMaskedMovingHistogramImageFilter.h
│ │ │ ├── itkMaskedMovingHistogramImageFilter.hxx
│ │ │ ├── itkMaskedRankImageFilter.h
│ │ │ ├── itkMaskedRankImageFilter.hxx
│ │ │ ├── itkMiniPipelineSeparableImageFilter.h
│ │ │ ├── itkMiniPipelineSeparableImageFilter.hxx
│ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilter.h
│ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilter.hxx
│ │ │ ├── itkMorphologicalWatershedImageFilter.h
│ │ │ ├── itkMorphologicalWatershedImageFilter.hxx
│ │ │ ├── itkMultiphaseDenseFiniteDifferenceImageFilter.h
│ │ │ ├── itkMultiphaseDenseFiniteDifferenceImageFilter.hxx
│ │ │ ├── itkMultiphaseFiniteDifferenceImageFilter.h
│ │ │ ├── itkMultiphaseFiniteDifferenceImageFilter.hxx
│ │ │ ├── itkMultiphaseSparseFiniteDifferenceImageFilter.h
│ │ │ ├── itkMultiphaseSparseFiniteDifferenceImageFilter.hxx
│ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilter.h
│ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilter.hxx
│ │ │ ├── itkNeuralNetworkFileReader.h
│ │ │ ├── itkNeuralNetworkFileReader.hxx
│ │ │ ├── itkNeuralNetworkFileWriter.h
│ │ │ ├── itkNeuralNetworkFileWriter.hxx
│ │ │ ├── itkRankHistogram.h
│ │ │ ├── itkRankImageFilter.h
│ │ │ ├── itkRankImageFilter.hxx
│ │ │ ├── itkRegionalMaximaImageFilter.h
│ │ │ ├── itkRegionalMaximaImageFilter.hxx
│ │ │ ├── itkRegionalMinimaImageFilter.h
│ │ │ ├── itkRegionalMinimaImageFilter.hxx
│ │ │ ├── itkRegionBasedLevelSetFunctionData.h
│ │ │ ├── itkRegionBasedLevelSetFunctionData.hxx
│ │ │ ├── itkRegionBasedLevelSetFunction.h
│ │ │ ├── itkRegionBasedLevelSetFunction.hxx
│ │ │ ├── itkRegionBasedLevelSetFunctionSharedData.h
│ │ │ ├── itkRobustAutomaticThresholdCalculator.h
│ │ │ ├── itkRobustAutomaticThresholdCalculator.hxx
│ │ │ ├── itkRobustAutomaticThresholdImageFilter.h
│ │ │ ├── itkRobustAutomaticThresholdImageFilter.hxx
│ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilter.h
│ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilter.hxx
│ │ │ ├── itkScalarChanAndVeseLevelSetFunctionData.h
│ │ │ ├── itkScalarChanAndVeseLevelSetFunction.h
│ │ │ ├── itkScalarChanAndVeseLevelSetFunction.hxx
│ │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilter.h
│ │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilter.hxx
│ │ │ ├── itkScalarRegionBasedLevelSetFunction.h
│ │ │ ├── itkScalarRegionBasedLevelSetFunction.hxx
│ │ │ ├── itkStochasticFractalDimensionImageFilter.h
│ │ │ ├── itkStochasticFractalDimensionImageFilter.hxx
│ │ │ ├── itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h
│ │ │ ├── itkValuedRegionalExtremaImageFilter.h
│ │ │ ├── itkValuedRegionalExtremaImageFilter.hxx
│ │ │ ├── itkValuedRegionalMaximaImageFilter.h
│ │ │ ├── itkValuedRegionalMinimaImageFilter.h
│ │ │ ├── itkVectorCentralDifferenceImageFunction.h
│ │ │ ├── itkVectorCentralDifferenceImageFunction.hxx
│ │ │ ├── itkVoxBoCUBImageIOFactory.h
│ │ │ ├── itkVoxBoCUBImageIO.h
│ │ │ ├── itkWarpHarmonicEnergyCalculator.h
│ │ │ └── itkWarpHarmonicEnergyCalculator.hxx
│ │ ├── itk-module.cmake
│ │ ├── README.txt
│ │ ├── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBruker2DSEQImageIO.cxx
│ │ │ ├── itkBruker2DSEQImageIOFactory.cxx
│ │ │ ├── itkJPEG2000ImageIO.cxx
│ │ │ ├── itkJPEG2000ImageIOFactory.cxx
│ │ │ ├── itkVoxBoCUBImageIO.cxx
│ │ │ └── itkVoxBoCUBImageIOFactory.cxx
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── itkBSplineTransformTest4.png.md5
│ │ │ │ └── itkBSplineTransformTest4.png.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkAddConstantToImageFilterTest.cxx
│ │ │ ├── itkAreaClosingImageFilterTest.cxx
│ │ │ ├── itkAreaOpeningImageFilterTest.cxx
│ │ │ ├── itkBruker2DSEQImageIOTest.cxx
│ │ │ ├── itkConformalFlatteningMeshFilterTest.cxx
│ │ │ ├── itkConformalFlatteningQuadEdgeMeshFilterTest.cxx
│ │ │ ├── itkContourExtractor2DImageFilterTest.cxx
│ │ │ ├── itkDiffeomorphicDemonsRegistrationFilterTest2.cxx
│ │ │ ├── itkDiffeomorphicDemonsRegistrationFilterTest.cxx
│ │ │ ├── itkDirectFourierReconstructionImageToImageFilterTest.cxx
│ │ │ ├── itkDiscreteGaussianDerivativeImageFilterScaleSpaceTest.cxx
│ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest.cxx
│ │ │ ├── itkDiscreteGaussianDerivativeImageFunctionTest.cxx
│ │ │ ├── itkDiscreteGradientMagnitudeGaussianImageFunctionTest.cxx
│ │ │ ├── itkDiscreteHessianGaussianImageFunctionTest.cxx
│ │ │ ├── itkDivideByConstantImageFilterTest.cxx
│ │ │ ├── itkFastApproximateRankImageFilterTest.cxx
│ │ │ ├── itkFastSymmetricForcesDemonsRegistrationFilterTest.cxx
│ │ │ ├── itkGridForwardWarpImageFilterTest.cxx
│ │ │ ├── itkImageFunctionTest.cxx
│ │ │ ├── itkJPEG2000ImageIOFactoryTest01.cxx
│ │ │ ├── itkJPEG2000ImageIORegionOfInterest.cxx
│ │ │ ├── itkJPEG2000ImageIOTest00.cxx
│ │ │ ├── itkJPEG2000ImageIOTest01.cxx
│ │ │ ├── itkJPEG2000ImageIOTest02.cxx
│ │ │ ├── itkJPEG2000ImageIOTest03.cxx
│ │ │ ├── itkJPEG2000ImageIOTest04.cxx
│ │ │ ├── itkJPEG2000ImageIOTest05.cxx
│ │ │ ├── itkJPEG2000ImageIOTest06.cxx
│ │ │ ├── itkLabelGeometryImageFilterTest.cxx
│ │ │ ├── itkMapMaskedRankImageFilterTest.cxx
│ │ │ ├── itkMapRankImageFilterTest.cxx
│ │ │ ├── itkMaskedRankImageFilterTest.cxx
│ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTest.cxx
│ │ │ ├── itkMorphologicalWatershedImageFilterTest.cxx
│ │ │ ├── itkMultiphaseDenseFiniteDifferenceImageFilterTest.cxx
│ │ │ ├── itkMultiphaseFiniteDifferenceImageFilterTest.cxx
│ │ │ ├── itkMultiphaseSparseFiniteDifferenceImageFilterTest.cxx
│ │ │ ├── itkMultiplyByConstantImageFilterTest.cxx
│ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilterTest.cxx
│ │ │ ├── itkNeuralNetworkIOTest.cxx
│ │ │ ├── itkOptImageToImageMetricsTest2.cxx
│ │ │ ├── itkOptImageToImageMetricsTest2.h
│ │ │ ├── itkOptImageToImageMetricsTest.cxx
│ │ │ ├── itkOptImageToImageMetricsTest.h
│ │ │ ├── itkOptMattesMutualInformationImageToImageMetricThreadsTest1.cxx
│ │ │ ├── itkRankImageFilterTest.cxx
│ │ │ ├── itkRegionalMaximaImageFilterTest2.cxx
│ │ │ ├── itkRegionalMaximaImageFilterTest.cxx
│ │ │ ├── itkRegionalMinimaImageFilterTest2.cxx
│ │ │ ├── itkRegionalMinimaImageFilterTest.cxx
│ │ │ ├── itkRegionBasedLevelSetFunctionTest.cxx
│ │ │ ├── itkReviewPrintTest.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
│ │ │ ├── itkSubtractConstantFromImageFilterTest.cxx
│ │ │ ├── itkTimeAndMemoryProbeTest.cxx
│ │ │ ├── itkValuedRegionalMaximaImageFilterTest.cxx
│ │ │ ├── itkValuedRegionalMinimaImageFilterTest.cxx
│ │ │ ├── itkVectorCentralDifferenceImageFunctionTest.cxx
│ │ │ ├── itkVoxBoCUBImageIOTest.cxx
│ │ │ ├── itkWarpHarmonicEnergyCalculatorTest.cxx
│ │ │ ├── itkWarpJacobianDeterminantFilterTest.cxx
│ │ │ └── README.txt
│ │ └── wrapping
│ │ ├── CMakeLists.txt
│ │ ├── itkAreaClosingImageFilter.wrap
│ │ ├── itkAreaOpeningImageFilter.wrap
│ │ ├── itkBoxMeanImageFilter.wrap
│ │ ├── itkBoxSigmaImageFilter.wrap
│ │ ├── itkBruker2DSEQImageIO.wrap
│ │ ├── itkConformalFlatteningMeshFilter.notwrapped
│ │ ├── itkContourExtractor2DImageFilter.wrap
│ │ ├── itkDiffeomorphicDemonsRegistrationFilter.wrap
│ │ ├── itkDirectFourierReconstructionImageToImageFilter.wrap
│ │ ├── itkDiscreteGaussianDerivativeImageFilter.wrap
│ │ ├── itkESMDemonsRegistrationFunction.wrap
│ │ ├── itkFastApproximateRankImageFilter.wrap
│ │ ├── itkFastSymmetricForcesDemonsRegistrationFilter.wrap
│ │ ├── itkGridForwardWarpImageFilter.wrap
│ │ ├── itkJPEG2000ImageIO.wrap
│ │ ├── itkLabelGeometryImageFilter.wrap
│ │ ├── itkMaskedRankImageFilter.wrap
│ │ ├── itkMorphologicalWatershedFromMarkersImageFilter.wrap
│ │ ├── itkMorphologicalWatershedImageFilter.wrap
│ │ ├── itkMultiScaleHessianBasedMeasureImageFilter.wrap
│ │ ├── itkPhilipsRECImageIO.notwrapped
│ │ ├── itkRankImageFilter.wrap
│ │ ├── itkRegionalMaximaImageFilter.wrap
│ │ ├── itkRegionalMinimaImageFilter.wrap
│ │ ├── itkRobustAutomaticThresholdImageFilter.wrap
│ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilter.wrap
│ │ ├── itkScalarChanAndVeseLevelSetFunction.wrap
│ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilter.wrap
│ │ ├── itkStochasticFractalDimensionImageFilter.wrap
│ │ ├── itkValuedRegionalMaximaImageFilter.wrap
│ │ ├── itkValuedRegionalMinimaImageFilter.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
│ │ │ ├── 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
│ │ │ │ ├── itkFEMElement3DMembrane1DOF.h
│ │ │ │ ├── itkFEMElement3DMembrane1DOF.hxx
│ │ │ │ ├── itkFEMElement3DMembrane.h
│ │ │ │ ├── itkFEMElement3DMembrane.hxx
│ │ │ │ ├── itkFEMElement3DStrain.h
│ │ │ │ ├── itkFEMElement3DStrain.hxx
│ │ │ │ ├── itkFEMElementBase.h
│ │ │ │ ├── itkFEMElements.h
│ │ │ │ ├── itkFEMElementStd.h
│ │ │ │ ├── itkFEMElementStd.hxx
│ │ │ │ ├── itkFEMException.h
│ │ │ │ ├── itkFEMFactoryBase.h
│ │ │ │ ├── itkFEMFactory.h
│ │ │ │ ├── itkFEMImageMetricLoad.h
│ │ │ │ ├── itkFEMImageMetricLoad.hxx
│ │ │ │ ├── itkFEMItpackSparseMatrix.h
│ │ │ │ ├── itkFEMLightObject.h
│ │ │ │ ├── itkFEMLinearSystemWrapperDenseVNL.h
│ │ │ │ ├── itkFEMLinearSystemWrapper.h
│ │ │ │ ├── itkFEMLinearSystemWrapperItpack.h
│ │ │ │ ├── itkFEMLinearSystemWrappers.h
│ │ │ │ ├── itkFEMLinearSystemWrapperVNL.h
│ │ │ │ ├── itkFEMLoadBase.h
│ │ │ │ ├── itkFEMLoadBC.h
│ │ │ │ ├── itkFEMLoadBCMFC.h
│ │ │ │ ├── itkFEMLoadEdge.h
│ │ │ │ ├── itkFEMLoadElementBase.h
│ │ │ │ ├── itkFEMLoadGrav.h
│ │ │ │ ├── itkFEMLoadLandmark.h
│ │ │ │ ├── itkFEMLoadNode.h
│ │ │ │ ├── itkFEMLoadNoisyLandmark.h
│ │ │ │ ├── itkFEMLoadPoint.h
│ │ │ │ ├── itkFEMLoads.h
│ │ │ │ ├── itkFEMLoadTest.h
│ │ │ │ ├── itkFEMMaterialBase.h
│ │ │ │ ├── itkFEMMaterialLinearElasticity.h
│ │ │ │ ├── itkFEMMaterials.h
│ │ │ │ ├── itkFEMObject.h
│ │ │ │ ├── itkFEMObject.hxx
│ │ │ │ ├── itkFEMObjectSpatialObject.h
│ │ │ │ ├── itkFEMObjectSpatialObject.hxx
│ │ │ │ ├── itkFEMPArray.h
│ │ │ │ ├── itkFEMP.h
│ │ │ │ ├── itkFEMRobustSolver.h
│ │ │ │ ├── itkFEMRobustSolver.hxx
│ │ │ │ ├── itkFEMScatteredDataPointSetToImageFilter.h
│ │ │ │ ├── itkFEMScatteredDataPointSetToImageFilter.hxx
│ │ │ │ ├── itkFEMSolution.h
│ │ │ │ ├── itkFEMSolverCrankNicolson.h
│ │ │ │ ├── itkFEMSolverCrankNicolson.hxx
│ │ │ │ ├── itkFEMSolver.h
│ │ │ │ ├── itkFEMSolver.hxx
│ │ │ │ ├── itkFEMSolverHyperbolic.h
│ │ │ │ ├── itkFEMSolverHyperbolic.hxx
│ │ │ │ ├── itkFEMSpatialObjectReader.h
│ │ │ │ ├── itkFEMSpatialObjectWriter.h
│ │ │ │ ├── itkFEMUtility.h
│ │ │ │ ├── itkImageToRectilinearFEMObjectFilter.h
│ │ │ │ ├── itkImageToRectilinearFEMObjectFilter.hxx
│ │ │ │ ├── itkMetaFEMObjectConverter.h
│ │ │ │ ├── itkMetaFEMObjectConverter.hxx
│ │ │ │ └── itpack.h
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── 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
│ │ │ │ ├── itkFEMLoadBase.cxx
│ │ │ │ ├── itkFEMLoadBC.cxx
│ │ │ │ ├── itkFEMLoadBCMFC.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.md5
│ │ │ │ ├── 2DC0LinearLineStressTest.meta.sha512
│ │ │ │ ├── 2DC0LinearQuadrilateralMembraneTest.meta.md5
│ │ │ │ ├── 2DC0LinearQuadrilateralMembraneTest.meta.sha512
│ │ │ │ ├── 2DC0LinearQuadrilateralStrainTest.meta.md5
│ │ │ │ ├── 2DC0LinearQuadrilateralStrainTest.meta.sha512
│ │ │ │ ├── 2DC0LinearTriangleMembraneTest.meta.md5
│ │ │ │ ├── 2DC0LinearTriangleMembraneTest.meta.sha512
│ │ │ │ ├── 2DC0LinearTriangleStrainTest.meta.md5
│ │ │ │ ├── 2DC0LinearTriangleStrainTest.meta.sha512
│ │ │ │ ├── 2DC0LinearTriangleStressTest.meta.md5
│ │ │ │ ├── 2DC0LinearTriangleStressTest.meta.sha512
│ │ │ │ ├── 2DC0QuadraticTriangleStrainTest.meta.md5
│ │ │ │ ├── 2DC0QuadraticTriangleStrainTest.meta.sha512
│ │ │ │ ├── 2DC0QuadraticTriangleStressTest.meta.md5
│ │ │ │ ├── 2DC0QuadraticTriangleStressTest.meta.sha512
│ │ │ │ ├── 2DC1BeamTest.meta.md5
│ │ │ │ ├── 2DC1BeamTest.meta.sha512
│ │ │ │ ├── 3DC0LinearHexahedronMembraneTest.meta.md5
│ │ │ │ ├── 3DC0LinearHexahedronMembraneTest.meta.sha512
│ │ │ │ ├── 3DC0LinearHexahedronStrainTest.meta.md5
│ │ │ │ ├── 3DC0LinearHexahedronStrainTest.meta.sha512
│ │ │ │ ├── 3DC0LinearTetrahedronMembraneTest.meta.md5
│ │ │ │ ├── 3DC0LinearTetrahedronMembraneTest.meta.sha512
│ │ │ │ ├── 3DC0LinearTetrahedronStrainTest.meta.md5
│ │ │ │ ├── 3DC0LinearTetrahedronStrainTest.meta.sha512
│ │ │ │ ├── hexa2.meta.md5
│ │ │ │ ├── hexa2.meta.sha512
│ │ │ │ ├── hexa3.meta.md5
│ │ │ │ ├── hexa3.meta.sha512
│ │ │ │ ├── hexa4-grav.meta.md5
│ │ │ │ ├── hexa4-grav.meta.sha512
│ │ │ │ ├── LoadBCMFCTest.meta.md5
│ │ │ │ ├── LoadBCMFCTest.meta.sha512
│ │ │ │ ├── LoadEdgeTest.meta.md5
│ │ │ │ ├── LoadEdgeTest.meta.sha512
│ │ │ │ ├── LoadGravConstTest.meta.md5
│ │ │ │ ├── LoadGravConstTest.meta.sha512
│ │ │ │ ├── quad2-small.meta.md5
│ │ │ │ ├── quad2-small.meta.sha512
│ │ │ │ ├── quad2-strain.meta.md5
│ │ │ │ ├── quad2-strain.meta.sha512
│ │ │ │ ├── quad4.meta.md5
│ │ │ │ ├── quad4.meta.sha512
│ │ │ │ ├── quad6-grav.meta.md5
│ │ │ │ ├── quad6-grav.meta.sha512
│ │ │ │ ├── quad-lm.meta.md5
│ │ │ │ ├── quad-lm.meta.sha512
│ │ │ │ ├── tetra2.meta.md5
│ │ │ │ ├── tetra2.meta.sha512
│ │ │ │ ├── tetra3.meta.md5
│ │ │ │ ├── tetra3.meta.sha512
│ │ │ │ ├── tetra4-grav.meta.md5
│ │ │ │ ├── tetra4-grav.meta.sha512
│ │ │ │ ├── trapezoid.meta.md5
│ │ │ │ ├── trapezoid.meta.sha512
│ │ │ │ ├── tri2.meta.md5
│ │ │ │ ├── tri2.meta.sha512
│ │ │ │ ├── tri3-e.meta.md5
│ │ │ │ ├── tri3-e.meta.sha512
│ │ │ │ ├── tri3.meta.md5
│ │ │ │ ├── tri3.meta.sha512
│ │ │ │ ├── tri3-q.meta.md5
│ │ │ │ ├── tri3-q.meta.sha512
│ │ │ │ ├── truss.meta.md5
│ │ │ │ └── truss.meta.sha512
│ │ │ ├── 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
│ │ │ ├── itkFEMLinearSystemWrapperItpackTest2.cxx
│ │ │ ├── itkFEMLinearSystemWrapperItpackTest.cxx
│ │ │ ├── itkFEMLinearSystemWrapperVNLTest.cxx
│ │ │ ├── itkFEMLoadBCMFCTest.cxx
│ │ │ ├── itkFEMLoadBCMFCTestUser.cxx
│ │ │ ├── itkFEMLoadEdgeTest.cxx
│ │ │ ├── itkFEMLoadGravConstTest.cxx
│ │ │ ├── itkFEMLoadPointTestUser.cxx
│ │ │ ├── itkFEMObjectTest2.cxx
│ │ │ ├── itkFEMObjectTest.cxx
│ │ │ ├── itkFEMPArrayTest.cxx
│ │ │ ├── itkFEMRobustSolverTest.cxx
│ │ │ ├── itkFEMScatteredDataPointSetToImageFilterTest.cxx
│ │ │ ├── itkFEMSolverHyperbolicTest.cxx
│ │ │ ├── itkFEMSolverTest2D.cxx
│ │ │ ├── itkFEMSolverTest3D.cxx
│ │ │ ├── itkFEMSpatialObjectTest.cxx
│ │ │ ├── itkImageToRectilinearFEMObjectFilter2DTest.cxx
│ │ │ ├── itkImageToRectilinearFEMObjectFilter3DTest.cxx
│ │ │ └── README
│ │ ├── 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
│ │ ├── NeuralNetworks
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBackPropagationLayer.h
│ │ │ │ ├── itkBackPropagationLayer.hxx
│ │ │ │ ├── itkBatchSupervisedTrainingFunction.h
│ │ │ │ ├── itkBatchSupervisedTrainingFunction.hxx
│ │ │ │ ├── itkCompletelyConnectedWeightSet.h
│ │ │ │ ├── itkCompletelyConnectedWeightSet.hxx
│ │ │ │ ├── itkErrorBackPropagationLearningFunctionBase.h
│ │ │ │ ├── itkErrorBackPropagationLearningFunctionBase.hxx
│ │ │ │ ├── itkErrorBackPropagationLearningWithMomentum.h
│ │ │ │ ├── itkErrorBackPropagationLearningWithMomentum.hxx
│ │ │ │ ├── itkErrorFunctionBase.h
│ │ │ │ ├── itkGaussianRadialBasisFunction.h
│ │ │ │ ├── itkGaussianRadialBasisFunction.hxx
│ │ │ │ ├── itkGaussianTransferFunction.h
│ │ │ │ ├── itkGaussianTransferFunction.hxx
│ │ │ │ ├── itkHardLimitTransferFunction.h
│ │ │ │ ├── itkHardLimitTransferFunction.hxx
│ │ │ │ ├── itkIdentityTransferFunction.h
│ │ │ │ ├── itkIdentityTransferFunction.hxx
│ │ │ │ ├── itkInputFunctionBase.h
│ │ │ │ ├── itkIterativeSupervisedTrainingFunction.h
│ │ │ │ ├── itkIterativeSupervisedTrainingFunction.hxx
│ │ │ │ ├── itkLayerBase.h
│ │ │ │ ├── itkLayerBase.hxx
│ │ │ │ ├── itkLearningFunctionBase.h
│ │ │ │ ├── itkLogSigmoidTransferFunction.h
│ │ │ │ ├── itkLogSigmoidTransferFunction.hxx
│ │ │ │ ├── itkMeanSquaredErrorFunction.h
│ │ │ │ ├── itkMeanSquaredErrorFunction.hxx
│ │ │ │ ├── itkMultilayerNeuralNetworkBase.h
│ │ │ │ ├── itkMultilayerNeuralNetworkBase.hxx
│ │ │ │ ├── itkMultiquadricRadialBasisFunction.h
│ │ │ │ ├── itkMultiquadricRadialBasisFunction.hxx
│ │ │ │ ├── itkNeuralNetworkObject.h
│ │ │ │ ├── itkNeuralNetworkObject.hxx
│ │ │ │ ├── itkNNetDistanceMetricBase.h
│ │ │ │ ├── itkOneHiddenLayerBackPropagationNeuralNetwork.h
│ │ │ │ ├── itkOneHiddenLayerBackPropagationNeuralNetwork.hxx
│ │ │ │ ├── itkProductInputFunction.h
│ │ │ │ ├── itkProductInputFunction.hxx
│ │ │ │ ├── itkQuickPropLearningRule.h
│ │ │ │ ├── itkQuickPropLearningRule.hxx
│ │ │ │ ├── itkRadialBasisFunctionBase.h
│ │ │ │ ├── itkRBFBackPropagationLearningFunction.h
│ │ │ │ ├── itkRBFBackPropagationLearningFunction.hxx
│ │ │ │ ├── itkRBFLayer.h
│ │ │ │ ├── itkRBFLayer.hxx
│ │ │ │ ├── itkRBFNetwork.h
│ │ │ │ ├── itkRBFNetwork.hxx
│ │ │ │ ├── itkSigmoidTransferFunction.h
│ │ │ │ ├── itkSigmoidTransferFunction.hxx
│ │ │ │ ├── itkSignedHardLimitTransferFunction.h
│ │ │ │ ├── itkSignedHardLimitTransferFunction.hxx
│ │ │ │ ├── itkSquaredDifferenceErrorFunction.h
│ │ │ │ ├── itkSquaredDifferenceErrorFunction.hxx
│ │ │ │ ├── itkSumInputFunction.h
│ │ │ │ ├── itkSumInputFunction.hxx
│ │ │ │ ├── itkSymmetricSigmoidTransferFunction.h
│ │ │ │ ├── itkSymmetricSigmoidTransferFunction.hxx
│ │ │ │ ├── itkTanHTransferFunction.h
│ │ │ │ ├── itkTanHTransferFunction.hxx
│ │ │ │ ├── itkTanSigmoidTransferFunction.h
│ │ │ │ ├── itkTanSigmoidTransferFunction.hxx
│ │ │ │ ├── itkTrainingFunctionBase.h
│ │ │ │ ├── itkTrainingFunctionBase.hxx
│ │ │ │ ├── itkTransferFunctionBase.h
│ │ │ │ ├── itkTwoHiddenLayerBackPropagationNeuralNetwork.h
│ │ │ │ ├── itkTwoHiddenLayerBackPropagationNeuralNetwork.hxx
│ │ │ │ ├── itkWeightSetBase.h
│ │ │ │ └── itkWeightSetBase.hxx
│ │ │ ├── itk-module.cmake
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkLogSigmoidTransferFunctionTest.cxx
│ │ │ ├── itkSigmoidTransferFunctionTest.cxx
│ │ │ ├── NNetClassifierTest1.cxx
│ │ │ ├── NNetClassifierTest2.cxx
│ │ │ ├── NNetClassifierTest3.cxx
│ │ │ ├── NNetClassifierTest4.cxx
│ │ │ ├── QPropXORTest1.cxx
│ │ │ ├── RBFTest1.cxx
│ │ │ ├── XORTest1.cxx
│ │ │ └── XORTest2.cxx
│ │ ├── 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
│ │ │ │ ├── itkParticleSwarmOptimizerBase.h
│ │ │ │ ├── itkParticleSwarmOptimizer.h
│ │ │ │ ├── itkPowellOptimizer.h
│ │ │ │ ├── itkQuaternionRigidTransformGradientDescentOptimizer.h
│ │ │ │ ├── itkRegularStepGradientDescentBaseOptimizer.h
│ │ │ │ ├── itkRegularStepGradientDescentOptimizer.h
│ │ │ │ ├── itkSingleValuedCostFunction.h
│ │ │ │ ├── itkSingleValuedNonLinearOptimizer.h
│ │ │ │ ├── itkSingleValuedNonLinearVnlOptimizer.h
│ │ │ │ ├── itkSingleValuedVnlCostFunctionAdaptor.h
│ │ │ │ ├── itkSPSAOptimizer.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
│ │ │ │ ├── itkParticleSwarmOptimizerBase.cxx
│ │ │ │ ├── itkParticleSwarmOptimizer.cxx
│ │ │ │ ├── itkPowellOptimizer.cxx
│ │ │ │ ├── itkQuaternionRigidTransformGradientDescentOptimizer.cxx
│ │ │ │ ├── itkRegularStepGradientDescentBaseOptimizer.cxx
│ │ │ │ ├── itkRegularStepGradientDescentOptimizer.cxx
│ │ │ │ ├── itkSingleValuedCostFunction.cxx
│ │ │ │ ├── itkSingleValuedNonLinearOptimizer.cxx
│ │ │ │ ├── itkSingleValuedNonLinearVnlOptimizer.cxx
│ │ │ │ ├── itkSingleValuedVnlCostFunctionAdaptor.cxx
│ │ │ │ ├── itkSPSAOptimizer.cxx
│ │ │ │ ├── itkVersorRigid3DTransformOptimizer.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
│ │ │ ├── itkCostFunction.wrap
│ │ │ └── ITKOptimizersBase.wrap
│ │ ├── Optimizersv4
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkAmoebaOptimizerv4.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
│ │ │ │ ├── itkLBFGSBOptimizerv4.h
│ │ │ │ ├── itkLBFGSOptimizerBasev4.h
│ │ │ │ ├── itkLBFGSOptimizerBasev4.hxx
│ │ │ │ ├── itkLBFGSOptimizerv4.h
│ │ │ │ ├── itkMultiGradientOptimizerv4.h
│ │ │ │ ├── itkMultiGradientOptimizerv4.hxx
│ │ │ │ ├── itkMultiStartOptimizerv4.h
│ │ │ │ ├── itkMultiStartOptimizerv4.hxx
│ │ │ │ ├── itkObjectToObjectMetricBase.h
│ │ │ │ ├── itkObjectToObjectMetricBase.hxx
│ │ │ │ ├── itkObjectToObjectMetric.h
│ │ │ │ ├── itkObjectToObjectMetric.hxx
│ │ │ │ ├── itkObjectToObjectOptimizerBase.h
│ │ │ │ ├── itkObjectToObjectOptimizerBase.hxx
│ │ │ │ ├── itkOnePlusOneEvolutionaryOptimizerv4.h
│ │ │ │ ├── itkOnePlusOneEvolutionaryOptimizerv4.hxx
│ │ │ │ ├── itkOptimizerParameterScalesEstimator.h
│ │ │ │ ├── itkPowellOptimizerv4.h
│ │ │ │ ├── itkPowellOptimizerv4.hxx
│ │ │ │ ├── itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h
│ │ │ │ ├── itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.hxx
│ │ │ │ ├── itkQuasiNewtonOptimizerv4.h
│ │ │ │ ├── itkQuasiNewtonOptimizerv4.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
│ │ │ │ ├── itkLBFGSBOptimizerv4.cxx
│ │ │ │ ├── itkLBFGSOptimizerv4.cxx
│ │ │ │ ├── itkObjectToObjectOptimizerBase.cxx
│ │ │ │ ├── itkSingleValuedNonLinearVnlOptimizerv4.cxx
│ │ │ │ └── itkSingleValuedVnlCostFunctionAdaptorv4.cxx
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkAmoebaOptimizerv4Test.cxx
│ │ │ │ ├── itkAutoScaledGradientDescentRegistrationOnVectorTest.cxx
│ │ │ │ ├── itkAutoScaledGradientDescentRegistrationTest.cxx
│ │ │ │ ├── itkConjugateGradientLineSearchOptimizerv4Test.cxx
│ │ │ │ ├── itkExhaustiveOptimizerv4Test.cxx
│ │ │ │ ├── itkGradientDescentLineSearchOptimizerv4Test.cxx
│ │ │ │ ├── itkGradientDescentOptimizerBasev4Test.cxx
│ │ │ │ ├── itkGradientDescentOptimizerv4Test2.cxx
│ │ │ │ ├── itkGradientDescentOptimizerv4Test.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
│ │ │ ├── itkGradientDescentOptimizerBasev4.wrap
│ │ │ ├── itkGradientDescentOptimizerv4.wrap
│ │ │ ├── itkObjectToObjectMetricBase.wrap
│ │ │ ├── itkObjectToObjectMetric.wrap
│ │ │ ├── itkObjectToObjectOptimizerBase.wrap
│ │ │ ├── itkOptimizerParameterScalesEstimator.wrap
│ │ │ ├── itkQuasiNewtonOptimizerv4.wrap
│ │ │ ├── itkRegularStepGradientDescentOptimizerv4.wrap
│ │ │ └── itkSingleValuedCostFunctionv4.wrap
│ │ ├── Polynomials
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ └── itkMultivariateLegendrePolynomial.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── itkMultivariateLegendrePolynomial.cxx
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ └── itkMultivariateLegendrePolynomialTest.cxx
│ │ └── Statistics
│ │ ├── CMakeLists.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
│ │ │ ├── itkKdTreeBasedKmeansEstimator.h
│ │ │ ├── itkKdTreeBasedKmeansEstimator.hxx
│ │ │ ├── itkKdTreeGenerator.h
│ │ │ ├── itkKdTreeGenerator.hxx
│ │ │ ├── itkKdTree.h
│ │ │ ├── itkKdTree.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
│ │ │ ├── itkSampleClassifierFilter.h
│ │ │ ├── itkSampleClassifierFilter.hxx
│ │ │ ├── itkSample.h
│ │ │ ├── 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
│ │ ├── ITKKWStyleOverwrite.txt
│ │ ├── itk-module.cmake
│ │ ├── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkChiSquareDistribution.cxx
│ │ │ ├── itkDecisionRule.cxx
│ │ │ ├── itkDenseFrequencyContainer2.cxx
│ │ │ ├── itkGaussianDistribution.cxx
│ │ │ ├── itkMaximumDecisionRule.cxx
│ │ │ ├── itkMaximumRatioDecisionRule.cxx
│ │ │ ├── itkMinimumDecisionRule.cxx
│ │ │ ├── itkNormalVariateGenerator.cxx
│ │ │ ├── itkProbabilityDistribution.cxx
│ │ │ ├── itkSparseFrequencyContainer2.cxx
│ │ │ └── itkTDistribution.cxx
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── itkGaussianRandomSubsamplingTest.mha.md5
│ │ │ │ ├── itkGaussianRandomSubsamplingTest.mha.sha512
│ │ │ │ ├── itkUniformRandomSubsamplingTest.mha.md5
│ │ │ │ └── itkUniformRandomSubsamplingTest.mha.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkChiSquareDistributionTest.cxx
│ │ │ ├── itkCovarianceSampleFilterTest2.cxx
│ │ │ ├── itkCovarianceSampleFilterTest3.cxx
│ │ │ ├── itkCovarianceSampleFilterTest.cxx
│ │ │ ├── itkDecisionRuleBackwardCompatibility.cxx
│ │ │ ├── itkDecisionRuleTest.cxx
│ │ │ ├── itkDenseFrequencyContainer2Test.cxx
│ │ │ ├── itkDistanceMetricTest2.cxx
│ │ │ ├── itkDistanceMetricTest.cxx
│ │ │ ├── itkDistanceToCentroidMembershipFunctionTest.cxx
│ │ │ ├── itkEuclideanDistanceMetricTest.cxx
│ │ │ ├── itkEuclideanSquareDistanceMetricTest.cxx
│ │ │ ├── itkExpectationMaximizationMixtureModelEstimatorTest.cxx
│ │ │ ├── itkGaussianDistributionTest.cxx
│ │ │ ├── itkGaussianMembershipFunctionTest.cxx
│ │ │ ├── itkGaussianMixtureModelComponentTest.cxx
│ │ │ ├── itkGaussianRandomSpatialNeighborSubsamplerTest.cxx
│ │ │ ├── itkHistogramTest.cxx
│ │ │ ├── itkHistogramToTextureFeaturesFilterNaNTest.cxx
│ │ │ ├── itkHistogramToTextureFeaturesFilterTest.cxx
│ │ │ ├── itkImageToListSampleAdaptorTest2.cxx
│ │ │ ├── itkImageToListSampleAdaptorTest.cxx
│ │ │ ├── itkImageToListSampleFilterTest2.cxx
│ │ │ ├── itkImageToListSampleFilterTest3.cxx
│ │ │ ├── itkImageToListSampleFilterTest.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
│ │ │ ├── itkMeanSampleFilterTest2.cxx
│ │ │ ├── itkMeanSampleFilterTest3.cxx
│ │ │ ├── itkMeanSampleFilterTest.cxx
│ │ │ ├── itkMeasurementVectorTraitsTest.cxx
│ │ │ ├── itkMembershipFunctionBaseTest2.cxx
│ │ │ ├── itkMembershipFunctionBaseTest.cxx
│ │ │ ├── itkMembershipSampleTest1.cxx
│ │ │ ├── itkMembershipSampleTest2.cxx
│ │ │ ├── itkMembershipSampleTest3.cxx
│ │ │ ├── itkMembershipSampleTest4.cxx
│ │ │ ├── itkMinimumDecisionRuleTest.cxx
│ │ │ ├── itkMixtureModelComponentBaseTest.cxx
│ │ │ ├── itkNeighborhoodSamplerTest1.cxx
│ │ │ ├── itkNormalVariateGeneratorTest1.cxx
│ │ │ ├── itkPointSetToListSampleAdaptorTest.cxx
│ │ │ ├── itkProbabilityDistributionTest.cxx
│ │ │ ├── itkRandomVariateGeneratorBaseTest.cxx
│ │ │ ├── itkSampleTest2.cxx
│ │ │ ├── itkSampleTest3.cxx
│ │ │ ├── itkSampleTest4.cxx
│ │ │ ├── itkSampleTest.cxx
│ │ │ ├── itkSampleToHistogramFilterTest2.cxx
│ │ │ ├── itkSampleToHistogramFilterTest3.cxx
│ │ │ ├── itkSampleToHistogramFilterTest4.cxx
│ │ │ ├── itkSampleToHistogramFilterTest5.cxx
│ │ │ ├── itkSampleToHistogramFilterTest6.cxx
│ │ │ ├── itkSampleToHistogramFilterTest7.cxx
│ │ │ ├── itkSampleToHistogramFilterTest.cxx
│ │ │ ├── itkSampleToSubsampleFilterTest1.cxx
│ │ │ ├── itkScalarImageToCooccurrenceListSampleFilterTest.cxx
│ │ │ ├── itkScalarImageToCooccurrenceMatrixFilterTest2.cxx
│ │ │ ├── itkScalarImageToCooccurrenceMatrixFilterTest.cxx
│ │ │ ├── itkScalarImageToRunLengthFeaturesFilterTest.cxx
│ │ │ ├── itkScalarImageToRunLengthMatrixFilterTest.cxx
│ │ │ ├── itkScalarImageToTextureFeaturesFilterTest.cxx
│ │ │ ├── itkSparseFrequencyContainer2Test.cxx
│ │ │ ├── itkSpatialNeighborSubsamplerTest.cxx
│ │ │ ├── itkStandardDeviationPerComponentSampleFilterTest.cxx
│ │ │ ├── itkStatisticsAlgorithmTest2.cxx
│ │ │ ├── itkStatisticsAlgorithmTest.cxx
│ │ │ ├── itkStatisticsTypesTest.cxx
│ │ │ ├── itkSubsampleTest2.cxx
│ │ │ ├── itkSubsampleTest3.cxx
│ │ │ ├── itkSubsampleTest.cxx
│ │ │ ├── itkTDistributionTest.cxx
│ │ │ ├── itkUniformRandomSpatialNeighborSubsamplerTest.cxx
│ │ │ ├── itkVectorContainerToListSampleAdaptorTest.cxx
│ │ │ ├── itkWeightedCentroidKdTreeGeneratorTest1.cxx
│ │ │ ├── itkWeightedCentroidKdTreeGeneratorTest8.cxx
│ │ │ ├── itkWeightedCentroidKdTreeGeneratorTest9.cxx
│ │ │ ├── itkWeightedCovarianceSampleFilterTest2.cxx
│ │ │ ├── itkWeightedCovarianceSampleFilterTest.cxx
│ │ │ └── itkWeightedMeanSampleFilterTest.cxx
│ │ └── wrapping
│ │ ├── CMakeLists.txt
│ │ ├── itkDistanceMetric.wrap
│ │ ├── itkEuclideanDistanceMetric.wrap
│ │ ├── itkHistogramToEntropyImageFilter.wrap
│ │ ├── itkHistogramToIntensityImageFilter.wrap
│ │ ├── itkHistogramToLogProbabilityImageFilter.wrap
│ │ ├── itkHistogramToProbabilityImageFilter.wrap
│ │ ├── itkHistogramToRunLengthFeaturesFilter.wrap
│ │ ├── itkHistogramToTextureFeaturesFilter.wrap
│ │ ├── itkHistogram.wrap
│ │ ├── itkImageToHistogramFilter.wrap
│ │ ├── itkKdTree.wrap
│ │ ├── itkListSample.wrap
│ │ ├── itkMaskedImageToHistogramFilter.wrap
│ │ ├── itkMembershipFunctionBase.wrap
│ │ ├── itkSample.wrap
│ │ ├── itkScalarImageToCooccurrenceMatrixFilter.wrap
│ │ ├── itkScalarImageToHistogramGenerator.wrap
│ │ ├── itkScalarImageToRunLengthFeaturesFilter.wrap
│ │ ├── itkScalarImageToRunLengthMatrixFilter.wrap
│ │ └── itkScalarImageToTextureFeaturesFilter.wrap
│ ├── Registration
│ │ ├── Common
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBlockMatchingImageFilter.h
│ │ │ │ ├── itkBlockMatchingImageFilter.hxx
│ │ │ │ ├── itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h
│ │ │ │ ├── itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.hxx
│ │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h
│ │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.hxx
│ │ │ │ ├── itkBSplineTransformParametersAdaptor.h
│ │ │ │ ├── itkBSplineTransformParametersAdaptor.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
│ │ │ │ ├── itkTransformParametersAdaptorBase.h
│ │ │ │ └── itkTransformParametersAdaptor.h
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── itkBlockMatchingImageFilterTest.mha.md5
│ │ │ │ │ └── itkBlockMatchingImageFilterTest.mha.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBlockMatchingImageFilterTest.cxx
│ │ │ │ ├── itkBSplineExponentialDiffeomorphicTransformParametersAdaptorTest.cxx
│ │ │ │ ├── itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptorTest.cxx
│ │ │ │ ├── itkBSplineTransformParametersAdaptorTest.cxx
│ │ │ │ ├── itkCenteredTransformInitializerTest.cxx
│ │ │ │ ├── itkCenteredVersorTransformInitializerTest.cxx
│ │ │ │ ├── itkCompareHistogramImageToImageMetricTest.cxx
│ │ │ │ ├── itkCorrelationCoefficientHistogramImageToImageMetricTest.cxx
│ │ │ │ ├── itkDisplacementFieldTransformParametersAdaptorTest.cxx
│ │ │ │ ├── itkEuclideanDistancePointMetricTest.cxx
│ │ │ │ ├── itkGaussianExponentialDiffeomorphicTransformParametersAdaptorTest.cxx
│ │ │ │ ├── itkGaussianSmoothingOnUpdateDisplacementFieldTransformParametersAdaptorTest.cxx
│ │ │ │ ├── itkGradientDifferenceImageToImageMetricTest.cxx
│ │ │ │ ├── itkHistogramImageToImageMetricTest.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_1.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
│ │ │ │ ├── itkImageRegistrationMethodTest.cxx
│ │ │ │ ├── itkImageToSpatialObjectRegistrationTest.cxx
│ │ │ │ ├── itkKappaStatisticImageToImageMetricTest.cxx
│ │ │ │ ├── itkKullbackLeiblerCompareHistogramImageToImageMetricTest.cxx
│ │ │ │ ├── itkLandmarkBasedTransformInitializerTest.cxx
│ │ │ │ ├── itkMatchCardinalityImageToImageMetricTest.cxx
│ │ │ │ ├── itkMattesMutualInformationImageToImageMetricTest.cxx
│ │ │ │ ├── itkMeanReciprocalSquareDifferenceImageMetricTest.cxx
│ │ │ │ ├── itkMeanReciprocalSquareDifferencePointSetToImageMetricTest.cxx
│ │ │ │ ├── itkMeanSquaresHistogramImageToImageMetricTest.cxx
│ │ │ │ ├── itkMeanSquaresImageMetricTest.cxx
│ │ │ │ ├── itkMeanSquaresPointSetToImageMetricTest.cxx
│ │ │ │ ├── itkMultiResolutionImageRegistrationMethodTest_1.cxx
│ │ │ │ ├── itkMultiResolutionImageRegistrationMethodTest_2.cxx
│ │ │ │ ├── itkMultiResolutionImageRegistrationMethodTest.cxx
│ │ │ │ ├── itkMultiResolutionPyramidImageFilterTest.cxx
│ │ │ │ ├── itkMutualInformationHistogramImageToImageMetricTest.cxx
│ │ │ │ ├── itkMutualInformationMetricTest.cxx
│ │ │ │ ├── itkNormalizedCorrelationImageMetricTest.cxx
│ │ │ │ ├── itkNormalizedCorrelationPointSetToImageMetricTest.cxx
│ │ │ │ ├── itkNormalizedMutualInformationHistogramImageToImageMetricTest.cxx
│ │ │ │ ├── itkPointSetToImageRegistrationTest.cxx
│ │ │ │ ├── itkPointSetToPointSetRegistrationTest.cxx
│ │ │ │ ├── itkPointSetToSpatialObjectDemonsRegistrationTest.cxx
│ │ │ │ ├── itkPointsLocatorTest.cxx
│ │ │ │ └── itkRecursiveMultiResolutionPyramidImageFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBlockMatchingImageFilter.wrap
│ │ │ ├── itkCenteredTransformInitializer.wrap
│ │ │ ├── itkCenteredVersorTransformInitializer.wrap
│ │ │ ├── itkImageRegistrationMethod.wrap
│ │ │ ├── itkImageToImageMetric.wrap
│ │ │ ├── itkLandmarkBasedTransformInitializer.wrap
│ │ │ ├── itkMattesMutualInformationImageToImageMetric.wrap
│ │ │ ├── itkMeanReciprocalSquareDifferenceImageToImageMetric.wrap
│ │ │ ├── itkMeanSquaresImageToImageMetric.wrap
│ │ │ ├── itkMultiResolutionImageRegistrationMethod.wrap
│ │ │ ├── itkMultiResolutionPyramidImageFilter.wrap
│ │ │ ├── itkMutualInformationImageToImageMetric.wrap
│ │ │ ├── itkNormalizedCorrelationImageToImageMetric.wrap
│ │ │ ├── itkPDEDeformableRegistrationFunction.wrap
│ │ │ ├── itkRecursiveMultiResolutionPyramidImageFilter.wrap
│ │ │ └── itkTransformParametersAdaptorBase.wrap
│ │ ├── 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
│ │ │ └── test
│ │ │ ├── Baseline
│ │ │ │ ├── itkPhysicsBasedNonRigidRegistrationMethodTest.mha.md5
│ │ │ │ └── itkPhysicsBasedNonRigidRegistrationMethodTest.mha.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Input
│ │ │ │ ├── PBNRRFixedImage.nii.gz.md5
│ │ │ │ ├── PBNRRFixedImage.nii.gz.sha512
│ │ │ │ ├── PBNRRMaskImage.nii.gz.md5
│ │ │ │ ├── PBNRRMaskImage.nii.gz.sha512
│ │ │ │ ├── PBNRRMesh.vtk.md5
│ │ │ │ ├── PBNRRMesh.vtk.sha512
│ │ │ │ ├── PBNRRMovingImage.nii.gz.md5
│ │ │ │ └── PBNRRMovingImage.nii.gz.sha512
│ │ │ ├── itkFEMFiniteDifferenceFunctionLoadTest.cxx
│ │ │ ├── itkFEMRegistrationFilter2DTest.cxx
│ │ │ ├── itkFEMRegistrationFilterTest2.cxx
│ │ │ ├── itkFEMRegistrationFilterTest.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.md5
│ │ │ │ ├── LenaFix.png.sha512
│ │ │ │ ├── LenaMov.png.md5
│ │ │ │ └── LenaMov.png.sha512
│ │ │ ├── itkGPUDemonsRegistrationFilterTest2.cxx
│ │ │ └── itkGPUDemonsRegistrationFilterTest.cxx
│ │ ├── Metricsv4
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.h
│ │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.hxx
│ │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4.h
│ │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4.hxx
│ │ │ │ ├── itkCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.h
│ │ │ │ ├── itkCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.hxx
│ │ │ │ ├── itkCorrelationImageToImageMetricv4.h
│ │ │ │ ├── itkCorrelationImageToImageMetricv4HelperThreader.h
│ │ │ │ ├── itkCorrelationImageToImageMetricv4HelperThreader.hxx
│ │ │ │ ├── itkCorrelationImageToImageMetricv4.hxx
│ │ │ │ ├── itkDefaultImageToImageMetricTraitsv4.h
│ │ │ │ ├── itkDemonsImageToImageMetricv4GetValueAndDerivativeThreader.h
│ │ │ │ ├── itkDemonsImageToImageMetricv4GetValueAndDerivativeThreader.hxx
│ │ │ │ ├── itkDemonsImageToImageMetricv4.h
│ │ │ │ ├── itkDemonsImageToImageMetricv4.hxx
│ │ │ │ ├── itkEuclideanDistancePointSetToPointSetMetricv4.h
│ │ │ │ ├── itkEuclideanDistancePointSetToPointSetMetricv4.hxx
│ │ │ │ ├── itkExpectationBasedPointSetToPointSetMetricv4.h
│ │ │ │ ├── itkExpectationBasedPointSetToPointSetMetricv4.hxx
│ │ │ │ ├── itkImageToImageMetricv4GetValueAndDerivativeThreaderBase.h
│ │ │ │ ├── itkImageToImageMetricv4GetValueAndDerivativeThreaderBase.hxx
│ │ │ │ ├── itkImageToImageMetricv4GetValueAndDerivativeThreader.h
│ │ │ │ ├── itkImageToImageMetricv4GetValueAndDerivativeThreader.hxx
│ │ │ │ ├── itkImageToImageMetricv4.h
│ │ │ │ ├── itkImageToImageMetricv4.hxx
│ │ │ │ ├── itkJensenHavrdaCharvatTsallisPointSetToPointSetMetricv4.h
│ │ │ │ ├── itkJensenHavrdaCharvatTsallisPointSetToPointSetMetricv4.hxx
│ │ │ │ ├── itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h
│ │ │ │ ├── itkJointHistogramMutualInformationComputeJointPDFThreaderBase.hxx
│ │ │ │ ├── itkJointHistogramMutualInformationComputeJointPDFThreader.h
│ │ │ │ ├── itkJointHistogramMutualInformationComputeJointPDFThreader.hxx
│ │ │ │ ├── itkJointHistogramMutualInformationGetValueAndDerivativeThreader.h
│ │ │ │ ├── itkJointHistogramMutualInformationGetValueAndDerivativeThreader.hxx
│ │ │ │ ├── itkJointHistogramMutualInformationImageToImageMetricv4.h
│ │ │ │ ├── itkJointHistogramMutualInformationImageToImageMetricv4.hxx
│ │ │ │ ├── itkLabeledPointSetToPointSetMetricv4.h
│ │ │ │ ├── itkLabeledPointSetToPointSetMetricv4.hxx
│ │ │ │ ├── itkManifoldParzenWindowsPointSetFunction.h
│ │ │ │ ├── itkManifoldParzenWindowsPointSetFunction.hxx
│ │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4GetValueAndDerivativeThreader.h
│ │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4GetValueAndDerivativeThreader.hxx
│ │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4.h
│ │ │ │ ├── itkMattesMutualInformationImageToImageMetricv4.hxx
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.h
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.hxx
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4.h
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4.hxx
│ │ │ │ ├── itkObjectToObjectMultiMetricv4.h
│ │ │ │ ├── itkObjectToObjectMultiMetricv4.hxx
│ │ │ │ ├── itkPointSetFunction.h
│ │ │ │ ├── itkPointSetFunction.hxx
│ │ │ │ ├── itkPointSetToPointSetMetricv4.h
│ │ │ │ ├── itkPointSetToPointSetMetricv4.hxx
│ │ │ │ └── itkVectorImageToImageMetricTraitsv4.h
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── Baseline
│ │ │ │ │ ├── face_avg.jpg.md5
│ │ │ │ │ ├── face_avg.jpg.sha512
│ │ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest_I35_S0_T1_F0.nii.gz.md5
│ │ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest_I35_S0_T1_F0.nii.gz.sha512
│ │ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest_I35_S0_T1_F1.nii.gz.md5
│ │ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest_I35_S0_T1_F1.nii.gz.sha512
│ │ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest_I35_S1_T1_F0.nii.gz.md5
│ │ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest_I35_S1_T1_F0.nii.gz.sha512
│ │ │ │ │ ├── itkMeanSquaresImageToImageMetricv4VectorRegistrationTest.nii.gz.md5
│ │ │ │ │ └── itkMeanSquaresImageToImageMetricv4VectorRegistrationTest.nii.gz.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Input
│ │ │ │ │ ├── apple.jpg.md5
│ │ │ │ │ ├── apple.jpg.sha512
│ │ │ │ │ ├── face_b.jpg.md5
│ │ │ │ │ ├── face_b.jpg.sha512
│ │ │ │ │ ├── orange.jpg.md5
│ │ │ │ │ └── orange.jpg.sha512
│ │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageMetricv4Test.cxx
│ │ │ │ ├── itkANTSNeighborhoodCorrelationImageToImageRegistrationTest.cxx
│ │ │ │ ├── itkCorrelationImageToImageMetricv4Test.cxx
│ │ │ │ ├── itkDemonsImageToImageMetricv4RegistrationTest.cxx
│ │ │ │ ├── itkDemonsImageToImageMetricv4Test.cxx
│ │ │ │ ├── itkEuclideanDistancePointSetMetricRegistrationTest.cxx
│ │ │ │ ├── itkEuclideanDistancePointSetMetricTest2.cxx
│ │ │ │ ├── itkEuclideanDistancePointSetMetricTest.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
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4OnVectorTest2.cxx
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4OnVectorTest.cxx
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4RegistrationTest2.cxx
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4RegistrationTest.cxx
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4SpeedTest.cxx
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4Test.cxx
│ │ │ │ ├── itkMeanSquaresImageToImageMetricv4VectorRegistrationTest.cxx
│ │ │ │ ├── itkMetricImageGradientTest.cxx
│ │ │ │ ├── itkMultiGradientImageToImageMetricv4RegistrationTest.cxx
│ │ │ │ ├── itkMultiStartImageToImageMetricv4RegistrationTest.cxx
│ │ │ │ ├── itkObjectToObjectMultiMetricv4RegistrationTest.cxx
│ │ │ │ └── itkObjectToObjectMultiMetricv4Test.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkImageToImageMetricv4.wrap
│ │ │ ├── itkMattesMutualInformationImageToImageMetricv4.wrap
│ │ │ └── itkMeanSquaresImageToImageMetricv4.wrap
│ │ ├── PDEDeformable
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkCurvatureRegistrationFilter.h
│ │ │ │ ├── itkCurvatureRegistrationFilter.hxx
│ │ │ │ ├── itkDemonsRegistrationFilter.h
│ │ │ │ ├── itkDemonsRegistrationFilter.hxx
│ │ │ │ ├── itkDemonsRegistrationFunction.h
│ │ │ │ ├── itkDemonsRegistrationFunction.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
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkCurvatureRegistrationFilterTest.cxx
│ │ │ │ ├── itkDemonsRegistrationFilterTest.cxx
│ │ │ │ ├── itkLevelSetMotionRegistrationFilterTest.cxx
│ │ │ │ ├── itkMultiResolutionPDEDeformableRegistrationTest.cxx
│ │ │ │ └── itkSymmetricForcesDemonsRegistrationFilterTest.cxx
│ │ │ └── wrapping
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkDemonsRegistrationFilter.wrap
│ │ │ ├── itkLevelSetMotionRegistrationFilter.wrap
│ │ │ ├── itkPDEDeformableRegistrationFilter.wrap
│ │ │ ├── itkSymmetricForcesDemonsRegistrationFilter.wrap
│ │ │ └── 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
│ │ ├── test
│ │ │ ├── Baseline
│ │ │ │ ├── itkSimpleImageRegistrationTest.1.nii.md5
│ │ │ │ ├── itkSimpleImageRegistrationTest.1.nii.sha512
│ │ │ │ ├── itkSimpleImageRegistrationTest.nii.md5
│ │ │ │ ├── itkSimpleImageRegistrationTest.nii.sha512
│ │ │ │ ├── r16slice_rigid.nii.gz.md5
│ │ │ │ ├── r16slice_rigid.nii.gz.sha512
│ │ │ │ ├── r64slice.nii.gz.md5
│ │ │ │ └── r64slice.nii.gz.sha512
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Input
│ │ │ │ ├── Blob1.mha.md5
│ │ │ │ ├── Blob1.mha.sha512
│ │ │ │ ├── Blob2.mha.md5
│ │ │ │ ├── Blob2.mha.sha512
│ │ │ │ ├── r16slice_rigid.nii.gz.md5
│ │ │ │ ├── r16slice_rigid.nii.gz.sha512
│ │ │ │ ├── r64slice.nii.gz.md5
│ │ │ │ └── r64slice.nii.gz.sha512
│ │ │ ├── itkBSplineExponentialImageRegistrationTest.cxx
│ │ │ ├── itkBSplineImageRegistrationTest.cxx
│ │ │ ├── itkBSplineSyNImageRegistrationTest.cxx
│ │ │ ├── itkBSplineSyNPointSetRegistrationTest.cxx
│ │ │ ├── itkExponentialImageRegistrationTest.cxx
│ │ │ ├── itkImageRegistrationSamplingTest.cxx
│ │ │ ├── itkQuasiNewtonOptimizerv4RegistrationTest.cxx
│ │ │ ├── itkSimpleImageRegistrationTest2.cxx
│ │ │ ├── itkSimpleImageRegistrationTest3.cxx
│ │ │ ├── itkSimpleImageRegistrationTest4.cxx
│ │ │ ├── itkSimpleImageRegistrationTest.cxx
│ │ │ ├── itkSimpleImageRegistrationTestWithMaskAndSampling.cxx
│ │ │ ├── itkSimplePointSetRegistrationTest.cxx
│ │ │ ├── itkSyNImageRegistrationTest.cxx
│ │ │ ├── itkSyNPointSetRegistrationTest.cxx
│ │ │ ├── itkTimeVaryingBSplineVelocityFieldImageRegistrationTest.cxx
│ │ │ ├── itkTimeVaryingBSplineVelocityFieldPointSetRegistrationTest.cxx
│ │ │ └── itkTimeVaryingVelocityFieldImageRegistrationTest.cxx
│ │ └── wrapping
│ │ ├── CMakeLists.txt
│ │ └── itkImageRegistrationMethodv4.wrap
│ ├── Remote
│ │ ├── AnalyzeObjectMapIO.remote.cmake
│ │ ├── AnisotropicDiffusionLBR.remote.cmake
│ │ ├── BridgeNumPy.remote.cmake
│ │ ├── CMakeLists.txt
│ │ ├── Cuberille.remote.cmake
│ │ ├── DVMeshNoise.remote.cmake
│ │ ├── FixedPointInverseDisplacementField.remote.cmake
│ │ ├── GenericLabelInterpolator.remote.cmake
│ │ ├── HigherOrderAccurateGradient.remote.cmake
│ │ ├── IOFDF.remote.cmake
│ │ ├── IOSTL.remote.cmake
│ │ ├── IOTransformDCMTK.remote.cmake
│ │ ├── LabelErodeDilate.remote.cmake
│ │ ├── LesionSizingToolkit.remote.cmake
│ │ ├── MGHIO.remote.cmake
│ │ ├── MinimalPathExtraction.remote.cmake
│ │ ├── MorphologicalContourInterpolation.remote.cmake
│ │ ├── MultipleImageIterator.remote.cmake
│ │ ├── ParabolicMorphology.remote.cmake
│ │ ├── PerformanceBenchmarking.remote.cmake
│ │ ├── PrincipalComponentsAnalysis.remote.cmake
│ │ ├── README.txt
│ │ ├── RLEImage.remote.cmake
│ │ ├── SCIFIO.remote.cmake
│ │ ├── SkullStrip.remote.cmake
│ │ ├── SmoothingRecursiveYvvGaussianFilter.remote.cmake
│ │ ├── SphinxExamples.remote.cmake
│ │ ├── SplitComponents.remote.cmake
│ │ ├── SubdivisionQuadEdgeMeshFilter.remote.cmake
│ │ ├── TubeTKITK.remote.cmake
│ │ ├── TwoProjectionRegistration.remote.cmake
│ │ ├── VariationalRegistration.remote.cmake
│ │ └── WikiExamples.remote.cmake
│ ├── Segmentation
│ │ ├── BioCell
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBioCellBase.h
│ │ │ │ ├── itkBioCell.h
│ │ │ │ ├── itkBioCell.hxx
│ │ │ │ ├── itkBioCellularAggregateBase.h
│ │ │ │ ├── itkBioCellularAggregate.h
│ │ │ │ ├── itkBioCellularAggregate.hxx
│ │ │ │ ├── itkBioGene.h
│ │ │ │ ├── itkBioGeneNetwork.h
│ │ │ │ └── itkBioGenome.h
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkBioCellBase.cxx
│ │ │ │ ├── itkBioCellularAggregateBase.cxx
│ │ │ │ ├── itkBioGene.cxx
│ │ │ │ ├── itkBioGeneNetwork.cxx
│ │ │ │ └── itkBioGenome.cxx
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkBioCellTest.cxx
│ │ │ ├── itkBioCellularAggregateTest.cxx
│ │ │ ├── itkBioGeneNetworkTest.cxx
│ │ │ ├── itkBioGeneTest.cxx
│ │ │ └── itkBioGenomeTest.cxx
│ │ ├── 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.md5
│ │ │ │ │ ├── itkBayesianClassifierImageFilterTestLabelMapNoPriors.png.sha512
│ │ │ │ │ ├── itkBayesianClassifierImageFilterTestLabelMapPriors.png.md5
│ │ │ │ │ └── itkBayesianClassifierImageFilterTestLabelMapPriors.png.sha512
│ │ │ │ ├── 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.md5
│ │ │ │ │ └── HardConnectedComponentImageFilterTest.png.sha512
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkConnectedComponentImageFilterBackgroundTest.cxx
│ │ │ │ ├── itkConnectedComponentImageFilterTest.cxx
│ │ │ │ ├── itkConnectedComponentImageFilterTestRGB.cxx
│ │ │ │ ├── itkConnectedComponentImageFilterTooManyObjectsTest.cxx
│ │ │ │ ├── itkHardConnectedComponentImageFilterTest.cxx
│ │ │ │ ├── itkMaskConnectedComponentImageFilterTest.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
│ │ │ └── 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
│ │ │ ├── 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
│ │ │ │ ├── itkShapePriorMAPCostFunctionBase.h
│ │ │ │ ├── itkShapePriorMAPCostFunctionBase.hxx
│ │ │ │ ├── itkShapePriorMAPCostFunction.h
│ │ │ │ ├── itkShapePriorMAPCostFunction.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
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── test
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkAnisotropicFourthOrderLevelSetImageFilterTest.cxx
│ │ │ │ ├── itkCannySegmentationLevelSetImageFilterTest.cxx
│ │ │ │ ├── itkCollidingFrontsImageFilterTest.cxx
│ │ │ │ ├── itkCurvesLevelSetImageFilterTest.cxx
│ │ │ │ ├── itkCurvesLevelSetImageFilterZeroSigmaTest.cxx
│ │ │ │ ├── itkExtensionVelocitiesImageFilterTest.cxx
│ │ │ │ ├── itkGeodesicActiveContourLevelSetImageFilterTest.cxx
│ │ │ │ ├── itkGeodesicActiveContourLevelSetImageFilterZeroSigmaTest.cxx
│ │ │ │ ├── itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.cxx
│ │ │ │ ├── itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.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
│ │ │ ├── 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
│ │ │ ├── itkShapePriorMAPCostFunctionBase.wrap
│ │ │ ├── itkShapePriorMAPCostFunction.wrap
│ │ │ ├── itkShapePriorSegmentationLevelSetImageFilter.wrap
│ │ │ ├── itkSparseFieldFourthOrderLevelSetImageFilter.wrap
│ │ │ ├── itkSparseFieldLevelSetImageFilter.wrap
│ │ │ ├── itkThresholdSegmentationLevelSetImageFilter.wrap
│ │ │ ├── itkUnsharpMaskLevelSetImageFilter.wrap
│ │ │ ├── itkVectorThresholdSegmentationLevelSetImageFilter.wrap
│ │ │ ├── wrap_itkDenseFiniteDifferenceImageFilter.cmake.notwrapped
│ │ │ └── wrap_itkNarrowBandCurvesLevelSetImageFilter.cmake.notwrapped
│ │ ├── LevelSetsv4
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkBinaryImageToLevelSetImageAdaptorBase.h
│ │ │ │ ├── itkBinaryImageToLevelSetImageAdaptor.h
│ │ │ │ ├── itkBinaryImageToLevelSetImageAdaptor.hxx
│ │ │ │ ├── itkDiscreteLevelSetImage.h
│ │ │ │ ├── itkDiscreteLevelSetImage.hxx
│ │ │ │ ├── itkLevelSetBase.h
│ │ │ │ ├── itkLevelSetBase.hxx
│ │ │ │ ├── itkLevelSetContainerBase.h
│ │ │ │ ├── itkLevelSetContainerBase.hxx
│ │ │ │ ├── itkLevelSetContainer.h
│ │ │ │ ├── itkLevelSetDenseImage.h
│ │ │ │ ├── itkLevelSetDenseImage.hxx
│ │ │ │ ├── itkLevelSetDomainMapImageFilter.h
│ │ │ │ ├── itkLevelSetDomainMapImageFilter.hxx
│ │ │ │ ├── itkLevelSetDomainPartitionBase.h
│ │ │ │ ├── itkLevelSetDomainPartitionBase.hxx
│ │ │ │ ├── itkLevelSetDomainPartition.h
│ │ │ │ ├── itkLevelSetDomainPartition.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
│ │ │ │ ├── itkLevelSetEvolutionBase.h
│ │ │ │ ├── itkLevelSetEvolutionBase.hxx
│ │ │ │ ├── itkLevelSetEvolutionComputeIterationThreader.h
│ │ │ │ ├── itkLevelSetEvolutionComputeIterationThreader.hxx
│ │ │ │ ├── itkLevelSetEvolution.h
│ │ │ │ ├── itkLevelSetEvolution.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
│ │ │ ├── ITKKWStyleOverwrite.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── test
│ │ │ ├── Baseline
│ │ │ │ ├── solution_whiteSpot_output_dense_single_5.mha.md5
│ │ │ │ ├── solution_whiteSpot_output_dense_single_5.mha.sha512
│ │ │ │ ├── solution_whiteSpot_output_dense_single.mha.md5
│ │ │ │ ├── solution_whiteSpot_output_dense_single.mha.sha512
│ │ │ │ ├── solution_whiteSpot_output_malcolm_single.mha.md5
│ │ │ │ ├── solution_whiteSpot_output_malcolm_single.mha.sha512
│ │ │ │ ├── solution_whiteSpot_output_malcolm_two.mha.md5
│ │ │ │ ├── solution_whiteSpot_output_malcolm_two.mha.sha512
│ │ │ │ ├── solution_whiteSpot_output_shi_single.mha.md5
│ │ │ │ ├── solution_whiteSpot_output_shi_single.mha.sha512
│ │ │ │ ├── solution_whiteSpot_output_shi_two.mha.md5
│ │ │ │ ├── solution_whiteSpot_output_shi_two.mha.sha512
│ │ │ │ ├── solution_whiteSpot_output_sparse_single.mha.md5
│ │ │ │ ├── solution_whiteSpot_output_sparse_single.mha.sha512
│ │ │ │ ├── solution_whiteSpot_output_sparse_two.mha.md5
│ │ │ │ └── solution_whiteSpot_output_sparse_two.mha.sha512
│ │ │ ├── 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
│ │ ├── LevelSetsv4Visualization
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkImageToRGBVTKImageFilter.h
│ │ │ │ ├── itkImageToRGBVTKImageFilter.hxx
│ │ │ │ ├── itkLevelSetIterationUpdateCommand.h
│ │ │ │ ├── itkLevelSetIterationUpdateCommand.hxx
│ │ │ │ ├── itkLevelSetTovtkImageDataBase.h
│ │ │ │ ├── itkLevelSetTovtkImageDataBase.hxx
│ │ │ │ ├── itkLevelSetTovtkImageData.h
│ │ │ │ ├── itkLevelSetTovtkImageData.hxx
│ │ │ │ ├── itkVTKVisualize2DLevelSetAsElevationMap.h
│ │ │ │ ├── itkVTKVisualize2DLevelSetAsElevationMap.hxx
│ │ │ │ ├── itkVTKVisualize2DSparseLevelSetLayersBase.h
│ │ │ │ ├── itkVTKVisualize2DSparseLevelSetLayersBase.hxx
│ │ │ │ ├── itkVTKVisualize2DSparseLevelSetLayers.h
│ │ │ │ ├── itkVTKVisualize2DSparseLevelSetLayers.hxx
│ │ │ │ ├── itkVTKVisualizeImageLevelSet.h
│ │ │ │ ├── itkVTKVisualizeImageLevelSet.hxx
│ │ │ │ ├── itkVTKVisualizeImageLevelSetIsoValues.h
│ │ │ │ └── itkVTKVisualizeImageLevelSetIsoValues.hxx
│ │ │ ├── itk-module.cmake
│ │ │ ├── itk-module-init.cmake
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Input
│ │ │ │ ├── cells.png.md5
│ │ │ │ └── cells.png.sha512
│ │ │ ├── itkImageToRGBVTKImageFilterTest.cxx
│ │ │ ├── itkVTKVisualize2DCellsLevelSetLayersTest.cxx
│ │ │ ├── itkVTKVisualize2DCellsLevelSetSurfaceTest.cxx
│ │ │ ├── itkVTKVisualize2DCellsLevelSetTest.cxx
│ │ │ ├── itkVTKVisualize2DDenseImageLevelSetTest.cxx
│ │ │ ├── itkVTKVisualize2DLevelSetAsElevationMapTest.cxx
│ │ │ ├── itkVTKVisualize2DMalcolmLevelSetLayersTest.cxx
│ │ │ ├── itkVTKVisualize2DMalcolmLevelSetTest.cxx
│ │ │ ├── itkVTKVisualize2DShiLevelSetLayersTest.cxx
│ │ │ ├── itkVTKVisualize2DWhitakerLevelSetLayersTest.cxx
│ │ │ ├── itkVTKVisualize2DWhitakerLevelSetTest.cxx
│ │ │ ├── itkVTKVisualize3DDenseImageLevelSetTest.cxx
│ │ │ ├── itkVTKVisualize3DWhitakerLevelSetTest.cxx
│ │ │ └── itkVTKVisualizeLevelSetsInteractivePauseTest.cxx
│ │ ├── MarkovRandomFieldsClassifiers
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkMRFImageFilter.h
│ │ │ │ ├── itkMRFImageFilter.hxx
│ │ │ │ ├── itkRGBGibbsPriorFilter.h
│ │ │ │ └── itkRGBGibbsPriorFilter.hxx
│ │ │ ├── itk-module.cmake
│ │ │ └── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkGibbsTest.cxx
│ │ │ └── itkMRFImageFilterTest.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
│ │ │ ├── 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
│ │ ├── Voronoi
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── itkVoronoiDiagram2DGenerator.h
│ │ │ │ ├── itkVoronoiDiagram2DGenerator.hxx
│ │ │ │ ├── itkVoronoiDiagram2D.h
│ │ │ │ ├── itkVoronoiDiagram2D.hxx
│ │ │ │ ├── itkVoronoiPartitioningImageFilter.h
│ │ │ │ ├── itkVoronoiPartitioningImageFilter.hxx
│ │ │ │ ├── itkVoronoiSegmentationImageFilterBase.h
│ │ │ │ ├── itkVoronoiSegmentationImageFilterBase.hxx
│ │ │ │ ├── itkVoronoiSegmentationImageFilter.h
│ │ │ │ ├── itkVoronoiSegmentationImageFilter.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
│ │ ├── include
│ │ │ ├── itkIsolatedWatershedImageFilter.h
│ │ │ ├── itkIsolatedWatershedImageFilter.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
│ │ │ ├── itkWatershedSegmenter.h
│ │ │ ├── itkWatershedSegmenter.hxx
│ │ │ ├── itkWatershedSegmentTable.h
│ │ │ ├── itkWatershedSegmentTable.hxx
│ │ │ ├── itkWatershedSegmentTreeGenerator.h
│ │ │ ├── itkWatershedSegmentTreeGenerator.hxx
│ │ │ ├── itkWatershedSegmentTree.h
│ │ │ └── itkWatershedSegmentTree.hxx
│ │ ├── ITKKWStyleOverwrite.txt
│ │ ├── itk-module.cmake
│ │ ├── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkOneWayEquivalencyTable.cxx
│ │ │ └── itkWatershedMiniPipelineProgressCommand.cxx
│ │ ├── test
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkIsolatedWatershedImageFilterTest.cxx
│ │ │ ├── itkTobogganImageFilterTest.cxx
│ │ │ └── itkWatershedImageFilterTest.cxx
│ │ └── wrapping
│ │ ├── CMakeLists.txt
│ │ ├── itkIsolatedWatershedImageFilter.wrap
│ │ ├── itkTobogganImageFilter.wrap
│ │ └── itkWatershedImageFilter.wrap
│ ├── ThirdParty
│ │ ├── DCMTK
│ │ │ ├── CMake
│ │ │ │ ├── dcmtkPatchScript.cmake
│ │ │ │ └── FindLIBICONV.cmake
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DCMTKGitTag.cmake
│ │ │ ├── itk-module.cmake
│ │ │ ├── itk-module-init.cmake
│ │ │ ├── README
│ │ │ └── WindowsBuild
│ │ │ └── CMakeLists.txt
│ │ ├── DICOMParser
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ └── DICOMParser
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Copyright.txt
│ │ │ ├── DICOMAppHelper.cxx
│ │ │ ├── DICOMAppHelper.h
│ │ │ ├── DICOMBuffer.cxx
│ │ │ ├── DICOMBuffer.h
│ │ │ ├── DICOMCallback.h
│ │ │ ├── DICOMCMakeConfig.h.in
│ │ │ ├── DICOMConfig.h
│ │ │ ├── DICOMFile.cxx
│ │ │ ├── DICOMFile.h
│ │ │ ├── DICOMParser.cxx
│ │ │ ├── DICOMParser.h
│ │ │ ├── DICOMParserMap.h
│ │ │ ├── DICOMSource.cxx
│ │ │ ├── DICOMSource.h
│ │ │ └── DICOMTypes.h
│ │ ├── DoubleConversion
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── double-conversion
│ │ │ │ ├── bignum.cc
│ │ │ │ ├── bignum-dtoa.cc
│ │ │ │ ├── bignum-dtoa.h
│ │ │ │ ├── bignum.h
│ │ │ │ ├── cached-powers.cc
│ │ │ │ ├── cached-powers.h
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── diy-fp.cc
│ │ │ │ ├── diy-fp.h
│ │ │ │ ├── double-conversion.cc
│ │ │ │ ├── double-conversion-configure.h.in
│ │ │ │ ├── double-conversion.h
│ │ │ │ ├── fast-dtoa.cc
│ │ │ │ ├── fast-dtoa.h
│ │ │ │ ├── fixed-dtoa.cc
│ │ │ │ ├── fixed-dtoa.h
│ │ │ │ ├── ieee.h
│ │ │ │ ├── SConscript
│ │ │ │ ├── strtod.cc
│ │ │ │ ├── strtod.h
│ │ │ │ └── utils.h
│ │ │ ├── LICENSE
│ │ │ ├── README-ITK.txt
│ │ │ └── UpdateDoubleConversionFromGoogle.sh
│ │ ├── Expat
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ └── expat
│ │ │ ├── ascii.h
│ │ │ ├── asciitab.h
│ │ │ ├── CMakeLists.txt
│ │ │ ├── COPYING
│ │ │ ├── expatConfig.h.in
│ │ │ ├── expatDllConfig.h.in
│ │ │ ├── expat.h
│ │ │ ├── iasciitab.h
│ │ │ ├── itk_expat_mangle.h
│ │ │ ├── latin1tab.h
│ │ │ ├── nametab.h
│ │ │ ├── utf8tab.h
│ │ │ ├── xmlparse.c
│ │ │ ├── xmlrole.c
│ │ │ ├── xmlrole.h
│ │ │ ├── xmltok.c
│ │ │ ├── xmltok.h
│ │ │ ├── xmltok_impl.c
│ │ │ ├── xmltok_impl.h
│ │ │ └── xmltok_ns.c
│ │ ├── GDCM
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── itk-module-init.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── gdcm
│ │ │ │ ├── CMake
│ │ │ │ │ ├── COPYING-CMAKE-SCRIPTS
│ │ │ │ │ ├── InstallMacros.cmake
│ │ │ │ │ └── UseCopyright.cmake
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Copyright.txt
│ │ │ │ ├── Source
│ │ │ │ │ ├── Attribute
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ └── README.txt
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Common
│ │ │ │ │ │ ├── CMakeLists.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
│ │ │ │ │ │ ├── gdcmFilename.cxx
│ │ │ │ │ │ ├── gdcmFileNameEvent.cxx
│ │ │ │ │ │ ├── gdcmFileNameEvent.h
│ │ │ │ │ │ ├── gdcmFilenameGenerator.cxx
│ │ │ │ │ │ ├── gdcmFilenameGenerator.h
│ │ │ │ │ │ ├── gdcmFilename.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
│ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ ├── zipstreamimpl.h
│ │ │ │ │ │ └── zipstreamimpl.hpp
│ │ │ │ │ ├── DataDictionary
│ │ │ │ │ │ ├── 06_03_list.txt
│ │ │ │ │ │ ├── Agfa.xml
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── COPYRIGHT.dicom3tools
│ │ │ │ │ │ ├── cp699.xml
│ │ │ │ │ │ ├── CSADefaultDicts.xsl
│ │ │ │ │ │ ├── CSAHeader.xml
│ │ │ │ │ │ ├── dcmtk.xsl
│ │ │ │ │ │ ├── DefaultDicts.xsl
│ │ │ │ │ │ ├── DefaultPrivateDicts.xsl
│ │ │ │ │ │ ├── dicom3tools.xsl
│ │ │ │ │ │ ├── dicomhdr.html
│ │ │ │ │ │ ├── dicomhdr.xsl
│ │ │ │ │ │ ├── gdcm1.xsl
│ │ │ │ │ │ ├── gdcm2html.xsl
│ │ │ │ │ │ ├── gdcm2pdf.xsl
│ │ │ │ │ │ ├── gdcmconformancetests.xml
│ │ │ │ │ │ ├── gdcmCSAHeaderDefaultDicts.cxx
│ │ │ │ │ │ ├── gdcmCSAHeaderDictEntry.h
│ │ │ │ │ │ ├── gdcmCSAHeaderDict.h
│ │ │ │ │ │ ├── gdcmDefaultDicts.cxx
│ │ │ │ │ │ ├── gdcmDefaultGroupNames.cxx
│ │ │ │ │ │ ├── gdcmDictConverter.cxx
│ │ │ │ │ │ ├── gdcmDictConverter.h
│ │ │ │ │ │ ├── gdcmDictEntry.cxx
│ │ │ │ │ │ ├── gdcmDictEntry.h
│ │ │ │ │ │ ├── gdcmDict.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
│ │ │ │ │ │ ├── getname.xsl
│ │ │ │ │ │ ├── getowner.xsl
│ │ │ │ │ │ ├── getretired.xsl
│ │ │ │ │ │ ├── GroupName.dic
│ │ │ │ │ │ ├── HarvestedPrivate.xml
│ │ │ │ │ │ ├── NIH.dic
│ │ │ │ │ │ ├── order.xsl
│ │ │ │ │ │ ├── ParseDicts.py
│ │ │ │ │ │ ├── Part67.xsl
│ │ │ │ │ │ ├── Part6PDF.xsl
│ │ │ │ │ │ ├── Part6todcm4che.xsl
│ │ │ │ │ │ ├── Part6togdcm1.xsl
│ │ │ │ │ │ ├── Part6.xml
│ │ │ │ │ │ ├── Part7.xml
│ │ │ │ │ │ ├── Part7.xsl
│ │ │ │ │ │ ├── PartToGDCM.xsl
│ │ │ │ │ │ ├── priv2html.xsl
│ │ │ │ │ │ ├── privatedicts.xml
│ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ ├── redo2.xsl
│ │ │ │ │ │ ├── redo.xsl
│ │ │ │ │ │ ├── Siemens.xml
│ │ │ │ │ │ ├── sort.xsl
│ │ │ │ │ │ ├── SPI.dic
│ │ │ │ │ │ ├── TagKeywords.xsl
│ │ │ │ │ │ ├── TagToType.xsl
│ │ │ │ │ │ ├── TagToVR.xsl
│ │ │ │ │ │ ├── txt2xml.py
│ │ │ │ │ │ ├── UIDs.xml
│ │ │ │ │ │ ├── UIDToC++.xsl
│ │ │ │ │ │ ├── uppercase.xsl
│ │ │ │ │ │ ├── vital.xml
│ │ │ │ │ │ └── VM.xsl
│ │ │ │ │ ├── DataStructureAndEncodingDefinition
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── gdcmAttribute.h
│ │ │ │ │ │ ├── gdcmBasicOffsetTable.h
│ │ │ │ │ │ ├── gdcmByteBuffer.h
│ │ │ │ │ │ ├── gdcmByteSwapFilter.cxx
│ │ │ │ │ │ ├── gdcmByteSwapFilter.h
│ │ │ │ │ │ ├── gdcmByteValue.cxx
│ │ │ │ │ │ ├── gdcmByteValue.h
│ │ │ │ │ │ ├── gdcmCodeString.cxx
│ │ │ │ │ │ ├── gdcmCodeString.h
│ │ │ │ │ │ ├── gdcmCP246ExplicitDataElement.cxx
│ │ │ │ │ │ ├── gdcmCP246ExplicitDataElement.h
│ │ │ │ │ │ ├── gdcmCP246ExplicitDataElement.txx
│ │ │ │ │ │ ├── gdcmCSAElement.h
│ │ │ │ │ │ ├── gdcmCSAHeader.cxx
│ │ │ │ │ │ ├── gdcmCSAHeader.h
│ │ │ │ │ │ ├── gdcmCSAHeader.txx
│ │ │ │ │ │ ├── gdcmDataElement.cxx
│ │ │ │ │ │ ├── gdcmDataElement.h
│ │ │ │ │ │ ├── gdcmDataSet.cxx
│ │ │ │ │ │ ├── gdcmDataSetEvent.cxx
│ │ │ │ │ │ ├── gdcmDataSetEvent.h
│ │ │ │ │ │ ├── gdcmDataSet.h
│ │ │ │ │ │ ├── gdcmDataSet.txx
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── gdcmParseException.cxx
│ │ │ │ │ │ ├── gdcmParseException.h
│ │ │ │ │ │ ├── gdcmParser.cxx
│ │ │ │ │ │ ├── gdcmParser.h
│ │ │ │ │ │ ├── gdcmPDBElement.h
│ │ │ │ │ │ ├── gdcmPDBHeader.cxx
│ │ │ │ │ │ ├── gdcmPDBHeader.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
│ │ │ │ │ │ ├── gdcmValue.cxx
│ │ │ │ │ │ ├── gdcmValue.h
│ │ │ │ │ │ ├── gdcmValueIO.h
│ │ │ │ │ │ ├── gdcmValueIO.txx
│ │ │ │ │ │ ├── gdcmValue.txx
│ │ │ │ │ │ ├── gdcmVL.h
│ │ │ │ │ │ ├── gdcmVM.cxx
│ │ │ │ │ │ ├── gdcmVM.h
│ │ │ │ │ │ ├── gdcmVR16ExplicitDataElement.cxx
│ │ │ │ │ │ ├── gdcmVR16ExplicitDataElement.h
│ │ │ │ │ │ ├── gdcmVR16ExplicitDataElement.txx
│ │ │ │ │ │ ├── gdcmVR.cxx
│ │ │ │ │ │ ├── gdcmVR.h
│ │ │ │ │ │ ├── gdcmWriter.cxx
│ │ │ │ │ │ ├── gdcmWriter.h
│ │ │ │ │ │ └── README.txt
│ │ │ │ │ ├── InformationObjectDefinition
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── extract.xsl
│ │ │ │ │ │ ├── gdcmDefinedTerms.cxx
│ │ │ │ │ │ ├── gdcmDefinedTerms.h
│ │ │ │ │ │ ├── gdcmDefs.cxx
│ │ │ │ │ │ ├── gdcmDefs.h
│ │ │ │ │ │ ├── gdcmEnumeratedValues.cxx
│ │ │ │ │ │ ├── gdcmEnumeratedValues.h
│ │ │ │ │ │ ├── gdcmIOD.cxx
│ │ │ │ │ │ ├── gdcmIODEntry.cxx
│ │ │ │ │ │ ├── gdcmIODEntry.h
│ │ │ │ │ │ ├── gdcmIOD.h
│ │ │ │ │ │ ├── gdcmIODs.h
│ │ │ │ │ │ ├── gdcmMacro.cxx
│ │ │ │ │ │ ├── gdcmMacroEntry.h
│ │ │ │ │ │ ├── gdcmMacro.h
│ │ │ │ │ │ ├── gdcmMacros.cxx
│ │ │ │ │ │ ├── gdcmMacros.h
│ │ │ │ │ │ ├── gdcmModule.cxx
│ │ │ │ │ │ ├── gdcmModuleEntry.h
│ │ │ │ │ │ ├── gdcmModule.h
│ │ │ │ │ │ ├── gdcmModules.cxx
│ │ │ │ │ │ ├── gdcmModules.h
│ │ │ │ │ │ ├── gdcmNestedModuleEntries.cxx
│ │ │ │ │ │ ├── gdcmNestedModuleEntries.h
│ │ │ │ │ │ ├── gdcmPatient.cxx
│ │ │ │ │ │ ├── gdcmPatient.h
│ │ │ │ │ │ ├── gdcmSeries.cxx
│ │ │ │ │ │ ├── gdcmSeries.h
│ │ │ │ │ │ ├── gdcmStudy.cxx
│ │ │ │ │ │ ├── gdcmStudy.h
│ │ │ │ │ │ ├── gdcmTable.cxx
│ │ │ │ │ │ ├── gdcmTableEntry.h
│ │ │ │ │ │ ├── gdcmTable.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
│ │ │ │ │ │ ├── ParseAttributes.py
│ │ │ │ │ │ ├── Part3.xml
│ │ │ │ │ │ ├── Part3.xsl
│ │ │ │ │ │ ├── Part4ToC++.xsl
│ │ │ │ │ │ ├── Part4.xml
│ │ │ │ │ │ ├── Part4.xsl
│ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ ├── Template.xml.in
│ │ │ │ │ │ └── ValueRepresentation.xsd
│ │ │ │ │ ├── MediaStorageAndFileFormat
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── FileMetaInformation.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
│ │ │ │ │ │ ├── gdcmCodec.h
│ │ │ │ │ │ ├── gdcmCoder.h
│ │ │ │ │ │ ├── gdcmConstCharWrapper.h
│ │ │ │ │ │ ├── gdcmCurve.cxx
│ │ │ │ │ │ ├── gdcmCurve.h
│ │ │ │ │ │ ├── gdcmDataSetHelper.cxx
│ │ │ │ │ │ ├── gdcmDataSetHelper.h
│ │ │ │ │ │ ├── gdcmDecoder.h
│ │ │ │ │ │ ├── gdcmDeltaEncodingCodec.cxx
│ │ │ │ │ │ ├── gdcmDeltaEncodingCodec.h
│ │ │ │ │ │ ├── gdcmDICOMDIR.cxx
│ │ │ │ │ │ ├── gdcmDICOMDIRGenerator.cxx
│ │ │ │ │ │ ├── gdcmDICOMDIRGenerator.h
│ │ │ │ │ │ ├── gdcmDICOMDIR.h
│ │ │ │ │ │ ├── gdcmDictPrinter.cxx
│ │ │ │ │ │ ├── gdcmDictPrinter.h
│ │ │ │ │ │ ├── gdcmDirectionCosines.cxx
│ │ │ │ │ │ ├── gdcmDirectionCosines.h
│ │ │ │ │ │ ├── gdcmDirectoryHelper.cxx
│ │ │ │ │ │ ├── gdcmDirectoryHelper.h
│ │ │ │ │ │ ├── gdcmDumper.cxx
│ │ │ │ │ │ ├── gdcmDumper.h
│ │ │ │ │ │ ├── gdcmEncapsulatedDocument.cxx
│ │ │ │ │ │ ├── gdcmEncapsulatedDocument.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
│ │ │ │ │ │ ├── gdcmIconImage.cxx
│ │ │ │ │ │ ├── gdcmIconImageFilter.cxx
│ │ │ │ │ │ ├── gdcmIconImageFilter.h
│ │ │ │ │ │ ├── gdcmIconImageGenerator.cxx
│ │ │ │ │ │ ├── gdcmIconImageGenerator.h
│ │ │ │ │ │ ├── gdcmIconImage.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
│ │ │ │ │ │ ├── gdcmImage.cxx
│ │ │ │ │ │ ├── gdcmImageFragmentSplitter.cxx
│ │ │ │ │ │ ├── gdcmImageFragmentSplitter.h
│ │ │ │ │ │ ├── gdcmImage.h
│ │ │ │ │ │ ├── gdcmImageHelper.cxx
│ │ │ │ │ │ ├── gdcmImageHelper.h
│ │ │ │ │ │ ├── gdcmImageReader.cxx
│ │ │ │ │ │ ├── gdcmImageReader.h
│ │ │ │ │ │ ├── gdcmImageRegionReader.cxx
│ │ │ │ │ │ ├── gdcmImageRegionReader.h
│ │ │ │ │ │ ├── gdcmImageToImageFilter.cxx
│ │ │ │ │ │ ├── gdcmImageToImageFilter.h
│ │ │ │ │ │ ├── gdcmImageWriter.cxx
│ │ │ │ │ │ ├── gdcmImageWriter.h
│ │ │ │ │ │ ├── gdcmIPPSorter.cxx
│ │ │ │ │ │ ├── gdcmIPPSorter.h
│ │ │ │ │ │ ├── gdcm_j2k.h
│ │ │ │ │ │ ├── gdcm_jp2.h
│ │ │ │ │ │ ├── gdcmJPEG12Codec.cxx
│ │ │ │ │ │ ├── gdcmJPEG12Codec.h
│ │ │ │ │ │ ├── gdcmJPEG16Codec.cxx
│ │ │ │ │ │ ├── gdcmJPEG16Codec.h
│ │ │ │ │ │ ├── gdcmJPEG2000Codec.cxx
│ │ │ │ │ │ ├── gdcmJPEG2000Codec.h
│ │ │ │ │ │ ├── gdcmJPEG8Codec.cxx
│ │ │ │ │ │ ├── gdcmJPEG8Codec.h
│ │ │ │ │ │ ├── gdcmJPEGBITSCodec.cxx
│ │ │ │ │ │ ├── gdcmJPEGCodec.cxx
│ │ │ │ │ │ ├── gdcmJPEGCodec.h
│ │ │ │ │ │ ├── gdcmJPEGLSCodec.cxx
│ │ │ │ │ │ ├── gdcmJPEGLSCodec.h
│ │ │ │ │ │ ├── gdcmJSON.cxx
│ │ │ │ │ │ ├── gdcmJSON.h
│ │ │ │ │ │ ├── gdcmKAKADUCodec.cxx
│ │ │ │ │ │ ├── gdcmKAKADUCodec.h
│ │ │ │ │ │ ├── gdcmLookupTable.cxx
│ │ │ │ │ │ ├── gdcmLookupTable.h
│ │ │ │ │ │ ├── gdcmMeshPrimitive.cxx
│ │ │ │ │ │ ├── gdcmMeshPrimitive.h
│ │ │ │ │ │ ├── gdcmOrientation.cxx
│ │ │ │ │ │ ├── gdcmOrientation.h
│ │ │ │ │ │ ├── gdcmOverlay.cxx
│ │ │ │ │ │ ├── gdcmOverlay.h
│ │ │ │ │ │ ├── gdcmPDFCodec.cxx
│ │ │ │ │ │ ├── gdcmPDFCodec.h
│ │ │ │ │ │ ├── gdcmPersonName.cxx
│ │ │ │ │ │ ├── gdcmPersonName.h
│ │ │ │ │ │ ├── gdcmPGXCodec.cxx
│ │ │ │ │ │ ├── gdcmPGXCodec.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
│ │ │ │ │ │ ├── gdcmPNMCodec.cxx
│ │ │ │ │ │ ├── gdcmPNMCodec.h
│ │ │ │ │ │ ├── gdcmPrinter.cxx
│ │ │ │ │ │ ├── gdcmPrinter.h
│ │ │ │ │ │ ├── gdcmPVRGCodec.cxx
│ │ │ │ │ │ ├── gdcmPVRGCodec.h
│ │ │ │ │ │ ├── gdcmRAWCodec.cxx
│ │ │ │ │ │ ├── gdcmRAWCodec.h
│ │ │ │ │ │ ├── gdcmRescaler.cxx
│ │ │ │ │ │ ├── gdcmRescaler.h
│ │ │ │ │ │ ├── gdcmRLECodec.cxx
│ │ │ │ │ │ ├── gdcmRLECodec.h
│ │ │ │ │ │ ├── gdcmScanner.cxx
│ │ │ │ │ │ ├── gdcmScanner.h
│ │ │ │ │ │ ├── gdcmSegment.cxx
│ │ │ │ │ │ ├── gdcmSegmentedPaletteColorLookupTable.cxx
│ │ │ │ │ │ ├── gdcmSegmentedPaletteColorLookupTable.h
│ │ │ │ │ │ ├── gdcmSegment.h
│ │ │ │ │ │ ├── gdcmSegmentHelper.cxx
│ │ │ │ │ │ ├── gdcmSegmentHelper.h
│ │ │ │ │ │ ├── gdcmSegmentReader.cxx
│ │ │ │ │ │ ├── gdcmSegmentReader.h
│ │ │ │ │ │ ├── gdcmSegmentWriter.cxx
│ │ │ │ │ │ ├── gdcmSegmentWriter.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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ └── TODO.txt
│ │ │ │ │ └── MessageExchangeDefinition
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── gdcmAAbortPDU.cxx
│ │ │ │ │ ├── gdcmAAbortPDU.h
│ │ │ │ │ ├── gdcmAAssociateACPDU.cxx
│ │ │ │ │ ├── gdcmAAssociateACPDU.h
│ │ │ │ │ ├── gdcmAAssociateRJPDU.cxx
│ │ │ │ │ ├── gdcmAAssociateRJPDU.h
│ │ │ │ │ ├── gdcmAAssociateRQPDU.cxx
│ │ │ │ │ ├── gdcmAAssociateRQPDU.h
│ │ │ │ │ ├── gdcmAbstractSyntax.cxx
│ │ │ │ │ ├── gdcmAbstractSyntax.h
│ │ │ │ │ ├── gdcmApplicationContext.cxx
│ │ │ │ │ ├── gdcmApplicationContext.h
│ │ │ │ │ ├── gdcmAReleaseRPPDU.cxx
│ │ │ │ │ ├── gdcmAReleaseRPPDU.h
│ │ │ │ │ ├── gdcmAReleaseRQPDU.cxx
│ │ │ │ │ ├── gdcmAReleaseRQPDU.h
│ │ │ │ │ ├── gdcmARTIMTimer.cxx
│ │ │ │ │ ├── gdcmARTIMTimer.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
│ │ │ │ │ ├── gdcmCommandDataSet.cxx
│ │ │ │ │ ├── gdcmCommandDataSet.h
│ │ │ │ │ ├── gdcmCompositeMessageFactory.cxx
│ │ │ │ │ ├── gdcmCompositeMessageFactory.h
│ │ │ │ │ ├── gdcmCompositeNetworkFunctions.cxx
│ │ │ │ │ ├── gdcmCompositeNetworkFunctions.h
│ │ │ │ │ ├── gdcmCStoreMessages.cxx
│ │ │ │ │ ├── gdcmCStoreMessages.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
│ │ │ │ │ ├── gdcmNetworkEvents.h
│ │ │ │ │ ├── gdcmNetworkStateID.h
│ │ │ │ │ ├── gdcmNEventReportMessages.cxx
│ │ │ │ │ ├── gdcmNEventReportMessages.h
│ │ │ │ │ ├── gdcmNGetMessages.cxx
│ │ │ │ │ ├── gdcmNGetMessages.h
│ │ │ │ │ ├── gdcmNormalizedMessageFactory.cxx
│ │ │ │ │ ├── gdcmNormalizedMessageFactory.h
│ │ │ │ │ ├── gdcmNormalizedNetworkFunctions.cxx
│ │ │ │ │ ├── gdcmNormalizedNetworkFunctions.h
│ │ │ │ │ ├── gdcmNSetMessages.cxx
│ │ │ │ │ ├── gdcmNSetMessages.h
│ │ │ │ │ ├── gdcmPDataTFPDU.cxx
│ │ │ │ │ ├── gdcmPDataTFPDU.h
│ │ │ │ │ ├── gdcmPDUFactory.cxx
│ │ │ │ │ ├── gdcmPDUFactory.h
│ │ │ │ │ ├── gdcmPresentationContextAC.cxx
│ │ │ │ │ ├── gdcmPresentationContextAC.h
│ │ │ │ │ ├── gdcmPresentationContext.cxx
│ │ │ │ │ ├── gdcmPresentationContextGenerator.cxx
│ │ │ │ │ ├── gdcmPresentationContextGenerator.h
│ │ │ │ │ ├── gdcmPresentationContext.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
│ │ │ │ │ ├── gdcmServiceClassApplicationInformation.cxx
│ │ │ │ │ ├── gdcmServiceClassApplicationInformation.h
│ │ │ │ │ ├── gdcmServiceClassUser.cxx
│ │ │ │ │ ├── gdcmServiceClassUser.h
│ │ │ │ │ ├── gdcmSOPClassExtendedNegociationSub.cxx
│ │ │ │ │ ├── gdcmSOPClassExtendedNegociationSub.h
│ │ │ │ │ ├── gdcmTransferSyntaxSub.cxx
│ │ │ │ │ ├── gdcmTransferSyntaxSub.h
│ │ │ │ │ ├── gdcmULActionAA.cxx
│ │ │ │ │ ├── gdcmULActionAA.h
│ │ │ │ │ ├── gdcmULActionAE.cxx
│ │ │ │ │ ├── gdcmULActionAE.h
│ │ │ │ │ ├── gdcmULActionAR.cxx
│ │ │ │ │ ├── gdcmULActionAR.h
│ │ │ │ │ ├── gdcmULActionDT.cxx
│ │ │ │ │ ├── gdcmULActionDT.h
│ │ │ │ │ ├── gdcmULAction.h
│ │ │ │ │ ├── gdcmULBasicCallback.cxx
│ │ │ │ │ ├── gdcmULBasicCallback.h
│ │ │ │ │ ├── gdcmULConnectionCallback.h
│ │ │ │ │ ├── gdcmULConnection.cxx
│ │ │ │ │ ├── gdcmULConnection.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
│ │ │ │ │ └── README.txt
│ │ │ │ └── Utilities
│ │ │ │ ├── C99
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── COPYING
│ │ │ │ │ ├── README.txt
│ │ │ │ │ └── stdint.h
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── gdcmcharls
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── colortransform.h
│ │ │ │ │ ├── config.h
│ │ │ │ │ ├── context.h
│ │ │ │ │ ├── contextrunmode.h
│ │ │ │ │ ├── decoderstrategy.h
│ │ │ │ │ ├── defaulttraits.h
│ │ │ │ │ ├── encoderstrategy.h
│ │ │ │ │ ├── header.cpp
│ │ │ │ │ ├── header.h
│ │ │ │ │ ├── interface.cpp
│ │ │ │ │ ├── interface.h
│ │ │ │ │ ├── jpegls.cpp
│ │ │ │ │ ├── License.txt
│ │ │ │ │ ├── lookuptable.h
│ │ │ │ │ ├── losslesstraits.h
│ │ │ │ │ ├── processline.h
│ │ │ │ │ ├── publictypes.h
│ │ │ │ │ ├── README.GDCM.txt
│ │ │ │ │ ├── scan.h
│ │ │ │ │ ├── stdafx.cpp
│ │ │ │ │ ├── streams.h
│ │ │ │ │ └── util.h
│ │ │ │ ├── gdcm_charls.h
│ │ │ │ ├── gdcm_expat.h
│ │ │ │ ├── gdcmjpeg
│ │ │ │ │ ├── 12
│ │ │ │ │ │ └── CMakeLists.txt
│ │ │ │ │ ├── 16
│ │ │ │ │ │ └── CMakeLists.txt
│ │ │ │ │ ├── 8
│ │ │ │ │ │ └── CMakeLists.txt
│ │ │ │ │ ├── change.log
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── COPYRIGHT.dcmtk
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── Jfif.txt
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── README
│ │ │ │ │ ├── README.GDCM.txt
│ │ │ │ │ ├── structure.doc
│ │ │ │ │ ├── usage.doc
│ │ │ │ │ └── wizard.doc
│ │ │ │ ├── gdcm_ljpeg12.h
│ │ │ │ ├── gdcm_ljpeg16.h
│ │ │ │ ├── gdcm_ljpeg8.h
│ │ │ │ ├── gdcmmd5
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── COPYING
│ │ │ │ │ ├── md5.c
│ │ │ │ │ ├── md5cmp.c
│ │ │ │ │ ├── md5.h
│ │ │ │ │ ├── md5main.c
│ │ │ │ │ ├── md5_mangle.h.in
│ │ │ │ │ ├── README
│ │ │ │ │ └── tst2md5.c
│ │ │ │ ├── gdcm_md5.h
│ │ │ │ ├── gdcm_openjpeg2.h
│ │ │ │ ├── gdcm_openjpeg.h
│ │ │ │ ├── gdcmopenjpeg-v2
│ │ │ │ │ ├── CMake
│ │ │ │ │ │ ├── CTestCustom.cmake.in
│ │ │ │ │ │ ├── FindFreeImage.cmake
│ │ │ │ │ │ ├── Free_CMakeImport.cmake
│ │ │ │ │ │ ├── mymachine_openjpeg.cmake
│ │ │ │ │ │ └── OpenJPEGConfig.cmake.in
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── codec
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ ├── getopt.c
│ │ │ │ │ │ │ └── getopt.h
│ │ │ │ │ │ ├── convert.c
│ │ │ │ │ │ ├── convert.h
│ │ │ │ │ │ ├── dirent.h
│ │ │ │ │ │ ├── image_to_j2k.c
│ │ │ │ │ │ ├── index.c
│ │ │ │ │ │ ├── index.h
│ │ │ │ │ │ ├── j2k_dump.c
│ │ │ │ │ │ ├── j2k_to_image.c
│ │ │ │ │ │ └── Makefile
│ │ │ │ │ ├── CTestConfig.cmake
│ │ │ │ │ ├── doc
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ └── Doxyfile.dox
│ │ │ │ │ ├── jpwl
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── crc.c
│ │ │ │ │ │ ├── crc.h
│ │ │ │ │ │ ├── jpwl.c
│ │ │ │ │ │ ├── jpwl.h
│ │ │ │ │ │ ├── jpwl_lib.c
│ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ ├── rs.c
│ │ │ │ │ │ └── rs.h
│ │ │ │ │ ├── libopenjpeg
│ │ │ │ │ │ ├── bio.c
│ │ │ │ │ │ ├── bio.h
│ │ │ │ │ │ ├── cio.c
│ │ │ │ │ │ ├── cio.h
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── dwt.c
│ │ │ │ │ │ ├── dwt.h
│ │ │ │ │ │ ├── event.c
│ │ │ │ │ │ ├── event.h
│ │ │ │ │ │ ├── fix.h
│ │ │ │ │ │ ├── function_list.c
│ │ │ │ │ │ ├── function_list.h
│ │ │ │ │ │ ├── image.c
│ │ │ │ │ │ ├── image.h
│ │ │ │ │ │ ├── int.h
│ │ │ │ │ │ ├── invert.c
│ │ │ │ │ │ ├── invert.h
│ │ │ │ │ │ ├── j2k.c
│ │ │ │ │ │ ├── j2k.h
│ │ │ │ │ │ ├── j2k_lib.c
│ │ │ │ │ │ ├── j2k_lib.h
│ │ │ │ │ │ ├── jp2.c
│ │ │ │ │ │ ├── jp2.h
│ │ │ │ │ │ ├── jpt.c
│ │ │ │ │ │ ├── jpt.h
│ │ │ │ │ │ ├── mct.c
│ │ │ │ │ │ ├── mct.h
│ │ │ │ │ │ ├── mqc.c
│ │ │ │ │ │ ├── mqc.h
│ │ │ │ │ │ ├── openjpeg.c
│ │ │ │ │ │ ├── openjpeg.h
│ │ │ │ │ │ ├── opj_configure.h
│ │ │ │ │ │ ├── opj_includes.h
│ │ │ │ │ │ ├── opj_malloc.h
│ │ │ │ │ │ ├── pi.c
│ │ │ │ │ │ ├── pi.h
│ │ │ │ │ │ ├── profile.c
│ │ │ │ │ │ ├── profile.h
│ │ │ │ │ │ ├── raw.c
│ │ │ │ │ │ ├── raw.h
│ │ │ │ │ │ ├── t1.c
│ │ │ │ │ │ ├── t1.h
│ │ │ │ │ │ ├── t1_luts.h
│ │ │ │ │ │ ├── t2.c
│ │ │ │ │ │ ├── t2.h
│ │ │ │ │ │ ├── tcd.c
│ │ │ │ │ │ ├── tcd.h
│ │ │ │ │ │ ├── tgt.c
│ │ │ │ │ │ └── tgt.h
│ │ │ │ │ ├── license.txt
│ │ │ │ │ ├── mj2
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── extract_j2k_from_mj2.c
│ │ │ │ │ │ ├── frames_to_mj2.c
│ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ ├── meta_out.c
│ │ │ │ │ │ ├── meta_out.h
│ │ │ │ │ │ ├── mj2.c
│ │ │ │ │ │ ├── mj2_convert.c
│ │ │ │ │ │ ├── mj2_convert.h
│ │ │ │ │ │ ├── mj2.h
│ │ │ │ │ │ ├── mj2_to_frames.c
│ │ │ │ │ │ ├── mj2_to_metadata.c
│ │ │ │ │ │ ├── mj2_to_metadata.dtd
│ │ │ │ │ │ ├── mj2_to_metadata.h
│ │ │ │ │ │ ├── mj2_to_metadata_Notes.doc
│ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ └── wrap_j2k_in_mj2.c
│ │ │ │ │ ├── openjpeg_mangle.h.in
│ │ │ │ │ ├── opj_configure.h.in
│ │ │ │ │ ├── README.cmake
│ │ │ │ │ ├── README.linux
│ │ │ │ │ ├── README.msvc
│ │ │ │ │ ├── README.osx
│ │ │ │ │ ├── README.v2
│ │ │ │ │ ├── test_Free_image_V2_tile_handling
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── test2_decoder.c
│ │ │ │ │ │ └── test2_encoder.c
│ │ │ │ │ └── test_V2_tile_handling
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── test_decoder.c
│ │ │ │ │ └── test_encoder.c
│ │ │ │ ├── gdcmrle
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── info.cxx
│ │ │ │ │ ├── info.h
│ │ │ │ │ ├── io.cxx
│ │ │ │ │ ├── io.h
│ │ │ │ │ ├── rle.cxx
│ │ │ │ │ └── rle.h
│ │ │ │ ├── gdcmutfcpp
│ │ │ │ │ ├── README.GDCM.txt
│ │ │ │ │ ├── utf8
│ │ │ │ │ │ ├── checked.h
│ │ │ │ │ │ ├── core.h
│ │ │ │ │ │ └── unchecked.h
│ │ │ │ │ └── utf8.h
│ │ │ │ ├── gdcmuuid
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── compare.c
│ │ │ │ │ ├── COPYING
│ │ │ │ │ ├── gen_uuid.c
│ │ │ │ │ ├── pack.c
│ │ │ │ │ ├── parse.c
│ │ │ │ │ ├── unpack.c
│ │ │ │ │ ├── unparse.c
│ │ │ │ │ ├── uuid.h
│ │ │ │ │ ├── uuid_mangle.h.in
│ │ │ │ │ ├── uuidP.h
│ │ │ │ │ └── uuid_time.c
│ │ │ │ ├── gdcm_uuid.h
│ │ │ │ ├── gdcm_zlib.h
│ │ │ │ └── socketxx
│ │ │ │ ├── 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
│ │ │ └── UpdateFromUpstream.sh
│ │ ├── GIFTI
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ └── gifticlib
│ │ │ ├── CMakeLists.txt
│ │ │ ├── gifti.get.times
│ │ │ ├── gifti_io.c
│ │ │ ├── gifti_io.h
│ │ │ ├── gifti_test.c
│ │ │ ├── gifti_test.h
│ │ │ ├── gifti.test.io
│ │ │ ├── gifti_tool.c
│ │ │ ├── gifti_tool.h
│ │ │ ├── gifti_xml.c
│ │ │ ├── gifti_xml.h
│ │ │ ├── LICENSE.gifti
│ │ │ └── README.gifti
│ │ ├── HDF5
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── itk-module-init.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DownloadAndReduceUpstream.sh
│ │ │ ├── itk_H5Cpp.h.in
│ │ │ ├── itkhdf5
│ │ │ │ ├── ACKNOWLEDGMENTS
│ │ │ │ ├── c++
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── COPYING
│ │ │ │ │ └── src
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── cpp_doc_config
│ │ │ │ │ ├── footer.html
│ │ │ │ │ ├── H5AbstractDs.cpp
│ │ │ │ │ ├── H5AbstractDs.h
│ │ │ │ │ ├── H5Alltypes.h
│ │ │ │ │ ├── H5ArrayType.cpp
│ │ │ │ │ ├── H5ArrayType.h
│ │ │ │ │ ├── H5AtomType.cpp
│ │ │ │ │ ├── H5AtomType.h
│ │ │ │ │ ├── H5Attribute.cpp
│ │ │ │ │ ├── H5Attribute.h
│ │ │ │ │ ├── h5c++.in
│ │ │ │ │ ├── H5Classes.h
│ │ │ │ │ ├── H5CommonFG.cpp
│ │ │ │ │ ├── H5CommonFG.h
│ │ │ │ │ ├── H5CompType.cpp
│ │ │ │ │ ├── H5CompType.h
│ │ │ │ │ ├── H5CppDoc.h
│ │ │ │ │ ├── H5Cpp.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
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── header_files
│ │ │ │ │ │ ├── filelist.xml
│ │ │ │ │ │ ├── hdf_logo.jpg
│ │ │ │ │ │ ├── help.jpg
│ │ │ │ │ │ ├── image001.jpg
│ │ │ │ │ │ └── image002.jpg
│ │ │ │ │ ├── header.html
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Makefile.in
│ │ │ │ │ └── RM_stylesheet.css
│ │ │ │ ├── CMakeFilters.cmake
│ │ │ │ ├── CMakeInstallation.cmake
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── config
│ │ │ │ │ ├── cmake
│ │ │ │ │ │ ├── cacheinit.cmake
│ │ │ │ │ │ ├── ConfigureChecks.cmake
│ │ │ │ │ │ ├── ConversionTests.c
│ │ │ │ │ │ ├── CPack.Info.plist.in
│ │ │ │ │ │ ├── CTestCustom.cmake
│ │ │ │ │ │ ├── FindHDF5.cmake.in
│ │ │ │ │ │ ├── H5cxx_config.h.in
│ │ │ │ │ │ ├── H5pubconf.h.in
│ │ │ │ │ │ ├── HDF518_Examples.cmake.in
│ │ │ │ │ │ ├── hdf5-config.cmake.build.in
│ │ │ │ │ │ ├── hdf5-config.cmake.in
│ │ │ │ │ │ ├── hdf5-config.cmake.install.in
│ │ │ │ │ │ ├── hdf5-config-version.cmake.in
│ │ │ │ │ │ ├── HDF5Macros.cmake
│ │ │ │ │ │ ├── HDFCompilerFlags.cmake
│ │ │ │ │ │ ├── HDFMacros.cmake
│ │ │ │ │ │ ├── libhdf5.settings.cmake.in
│ │ │ │ │ │ ├── mccacheinit.cmake
│ │ │ │ │ │ ├── patch.xml
│ │ │ │ │ │ ├── PkgInfo.in
│ │ │ │ │ │ ├── README.txt.cmake.in
│ │ │ │ │ │ ├── scripts
│ │ │ │ │ │ │ ├── CTestScript.cmake
│ │ │ │ │ │ │ └── HDF518config.cmake
│ │ │ │ │ │ ├── userblockTest.cmake
│ │ │ │ │ │ ├── UserMacros
│ │ │ │ │ │ │ └── Windows_MT.cmake
│ │ │ │ │ │ └── vfdTest.cmake
│ │ │ │ │ ├── cmake_ext_mod
│ │ │ │ │ │ ├── ConfigureChecks.cmake
│ │ │ │ │ │ ├── CTestCustom.cmake
│ │ │ │ │ │ ├── FindMPI.cmake
│ │ │ │ │ │ ├── FindSZIP.cmake
│ │ │ │ │ │ ├── GetTimeOfDayTest.cpp
│ │ │ │ │ │ ├── grepTest.cmake
│ │ │ │ │ │ ├── hdf.bmp
│ │ │ │ │ │ ├── HDFCXXTests.cpp
│ │ │ │ │ │ ├── hdf.icns
│ │ │ │ │ │ ├── hdf.ico
│ │ │ │ │ │ ├── HDFLibMacros.cmake
│ │ │ │ │ │ ├── HDFMacros.cmake
│ │ │ │ │ │ ├── HDFTests.c
│ │ │ │ │ │ ├── HDFUseFortran.cmake
│ │ │ │ │ │ ├── NSIS.InstallOptions.ini.in
│ │ │ │ │ │ ├── NSIS.template.in
│ │ │ │ │ │ ├── prunTest.cmake
│ │ │ │ │ │ ├── runTest.cmake
│ │ │ │ │ │ └── version.plist.in
│ │ │ │ │ └── lt_vers.am
│ │ │ │ ├── COPYING
│ │ │ │ ├── cpp
│ │ │ │ │ └── H5Cpp.h
│ │ │ │ ├── CTestConfig.cmake
│ │ │ │ ├── hdf5.h
│ │ │ │ ├── hl
│ │ │ │ │ ├── c++
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── COPYING
│ │ │ │ │ │ └── src
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── H5PacketTable.cpp
│ │ │ │ │ │ ├── H5PacketTable.h
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ └── Makefile.in
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── COPYING
│ │ │ │ │ └── src
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── COPYING
│ │ │ │ │ ├── H5DO.c
│ │ │ │ │ ├── H5DOpublic.h
│ │ │ │ │ ├── H5DS.c
│ │ │ │ │ ├── H5DSprivate.h
│ │ │ │ │ ├── H5DSpublic.h
│ │ │ │ │ ├── H5HLprivate2.h
│ │ │ │ │ ├── H5IM.c
│ │ │ │ │ ├── H5IMprivate.h
│ │ │ │ │ ├── H5IMpublic.h
│ │ │ │ │ ├── H5LTanalyze.c
│ │ │ │ │ ├── H5LTanalyze.l
│ │ │ │ │ ├── H5LT.c
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── Makefile.in
│ │ │ │ ├── README.txt
│ │ │ │ ├── src
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── COPYING
│ │ │ │ │ ├── H5Abtree2.c
│ │ │ │ │ ├── H5A.c
│ │ │ │ │ ├── H5AC.c
│ │ │ │ │ ├── H5ACpkg.h
│ │ │ │ │ ├── H5ACprivate.h
│ │ │ │ │ ├── H5ACpublic.h
│ │ │ │ │ ├── H5Adense.c
│ │ │ │ │ ├── H5Adeprec.c
│ │ │ │ │ ├── H5Aint.c
│ │ │ │ │ ├── H5api_adpt.h
│ │ │ │ │ ├── H5Apkg.h
│ │ │ │ │ ├── H5Aprivate.h
│ │ │ │ │ ├── H5Apublic.h
│ │ │ │ │ ├── H5Atest.c
│ │ │ │ │ ├── H5B2.c
│ │ │ │ │ ├── H5B2cache.c
│ │ │ │ │ ├── H5B2dbg.c
│ │ │ │ │ ├── H5B2hdr.c
│ │ │ │ │ ├── H5B2int.c
│ │ │ │ │ ├── H5B2pkg.h
│ │ │ │ │ ├── H5B2private.h
│ │ │ │ │ ├── H5B2public.h
│ │ │ │ │ ├── H5B2stat.c
│ │ │ │ │ ├── H5B2test.c
│ │ │ │ │ ├── H5B.c
│ │ │ │ │ ├── H5Bcache.c
│ │ │ │ │ ├── H5Bdbg.c
│ │ │ │ │ ├── H5Bpkg.h
│ │ │ │ │ ├── H5Bprivate.h
│ │ │ │ │ ├── H5Bpublic.h
│ │ │ │ │ ├── H5.c
│ │ │ │ │ ├── H5C.c
│ │ │ │ │ ├── H5checksum.c
│ │ │ │ │ ├── H5config.h.in
│ │ │ │ │ ├── H5Cpkg.h
│ │ │ │ │ ├── H5Cprivate.h
│ │ │ │ │ ├── H5Cpublic.h
│ │ │ │ │ ├── H5CS.c
│ │ │ │ │ ├── H5CSprivate.h
│ │ │ │ │ ├── H5dbg.c
│ │ │ │ │ ├── H5Dbtree.c
│ │ │ │ │ ├── H5D.c
│ │ │ │ │ ├── H5Dchunk.c
│ │ │ │ │ ├── H5Dcompact.c
│ │ │ │ │ ├── H5Dcontig.c
│ │ │ │ │ ├── H5Ddbg.c
│ │ │ │ │ ├── H5Ddeprec.c
│ │ │ │ │ ├── H5Defl.c
│ │ │ │ │ ├── H5detect.c
│ │ │ │ │ ├── H5Dfill.c
│ │ │ │ │ ├── H5Dint.c
│ │ │ │ │ ├── H5Dio.c
│ │ │ │ │ ├── H5Dlayout.c
│ │ │ │ │ ├── H5Dmpio.c
│ │ │ │ │ ├── H5Doh.c
│ │ │ │ │ ├── H5Dpkg.h
│ │ │ │ │ ├── H5Dprivate.h
│ │ │ │ │ ├── H5Dpublic.h
│ │ │ │ │ ├── H5Dscatgath.c
│ │ │ │ │ ├── H5Dselect.c
│ │ │ │ │ ├── H5Dtest.c
│ │ │ │ │ ├── H5E.c
│ │ │ │ │ ├── H5Edefin.h
│ │ │ │ │ ├── H5Edeprec.c
│ │ │ │ │ ├── H5Einit.h
│ │ │ │ │ ├── H5Eint.c
│ │ │ │ │ ├── H5Epkg.h
│ │ │ │ │ ├── H5Eprivate.h
│ │ │ │ │ ├── H5Epubgen.h
│ │ │ │ │ ├── H5Epublic.h
│ │ │ │ │ ├── H5err.txt
│ │ │ │ │ ├── H5Eterm.h
│ │ │ │ │ ├── H5Faccum.c
│ │ │ │ │ ├── H5F.c
│ │ │ │ │ ├── H5Fcwfs.c
│ │ │ │ │ ├── H5Fdbg.c
│ │ │ │ │ ├── H5FD.c
│ │ │ │ │ ├── H5FDcore.c
│ │ │ │ │ ├── H5FDcore.h
│ │ │ │ │ ├── H5FDdirect.c
│ │ │ │ │ ├── H5FDdirect.h
│ │ │ │ │ ├── H5FDfamily.c
│ │ │ │ │ ├── H5FDfamily.h
│ │ │ │ │ ├── H5FDint.c
│ │ │ │ │ ├── H5FDlog.c
│ │ │ │ │ ├── H5FDlog.h
│ │ │ │ │ ├── H5FDmpi.c
│ │ │ │ │ ├── H5FDmpi.h
│ │ │ │ │ ├── H5FDmpio.c
│ │ │ │ │ ├── H5FDmpio.h
│ │ │ │ │ ├── H5FDmulti.c
│ │ │ │ │ ├── H5FDmulti.h
│ │ │ │ │ ├── H5FDpkg.h
│ │ │ │ │ ├── H5FDprivate.h
│ │ │ │ │ ├── H5FDpublic.h
│ │ │ │ │ ├── H5FDsec2.c
│ │ │ │ │ ├── H5FDsec2.h
│ │ │ │ │ ├── H5FDspace.c
│ │ │ │ │ ├── H5FDstdio.c
│ │ │ │ │ ├── H5FDstdio.h
│ │ │ │ │ ├── H5FDwindows.c
│ │ │ │ │ ├── H5FDwindows.h
│ │ │ │ │ ├── H5Fefc.c
│ │ │ │ │ ├── H5Ffake.c
│ │ │ │ │ ├── H5Fint.c
│ │ │ │ │ ├── H5Fio.c
│ │ │ │ │ ├── H5FL.c
│ │ │ │ │ ├── H5FLprivate.h
│ │ │ │ │ ├── H5Fmount.c
│ │ │ │ │ ├── H5Fmpi.c
│ │ │ │ │ ├── H5FO.c
│ │ │ │ │ ├── H5FOprivate.h
│ │ │ │ │ ├── H5Fpkg.h
│ │ │ │ │ ├── H5Fprivate.h
│ │ │ │ │ ├── H5Fpublic.h
│ │ │ │ │ ├── H5Fquery.c
│ │ │ │ │ ├── H5FS.c
│ │ │ │ │ ├── H5FScache.c
│ │ │ │ │ ├── H5FSdbg.c
│ │ │ │ │ ├── H5Fsfile.c
│ │ │ │ │ ├── H5FSpkg.h
│ │ │ │ │ ├── H5FSprivate.h
│ │ │ │ │ ├── H5FSpublic.h
│ │ │ │ │ ├── H5FSsection.c
│ │ │ │ │ ├── H5FSstat.c
│ │ │ │ │ ├── H5FStest.c
│ │ │ │ │ ├── H5Fsuper.c
│ │ │ │ │ ├── H5Fsuper_cache.c
│ │ │ │ │ ├── H5Ftest.c
│ │ │ │ │ ├── H5Gbtree2.c
│ │ │ │ │ ├── H5G.c
│ │ │ │ │ ├── H5Gcache.c
│ │ │ │ │ ├── H5Gcompact.c
│ │ │ │ │ ├── H5Gdense.c
│ │ │ │ │ ├── H5Gdeprec.c
│ │ │ │ │ ├── H5Gent.c
│ │ │ │ │ ├── H5Gint.c
│ │ │ │ │ ├── H5Glink.c
│ │ │ │ │ ├── H5Gloc.c
│ │ │ │ │ ├── H5Gname.c
│ │ │ │ │ ├── H5Gnode.c
│ │ │ │ │ ├── H5Gobj.c
│ │ │ │ │ ├── H5Goh.c
│ │ │ │ │ ├── H5Gpkg.h
│ │ │ │ │ ├── H5Gprivate.h
│ │ │ │ │ ├── H5Gpublic.h
│ │ │ │ │ ├── H5Groot.c
│ │ │ │ │ ├── H5Gstab.c
│ │ │ │ │ ├── H5Gtest.c
│ │ │ │ │ ├── H5Gtraverse.c
│ │ │ │ │ ├── H5HFbtree2.c
│ │ │ │ │ ├── H5HF.c
│ │ │ │ │ ├── H5HFcache.c
│ │ │ │ │ ├── H5HFdbg.c
│ │ │ │ │ ├── H5HFdblock.c
│ │ │ │ │ ├── H5HFdtable.c
│ │ │ │ │ ├── H5HFhdr.c
│ │ │ │ │ ├── H5HFhuge.c
│ │ │ │ │ ├── H5HFiblock.c
│ │ │ │ │ ├── H5HFiter.c
│ │ │ │ │ ├── H5HFman.c
│ │ │ │ │ ├── H5HFpkg.h
│ │ │ │ │ ├── H5HFprivate.h
│ │ │ │ │ ├── H5HFpublic.h
│ │ │ │ │ ├── H5HFsection.c
│ │ │ │ │ ├── H5HFspace.c
│ │ │ │ │ ├── H5HFstat.c
│ │ │ │ │ ├── H5HFtest.c
│ │ │ │ │ ├── H5HFtiny.c
│ │ │ │ │ ├── H5HG.c
│ │ │ │ │ ├── H5HGcache.c
│ │ │ │ │ ├── H5HGdbg.c
│ │ │ │ │ ├── H5HGpkg.h
│ │ │ │ │ ├── H5HGprivate.h
│ │ │ │ │ ├── H5HGpublic.h
│ │ │ │ │ ├── H5HGquery.c
│ │ │ │ │ ├── H5HL.c
│ │ │ │ │ ├── H5HLcache.c
│ │ │ │ │ ├── H5HLdbg.c
│ │ │ │ │ ├── H5HLint.c
│ │ │ │ │ ├── H5HLpkg.h
│ │ │ │ │ ├── H5HLprivate.h
│ │ │ │ │ ├── H5HLpublic.h
│ │ │ │ │ ├── H5HP.c
│ │ │ │ │ ├── H5HPprivate.h
│ │ │ │ │ ├── H5I.c
│ │ │ │ │ ├── H5Ipkg.h
│ │ │ │ │ ├── H5Iprivate.h
│ │ │ │ │ ├── H5Ipublic.h
│ │ │ │ │ ├── H5Itest.c
│ │ │ │ │ ├── H5L.c
│ │ │ │ │ ├── H5Lexternal.c
│ │ │ │ │ ├── H5Lpkg.h
│ │ │ │ │ ├── H5Lprivate.h
│ │ │ │ │ ├── H5Lpublic.h
│ │ │ │ │ ├── H5make_libsettings.c
│ │ │ │ │ ├── H5MFaggr.c
│ │ │ │ │ ├── H5MF.c
│ │ │ │ │ ├── H5MFdbg.c
│ │ │ │ │ ├── H5MFpkg.h
│ │ │ │ │ ├── H5MFprivate.h
│ │ │ │ │ ├── H5MFsection.c
│ │ │ │ │ ├── H5MM.c
│ │ │ │ │ ├── H5MMprivate.h
│ │ │ │ │ ├── H5MMpublic.h
│ │ │ │ │ ├── H5MP.c
│ │ │ │ │ ├── H5MPpkg.h
│ │ │ │ │ ├── H5MPprivate.h
│ │ │ │ │ ├── H5MPtest.c
│ │ │ │ │ ├── H5Oainfo.c
│ │ │ │ │ ├── H5Oalloc.c
│ │ │ │ │ ├── H5Oattr.c
│ │ │ │ │ ├── H5Oattribute.c
│ │ │ │ │ ├── H5Obogus.c
│ │ │ │ │ ├── H5Obtreek.c
│ │ │ │ │ ├── H5O.c
│ │ │ │ │ ├── H5Ocache.c
│ │ │ │ │ ├── H5Ochunk.c
│ │ │ │ │ ├── H5Ocont.c
│ │ │ │ │ ├── H5Ocopy.c
│ │ │ │ │ ├── H5Odbg.c
│ │ │ │ │ ├── H5Odrvinfo.c
│ │ │ │ │ ├── H5Odtype.c
│ │ │ │ │ ├── H5Oefl.c
│ │ │ │ │ ├── H5Ofill.c
│ │ │ │ │ ├── H5Oginfo.c
│ │ │ │ │ ├── H5Olayout.c
│ │ │ │ │ ├── H5Olinfo.c
│ │ │ │ │ ├── H5Olink.c
│ │ │ │ │ ├── H5Omessage.c
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── H5overflow.h
│ │ │ │ │ ├── H5overflow.txt
│ │ │ │ │ ├── H5Pacpl.c
│ │ │ │ │ ├── H5P.c
│ │ │ │ │ ├── H5Pdapl.c
│ │ │ │ │ ├── H5Pdcpl.c
│ │ │ │ │ ├── H5Pdeprec.c
│ │ │ │ │ ├── H5Pdxpl.c
│ │ │ │ │ ├── H5Pfapl.c
│ │ │ │ │ ├── H5Pfcpl.c
│ │ │ │ │ ├── H5Pfmpl.c
│ │ │ │ │ ├── H5Pgcpl.c
│ │ │ │ │ ├── H5Pint.c
│ │ │ │ │ ├── H5Plapl.c
│ │ │ │ │ ├── H5PL.c
│ │ │ │ │ ├── H5Plcpl.c
│ │ │ │ │ ├── H5PLextern.h
│ │ │ │ │ ├── H5PLprivate.h
│ │ │ │ │ ├── H5PLpublic.h
│ │ │ │ │ ├── H5Pocpl.c
│ │ │ │ │ ├── H5Pocpypl.c
│ │ │ │ │ ├── H5Ppkg.h
│ │ │ │ │ ├── H5Pprivate.h
│ │ │ │ │ ├── H5Ppublic.h
│ │ │ │ │ ├── H5private.h
│ │ │ │ │ ├── H5Pstrcpl.c
│ │ │ │ │ ├── H5Ptest.c
│ │ │ │ │ ├── H5pubconf.h
│ │ │ │ │ ├── H5public.h
│ │ │ │ │ ├── H5R.c
│ │ │ │ │ ├── H5RC.c
│ │ │ │ │ ├── H5RCprivate.h
│ │ │ │ │ ├── H5Rdeprec.c
│ │ │ │ │ ├── H5Rpkg.h
│ │ │ │ │ ├── H5Rprivate.h
│ │ │ │ │ ├── H5Rpublic.h
│ │ │ │ │ ├── H5RS.c
│ │ │ │ │ ├── H5RSprivate.h
│ │ │ │ │ ├── H5Sall.c
│ │ │ │ │ ├── H5S.c
│ │ │ │ │ ├── H5Sdbg.c
│ │ │ │ │ ├── H5Shyper.c
│ │ │ │ │ ├── H5SL.c
│ │ │ │ │ ├── H5SLprivate.h
│ │ │ │ │ ├── H5SMbtree2.c
│ │ │ │ │ ├── H5SM.c
│ │ │ │ │ ├── H5SMcache.c
│ │ │ │ │ ├── H5SMmessage.c
│ │ │ │ │ ├── H5Smpio.c
│ │ │ │ │ ├── H5SMpkg.h
│ │ │ │ │ ├── H5SMprivate.h
│ │ │ │ │ ├── H5SMtest.c
│ │ │ │ │ ├── H5Snone.c
│ │ │ │ │ ├── H5Spkg.h
│ │ │ │ │ ├── H5Spoint.c
│ │ │ │ │ ├── H5Sprivate.h
│ │ │ │ │ ├── H5Spublic.h
│ │ │ │ │ ├── H5Sselect.c
│ │ │ │ │ ├── H5ST.c
│ │ │ │ │ ├── H5Stest.c
│ │ │ │ │ ├── H5STprivate.h
│ │ │ │ │ ├── H5system.c
│ │ │ │ │ ├── H5Tarray.c
│ │ │ │ │ ├── H5Tbit.c
│ │ │ │ │ ├── H5T.c
│ │ │ │ │ ├── H5Tcommit.c
│ │ │ │ │ ├── H5Tcompound.c
│ │ │ │ │ ├── H5Tconv.c
│ │ │ │ │ ├── H5Tcset.c
│ │ │ │ │ ├── H5Tdbg.c
│ │ │ │ │ ├── H5Tdeprec.c
│ │ │ │ │ ├── H5Tenum.c
│ │ │ │ │ ├── H5Tfields.c
│ │ │ │ │ ├── H5Tfixed.c
│ │ │ │ │ ├── H5Tfloat.c
│ │ │ │ │ ├── H5timer.c
│ │ │ │ │ ├── H5Tnative.c
│ │ │ │ │ ├── H5Toffset.c
│ │ │ │ │ ├── H5Toh.c
│ │ │ │ │ ├── H5Topaque.c
│ │ │ │ │ ├── H5Torder.c
│ │ │ │ │ ├── H5Tpad.c
│ │ │ │ │ ├── H5Tpkg.h
│ │ │ │ │ ├── H5Tprecis.c
│ │ │ │ │ ├── H5Tprivate.h
│ │ │ │ │ ├── H5Tpublic.h
│ │ │ │ │ ├── H5trace.c
│ │ │ │ │ ├── H5TS.c
│ │ │ │ │ ├── H5TSprivate.h
│ │ │ │ │ ├── H5Tstrpad.c
│ │ │ │ │ ├── H5Tvisit.c
│ │ │ │ │ ├── H5Tvlen.c
│ │ │ │ │ ├── H5version.h
│ │ │ │ │ ├── H5vers.txt
│ │ │ │ │ ├── H5VM.c
│ │ │ │ │ ├── H5VMprivate.h
│ │ │ │ │ ├── H5WB.c
│ │ │ │ │ ├── H5WBprivate.h
│ │ │ │ │ ├── H5win32defs.h
│ │ │ │ │ ├── H5Z.c
│ │ │ │ │ ├── H5Zdeflate.c
│ │ │ │ │ ├── H5Zfletcher32.c
│ │ │ │ │ ├── H5Znbit.c
│ │ │ │ │ ├── H5Zpkg.h
│ │ │ │ │ ├── H5Zprivate.h
│ │ │ │ │ ├── H5Zpublic.h
│ │ │ │ │ ├── H5Zscaleoffset.c
│ │ │ │ │ ├── H5Zshuffle.c
│ │ │ │ │ ├── H5Zszip.c
│ │ │ │ │ ├── H5Ztrans.c
│ │ │ │ │ ├── hdf5.h
│ │ │ │ │ ├── hdf5-lin.lnt
│ │ │ │ │ ├── hdf5.lnt
│ │ │ │ │ ├── hdf5-win.lnt
│ │ │ │ │ ├── libhdf5.settings.in
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── Makefile.in
│ │ │ │ └── UserMacros.cmake
│ │ │ ├── itk_hdf5.h.in
│ │ │ └── README-ITK.txt
│ │ ├── JPEG
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkjpeg
│ │ │ │ ├── change.log
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itk_jpeg_mangle.h
│ │ │ │ ├── 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
│ │ │ │ ├── README
│ │ │ │ └── README.ITK.txt
│ │ │ └── itk_jpeg.h.in
│ │ ├── KWIML
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── itk-module-init.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkkwiml
│ │ │ │ │ ├── abi.h
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Copyright.txt
│ │ │ │ │ ├── include
│ │ │ │ │ │ └── kwiml
│ │ │ │ │ │ ├── abi.h
│ │ │ │ │ │ └── int.h
│ │ │ │ │ ├── int.h
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── kwiml-config.cmake.in
│ │ │ │ │ │ └── version.h.in
│ │ │ │ │ └── test
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── test_abi_C.c
│ │ │ │ │ ├── test_abi_CXX.cxx
│ │ │ │ │ ├── test_abi_endian.h
│ │ │ │ │ ├── test.c
│ │ │ │ │ ├── test.cxx
│ │ │ │ │ ├── test.h
│ │ │ │ │ ├── test_include_C.c
│ │ │ │ │ ├── test_include_CXX.cxx
│ │ │ │ │ ├── test_int_C.c
│ │ │ │ │ ├── test_int_CXX.cxx
│ │ │ │ │ └── test_int_format.h
│ │ │ │ └── itk_kwiml.h.in
│ │ │ └── UpdateFromUpstream.sh
│ │ ├── KWSys
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── README.kwsys
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── KWSys
│ │ │ │ ├── Base64.c
│ │ │ │ ├── Base64.h.in
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── CommandLineArguments.cxx
│ │ │ │ ├── CommandLineArguments.hxx.in
│ │ │ │ ├── Configure.h.in
│ │ │ │ ├── Configure.hxx.in
│ │ │ │ ├── ConsoleBuf.hxx.in
│ │ │ │ ├── CONTRIBUTING.rst
│ │ │ │ ├── Copyright.txt
│ │ │ │ ├── CTestConfig.cmake
│ │ │ │ ├── CTestCustom.cmake.in
│ │ │ │ ├── Directory.cxx
│ │ │ │ ├── Directory.hxx.in
│ │ │ │ ├── DynamicLoader.cxx
│ │ │ │ ├── DynamicLoader.hxx.in
│ │ │ │ ├── EncodingC.c
│ │ │ │ ├── EncodingCXX.cxx
│ │ │ │ ├── Encoding.h.in
│ │ │ │ ├── Encoding.hxx.in
│ │ │ │ ├── ExtraTest.cmake.in
│ │ │ │ ├── FStream.cxx
│ │ │ │ ├── FStream.hxx.in
│ │ │ │ ├── Glob.cxx
│ │ │ │ ├── Glob.hxx.in
│ │ │ │ ├── hash_fun.hxx.in
│ │ │ │ ├── hash_map.hxx.in
│ │ │ │ ├── hash_set.hxx.in
│ │ │ │ ├── hashtable.hxx.in
│ │ │ │ ├── IOStream.cxx
│ │ │ │ ├── IOStream.hxx.in
│ │ │ │ ├── kwsysHeaderDump.pl
│ │ │ │ ├── kwsysPlatformTestsC.c
│ │ │ │ ├── kwsysPlatformTests.cmake
│ │ │ │ ├── kwsysPlatformTestsCXX.cxx
│ │ │ │ ├── kwsysPrivate.h
│ │ │ │ ├── MD5.c
│ │ │ │ ├── MD5.h.in
│ │ │ │ ├── Process.h.in
│ │ │ │ ├── ProcessUNIX.c
│ │ │ │ ├── ProcessWin32.c
│ │ │ │ ├── README.txt
│ │ │ │ ├── RegularExpression.cxx
│ │ │ │ ├── RegularExpression.hxx.in
│ │ │ │ ├── SharedForward.h.in
│ │ │ │ ├── String.c
│ │ │ │ ├── String.h.in
│ │ │ │ ├── String.hxx.in
│ │ │ │ ├── System.c
│ │ │ │ ├── System.h.in
│ │ │ │ ├── SystemInformation.cxx
│ │ │ │ ├── SystemInformation.hxx.in
│ │ │ │ ├── SystemTools.cxx
│ │ │ │ ├── SystemTools.hxx.in
│ │ │ │ ├── Terminal.c
│ │ │ │ ├── Terminal.h.in
│ │ │ │ ├── testCommandLineArguments1.cxx
│ │ │ │ ├── testCommandLineArguments.cxx
│ │ │ │ ├── testConsoleBufChild.cxx
│ │ │ │ ├── testConsoleBuf.cxx
│ │ │ │ ├── testConsoleBuf.hxx
│ │ │ │ ├── testDynamicLoader.cxx
│ │ │ │ ├── testDynload.c
│ │ │ │ ├── testEncode.c
│ │ │ │ ├── testEncoding.cxx
│ │ │ │ ├── testFail.c
│ │ │ │ ├── testFStream.cxx
│ │ │ │ ├── testHashSTL.cxx
│ │ │ │ ├── testIOS.cxx
│ │ │ │ ├── testProcess.c
│ │ │ │ ├── testSharedForward.c.in
│ │ │ │ ├── testSystemInformation.cxx
│ │ │ │ ├── testSystemTools.bin
│ │ │ │ ├── testSystemTools.cxx
│ │ │ │ ├── testSystemTools.h.in
│ │ │ │ └── testTerminal.c
│ │ │ └── UpdateFromUpstream.sh
│ │ ├── MetaIO
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── MetaIO
│ │ │ │ ├── License.txt
│ │ │ │ └── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Copyright.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
│ │ │ │ ├── metaImage.cxx
│ │ │ │ ├── metaImage.h
│ │ │ │ ├── metaImageTypes.h
│ │ │ │ ├── metaImageUtils.cxx
│ │ │ │ ├── metaImageUtils.h
│ │ │ │ ├── metaIOConfig.h.in
│ │ │ │ ├── metaITKUtils.h
│ │ │ │ ├── metaLandmark.cxx
│ │ │ │ ├── metaLandmark.h
│ │ │ │ ├── metaLine.cxx
│ │ │ │ ├── metaLine.h
│ │ │ │ ├── metaMesh.cxx
│ │ │ │ ├── metaMesh.h
│ │ │ │ ├── metaObject.cxx
│ │ │ │ ├── metaObject.h
│ │ │ │ ├── metaOutput.cxx
│ │ │ │ ├── metaOutput.h
│ │ │ │ ├── metaScene.cxx
│ │ │ │ ├── metaScene.h
│ │ │ │ ├── metaSurface.cxx
│ │ │ │ ├── metaSurface.h
│ │ │ │ ├── metaTransform.cxx
│ │ │ │ ├── metaTransform.h
│ │ │ │ ├── metaTube.cxx
│ │ │ │ ├── metaTubeGraph.cxx
│ │ │ │ ├── metaTubeGraph.h
│ │ │ │ ├── metaTube.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
│ │ │ └── UpdateFromUpstream.sh
│ │ ├── MINC
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── itk-module-init.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itk_minc2.h.in
│ │ │ │ └── libminc
│ │ │ │ ├── AUTHORS
│ │ │ │ ├── ChangeLog
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── config.h.cmake
│ │ │ │ ├── COPYING
│ │ │ │ ├── INSTALL
│ │ │ │ ├── LIBMINCConfig.cmake.in
│ │ │ │ ├── libsrc
│ │ │ │ │ ├── config.h.msvc-win32
│ │ │ │ │ ├── dim_conversion.c
│ │ │ │ │ ├── hdf_convenience.c
│ │ │ │ │ ├── hdf_convenience.h
│ │ │ │ │ ├── image_conversion.c
│ │ │ │ │ ├── Make.com
│ │ │ │ │ ├── minc_basic.h
│ │ │ │ │ ├── minc_compat.c
│ │ │ │ │ ├── minc_compat.h
│ │ │ │ │ ├── minc_config.c
│ │ │ │ │ ├── minc_config.h
│ │ │ │ │ ├── minc_convenience.c
│ │ │ │ │ ├── minc_error.c
│ │ │ │ │ ├── minc_error.h
│ │ │ │ │ ├── minc_format_convert.c
│ │ │ │ │ ├── minc_format_convert.h
│ │ │ │ │ ├── minc.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
│ │ │ │ │ ├── ParseArgv.c
│ │ │ │ │ ├── ParseArgv.h
│ │ │ │ │ ├── ParseArgv.man3
│ │ │ │ │ ├── read_file_names.c
│ │ │ │ │ ├── read_file_names.h
│ │ │ │ │ ├── restructure.c
│ │ │ │ │ ├── restructure.h
│ │ │ │ │ ├── strdup.c
│ │ │ │ │ ├── time_stamp.c
│ │ │ │ │ ├── time_stamp.h
│ │ │ │ │ ├── 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_api.h
│ │ │ │ │ ├── minc2_defs.h
│ │ │ │ │ ├── minc2_error.c
│ │ │ │ │ ├── minc2_error.h
│ │ │ │ │ ├── minc2.h
│ │ │ │ │ ├── minc2_private.h
│ │ │ │ │ ├── minc2_structs.h
│ │ │ │ │ ├── minc_compat2.h
│ │ │ │ │ ├── record.c
│ │ │ │ │ ├── slice.c
│ │ │ │ │ ├── valid.c
│ │ │ │ │ ├── volprops.c
│ │ │ │ │ └── volume.c
│ │ │ │ ├── NEWS
│ │ │ │ ├── nifti
│ │ │ │ │ ├── nifti1.h
│ │ │ │ │ ├── nifti1_io.c
│ │ │ │ │ ├── nifti1_io.h
│ │ │ │ │ ├── znzlib.c
│ │ │ │ │ └── znzlib.h
│ │ │ │ ├── README
│ │ │ │ ├── README.release
│ │ │ │ ├── UseLIBMINC.cmake.in
│ │ │ │ └── volume_io
│ │ │ │ ├── example
│ │ │ │ │ └── convert_volume_to_byte.c
│ │ │ │ ├── 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
│ │ │ │ │ │ ├── alloc.h
│ │ │ │ │ │ ├── arrays.h
│ │ │ │ │ │ ├── basic.h
│ │ │ │ │ │ ├── def_math.h
│ │ │ │ │ │ ├── files.h
│ │ │ │ │ │ ├── geometry.h
│ │ │ │ │ │ ├── geom_structs.h
│ │ │ │ │ │ ├── multidim.h
│ │ │ │ │ │ ├── progress.h
│ │ │ │ │ │ ├── string_funcs.h
│ │ │ │ │ │ ├── system_dependent.h
│ │ │ │ │ │ ├── transforms.h
│ │ │ │ │ │ ├── vol_io_prototypes.h
│ │ │ │ │ │ ├── volume_cache.h
│ │ │ │ │ │ └── volume.h
│ │ │ │ │ └── volume_io.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_mnc2.c
│ │ │ │ ├── input_mnc.c
│ │ │ │ ├── input_nifti.c
│ │ │ │ ├── input_nifti.h
│ │ │ │ ├── input_volume.c
│ │ │ │ ├── multidim_arrays.c
│ │ │ │ ├── output_mnc2.c
│ │ │ │ ├── output_mnc.c
│ │ │ │ ├── output_volume.c
│ │ │ │ ├── set_hyperslab.c
│ │ │ │ ├── volume_cache.c
│ │ │ │ └── volumes.c
│ │ │ └── UpdateFromUpstream.sh
│ │ ├── Netlib
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ └── netlib
│ │ │ ├── CMakeLists.txt
│ │ │ └── slatec
│ │ │ ├── CMakeLists.txt
│ │ │ ├── d1mach.c
│ │ │ ├── d1mach.f
│ │ │ ├── d9gmit.c
│ │ │ ├── d9gmit.f
│ │ │ ├── d9lgic.c
│ │ │ ├── d9lgic.f
│ │ │ ├── d9lgit.c
│ │ │ ├── d9lgit.f
│ │ │ ├── d9lgmc.c
│ │ │ ├── d9lgmc.f
│ │ │ ├── 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
│ │ │ ├── d_int.c
│ │ │ ├── dlbeta.c
│ │ │ ├── dlbeta.f
│ │ │ ├── dlgams.c
│ │ │ ├── dlgams.f
│ │ │ ├── dlngam.c
│ │ │ ├── dlngam.f
│ │ │ ├── dlnrel.c
│ │ │ ├── dlnrel.f
│ │ │ ├── d_mod.c
│ │ │ ├── initds.c
│ │ │ ├── initds.f
│ │ │ ├── README.txt
│ │ │ └── xermsg.c
│ │ ├── NIFTI
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ └── nifti
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CTestConfig.cmake
│ │ │ ├── DartConfig.cmake
│ │ │ ├── docs
│ │ │ │ ├── Doxyfile.ORIG
│ │ │ │ └── Doxy_nifti.txt
│ │ │ ├── examples
│ │ │ │ ├── clib_01_read_write.c
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── fsl_api_driver.c
│ │ │ │ └── Makefile
│ │ │ ├── fsliolib
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── dbh.h
│ │ │ │ ├── fslio.c
│ │ │ │ ├── fslio.h
│ │ │ │ ├── fslio.tcl
│ │ │ │ ├── imcp
│ │ │ │ ├── imglob
│ │ │ │ ├── imln
│ │ │ │ ├── immv
│ │ │ │ ├── imrm
│ │ │ │ ├── imtest
│ │ │ │ ├── Makefile
│ │ │ │ └── remove_ext
│ │ │ ├── LICENSE
│ │ │ ├── Makefile
│ │ │ ├── nifticdf
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Makefile
│ │ │ │ ├── nifticdf.c
│ │ │ │ └── nifticdf.h
│ │ │ ├── niftilib
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Makefile
│ │ │ │ ├── nifti1.h
│ │ │ │ ├── nifti1_io.c
│ │ │ │ └── nifti1_io.h
│ │ │ ├── README
│ │ │ ├── real_easy
│ │ │ │ └── nifti1_read_write.c
│ │ │ ├── Testing
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Data
│ │ │ │ │ └── ATestReferenceImageForReadingAndWriting.nii.gz
│ │ │ │ ├── Makefile
│ │ │ │ ├── niftilib
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── nifti_headersize_test.c
│ │ │ │ │ ├── nifti_test2.c
│ │ │ │ │ ├── nifti_test.c
│ │ │ │ │ └── nifti_test_subimage.c
│ │ │ │ ├── nifti_regress_test
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── cmake_testscripts
│ │ │ │ │ │ ├── bricks_test.sh
│ │ │ │ │ │ ├── comment_test.sh
│ │ │ │ │ │ ├── dci_test.sh
│ │ │ │ │ │ ├── dsets_test.sh
│ │ │ │ │ │ ├── dts_test.sh
│ │ │ │ │ │ ├── fetch_data_test.sh
│ │ │ │ │ │ ├── mod_header_test.sh
│ │ │ │ │ │ └── newfiles_test.sh
│ │ │ │ │ ├── commands
│ │ │ │ │ │ ├── c01.versions
│ │ │ │ │ │ ├── c02.nt.help
│ │ │ │ │ │ ├── c03.hist
│ │ │ │ │ │ ├── c04.disp.anat0.info
│ │ │ │ │ │ ├── c05.mod.hdr
│ │ │ │ │ │ ├── c06.add.ext
│ │ │ │ │ │ ├── c07.cbl.4bricks
│ │ │ │ │ │ ├── c08.dts.19.36.11
│ │ │ │ │ │ ├── c09.dts4.compare
│ │ │ │ │ │ ├── c10a.dci.run.210
│ │ │ │ │ │ ├── c10.dci.ts4
│ │ │ │ │ │ ├── c11.add.comment
│ │ │ │ │ │ ├── c12.check.comments
│ │ │ │ │ │ ├── c13.check.hdrs
│ │ │ │ │ │ ├── c14.make.dsets
│ │ │ │ │ │ ├── c15.new.files
│ │ │ │ │ │ ├── c16.rand.swap
│ │ │ │ │ │ └── c17.file.case
│ │ │ │ │ ├── @show.diffs
│ │ │ │ │ └── @test
│ │ │ │ └── README_regress
│ │ │ ├── Updates.txt
│ │ │ ├── utils
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Makefile
│ │ │ │ ├── nifti1_test.c
│ │ │ │ ├── nifti_stats.c
│ │ │ │ ├── nifti_tool.c
│ │ │ │ └── nifti_tool.h
│ │ │ └── znzlib
│ │ │ ├── CMakeLists.txt
│ │ │ ├── config.h
│ │ │ ├── Makefile
│ │ │ ├── znzlib.c
│ │ │ └── znzlib.h
│ │ ├── NrrdIO
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ └── NrrdIO
│ │ │ ├── 000-README.txt
│ │ │ ├── 754.c
│ │ │ ├── accessors.c
│ │ │ ├── array.c
│ │ │ ├── arraysNrrd.c
│ │ │ ├── axis.c
│ │ │ ├── biffbiff.c
│ │ │ ├── biffmsg.c
│ │ │ ├── CMake
│ │ │ │ ├── TestQnanhibit.c
│ │ │ │ └── TestQnanhibit.cmake
│ │ │ ├── CMakeLists.txt
│ │ │ ├── comment.c
│ │ │ ├── defaultsNrrd.c
│ │ │ ├── dio.c
│ │ │ ├── encodingAscii.c
│ │ │ ├── encodingBzip2.c
│ │ │ ├── encoding.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
│ │ │ ├── keyvalue.c
│ │ │ ├── mangle.pl
│ │ │ ├── methodsNrrd.c
│ │ │ ├── miscAir.c
│ │ │ ├── mop.c
│ │ │ ├── NrrdIO.h.in
│ │ │ ├── NrrdIO_Srcs.txt
│ │ │ ├── parseAir.c
│ │ │ ├── parseNrrd.c
│ │ │ ├── preamble.c
│ │ │ ├── pre-GNUmakefile
│ │ │ ├── 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
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk_openjpeg.h
│ │ │ ├── LICENSE
│ │ │ ├── openjpeg
│ │ │ │ ├── bio.c
│ │ │ │ ├── bio.h
│ │ │ │ ├── cio.c
│ │ │ │ ├── cio.h
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── dwt.c
│ │ │ │ ├── dwt.h
│ │ │ │ ├── event.c
│ │ │ │ ├── event.h
│ │ │ │ ├── fix.h
│ │ │ │ ├── function_list.c
│ │ │ │ ├── function_list.h
│ │ │ │ ├── image.c
│ │ │ │ ├── image.h
│ │ │ │ ├── int.h
│ │ │ │ ├── invert.c
│ │ │ │ ├── invert.h
│ │ │ │ ├── j2k.c
│ │ │ │ ├── j2k.h
│ │ │ │ ├── j2k_lib.c
│ │ │ │ ├── j2k_lib.h
│ │ │ │ ├── jp2.c
│ │ │ │ ├── jp2.h
│ │ │ │ ├── jpt.c
│ │ │ │ ├── jpt.h
│ │ │ │ ├── mct.c
│ │ │ │ ├── mct.h
│ │ │ │ ├── mqc.c
│ │ │ │ ├── mqc.h
│ │ │ │ ├── openjpeg.c
│ │ │ │ ├── openjpegDllConfig.h.in
│ │ │ │ ├── openjpeg.h
│ │ │ │ ├── openjpeg_mangle.h.in
│ │ │ │ ├── opj_configure.h.in
│ │ │ │ ├── opj_includes.h
│ │ │ │ ├── opj_malloc.h
│ │ │ │ ├── pi.c
│ │ │ │ ├── pi.h
│ │ │ │ ├── profile.c
│ │ │ │ ├── profile.h
│ │ │ │ ├── raw.c
│ │ │ │ ├── raw.h
│ │ │ │ ├── t1.c
│ │ │ │ ├── t1.h
│ │ │ │ ├── t1_luts.h
│ │ │ │ ├── t2.c
│ │ │ │ ├── t2.h
│ │ │ │ ├── tcd.c
│ │ │ │ ├── tcd.h
│ │ │ │ ├── tgt.c
│ │ │ │ └── tgt.h
│ │ │ └── README-ITK.txt
│ │ ├── PNG
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── itkpng
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── config.h
│ │ │ │ │ ├── itk_png_mangle.h
│ │ │ │ │ ├── libpng-LICENSE.txt
│ │ │ │ │ ├── png.c
│ │ │ │ │ ├── pngconf.h
│ │ │ │ │ ├── pngdebug.h
│ │ │ │ │ ├── pngDllConfig.h.in
│ │ │ │ │ ├── pngerror.c
│ │ │ │ │ ├── pngget.c
│ │ │ │ │ ├── png.h
│ │ │ │ │ ├── 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
│ │ │ │ └── itk_png.h.in
│ │ │ └── UpdateFromUpstream.sh
│ │ ├── pygccxml
│ │ │ └── src
│ │ │ ├── pygccxml
│ │ │ │ ├── binary_parsers
│ │ │ │ │ ├── get_dll_exported_symbols.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── parsers.py
│ │ │ │ │ └── undname.py
│ │ │ │ ├── declarations
│ │ │ │ │ ├── algorithm.py
│ │ │ │ │ ├── algorithms_cache.py
│ │ │ │ │ ├── calldef_members.py
│ │ │ │ │ ├── calldef.py
│ │ │ │ │ ├── calldef_types.py
│ │ │ │ │ ├── call_invocation.py
│ │ │ │ │ ├── class_declaration.py
│ │ │ │ │ ├── container_traits.py
│ │ │ │ │ ├── cpptypes.py
│ │ │ │ │ ├── declaration.py
│ │ │ │ │ ├── declarations_matchers.py
│ │ │ │ │ ├── declaration_utils.py
│ │ │ │ │ ├── decl_factory.py
│ │ │ │ │ ├── decl_printer.py
│ │ │ │ │ ├── decl_visitor.py
│ │ │ │ │ ├── enumeration.py
│ │ │ │ │ ├── free_calldef.py
│ │ │ │ │ ├── function_traits.py
│ │ │ │ │ ├── has_operator_matcher.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── location.py
│ │ │ │ │ ├── matchers.py
│ │ │ │ │ ├── mdecl_wrapper.py
│ │ │ │ │ ├── namespace.py
│ │ │ │ │ ├── pattern_parser.py
│ │ │ │ │ ├── scopedef.py
│ │ │ │ │ ├── smart_pointer_traits.py
│ │ │ │ │ ├── templates.py
│ │ │ │ │ ├── traits_impl_details.py
│ │ │ │ │ ├── typedef.py
│ │ │ │ │ ├── type_traits_classes.py
│ │ │ │ │ ├── type_traits.py
│ │ │ │ │ ├── type_visitor.py
│ │ │ │ │ ├── variable.py
│ │ │ │ │ └── xml_generators.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── parser
│ │ │ │ │ ├── config.py
│ │ │ │ │ ├── declarations_cache.py
│ │ │ │ │ ├── directory_cache.py
│ │ │ │ │ ├── etree_scanner.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── linker.py
│ │ │ │ │ ├── patcher.py
│ │ │ │ │ ├── project_reader.py
│ │ │ │ │ ├── scanner.py
│ │ │ │ │ └── source_reader.py
│ │ │ │ └── utils
│ │ │ │ ├── __init__.py
│ │ │ │ └── utils.py
│ │ │ ├── README-ITK.txt
│ │ │ └── UpdatepygccxmlFromUpstream.sh
│ │ ├── TIFF
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itktiff
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── COPYRIGHT
│ │ │ │ ├── fax3sm_winnt.c
│ │ │ │ ├── itktiff.def
│ │ │ │ ├── itk_tiff_mangle.h
│ │ │ │ ├── mkg3states.c
│ │ │ │ ├── mkspans.c
│ │ │ │ ├── mkversion.c
│ │ │ │ ├── port.h
│ │ │ │ ├── README
│ │ │ │ ├── RELEASE-DATE
│ │ │ │ ├── t4.h
│ │ │ │ ├── tconf.h
│ │ │ │ ├── tif_acorn.c
│ │ │ │ ├── tif_apple.c
│ │ │ │ ├── tif_atari.c
│ │ │ │ ├── tif_aux.c
│ │ │ │ ├── tif_close.c
│ │ │ │ ├── tif_codec.c
│ │ │ │ ├── tif_color.c
│ │ │ │ ├── tif_compress.c
│ │ │ │ ├── tif_config.h.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
│ │ │ │ ├── tiffcomp.h
│ │ │ │ ├── tiffconf.h
│ │ │ │ ├── tiffDllConfig.h.in
│ │ │ │ ├── tiff.h
│ │ │ │ ├── tiffio.h
│ │ │ │ ├── tiffio.hxx
│ │ │ │ ├── tiffiop.h
│ │ │ │ ├── tif_flush.c
│ │ │ │ ├── tiffvers.h
│ │ │ │ ├── tif_getimage.c
│ │ │ │ ├── tif_jbig.c
│ │ │ │ ├── tif_jpeg_12.c
│ │ │ │ ├── tif_jpeg.c
│ │ │ │ ├── tif_luv.c
│ │ │ │ ├── tif_lzma.c
│ │ │ │ ├── tif_lzw.c
│ │ │ │ ├── tif_msdos.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_stream.cxx
│ │ │ │ ├── tif_strip.c
│ │ │ │ ├── tif_swab.c
│ │ │ │ ├── tif_thunder.c
│ │ │ │ ├── tif_tile.c
│ │ │ │ ├── tif_unix.c
│ │ │ │ ├── tif_version.c
│ │ │ │ ├── tif_vms.c
│ │ │ │ ├── tif_warning.c
│ │ │ │ ├── tif_win32.c
│ │ │ │ ├── tif_win3.c
│ │ │ │ ├── tif_write.c
│ │ │ │ ├── tif_zip.c
│ │ │ │ ├── uvcode.h
│ │ │ │ └── VERSION
│ │ │ └── itk_tiff.h.in
│ │ ├── VNL
│ │ │ ├── CMake
│ │ │ │ └── itkLibCxxVersion.cxx
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itk-module.cmake
│ │ │ ├── README.vxl
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── vxl
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── config
│ │ │ │ │ └── cmake
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── config
│ │ │ │ │ │ ├── CheckCXXExpressionCompiles.cmake
│ │ │ │ │ │ ├── vxlGetCXXCompilerVersion.cxx
│ │ │ │ │ │ ├── VXLIntrospectionConfig.cmake
│ │ │ │ │ │ ├── vxl_platform_tests.cxx
│ │ │ │ │ │ ├── vxl_shared_link_test
│ │ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ │ ├── shared_src.cxx
│ │ │ │ │ │ │ └── static_src.cxx
│ │ │ │ │ │ └── vxl_utils.cmake
│ │ │ │ │ ├── ctest-scripts
│ │ │ │ │ │ └── README
│ │ │ │ │ ├── doxygen
│ │ │ │ │ │ ├── doxyfile.in
│ │ │ │ │ │ ├── doxygen.cmake
│ │ │ │ │ │ ├── doxygen_makeall.cmake
│ │ │ │ │ │ ├── doxy_header.html
│ │ │ │ │ │ └── vxl_doxy.pl
│ │ │ │ │ ├── export
│ │ │ │ │ │ └── VXLCreateProject.cmake
│ │ │ │ │ ├── FORCEBUILD
│ │ │ │ │ ├── GETTING_STARTED
│ │ │ │ │ └── Modules
│ │ │ │ │ ├── CheckPrototypeExistsCXX.cmake
│ │ │ │ │ ├── CheckPrototypeExists.cxx.in
│ │ │ │ │ ├── CTestCustom.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
│ │ │ │ │ │ ├── FindOpenCL.cmake
│ │ │ │ │ │ ├── FindPython.cmake
│ │ │ │ │ │ ├── FindSIMVoleon.cmake
│ │ │ │ │ │ ├── FindWin32SDK.cmake
│ │ │ │ │ │ └── readme.txt
│ │ │ │ │ ├── readme.txt
│ │ │ │ │ ├── UseBGUI3D.cmake
│ │ │ │ │ ├── UseVGUI.cmake
│ │ │ │ │ ├── UseVXL.cmake
│ │ │ │ │ ├── VXLConfig.cmake.in
│ │ │ │ │ ├── VXLConfig_export.cmake.in
│ │ │ │ │ ├── vxlexportheader.cmake.in
│ │ │ │ │ ├── VXLGenerateExportHeader.cmake
│ │ │ │ │ └── VXLStandardOptions.cmake
│ │ │ │ ├── core
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── testlib
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── algo
│ │ │ │ │ │ │ ├── amoeba_algorithm.pdf
│ │ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ │ ├── Templates
│ │ │ │ │ │ │ │ ├── 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+1.double-.cxx
│ │ │ │ │ │ │ │ ├── vnl_fft_base+1.float-.cxx
│ │ │ │ │ │ │ │ ├── vnl_fft_base+2.double-.cxx
│ │ │ │ │ │ │ │ ├── vnl_fft_base+2.float-.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_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.3.3-.cxx
│ │ │ │ │ │ │ │ ├── vnl_svd_fixed+double.3.4-.cxx
│ │ │ │ │ │ │ │ ├── vnl_svd_fixed+float.3.3-.cxx
│ │ │ │ │ │ │ │ ├── vnl_svd_fixed+float.3.4-.cxx
│ │ │ │ │ │ │ │ ├── vnl_svd+float-.cxx
│ │ │ │ │ │ │ │ ├── vnl_svd+vcl_complex+double--.cxx
│ │ │ │ │ │ │ │ ├── vnl_svd+vcl_complex+float--.cxx
│ │ │ │ │ │ │ │ ├── vnl_symmetric_eigensystem+double-.cxx
│ │ │ │ │ │ │ │ └── vnl_symmetric_eigensystem+float-.cxx
│ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ ├── 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_fft1d.cxx
│ │ │ │ │ │ │ │ ├── test_fft2d.cxx
│ │ │ │ │ │ │ │ ├── test_fft.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_1d.h
│ │ │ │ │ │ │ ├── vnl_fft_1d.hxx
│ │ │ │ │ │ │ ├── vnl_fft_2d.h
│ │ │ │ │ │ │ ├── vnl_fft_2d.hxx
│ │ │ │ │ │ │ ├── vnl_fft_base.h
│ │ │ │ │ │ │ ├── vnl_fft_base.hxx
│ │ │ │ │ │ │ ├── vnl_fft.cxx
│ │ │ │ │ │ │ ├── vnl_fft.h
│ │ │ │ │ │ │ ├── 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_lbfgsb.cxx
│ │ │ │ │ │ │ ├── vnl_lbfgsb.h
│ │ │ │ │ │ │ ├── vnl_lbfgs.cxx
│ │ │ │ │ │ │ ├── vnl_lbfgs.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_economy.h
│ │ │ │ │ │ │ ├── vnl_svd_economy.hxx
│ │ │ │ │ │ │ ├── vnl_svd_fixed.h
│ │ │ │ │ │ │ ├── vnl_svd_fixed.hxx
│ │ │ │ │ │ │ ├── vnl_svd.h
│ │ │ │ │ │ │ ├── vnl_svd.hxx
│ │ │ │ │ │ │ ├── vnl_symmetric_eigensystem.h
│ │ │ │ │ │ │ └── vnl_symmetric_eigensystem.hxx
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── dll.h
│ │ │ │ │ │ ├── examples
│ │ │ │ │ │ │ ├── calculate.cxx
│ │ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ │ ├── time_fastops.cxx
│ │ │ │ │ │ │ ├── vnl_amoeba.cxx
│ │ │ │ │ │ │ ├── vnl_complex_squareroot.cxx
│ │ │ │ │ │ │ ├── vnl_complex_svd.cxx
│ │ │ │ │ │ │ ├── vnl_lsqr_test.cxx
│ │ │ │ │ │ │ ├── vnl_planefit.cxx
│ │ │ │ │ │ │ ├── vnl_polynomial_factoring.cxx
│ │ │ │ │ │ │ ├── vnl_polynomial_RPN.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
│ │ │ │ │ │ │ │ ├── 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_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_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_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_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
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── vsl_vector_io+vnl_matrix_fixed+double.3.3--.cxx
│ │ │ │ │ │ │ │ ├── vsl_vector_io+vnl_vector+double--.cxx
│ │ │ │ │ │ │ │ ├── vsl_vector_io+vnl_vector_fixed+float.3--.cxx
│ │ │ │ │ │ │ │ └── vsl_vector_io+vnl_vector+float--.cxx
│ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ ├── 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_fixed.h
│ │ │ │ │ │ │ ├── vnl_io_matrix_fixed.hxx
│ │ │ │ │ │ │ ├── vnl_io_matrix.h
│ │ │ │ │ │ │ ├── vnl_io_matrix.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_fixed.h
│ │ │ │ │ │ │ ├── vnl_io_vector_fixed.hxx
│ │ │ │ │ │ │ ├── vnl_io_vector.h
│ │ │ │ │ │ │ └── vnl_io_vector.hxx
│ │ │ │ │ │ ├── Templates
│ │ │ │ │ │ │ ├── vnl_c_na_vector+double-.cxx
│ │ │ │ │ │ │ ├── vnl_c_na_vector+float-.cxx
│ │ │ │ │ │ │ ├── vnl_complex_ops+double-.cxx
│ │ │ │ │ │ │ ├── vnl_complex_ops+float-.cxx
│ │ │ │ │ │ │ ├── vnl_complex_ops+long_double-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+double_complex-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+double-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+float_complex-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+float-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+int-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+long-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+long_double_complex-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+long_double-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+longlong-.cxx
│ │ │ │ │ │ │ ├── vnl_c_vector+schar-.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_det+double-.cxx
│ │ │ │ │ │ │ ├── vnl_det+float-.cxx
│ │ │ │ │ │ │ ├── vnl_det+long_double-.cxx
│ │ │ │ │ │ │ ├── vnl_det+vcl_complex+double--.cxx
│ │ │ │ │ │ │ ├── vnl_det+vcl_complex+float--.cxx
│ │ │ │ │ │ │ ├── vnl_det+vcl_complex+long_double--.cxx
│ │ │ │ │ │ │ ├── vnl_det+vnl_bignum-.cxx
│ │ │ │ │ │ │ ├── vnl_det+vnl_rational-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix+double-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix_fixed+double.3-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix_fixed+double.4-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix_fixed+float.3-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix_fixed+float.4-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix+float-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix+int-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix+long_double-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix+vcl_complex+double--.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix+vcl_complex+float--.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix+vnl_bignum-.cxx
│ │ │ │ │ │ │ ├── vnl_diag_matrix+vnl_rational-.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+double-.cxx
│ │ │ │ │ │ │ ├── vnl_fortran_copy_fixed+double.3.3-.cxx
│ │ │ │ │ │ │ ├── vnl_fortran_copy_fixed+double.3.4-.cxx
│ │ │ │ │ │ │ ├── vnl_fortran_copy_fixed+float.3.3-.cxx
│ │ │ │ │ │ │ ├── vnl_fortran_copy_fixed+float.3.4-.cxx
│ │ │ │ │ │ │ ├── vnl_fortran_copy+float-.cxx
│ │ │ │ │ │ │ ├── vnl_fortran_copy+long_double-.cxx
│ │ │ │ │ │ │ ├── vnl_fortran_copy+vcl_complex+double--.cxx
│ │ │ │ │ │ │ ├── vnl_fortran_copy+vcl_complex+float--.cxx
│ │ │ │ │ │ │ ├── vnl_fortran_copy+vcl_complex+long_double--.cxx
│ │ │ │ │ │ │ ├── vnl_hungarian_algorithm+double-.cxx
│ │ │ │ │ │ │ ├── vnl_hungarian_algorithm+int-.cxx
│ │ │ │ │ │ │ ├── vnl_identity+int-.cxx
│ │ │ │ │ │ │ ├── vnl_matlab_print2+vnl_matrix+double--.cxx
│ │ │ │ │ │ │ ├── vnl_matlab_print2+vnl_matrix+float--.cxx
│ │ │ │ │ │ │ ├── vnl_matlab_print2+vnl_matrix+vcl_complex+double---.cxx
│ │ │ │ │ │ │ ├── vnl_matlab_print2+vnl_vector+double--.cxx
│ │ │ │ │ │ │ ├── vnl_matlab_print2+vnl_vector+float--.cxx
│ │ │ │ │ │ │ ├── vnl_matlab_print2+vnl_vector+vcl_complex+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_print+vcl_complex+double--.cxx
│ │ │ │ │ │ │ ├── vnl_matlab_print+vcl_complex+float--.cxx
│ │ │ │ │ │ │ ├── vnl_matlab_print+vcl_complex+long_double--.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+double-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_exp+vnl_matrix+double--.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_exp+vnl_matrix_fixed+double.1.1--.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_exp+vnl_matrix_fixed+double.2.2--.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_exp+vnl_matrix_fixed+double.3.3--.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_exp+vnl_matrix_fixed+double.4.4--.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.1.1-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.1.2-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.1.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.1.6-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.2.11-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.2.1-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.2.2-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.2.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.2.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.2.6-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.2.8-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.2.9-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.3.1-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.3.2-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.3.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.3.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.3.6-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.3.9-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.4.1-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.4.20-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.4.2-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.4.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.4.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.6.1-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.6.2-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.6.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+double.6.6-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.1.1-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.1.2-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.1.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.2.1-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.2.2-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.2.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.2.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.3.1-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.3.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.3.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.3.5-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.4.20-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.4.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.4.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.5.5-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+float.6.6-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+int.1.1-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+int.2.2-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+int.3.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed_ref+double.3.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed_ref+double.3.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed_ref+float.3.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed_ref+float.3.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+vnl_bignum.3.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+vnl_rational.3.3-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_fixed+vnl_rational.4.4-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+float-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+int-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+long-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+long_double-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+longlong-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_ref+double-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_ref+float-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_ref+vnl_bignum-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix_ref+vnl_rational-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+schar-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+uchar-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+uint-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+ulong-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+ulonglong-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+ushort-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+vcl_complex+double--.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+vcl_complex+float--.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+vcl_complex+long_double--.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+vnl_bignum-.cxx
│ │ │ │ │ │ │ ├── vnl_matrix+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+double-.cxx
│ │ │ │ │ │ │ ├── vnl_sparse_matrix+float-.cxx
│ │ │ │ │ │ │ ├── vnl_sparse_matrix+int-.cxx
│ │ │ │ │ │ │ ├── vnl_sparse_matrix+vcl_complex+double--.cxx
│ │ │ │ │ │ │ ├── vnl_sparse_matrix+vcl_complex+float--.cxx
│ │ │ │ │ │ │ ├── vnl_sparse_matrix+vnl_bignum-.cxx
│ │ │ │ │ │ │ ├── vnl_sparse_matrix+vnl_rational-.cxx
│ │ │ │ │ │ │ ├── vnl_sym_matrix+double-.cxx
│ │ │ │ │ │ │ ├── vnl_sym_matrix+float-.cxx
│ │ │ │ │ │ │ ├── vnl_sym_matrix+int-.cxx
│ │ │ │ │ │ │ ├── vnl_sym_matrix+vcl_complex+double--.cxx
│ │ │ │ │ │ │ ├── vnl_sym_matrix+vcl_complex+float--.cxx
│ │ │ │ │ │ │ ├── vnl_sym_matrix+vcl_complex+long_double--.cxx
│ │ │ │ │ │ │ ├── vnl_unary_function+double.vnl_vector+double--.cxx
│ │ │ │ │ │ │ ├── vnl_unary_function+int.int-.cxx
│ │ │ │ │ │ │ ├── vnl_vector+double-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+double.10-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+double.1-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+double.20-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+double.2-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+double.3-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+double.4-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+double.5-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+double.6-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+double.9-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+float.10-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+float.16-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+float.1-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+float.2-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+float.3-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+float.4-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+float.5-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+float.9-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+int.1-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+int.2-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+int.3-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+int.4-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed_ref+double.3-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed_ref+double.4-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed_ref+float.3-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+uchar.16-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+ushort.2-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+vnl_bignum.1-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+vnl_bignum.2-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+vnl_bignum.3-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+vnl_rational.1-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+vnl_rational.2-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+vnl_rational.3-.cxx
│ │ │ │ │ │ │ ├── vnl_vector_fixed+vnl_rational.4-.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+uchar-.cxx
│ │ │ │ │ │ │ ├── vnl_vector+uint-.cxx
│ │ │ │ │ │ │ ├── vnl_vector+ulong-.cxx
│ │ │ │ │ │ │ ├── vnl_vector+ulonglong-.cxx
│ │ │ │ │ │ │ ├── vnl_vector+ushort-.cxx
│ │ │ │ │ │ │ ├── vnl_vector+vcl_complex+double--.cxx
│ │ │ │ │ │ │ ├── vnl_vector+vcl_complex+float--.cxx
│ │ │ │ │ │ │ ├── vnl_vector+vcl_complex+long_double--.cxx
│ │ │ │ │ │ │ ├── vnl_vector+vnl_bignum-.cxx
│ │ │ │ │ │ │ └── vnl_vector+vnl_rational-.cxx
│ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ ├── basic_operation_timings.cxx
│ │ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ │ ├── data_3x3_matrix
│ │ │ │ │ │ │ ├── test_alignment.cxx
│ │ │ │ │ │ │ ├── test_arithmetic_body.h
│ │ │ │ │ │ │ ├── test_arithmetic.cxx
│ │ │ │ │ │ │ ├── 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_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_power.cxx
│ │ │ │ │ │ │ ├── test_pow_log.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_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_complex.h
│ │ │ │ │ │ ├── vnl_complexify.h
│ │ │ │ │ │ ├── vnl_complex_ops.hxx
│ │ │ │ │ │ ├── vnl_complex_traits.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_c_vector.h
│ │ │ │ │ │ ├── vnl_c_vector.hxx
│ │ │ │ │ │ ├── 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_fixed.h
│ │ │ │ │ │ ├── vnl_diag_matrix_fixed.hxx
│ │ │ │ │ │ ├── vnl_diag_matrix.h
│ │ │ │ │ │ ├── vnl_diag_matrix.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_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_fixed.h
│ │ │ │ │ │ ├── vnl_fortran_copy_fixed.hxx
│ │ │ │ │ │ ├── vnl_fortran_copy.h
│ │ │ │ │ │ ├── vnl_fortran_copy.hxx
│ │ │ │ │ │ ├── vnl_fwd.h
│ │ │ │ │ │ ├── vnl_gamma.cxx
│ │ │ │ │ │ ├── vnl_gamma.h
│ │ │ │ │ │ ├── vnl_hungarian_algorithm.h
│ │ │ │ │ │ ├── vnl_hungarian_algorithm.hxx
│ │ │ │ │ │ ├── vnl_identity_3x3.h
│ │ │ │ │ │ ├── vnl_identity.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_integrant_fnct.h
│ │ │ │ │ │ ├── vnl_int_matrix.cxx
│ │ │ │ │ │ ├── vnl_int_matrix.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_print2.h
│ │ │ │ │ │ ├── vnl_matlab_print_format.cxx
│ │ │ │ │ │ ├── vnl_matlab_print_format.h
│ │ │ │ │ │ ├── vnl_matlab_print.h
│ │ │ │ │ │ ├── vnl_matlab_print.hxx
│ │ │ │ │ │ ├── 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_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.h
│ │ │ │ │ │ ├── vnl_matrix.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_tag.h
│ │ │ │ │ │ ├── vnl_T_n.h
│ │ │ │ │ │ ├── vnl_trace.h
│ │ │ │ │ │ ├── vnl_transpose.h
│ │ │ │ │ │ ├── vnl_unary_function.h
│ │ │ │ │ │ ├── vnl_unary_function.hxx
│ │ │ │ │ │ ├── vnl_vector_fixed.h
│ │ │ │ │ │ ├── vnl_vector_fixed.hxx
│ │ │ │ │ │ ├── vnl_vector_fixed_ref.h
│ │ │ │ │ │ ├── vnl_vector_fixed_ref.hxx
│ │ │ │ │ │ ├── vnl_vector.h
│ │ │ │ │ │ ├── vnl_vector.hxx
│ │ │ │ │ │ ├── vnl_vector_ref.h
│ │ │ │ │ │ └── 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_fixed+double.2-.cxx
│ │ │ │ │ │ │ ├── vnl_xio_vector_fixed+double.3-.cxx
│ │ │ │ │ │ │ ├── vnl_xio_vector+float-.cxx
│ │ │ │ │ │ │ └── vnl_xio_vector+int-.cxx
│ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ │ ├── test_driver.cxx
│ │ │ │ │ │ │ ├── test_include.cxx
│ │ │ │ │ │ │ ├── test_template_include.cxx
│ │ │ │ │ │ │ └── test_vnl_xio.cxx
│ │ │ │ │ │ ├── vnl_xio_matrix_fixed.h
│ │ │ │ │ │ ├── vnl_xio_matrix_fixed.hxx
│ │ │ │ │ │ ├── vnl_xio_matrix.h
│ │ │ │ │ │ ├── vnl_xio_matrix.hxx
│ │ │ │ │ │ ├── vnl_xio_quaternion.h
│ │ │ │ │ │ ├── vnl_xio_quaternion.hxx
│ │ │ │ │ │ ├── vnl_xio_vector_fixed.h
│ │ │ │ │ │ ├── vnl_xio_vector_fixed.hxx
│ │ │ │ │ │ ├── vnl_xio_vector.h
│ │ │ │ │ │ └── vnl_xio_vector.hxx
│ │ │ │ │ ├── vxl_config.h.in
│ │ │ │ │ ├── vxl_copyright.h
│ │ │ │ │ └── vxl_version.h
│ │ │ │ ├── CTestConfig.cmake
│ │ │ │ ├── v3p
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ └── netlib
│ │ │ │ │ ├── arpack
│ │ │ │ │ │ ├── dgetv0.c
│ │ │ │ │ │ ├── dgetv0.f
│ │ │ │ │ │ ├── dgetv0.h
│ │ │ │ │ │ ├── dgetv0.P
│ │ │ │ │ │ ├── dsaitr.c
│ │ │ │ │ │ ├── dsaitr.f
│ │ │ │ │ │ ├── dsaitr.h
│ │ │ │ │ │ ├── dsaitr.P
│ │ │ │ │ │ ├── dsapps.c
│ │ │ │ │ │ ├── dsapps.f
│ │ │ │ │ │ ├── dsapps.h
│ │ │ │ │ │ ├── dsapps.P
│ │ │ │ │ │ ├── dsaup2.c
│ │ │ │ │ │ ├── dsaup2.f
│ │ │ │ │ │ ├── dsaup2.h
│ │ │ │ │ │ ├── dsaup2.P
│ │ │ │ │ │ ├── dsaupd.c
│ │ │ │ │ │ ├── dsaupd.f
│ │ │ │ │ │ ├── dsaupd.h
│ │ │ │ │ │ ├── dsaupd.P
│ │ │ │ │ │ ├── dsconv.c
│ │ │ │ │ │ ├── dsconv.f
│ │ │ │ │ │ ├── dsconv.h
│ │ │ │ │ │ ├── dsconv.P
│ │ │ │ │ │ ├── dseigt.c
│ │ │ │ │ │ ├── dseigt.f
│ │ │ │ │ │ ├── dseigt.h
│ │ │ │ │ │ ├── dseigt.P
│ │ │ │ │ │ ├── dsesrt.c
│ │ │ │ │ │ ├── dsesrt.f
│ │ │ │ │ │ ├── dsesrt.h
│ │ │ │ │ │ ├── dsesrt.P
│ │ │ │ │ │ ├── dseupd.c
│ │ │ │ │ │ ├── dseupd.f
│ │ │ │ │ │ ├── dseupd.h
│ │ │ │ │ │ ├── dseupd.P
│ │ │ │ │ │ ├── dsgets.c
│ │ │ │ │ │ ├── dsgets.f
│ │ │ │ │ │ ├── dsgets.h
│ │ │ │ │ │ ├── dsgets.P
│ │ │ │ │ │ ├── dsortr.c
│ │ │ │ │ │ ├── dsortr.f
│ │ │ │ │ │ ├── dsortr.h
│ │ │ │ │ │ ├── dsortr.P
│ │ │ │ │ │ ├── dstqrb.c
│ │ │ │ │ │ ├── dstqrb.f
│ │ │ │ │ │ ├── dstqrb.h
│ │ │ │ │ │ └── dstqrb.P
│ │ │ │ │ ├── blas
│ │ │ │ │ │ ├── caxpy.c
│ │ │ │ │ │ ├── caxpy.f
│ │ │ │ │ │ ├── caxpy.h
│ │ │ │ │ │ ├── caxpy.P
│ │ │ │ │ │ ├── ccopy.c
│ │ │ │ │ │ ├── ccopy.f
│ │ │ │ │ │ ├── ccopy.h
│ │ │ │ │ │ ├── ccopy.P
│ │ │ │ │ │ ├── cdotc.c
│ │ │ │ │ │ ├── cdotc.f
│ │ │ │ │ │ ├── cdotc.h
│ │ │ │ │ │ ├── cdotc.P
│ │ │ │ │ │ ├── cscal.c
│ │ │ │ │ │ ├── cscal.f
│ │ │ │ │ │ ├── cscal.h
│ │ │ │ │ │ ├── cscal.P
│ │ │ │ │ │ ├── csrot.c
│ │ │ │ │ │ ├── csrot.f
│ │ │ │ │ │ ├── csrot.h
│ │ │ │ │ │ ├── csrot.P
│ │ │ │ │ │ ├── cswap.c
│ │ │ │ │ │ ├── cswap.f
│ │ │ │ │ │ ├── cswap.h
│ │ │ │ │ │ ├── cswap.P
│ │ │ │ │ │ ├── dasum.c
│ │ │ │ │ │ ├── dasum.f
│ │ │ │ │ │ ├── dasum.h
│ │ │ │ │ │ ├── dasum.P
│ │ │ │ │ │ ├── daxpy.c
│ │ │ │ │ │ ├── daxpy.f
│ │ │ │ │ │ ├── daxpy.h
│ │ │ │ │ │ ├── daxpy.P
│ │ │ │ │ │ ├── dcabs1.c
│ │ │ │ │ │ ├── dcabs1.f
│ │ │ │ │ │ ├── dcabs1.h
│ │ │ │ │ │ ├── dcabs1.P
│ │ │ │ │ │ ├── dcopy.c
│ │ │ │ │ │ ├── dcopy.f
│ │ │ │ │ │ ├── dcopy.h
│ │ │ │ │ │ ├── dcopy.P
│ │ │ │ │ │ ├── ddot.c
│ │ │ │ │ │ ├── ddot.f
│ │ │ │ │ │ ├── ddot.h
│ │ │ │ │ │ ├── ddot.P
│ │ │ │ │ │ ├── dgemm.c
│ │ │ │ │ │ ├── dgemm.f
│ │ │ │ │ │ ├── dgemm.h
│ │ │ │ │ │ ├── dgemm.P
│ │ │ │ │ │ ├── dgemv.c
│ │ │ │ │ │ ├── dgemv.f
│ │ │ │ │ │ ├── dgemv.h
│ │ │ │ │ │ ├── dgemv.P
│ │ │ │ │ │ ├── dger.c
│ │ │ │ │ │ ├── dger.f
│ │ │ │ │ │ ├── dger.h
│ │ │ │ │ │ ├── dger.P
│ │ │ │ │ │ ├── dlamch.c
│ │ │ │ │ │ ├── dlamch.f
│ │ │ │ │ │ ├── dlamch.h
│ │ │ │ │ │ ├── dlamch.P
│ │ │ │ │ │ ├── dnrm2.c
│ │ │ │ │ │ ├── dnrm2.f
│ │ │ │ │ │ ├── dnrm2.h
│ │ │ │ │ │ ├── dnrm2.P
│ │ │ │ │ │ ├── drot.c
│ │ │ │ │ │ ├── drot.f
│ │ │ │ │ │ ├── drotg.c
│ │ │ │ │ │ ├── drotg.f
│ │ │ │ │ │ ├── drotg.h
│ │ │ │ │ │ ├── drotg.P
│ │ │ │ │ │ ├── drot.h
│ │ │ │ │ │ ├── drot.P
│ │ │ │ │ │ ├── dscal.c
│ │ │ │ │ │ ├── dscal.f
│ │ │ │ │ │ ├── dscal.h
│ │ │ │ │ │ ├── dscal.P
│ │ │ │ │ │ ├── dswap.c
│ │ │ │ │ │ ├── dswap.f
│ │ │ │ │ │ ├── dswap.h
│ │ │ │ │ │ ├── dswap.P
│ │ │ │ │ │ ├── dtrmm.c
│ │ │ │ │ │ ├── dtrmm.f
│ │ │ │ │ │ ├── dtrmm.h
│ │ │ │ │ │ ├── dtrmm.P
│ │ │ │ │ │ ├── dtrmv.c
│ │ │ │ │ │ ├── dtrmv.f
│ │ │ │ │ │ ├── dtrmv.h
│ │ │ │ │ │ ├── dtrmv.P
│ │ │ │ │ │ ├── dtrsv.c
│ │ │ │ │ │ ├── dtrsv.f
│ │ │ │ │ │ ├── dtrsv.h
│ │ │ │ │ │ ├── dtrsv.P
│ │ │ │ │ │ ├── dzasum.c
│ │ │ │ │ │ ├── dzasum.f
│ │ │ │ │ │ ├── dzasum.h
│ │ │ │ │ │ ├── dzasum.P
│ │ │ │ │ │ ├── dznrm2.c
│ │ │ │ │ │ ├── dznrm2.f
│ │ │ │ │ │ ├── dznrm2.h
│ │ │ │ │ │ ├── dznrm2.P
│ │ │ │ │ │ ├── idamax.c
│ │ │ │ │ │ ├── idamax.f
│ │ │ │ │ │ ├── idamax.h
│ │ │ │ │ │ ├── idamax.P
│ │ │ │ │ │ ├── isamax.c
│ │ │ │ │ │ ├── isamax.f
│ │ │ │ │ │ ├── isamax.h
│ │ │ │ │ │ ├── isamax.P
│ │ │ │ │ │ ├── izamax.c
│ │ │ │ │ │ ├── izamax.f
│ │ │ │ │ │ ├── izamax.h
│ │ │ │ │ │ ├── izamax.P
│ │ │ │ │ │ ├── saxpy.c
│ │ │ │ │ │ ├── saxpy.f
│ │ │ │ │ │ ├── saxpy.h
│ │ │ │ │ │ ├── saxpy.P
│ │ │ │ │ │ ├── scnrm2.c
│ │ │ │ │ │ ├── scnrm2.f
│ │ │ │ │ │ ├── scnrm2.h
│ │ │ │ │ │ ├── scnrm2.P
│ │ │ │ │ │ ├── scopy.c
│ │ │ │ │ │ ├── scopy.f
│ │ │ │ │ │ ├── scopy.h
│ │ │ │ │ │ ├── scopy.P
│ │ │ │ │ │ ├── sdot.c
│ │ │ │ │ │ ├── sdot.f
│ │ │ │ │ │ ├── sdot.h
│ │ │ │ │ │ ├── sdot.P
│ │ │ │ │ │ ├── sgemv.c
│ │ │ │ │ │ ├── sgemv.f
│ │ │ │ │ │ ├── sgemv.h
│ │ │ │ │ │ ├── sgemv.P
│ │ │ │ │ │ ├── sger.c
│ │ │ │ │ │ ├── sger.f
│ │ │ │ │ │ ├── sger.h
│ │ │ │ │ │ ├── sger.P
│ │ │ │ │ │ ├── slamch.c
│ │ │ │ │ │ ├── slamch.f
│ │ │ │ │ │ ├── slamch.h
│ │ │ │ │ │ ├── slamch.P
│ │ │ │ │ │ ├── snrm2.c
│ │ │ │ │ │ ├── snrm2.f
│ │ │ │ │ │ ├── snrm2.h
│ │ │ │ │ │ ├── snrm2.P
│ │ │ │ │ │ ├── srot.c
│ │ │ │ │ │ ├── srot.f
│ │ │ │ │ │ ├── srotg.c
│ │ │ │ │ │ ├── srotg.f
│ │ │ │ │ │ ├── srotg.h
│ │ │ │ │ │ ├── srotg.P
│ │ │ │ │ │ ├── srot.h
│ │ │ │ │ │ ├── srot.P
│ │ │ │ │ │ ├── sscal.c
│ │ │ │ │ │ ├── sscal.f
│ │ │ │ │ │ ├── sscal.h
│ │ │ │ │ │ ├── sscal.P
│ │ │ │ │ │ ├── sswap.c
│ │ │ │ │ │ ├── sswap.f
│ │ │ │ │ │ ├── sswap.h
│ │ │ │ │ │ ├── sswap.P
│ │ │ │ │ │ ├── xerbla.c
│ │ │ │ │ │ ├── xerbla.f
│ │ │ │ │ │ ├── xerbla.h
│ │ │ │ │ │ ├── xerbla.P
│ │ │ │ │ │ ├── zaxpy.c
│ │ │ │ │ │ ├── zaxpy.f
│ │ │ │ │ │ ├── zaxpy.h
│ │ │ │ │ │ ├── zaxpy.P
│ │ │ │ │ │ ├── zcopy.c
│ │ │ │ │ │ ├── zcopy.f
│ │ │ │ │ │ ├── zcopy.h
│ │ │ │ │ │ ├── zcopy.P
│ │ │ │ │ │ ├── zdotc.c
│ │ │ │ │ │ ├── zdotc.f
│ │ │ │ │ │ ├── zdotc.h
│ │ │ │ │ │ ├── zdotc.P
│ │ │ │ │ │ ├── zdotu.c
│ │ │ │ │ │ ├── zdotu.f
│ │ │ │ │ │ ├── zdotu.h
│ │ │ │ │ │ ├── zdotu.P
│ │ │ │ │ │ ├── zdrot.c
│ │ │ │ │ │ ├── zdrot.f
│ │ │ │ │ │ ├── zdrot.h
│ │ │ │ │ │ ├── zdrot.P
│ │ │ │ │ │ ├── zdscal.c
│ │ │ │ │ │ ├── zdscal.f
│ │ │ │ │ │ ├── zdscal.h
│ │ │ │ │ │ ├── zdscal.P
│ │ │ │ │ │ ├── zgemm.c
│ │ │ │ │ │ ├── zgemm.f
│ │ │ │ │ │ ├── zgemm.h
│ │ │ │ │ │ ├── zgemm.P
│ │ │ │ │ │ ├── zgemv.c
│ │ │ │ │ │ ├── zgemv.f
│ │ │ │ │ │ ├── zgemv.h
│ │ │ │ │ │ ├── zgemv.P
│ │ │ │ │ │ ├── zgerc.c
│ │ │ │ │ │ ├── zgerc.f
│ │ │ │ │ │ ├── zgerc.h
│ │ │ │ │ │ ├── zgerc.P
│ │ │ │ │ │ ├── zgeru.c
│ │ │ │ │ │ ├── zgeru.f
│ │ │ │ │ │ ├── zgeru.h
│ │ │ │ │ │ ├── zgeru.P
│ │ │ │ │ │ ├── zscal.c
│ │ │ │ │ │ ├── zscal.f
│ │ │ │ │ │ ├── zscal.h
│ │ │ │ │ │ ├── zscal.P
│ │ │ │ │ │ ├── zswap.c
│ │ │ │ │ │ ├── zswap.f
│ │ │ │ │ │ ├── zswap.h
│ │ │ │ │ │ ├── zswap.P
│ │ │ │ │ │ ├── ztrmm.c
│ │ │ │ │ │ ├── ztrmm.f
│ │ │ │ │ │ ├── ztrmm.h
│ │ │ │ │ │ ├── ztrmm.P
│ │ │ │ │ │ ├── ztrmv.c
│ │ │ │ │ │ ├── ztrmv.f
│ │ │ │ │ │ ├── ztrmv.h
│ │ │ │ │ │ ├── ztrmv.P
│ │ │ │ │ │ ├── ztrsv.c
│ │ │ │ │ │ ├── ztrsv.f
│ │ │ │ │ │ ├── ztrsv.h
│ │ │ │ │ │ └── ztrsv.P
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── datapac
│ │ │ │ │ │ ├── camsun.c
│ │ │ │ │ │ ├── camsun.f
│ │ │ │ │ │ ├── camsun.h
│ │ │ │ │ │ └── camsun.P
│ │ │ │ │ ├── eispack
│ │ │ │ │ │ ├── balanc.c
│ │ │ │ │ │ ├── balanc.f
│ │ │ │ │ │ ├── balanc.h
│ │ │ │ │ │ ├── balanc.P
│ │ │ │ │ │ ├── balbak.c
│ │ │ │ │ │ ├── balbak.f
│ │ │ │ │ │ ├── balbak.h
│ │ │ │ │ │ ├── balbak.P
│ │ │ │ │ │ ├── cdiv.c
│ │ │ │ │ │ ├── cdiv.f
│ │ │ │ │ │ ├── cdiv.h
│ │ │ │ │ │ ├── cdiv.P
│ │ │ │ │ │ ├── elmhes.c
│ │ │ │ │ │ ├── elmhes.f
│ │ │ │ │ │ ├── elmhes.h
│ │ │ │ │ │ ├── elmhes.P
│ │ │ │ │ │ ├── eltran.c
│ │ │ │ │ │ ├── eltran.f
│ │ │ │ │ │ ├── eltran.h
│ │ │ │ │ │ ├── eltran.P
│ │ │ │ │ │ ├── epslon.c
│ │ │ │ │ │ ├── epslon.f
│ │ │ │ │ │ ├── epslon.h
│ │ │ │ │ │ ├── epslon.P
│ │ │ │ │ │ ├── hqr2.c
│ │ │ │ │ │ ├── hqr2.f
│ │ │ │ │ │ ├── hqr2.h
│ │ │ │ │ │ ├── hqr2.P
│ │ │ │ │ │ ├── hqr.c
│ │ │ │ │ │ ├── hqr.f
│ │ │ │ │ │ ├── hqr.h
│ │ │ │ │ │ ├── hqr.P
│ │ │ │ │ │ ├── otqlrat.c
│ │ │ │ │ │ ├── otqlrat.f
│ │ │ │ │ │ ├── otqlrat.h
│ │ │ │ │ │ ├── otqlrat.P
│ │ │ │ │ │ ├── pythag.c
│ │ │ │ │ │ ├── pythag.f
│ │ │ │ │ │ ├── pythag.h
│ │ │ │ │ │ ├── pythag.P
│ │ │ │ │ │ ├── rebak.c
│ │ │ │ │ │ ├── rebak.f
│ │ │ │ │ │ ├── rebak.h
│ │ │ │ │ │ ├── rebak.P
│ │ │ │ │ │ ├── reduc.c
│ │ │ │ │ │ ├── reduc.f
│ │ │ │ │ │ ├── reduc.h
│ │ │ │ │ │ ├── reduc.P
│ │ │ │ │ │ ├── rg.c
│ │ │ │ │ │ ├── rg.f
│ │ │ │ │ │ ├── rg.h
│ │ │ │ │ │ ├── rg.P
│ │ │ │ │ │ ├── rs.c
│ │ │ │ │ │ ├── rs.f
│ │ │ │ │ │ ├── rsg.c
│ │ │ │ │ │ ├── rsg.f
│ │ │ │ │ │ ├── rsg.h
│ │ │ │ │ │ ├── rsg.P
│ │ │ │ │ │ ├── rs.h
│ │ │ │ │ │ ├── rs.P
│ │ │ │ │ │ ├── tql1.c
│ │ │ │ │ │ ├── tql1.f
│ │ │ │ │ │ ├── tql1.h
│ │ │ │ │ │ ├── tql1.P
│ │ │ │ │ │ ├── tql2.c
│ │ │ │ │ │ ├── tql2.f
│ │ │ │ │ │ ├── tql2.h
│ │ │ │ │ │ ├── tql2.P
│ │ │ │ │ │ ├── tred1.c
│ │ │ │ │ │ ├── tred1.f
│ │ │ │ │ │ ├── tred1.h
│ │ │ │ │ │ ├── tred1.P
│ │ │ │ │ │ ├── tred2.c
│ │ │ │ │ │ ├── tred2.f
│ │ │ │ │ │ ├── tred2.h
│ │ │ │ │ │ └── tred2.P
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── A.poly
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ └── showme.c
│ │ │ │ │ ├── lapack
│ │ │ │ │ │ ├── complex16
│ │ │ │ │ │ │ ├── zdrscl.c
│ │ │ │ │ │ │ ├── zdrscl.f
│ │ │ │ │ │ │ ├── zdrscl.h
│ │ │ │ │ │ │ ├── zdrscl.P
│ │ │ │ │ │ │ ├── zgebak.c
│ │ │ │ │ │ │ ├── zgebak.f
│ │ │ │ │ │ │ ├── zgebak.h
│ │ │ │ │ │ │ ├── zgebak.P
│ │ │ │ │ │ │ ├── zgebal.c
│ │ │ │ │ │ │ ├── zgebal.f
│ │ │ │ │ │ │ ├── zgebal.h
│ │ │ │ │ │ │ ├── zgebal.P
│ │ │ │ │ │ │ ├── zgecon.c
│ │ │ │ │ │ │ ├── zgecon.f
│ │ │ │ │ │ │ ├── zgecon.h
│ │ │ │ │ │ │ ├── zgecon.P
│ │ │ │ │ │ │ ├── zgees.c
│ │ │ │ │ │ │ ├── zgees.f
│ │ │ │ │ │ │ ├── zgees.h
│ │ │ │ │ │ │ ├── zgees.P
│ │ │ │ │ │ │ ├── zgeev.c
│ │ │ │ │ │ │ ├── zgeev.f
│ │ │ │ │ │ │ ├── zgeev.h
│ │ │ │ │ │ │ ├── zgeev.P
│ │ │ │ │ │ │ ├── zgehd2.c
│ │ │ │ │ │ │ ├── zgehd2.f
│ │ │ │ │ │ │ ├── zgehd2.h
│ │ │ │ │ │ │ ├── zgehd2.P
│ │ │ │ │ │ │ ├── zgehrd.c
│ │ │ │ │ │ │ ├── zgehrd.f
│ │ │ │ │ │ │ ├── zgehrd.h
│ │ │ │ │ │ │ ├── zgehrd.P
│ │ │ │ │ │ │ ├── zgeqr2.c
│ │ │ │ │ │ │ ├── zgeqr2.f
│ │ │ │ │ │ │ ├── zgeqr2.h
│ │ │ │ │ │ │ ├── zgeqr2.P
│ │ │ │ │ │ │ ├── zgeqrf.c
│ │ │ │ │ │ │ ├── zgeqrf.f
│ │ │ │ │ │ │ ├── zgeqrf.h
│ │ │ │ │ │ │ ├── zgeqrf.P
│ │ │ │ │ │ │ ├── zgesc2.c
│ │ │ │ │ │ │ ├── zgesc2.f
│ │ │ │ │ │ │ ├── zgesc2.h
│ │ │ │ │ │ │ ├── zgesc2.P
│ │ │ │ │ │ │ ├── zgetc2.c
│ │ │ │ │ │ │ ├── zgetc2.f
│ │ │ │ │ │ │ ├── zgetc2.h
│ │ │ │ │ │ │ ├── zgetc2.P
│ │ │ │ │ │ │ ├── zggbak.c
│ │ │ │ │ │ │ ├── zggbak.f
│ │ │ │ │ │ │ ├── zggbak.h
│ │ │ │ │ │ │ ├── zggbak.P
│ │ │ │ │ │ │ ├── zggbal.c
│ │ │ │ │ │ │ ├── zggbal.f
│ │ │ │ │ │ │ ├── zggbal.h
│ │ │ │ │ │ │ ├── zggbal.P
│ │ │ │ │ │ │ ├── zgges.c
│ │ │ │ │ │ │ ├── zgges.f
│ │ │ │ │ │ │ ├── zgges.h
│ │ │ │ │ │ │ ├── zgges.P
│ │ │ │ │ │ │ ├── zgghrd.c
│ │ │ │ │ │ │ ├── zgghrd.f
│ │ │ │ │ │ │ ├── zgghrd.h
│ │ │ │ │ │ │ ├── zgghrd.P
│ │ │ │ │ │ │ ├── zhgeqz.c
│ │ │ │ │ │ │ ├── zhgeqz.f
│ │ │ │ │ │ │ ├── zhgeqz.h
│ │ │ │ │ │ │ ├── zhgeqz.P
│ │ │ │ │ │ │ ├── zhseqr.c
│ │ │ │ │ │ │ ├── zhseqr.f
│ │ │ │ │ │ │ ├── zhseqr.h
│ │ │ │ │ │ │ ├── zhseqr.P
│ │ │ │ │ │ │ ├── zlacgv.c
│ │ │ │ │ │ │ ├── zlacgv.f
│ │ │ │ │ │ │ ├── zlacgv.h
│ │ │ │ │ │ │ ├── zlacgv.P
│ │ │ │ │ │ │ ├── zlacn2.c
│ │ │ │ │ │ │ ├── zlacn2.f
│ │ │ │ │ │ │ ├── zlacn2.h
│ │ │ │ │ │ │ ├── zlacn2.P
│ │ │ │ │ │ │ ├── zlacpy.c
│ │ │ │ │ │ │ ├── zlacpy.f
│ │ │ │ │ │ │ ├── zlacpy.h
│ │ │ │ │ │ │ ├── zlacpy.P
│ │ │ │ │ │ │ ├── zladiv.c
│ │ │ │ │ │ │ ├── zladiv.f
│ │ │ │ │ │ │ ├── zladiv.h
│ │ │ │ │ │ │ ├── zladiv.P
│ │ │ │ │ │ │ ├── zlahqr.c
│ │ │ │ │ │ │ ├── zlahqr.f
│ │ │ │ │ │ │ ├── zlahqr.h
│ │ │ │ │ │ │ ├── zlahqr.P
│ │ │ │ │ │ │ ├── zlahrd.c
│ │ │ │ │ │ │ ├── zlahrd.f
│ │ │ │ │ │ │ ├── zlahrd.h
│ │ │ │ │ │ │ ├── zlahrd.P
│ │ │ │ │ │ │ ├── zlange.c
│ │ │ │ │ │ │ ├── zlange.f
│ │ │ │ │ │ │ ├── zlange.h
│ │ │ │ │ │ │ ├── zlange.P
│ │ │ │ │ │ │ ├── zlanhs.c
│ │ │ │ │ │ │ ├── zlanhs.f
│ │ │ │ │ │ │ ├── zlanhs.h
│ │ │ │ │ │ │ ├── zlanhs.P
│ │ │ │ │ │ │ ├── zlarfb.c
│ │ │ │ │ │ │ ├── zlarfb.f
│ │ │ │ │ │ │ ├── zlarfb.h
│ │ │ │ │ │ │ ├── zlarfb.P
│ │ │ │ │ │ │ ├── zlarf.c
│ │ │ │ │ │ │ ├── zlarf.f
│ │ │ │ │ │ │ ├── zlarfg.c
│ │ │ │ │ │ │ ├── zlarfg.f
│ │ │ │ │ │ │ ├── zlarfg.h
│ │ │ │ │ │ │ ├── zlarfg.P
│ │ │ │ │ │ │ ├── zlarf.h
│ │ │ │ │ │ │ ├── zlarf.P
│ │ │ │ │ │ │ ├── zlarft.c
│ │ │ │ │ │ │ ├── zlarft.f
│ │ │ │ │ │ │ ├── zlarft.h
│ │ │ │ │ │ │ ├── zlarft.P
│ │ │ │ │ │ │ ├── zlarfx.c
│ │ │ │ │ │ │ ├── zlarfx.f
│ │ │ │ │ │ │ ├── zlarfx.h
│ │ │ │ │ │ │ ├── zlarfx.P
│ │ │ │ │ │ │ ├── zlartg.c
│ │ │ │ │ │ │ ├── zlartg.f
│ │ │ │ │ │ │ ├── zlartg.h
│ │ │ │ │ │ │ ├── zlartg.P
│ │ │ │ │ │ │ ├── zlascl.c
│ │ │ │ │ │ │ ├── zlascl.f
│ │ │ │ │ │ │ ├── zlascl.h
│ │ │ │ │ │ │ ├── zlascl.P
│ │ │ │ │ │ │ ├── zlaset.c
│ │ │ │ │ │ │ ├── zlaset.f
│ │ │ │ │ │ │ ├── zlaset.h
│ │ │ │ │ │ │ ├── zlaset.P
│ │ │ │ │ │ │ ├── zlassq.c
│ │ │ │ │ │ │ ├── zlassq.f
│ │ │ │ │ │ │ ├── zlassq.h
│ │ │ │ │ │ │ ├── zlassq.P
│ │ │ │ │ │ │ ├── zlaswp.c
│ │ │ │ │ │ │ ├── zlaswp.f
│ │ │ │ │ │ │ ├── zlaswp.h
│ │ │ │ │ │ │ ├── zlaswp.P
│ │ │ │ │ │ │ ├── zlatdf.c
│ │ │ │ │ │ │ ├── zlatdf.f
│ │ │ │ │ │ │ ├── zlatdf.h
│ │ │ │ │ │ │ ├── zlatdf.P
│ │ │ │ │ │ │ ├── zlatrs.c
│ │ │ │ │ │ │ ├── zlatrs.f
│ │ │ │ │ │ │ ├── zlatrs.h
│ │ │ │ │ │ │ ├── zlatrs.P
│ │ │ │ │ │ │ ├── zrot.c
│ │ │ │ │ │ │ ├── zrot.f
│ │ │ │ │ │ │ ├── zrot.h
│ │ │ │ │ │ │ ├── zrot.P
│ │ │ │ │ │ │ ├── ztgex2.c
│ │ │ │ │ │ │ ├── ztgex2.f
│ │ │ │ │ │ │ ├── ztgex2.h
│ │ │ │ │ │ │ ├── ztgex2.P
│ │ │ │ │ │ │ ├── ztgexc.c
│ │ │ │ │ │ │ ├── ztgexc.f
│ │ │ │ │ │ │ ├── ztgexc.h
│ │ │ │ │ │ │ ├── ztgexc.P
│ │ │ │ │ │ │ ├── ztgsen.c
│ │ │ │ │ │ │ ├── ztgsen.f
│ │ │ │ │ │ │ ├── ztgsen.h
│ │ │ │ │ │ │ ├── ztgsen.P
│ │ │ │ │ │ │ ├── ztgsy2.c
│ │ │ │ │ │ │ ├── ztgsy2.f
│ │ │ │ │ │ │ ├── ztgsy2.h
│ │ │ │ │ │ │ ├── ztgsy2.P
│ │ │ │ │ │ │ ├── ztgsyl.c
│ │ │ │ │ │ │ ├── ztgsyl.f
│ │ │ │ │ │ │ ├── ztgsyl.h
│ │ │ │ │ │ │ ├── ztgsyl.P
│ │ │ │ │ │ │ ├── ztrevc.c
│ │ │ │ │ │ │ ├── ztrevc.f
│ │ │ │ │ │ │ ├── ztrevc.h
│ │ │ │ │ │ │ ├── ztrevc.P
│ │ │ │ │ │ │ ├── ztrexc.c
│ │ │ │ │ │ │ ├── ztrexc.f
│ │ │ │ │ │ │ ├── ztrexc.h
│ │ │ │ │ │ │ ├── ztrexc.P
│ │ │ │ │ │ │ ├── ztrsen.c
│ │ │ │ │ │ │ ├── ztrsen.f
│ │ │ │ │ │ │ ├── ztrsen.h
│ │ │ │ │ │ │ ├── ztrsen.P
│ │ │ │ │ │ │ ├── ztrsyl.c
│ │ │ │ │ │ │ ├── ztrsyl.f
│ │ │ │ │ │ │ ├── ztrsyl.h
│ │ │ │ │ │ │ ├── ztrsyl.P
│ │ │ │ │ │ │ ├── zung2r.c
│ │ │ │ │ │ │ ├── zung2r.f
│ │ │ │ │ │ │ ├── zung2r.h
│ │ │ │ │ │ │ ├── zung2r.P
│ │ │ │ │ │ │ ├── zunghr.c
│ │ │ │ │ │ │ ├── zunghr.f
│ │ │ │ │ │ │ ├── zunghr.h
│ │ │ │ │ │ │ ├── zunghr.P
│ │ │ │ │ │ │ ├── zungqr.c
│ │ │ │ │ │ │ ├── zungqr.f
│ │ │ │ │ │ │ ├── zungqr.h
│ │ │ │ │ │ │ ├── zungqr.P
│ │ │ │ │ │ │ ├── zunm2r.c
│ │ │ │ │ │ │ ├── zunm2r.f
│ │ │ │ │ │ │ ├── zunm2r.h
│ │ │ │ │ │ │ ├── zunm2r.P
│ │ │ │ │ │ │ ├── zunmqr.c
│ │ │ │ │ │ │ ├── zunmqr.f
│ │ │ │ │ │ │ ├── zunmqr.h
│ │ │ │ │ │ │ └── zunmqr.P
│ │ │ │ │ │ ├── double
│ │ │ │ │ │ │ ├── dgecon.c
│ │ │ │ │ │ │ ├── dgecon.f
│ │ │ │ │ │ │ ├── dgecon.h
│ │ │ │ │ │ │ ├── dgecon.P
│ │ │ │ │ │ │ ├── dgeqr2.c
│ │ │ │ │ │ │ ├── dgeqr2.f
│ │ │ │ │ │ │ ├── dgeqr2.h
│ │ │ │ │ │ │ ├── dgeqr2.P
│ │ │ │ │ │ │ ├── dgeqrf.c
│ │ │ │ │ │ │ ├── dgeqrf.f
│ │ │ │ │ │ │ ├── dgeqrf.h
│ │ │ │ │ │ │ ├── dgeqrf.P
│ │ │ │ │ │ │ ├── dgerq2.c
│ │ │ │ │ │ │ ├── dgerq2.f
│ │ │ │ │ │ │ ├── dgerq2.h
│ │ │ │ │ │ │ ├── dgerq2.P
│ │ │ │ │ │ │ ├── dgesc2.c
│ │ │ │ │ │ │ ├── dgesc2.f
│ │ │ │ │ │ │ ├── dgesc2.h
│ │ │ │ │ │ │ ├── dgesc2.P
│ │ │ │ │ │ │ ├── dgetc2.c
│ │ │ │ │ │ │ ├── dgetc2.f
│ │ │ │ │ │ │ ├── dgetc2.h
│ │ │ │ │ │ │ ├── dgetc2.P
│ │ │ │ │ │ │ ├── dggbak.c
│ │ │ │ │ │ │ ├── dggbak.f
│ │ │ │ │ │ │ ├── dggbak.h
│ │ │ │ │ │ │ ├── dggbak.P
│ │ │ │ │ │ │ ├── dggbal.c
│ │ │ │ │ │ │ ├── dggbal.f
│ │ │ │ │ │ │ ├── dggbal.h
│ │ │ │ │ │ │ ├── dggbal.P
│ │ │ │ │ │ │ ├── dgges.c
│ │ │ │ │ │ │ ├── dgges.f
│ │ │ │ │ │ │ ├── dgges.h
│ │ │ │ │ │ │ ├── dgges.P
│ │ │ │ │ │ │ ├── dgghrd.c
│ │ │ │ │ │ │ ├── dgghrd.f
│ │ │ │ │ │ │ ├── dgghrd.h
│ │ │ │ │ │ │ ├── dgghrd.P
│ │ │ │ │ │ │ ├── dhgeqz.c
│ │ │ │ │ │ │ ├── dhgeqz.f
│ │ │ │ │ │ │ ├── dhgeqz.h
│ │ │ │ │ │ │ ├── dhgeqz.P
│ │ │ │ │ │ │ ├── dlabad.c
│ │ │ │ │ │ │ ├── dlabad.f
│ │ │ │ │ │ │ ├── dlabad.h
│ │ │ │ │ │ │ ├── dlabad.P
│ │ │ │ │ │ │ ├── dlacon.c
│ │ │ │ │ │ │ ├── dlacon.f
│ │ │ │ │ │ │ ├── dlacon.h
│ │ │ │ │ │ │ ├── dlacon.P
│ │ │ │ │ │ │ ├── dlacpy.c
│ │ │ │ │ │ │ ├── dlacpy.f
│ │ │ │ │ │ │ ├── dlacpy.h
│ │ │ │ │ │ │ ├── dlacpy.P
│ │ │ │ │ │ │ ├── dladiv.c
│ │ │ │ │ │ │ ├── dladiv.f
│ │ │ │ │ │ │ ├── dladiv.h
│ │ │ │ │ │ │ ├── dladiv.P
│ │ │ │ │ │ │ ├── dlae2.c
│ │ │ │ │ │ │ ├── dlae2.f
│ │ │ │ │ │ │ ├── dlae2.h
│ │ │ │ │ │ │ ├── dlae2.P
│ │ │ │ │ │ │ ├── dlaev2.c
│ │ │ │ │ │ │ ├── dlaev2.f
│ │ │ │ │ │ │ ├── dlaev2.h
│ │ │ │ │ │ │ ├── dlaev2.P
│ │ │ │ │ │ │ ├── dlag2.c
│ │ │ │ │ │ │ ├── dlag2.f
│ │ │ │ │ │ │ ├── dlag2.h
│ │ │ │ │ │ │ ├── dlag2.P
│ │ │ │ │ │ │ ├── dlagv2.c
│ │ │ │ │ │ │ ├── dlagv2.f
│ │ │ │ │ │ │ ├── dlagv2.h
│ │ │ │ │ │ │ ├── dlagv2.P
│ │ │ │ │ │ │ ├── dlange.c
│ │ │ │ │ │ │ ├── dlange.f
│ │ │ │ │ │ │ ├── dlange.h
│ │ │ │ │ │ │ ├── dlange.P
│ │ │ │ │ │ │ ├── dlanhs.c
│ │ │ │ │ │ │ ├── dlanhs.f
│ │ │ │ │ │ │ ├── dlanhs.h
│ │ │ │ │ │ │ ├── dlanhs.P
│ │ │ │ │ │ │ ├── dlanst.c
│ │ │ │ │ │ │ ├── dlanst.f
│ │ │ │ │ │ │ ├── dlanst.h
│ │ │ │ │ │ │ ├── dlanst.P
│ │ │ │ │ │ │ ├── dlapy2.c
│ │ │ │ │ │ │ ├── dlapy2.f
│ │ │ │ │ │ │ ├── dlapy2.h
│ │ │ │ │ │ │ ├── dlapy2.P
│ │ │ │ │ │ │ ├── dlapy3.c
│ │ │ │ │ │ │ ├── dlapy3.f
│ │ │ │ │ │ │ ├── dlapy3.h
│ │ │ │ │ │ │ ├── dlapy3.P
│ │ │ │ │ │ │ ├── dlarfb.c
│ │ │ │ │ │ │ ├── dlarfb.f
│ │ │ │ │ │ │ ├── dlarfb.h
│ │ │ │ │ │ │ ├── dlarfb.P
│ │ │ │ │ │ │ ├── dlarf.c
│ │ │ │ │ │ │ ├── dlarf.f
│ │ │ │ │ │ │ ├── dlarfg.c
│ │ │ │ │ │ │ ├── dlarfg.f
│ │ │ │ │ │ │ ├── dlarfg.h
│ │ │ │ │ │ │ ├── dlarfg.P
│ │ │ │ │ │ │ ├── dlarf.h
│ │ │ │ │ │ │ ├── dlarf.P
│ │ │ │ │ │ │ ├── dlarft.c
│ │ │ │ │ │ │ ├── dlarft.f
│ │ │ │ │ │ │ ├── dlarft.h
│ │ │ │ │ │ │ ├── dlarft.P
│ │ │ │ │ │ │ ├── dlarnv.c
│ │ │ │ │ │ │ ├── dlarnv.f
│ │ │ │ │ │ │ ├── dlarnv.h
│ │ │ │ │ │ │ ├── dlarnv.P
│ │ │ │ │ │ │ ├── dlartg.c
│ │ │ │ │ │ │ ├── dlartg.f
│ │ │ │ │ │ │ ├── dlartg.h
│ │ │ │ │ │ │ ├── dlartg.P
│ │ │ │ │ │ │ ├── dlaruv.c
│ │ │ │ │ │ │ ├── dlaruv.f
│ │ │ │ │ │ │ ├── dlaruv.h
│ │ │ │ │ │ │ ├── dlaruv.P
│ │ │ │ │ │ │ ├── dlascl.c
│ │ │ │ │ │ │ ├── dlascl.f
│ │ │ │ │ │ │ ├── dlascl.h
│ │ │ │ │ │ │ ├── dlascl.P
│ │ │ │ │ │ │ ├── dlaset.c
│ │ │ │ │ │ │ ├── dlaset.f
│ │ │ │ │ │ │ ├── dlaset.h
│ │ │ │ │ │ │ ├── dlaset.P
│ │ │ │ │ │ │ ├── dlasr.c
│ │ │ │ │ │ │ ├── dlasr.f
│ │ │ │ │ │ │ ├── dlasr.h
│ │ │ │ │ │ │ ├── dlasr.P
│ │ │ │ │ │ │ ├── dlasrt.c
│ │ │ │ │ │ │ ├── dlasrt.f
│ │ │ │ │ │ │ ├── dlasrt.h
│ │ │ │ │ │ │ ├── dlasrt.P
│ │ │ │ │ │ │ ├── dlassq.c
│ │ │ │ │ │ │ ├── dlassq.f
│ │ │ │ │ │ │ ├── dlassq.h
│ │ │ │ │ │ │ ├── dlassq.P
│ │ │ │ │ │ │ ├── dlasv2.c
│ │ │ │ │ │ │ ├── dlasv2.f
│ │ │ │ │ │ │ ├── dlasv2.h
│ │ │ │ │ │ │ ├── dlasv2.P
│ │ │ │ │ │ │ ├── dlaswp.c
│ │ │ │ │ │ │ ├── dlaswp.f
│ │ │ │ │ │ │ ├── dlaswp.h
│ │ │ │ │ │ │ ├── dlaswp.P
│ │ │ │ │ │ │ ├── dlatdf.c
│ │ │ │ │ │ │ ├── dlatdf.f
│ │ │ │ │ │ │ ├── dlatdf.h
│ │ │ │ │ │ │ ├── dlatdf.P
│ │ │ │ │ │ │ ├── dlatrs.c
│ │ │ │ │ │ │ ├── dlatrs.f
│ │ │ │ │ │ │ ├── dlatrs.h
│ │ │ │ │ │ │ ├── dlatrs.P
│ │ │ │ │ │ │ ├── dorg2r.c
│ │ │ │ │ │ │ ├── dorg2r.f
│ │ │ │ │ │ │ ├── dorg2r.h
│ │ │ │ │ │ │ ├── dorg2r.P
│ │ │ │ │ │ │ ├── dorgqr.c
│ │ │ │ │ │ │ ├── dorgqr.f
│ │ │ │ │ │ │ ├── dorgqr.h
│ │ │ │ │ │ │ ├── dorgqr.P
│ │ │ │ │ │ │ ├── dorgr2.c
│ │ │ │ │ │ │ ├── dorgr2.f
│ │ │ │ │ │ │ ├── dorgr2.h
│ │ │ │ │ │ │ ├── dorgr2.P
│ │ │ │ │ │ │ ├── dorm2r.c
│ │ │ │ │ │ │ ├── dorm2r.f
│ │ │ │ │ │ │ ├── dorm2r.h
│ │ │ │ │ │ │ ├── dorm2r.P
│ │ │ │ │ │ │ ├── dormqr.c
│ │ │ │ │ │ │ ├── dormqr.f
│ │ │ │ │ │ │ ├── dormqr.h
│ │ │ │ │ │ │ ├── dormqr.P
│ │ │ │ │ │ │ ├── dormr2.c
│ │ │ │ │ │ │ ├── dormr2.f
│ │ │ │ │ │ │ ├── dormr2.h
│ │ │ │ │ │ │ ├── dormr2.P
│ │ │ │ │ │ │ ├── drscl.c
│ │ │ │ │ │ │ ├── drscl.f
│ │ │ │ │ │ │ ├── drscl.h
│ │ │ │ │ │ │ ├── drscl.P
│ │ │ │ │ │ │ ├── dspr.c
│ │ │ │ │ │ │ ├── dspr.f
│ │ │ │ │ │ │ ├── dspr.h
│ │ │ │ │ │ │ ├── dspr.P
│ │ │ │ │ │ │ ├── dsptrf.c
│ │ │ │ │ │ │ ├── dsptrf.f
│ │ │ │ │ │ │ ├── dsptrf.h
│ │ │ │ │ │ │ ├── dsptrf.P
│ │ │ │ │ │ │ ├── dsptrs.c
│ │ │ │ │ │ │ ├── dsptrs.f
│ │ │ │ │ │ │ ├── dsptrs.h
│ │ │ │ │ │ │ ├── dsptrs.P
│ │ │ │ │ │ │ ├── dsteqr.c
│ │ │ │ │ │ │ ├── dsteqr.f
│ │ │ │ │ │ │ ├── dsteqr.h
│ │ │ │ │ │ │ ├── dsteqr.P
│ │ │ │ │ │ │ ├── dtgex2.c
│ │ │ │ │ │ │ ├── dtgex2.f
│ │ │ │ │ │ │ ├── dtgex2.h
│ │ │ │ │ │ │ ├── dtgex2.P
│ │ │ │ │ │ │ ├── dtgexc.c
│ │ │ │ │ │ │ ├── dtgexc.f
│ │ │ │ │ │ │ ├── dtgexc.h
│ │ │ │ │ │ │ ├── dtgexc.P
│ │ │ │ │ │ │ ├── dtgsen.c
│ │ │ │ │ │ │ ├── dtgsen.f
│ │ │ │ │ │ │ ├── dtgsen.h
│ │ │ │ │ │ │ ├── dtgsen.P
│ │ │ │ │ │ │ ├── dtgsy2.c
│ │ │ │ │ │ │ ├── dtgsy2.f
│ │ │ │ │ │ │ ├── dtgsy2.h
│ │ │ │ │ │ │ ├── dtgsy2.P
│ │ │ │ │ │ │ ├── dtgsyl.c
│ │ │ │ │ │ │ ├── dtgsyl.f
│ │ │ │ │ │ │ ├── dtgsyl.h
│ │ │ │ │ │ │ ├── dtgsyl.P
│ │ │ │ │ │ │ ├── dzsum1.c
│ │ │ │ │ │ │ ├── dzsum1.f
│ │ │ │ │ │ │ ├── dzsum1.h
│ │ │ │ │ │ │ └── dzsum1.P
│ │ │ │ │ │ ├── single
│ │ │ │ │ │ │ ├── sgeqpf.c
│ │ │ │ │ │ │ ├── sgeqpf.f
│ │ │ │ │ │ │ ├── sgeqpf.h
│ │ │ │ │ │ │ ├── sgeqpf.P
│ │ │ │ │ │ │ ├── sgeqr2.c
│ │ │ │ │ │ │ ├── sgeqr2.f
│ │ │ │ │ │ │ ├── sgeqr2.h
│ │ │ │ │ │ │ ├── sgeqr2.P
│ │ │ │ │ │ │ ├── sgerq2.c
│ │ │ │ │ │ │ ├── sgerq2.f
│ │ │ │ │ │ │ ├── sgerq2.h
│ │ │ │ │ │ │ ├── sgerq2.P
│ │ │ │ │ │ │ ├── sggsvd.c
│ │ │ │ │ │ │ ├── sggsvd.f
│ │ │ │ │ │ │ ├── sggsvd.h
│ │ │ │ │ │ │ ├── sggsvd.P
│ │ │ │ │ │ │ ├── sggsvp.c
│ │ │ │ │ │ │ ├── sggsvp.f
│ │ │ │ │ │ │ ├── sggsvp.h
│ │ │ │ │ │ │ ├── sggsvp.P
│ │ │ │ │ │ │ ├── slacpy.c
│ │ │ │ │ │ │ ├── slacpy.f
│ │ │ │ │ │ │ ├── slacpy.h
│ │ │ │ │ │ │ ├── slacpy.P
│ │ │ │ │ │ │ ├── slags2.c
│ │ │ │ │ │ │ ├── slags2.f
│ │ │ │ │ │ │ ├── slags2.h
│ │ │ │ │ │ │ ├── slags2.P
│ │ │ │ │ │ │ ├── slange.c
│ │ │ │ │ │ │ ├── slange.f
│ │ │ │ │ │ │ ├── slange.h
│ │ │ │ │ │ │ ├── slange.P
│ │ │ │ │ │ │ ├── slapll.c
│ │ │ │ │ │ │ ├── slapll.f
│ │ │ │ │ │ │ ├── slapll.h
│ │ │ │ │ │ │ ├── slapll.P
│ │ │ │ │ │ │ ├── slapmt.c
│ │ │ │ │ │ │ ├── slapmt.f
│ │ │ │ │ │ │ ├── slapmt.h
│ │ │ │ │ │ │ ├── slapmt.P
│ │ │ │ │ │ │ ├── slapy2.c
│ │ │ │ │ │ │ ├── slapy2.f
│ │ │ │ │ │ │ ├── slapy2.h
│ │ │ │ │ │ │ ├── slapy2.P
│ │ │ │ │ │ │ ├── slarf.c
│ │ │ │ │ │ │ ├── slarf.f
│ │ │ │ │ │ │ ├── slarfg.c
│ │ │ │ │ │ │ ├── slarfg.f
│ │ │ │ │ │ │ ├── slarfg.h
│ │ │ │ │ │ │ ├── slarfg.P
│ │ │ │ │ │ │ ├── slarf.h
│ │ │ │ │ │ │ ├── slarf.P
│ │ │ │ │ │ │ ├── slartg.c
│ │ │ │ │ │ │ ├── slartg.f
│ │ │ │ │ │ │ ├── slartg.h
│ │ │ │ │ │ │ ├── slartg.P
│ │ │ │ │ │ │ ├── slas2.c
│ │ │ │ │ │ │ ├── slas2.f
│ │ │ │ │ │ │ ├── slas2.h
│ │ │ │ │ │ │ ├── slas2.P
│ │ │ │ │ │ │ ├── slaset.c
│ │ │ │ │ │ │ ├── slaset.f
│ │ │ │ │ │ │ ├── slaset.h
│ │ │ │ │ │ │ ├── slaset.P
│ │ │ │ │ │ │ ├── slassq.c
│ │ │ │ │ │ │ ├── slassq.f
│ │ │ │ │ │ │ ├── slassq.h
│ │ │ │ │ │ │ ├── slassq.P
│ │ │ │ │ │ │ ├── slasv2.c
│ │ │ │ │ │ │ ├── slasv2.f
│ │ │ │ │ │ │ ├── slasv2.h
│ │ │ │ │ │ │ ├── slasv2.P
│ │ │ │ │ │ │ ├── sorg2r.c
│ │ │ │ │ │ │ ├── sorg2r.f
│ │ │ │ │ │ │ ├── sorg2r.h
│ │ │ │ │ │ │ ├── sorg2r.P
│ │ │ │ │ │ │ ├── sorm2r.c
│ │ │ │ │ │ │ ├── sorm2r.f
│ │ │ │ │ │ │ ├── sorm2r.h
│ │ │ │ │ │ │ ├── sorm2r.P
│ │ │ │ │ │ │ ├── sormr2.c
│ │ │ │ │ │ │ ├── sormr2.f
│ │ │ │ │ │ │ ├── sormr2.h
│ │ │ │ │ │ │ ├── sormr2.P
│ │ │ │ │ │ │ ├── stgsja.c
│ │ │ │ │ │ │ ├── stgsja.f
│ │ │ │ │ │ │ ├── stgsja.h
│ │ │ │ │ │ │ └── stgsja.P
│ │ │ │ │ │ └── util
│ │ │ │ │ │ ├── ieeeck.c
│ │ │ │ │ │ ├── ieeeck.f
│ │ │ │ │ │ ├── ieeeck.h
│ │ │ │ │ │ ├── ieeeck.P
│ │ │ │ │ │ ├── ilaenv.c
│ │ │ │ │ │ ├── ilaenv.f
│ │ │ │ │ │ ├── ilaenv.h
│ │ │ │ │ │ ├── ilaenv.P
│ │ │ │ │ │ ├── izmax1.c
│ │ │ │ │ │ ├── izmax1.f
│ │ │ │ │ │ ├── izmax1.h
│ │ │ │ │ │ ├── izmax1.P
│ │ │ │ │ │ ├── lsame.c
│ │ │ │ │ │ ├── lsame.f
│ │ │ │ │ │ ├── lsame.h
│ │ │ │ │ │ └── lsame.P
│ │ │ │ │ ├── laso
│ │ │ │ │ │ ├── dlabax.c
│ │ │ │ │ │ ├── dlabax.f
│ │ │ │ │ │ ├── dlabax.h
│ │ │ │ │ │ ├── dlabax.P
│ │ │ │ │ │ ├── dlabcm.c
│ │ │ │ │ │ ├── dlabcm.f
│ │ │ │ │ │ ├── dlabcm.h
│ │ │ │ │ │ ├── dlabcm.P
│ │ │ │ │ │ ├── dlabfc.c
│ │ │ │ │ │ ├── dlabfc.f
│ │ │ │ │ │ ├── dlabfc.h
│ │ │ │ │ │ ├── dlabfc.P
│ │ │ │ │ │ ├── dlaeig.c
│ │ │ │ │ │ ├── dlaeig.f
│ │ │ │ │ │ ├── dlaeig.h
│ │ │ │ │ │ ├── dlaeig.P
│ │ │ │ │ │ ├── dlager.c
│ │ │ │ │ │ ├── dlager.f
│ │ │ │ │ │ ├── dlager.h
│ │ │ │ │ │ ├── dlager.P
│ │ │ │ │ │ ├── dlaran.c
│ │ │ │ │ │ ├── dlaran.f
│ │ │ │ │ │ ├── dlaran.h
│ │ │ │ │ │ ├── dlaran.P
│ │ │ │ │ │ ├── dmvpc.c
│ │ │ │ │ │ ├── dmvpc.f
│ │ │ │ │ │ ├── dmvpc.h
│ │ │ │ │ │ ├── dmvpc.P
│ │ │ │ │ │ ├── dnlaso.c
│ │ │ │ │ │ ├── dnlaso.f
│ │ │ │ │ │ ├── dnlaso.h
│ │ │ │ │ │ ├── dnlaso.P
│ │ │ │ │ │ ├── dnppla.c
│ │ │ │ │ │ ├── dnppla.f
│ │ │ │ │ │ ├── dnppla.h
│ │ │ │ │ │ ├── dnppla.P
│ │ │ │ │ │ ├── dortqr.c
│ │ │ │ │ │ ├── dortqr.f
│ │ │ │ │ │ ├── dortqr.h
│ │ │ │ │ │ ├── dortqr.P
│ │ │ │ │ │ ├── dvsort.c
│ │ │ │ │ │ ├── dvsort.f
│ │ │ │ │ │ ├── dvsort.h
│ │ │ │ │ │ ├── dvsort.P
│ │ │ │ │ │ ├── urand.c
│ │ │ │ │ │ ├── urand.f
│ │ │ │ │ │ ├── urand.h
│ │ │ │ │ │ └── urand.P
│ │ │ │ │ ├── libf2c
│ │ │ │ │ │ ├── abort_.c
│ │ │ │ │ │ ├── arithchk.c
│ │ │ │ │ │ ├── backspac.c
│ │ │ │ │ │ ├── c_abs.c
│ │ │ │ │ │ ├── cabs.c
│ │ │ │ │ │ ├── c_cos.c
│ │ │ │ │ │ ├── c_div.c
│ │ │ │ │ │ ├── c_exp.c
│ │ │ │ │ │ ├── c_log.c
│ │ │ │ │ │ ├── comptry.bat
│ │ │ │ │ │ ├── c_sin.c
│ │ │ │ │ │ ├── c_sqrt.c
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── derf_.c
│ │ │ │ │ │ ├── derfc_.c
│ │ │ │ │ │ ├── d_exp.c
│ │ │ │ │ │ ├── dfe.c
│ │ │ │ │ │ ├── d_imag.c
│ │ │ │ │ │ ├── d_int.c
│ │ │ │ │ │ ├── d_lg10.c
│ │ │ │ │ │ ├── d_log.c
│ │ │ │ │ │ ├── d_mod.c
│ │ │ │ │ │ ├── d_nint.c
│ │ │ │ │ │ ├── dolio.c
│ │ │ │ │ │ ├── d_prod.c
│ │ │ │ │ │ ├── d_sign.c
│ │ │ │ │ │ ├── d_sin.c
│ │ │ │ │ │ ├── d_sinh.c
│ │ │ │ │ │ ├── d_sqrt.c
│ │ │ │ │ │ ├── d_tan.c
│ │ │ │ │ │ ├── d_tanh.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
│ │ │ │ │ │ ├── hl_ge.c
│ │ │ │ │ │ ├── hl_gt.c
│ │ │ │ │ │ ├── hl_le.c
│ │ │ │ │ │ ├── hl_lt.c
│ │ │ │ │ │ ├── h_mod.c
│ │ │ │ │ │ ├── h_nint.c
│ │ │ │ │ │ ├── h_sign.c
│ │ │ │ │ │ ├── i77vers.c
│ │ │ │ │ │ ├── i_abs.c
│ │ │ │ │ │ ├── iargc_.c
│ │ │ │ │ │ ├── i_dim.c
│ │ │ │ │ │ ├── i_dnnt.c
│ │ │ │ │ │ ├── i_indx.c
│ │ │ │ │ │ ├── iio.c
│ │ │ │ │ │ ├── i_len.c
│ │ │ │ │ │ ├── ilnw.c
│ │ │ │ │ │ ├── i_mod.c
│ │ │ │ │ │ ├── i_nint.c
│ │ │ │ │ │ ├── inquire.c
│ │ │ │ │ │ ├── i_sign.c
│ │ │ │ │ │ ├── lbitbits.c
│ │ │ │ │ │ ├── lbitshft.c
│ │ │ │ │ │ ├── l_ge.c
│ │ │ │ │ │ ├── l_gt.c
│ │ │ │ │ │ ├── libf2c.lbc
│ │ │ │ │ │ ├── libf2c.sy
│ │ │ │ │ │ ├── lio.h
│ │ │ │ │ │ ├── l_le.c
│ │ │ │ │ │ ├── l_lt.c
│ │ │ │ │ │ ├── lwrite.c
│ │ │ │ │ │ ├── main.c
│ │ │ │ │ │ ├── makefile.sy
│ │ │ │ │ │ ├── makefile.u
│ │ │ │ │ │ ├── makefile.vc
│ │ │ │ │ │ ├── makefile.wat
│ │ │ │ │ │ ├── math.hvc
│ │ │ │ │ │ ├── mkfile.plan9
│ │ │ │ │ │ ├── Notice
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── rawio.h
│ │ │ │ │ │ ├── r_cnjg.c
│ │ │ │ │ │ ├── r_cos.c
│ │ │ │ │ │ ├── r_cosh.c
│ │ │ │ │ │ ├── r_dim.c
│ │ │ │ │ │ ├── README
│ │ │ │ │ │ ├── rewind.c
│ │ │ │ │ │ ├── r_exp.c
│ │ │ │ │ │ ├── r_imag.c
│ │ │ │ │ │ ├── r_int.c
│ │ │ │ │ │ ├── r_lg10.c
│ │ │ │ │ │ ├── r_log.c
│ │ │ │ │ │ ├── r_mod.c
│ │ │ │ │ │ ├── r_nint.c
│ │ │ │ │ │ ├── rsfe.c
│ │ │ │ │ │ ├── r_sign.c
│ │ │ │ │ │ ├── r_sin.c
│ │ │ │ │ │ ├── r_sinh.c
│ │ │ │ │ │ ├── rsli.c
│ │ │ │ │ │ ├── r_sqrt.c
│ │ │ │ │ │ ├── r_tan.c
│ │ │ │ │ │ ├── r_tanh.c
│ │ │ │ │ │ ├── s_cat.c
│ │ │ │ │ │ ├── s_cmp.c
│ │ │ │ │ │ ├── scomptry.bat
│ │ │ │ │ │ ├── s_copy.c
│ │ │ │ │ │ ├── sfe.c
│ │ │ │ │ │ ├── sig_die.c
│ │ │ │ │ │ ├── signal1.h0
│ │ │ │ │ │ ├── signal_.c
│ │ │ │ │ │ ├── signbit.c
│ │ │ │ │ │ ├── s_paus.c
│ │ │ │ │ │ ├── s_rnge.c
│ │ │ │ │ │ ├── s_stop.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.c
│ │ │ │ │ │ ├── cqrdc.f
│ │ │ │ │ │ ├── cqrdc.h
│ │ │ │ │ │ ├── cqrdc.P
│ │ │ │ │ │ ├── cqrsl.c
│ │ │ │ │ │ ├── cqrsl.f
│ │ │ │ │ │ ├── cqrsl.h
│ │ │ │ │ │ ├── cqrsl.P
│ │ │ │ │ │ ├── csvdc.c
│ │ │ │ │ │ ├── csvdc.f
│ │ │ │ │ │ ├── csvdc.h
│ │ │ │ │ │ ├── csvdc.P
│ │ │ │ │ │ ├── dpoco.c
│ │ │ │ │ │ ├── dpoco.f
│ │ │ │ │ │ ├── dpoco.h
│ │ │ │ │ │ ├── dpoco.P
│ │ │ │ │ │ ├── dpodi.c
│ │ │ │ │ │ ├── dpodi.f
│ │ │ │ │ │ ├── dpodi.h
│ │ │ │ │ │ ├── dpodi.P
│ │ │ │ │ │ ├── dpofa.c
│ │ │ │ │ │ ├── dpofa.f
│ │ │ │ │ │ ├── dpofa.h
│ │ │ │ │ │ ├── dpofa.P
│ │ │ │ │ │ ├── dposl.c
│ │ │ │ │ │ ├── dposl.f
│ │ │ │ │ │ ├── dposl.h
│ │ │ │ │ │ ├── dposl.P
│ │ │ │ │ │ ├── dqrdc.c
│ │ │ │ │ │ ├── dqrdc.f
│ │ │ │ │ │ ├── dqrdc.h
│ │ │ │ │ │ ├── dqrdc.P
│ │ │ │ │ │ ├── dqrsl.c
│ │ │ │ │ │ ├── dqrsl.f
│ │ │ │ │ │ ├── dqrsl.h
│ │ │ │ │ │ ├── dqrsl.P
│ │ │ │ │ │ ├── dsvdc.c
│ │ │ │ │ │ ├── dsvdc.f
│ │ │ │ │ │ ├── dsvdc.h
│ │ │ │ │ │ ├── dsvdc.P
│ │ │ │ │ │ ├── sqrdc.c
│ │ │ │ │ │ ├── sqrdc.f
│ │ │ │ │ │ ├── sqrdc.h
│ │ │ │ │ │ ├── sqrdc.P
│ │ │ │ │ │ ├── sqrsl.c
│ │ │ │ │ │ ├── sqrsl.f
│ │ │ │ │ │ ├── sqrsl.h
│ │ │ │ │ │ ├── sqrsl.P
│ │ │ │ │ │ ├── ssvdc.c
│ │ │ │ │ │ ├── ssvdc.f
│ │ │ │ │ │ ├── ssvdc.h
│ │ │ │ │ │ ├── ssvdc.P
│ │ │ │ │ │ ├── zqrdc.c
│ │ │ │ │ │ ├── zqrdc.f
│ │ │ │ │ │ ├── zqrdc.h
│ │ │ │ │ │ ├── zqrdc.P
│ │ │ │ │ │ ├── zqrsl.c
│ │ │ │ │ │ ├── zqrsl.f
│ │ │ │ │ │ ├── zqrsl.h
│ │ │ │ │ │ ├── zqrsl.P
│ │ │ │ │ │ ├── zsvdc.c
│ │ │ │ │ │ ├── zsvdc.f
│ │ │ │ │ │ ├── zsvdc.h
│ │ │ │ │ │ └── zsvdc.P
│ │ │ │ │ ├── mathews
│ │ │ │ │ │ ├── adaquad.c
│ │ │ │ │ │ ├── adaquad.f
│ │ │ │ │ │ ├── adaquad.h
│ │ │ │ │ │ ├── adaquad.P
│ │ │ │ │ │ ├── simpson.c
│ │ │ │ │ │ ├── simpson.f
│ │ │ │ │ │ ├── simpson.h
│ │ │ │ │ │ ├── simpson.P
│ │ │ │ │ │ ├── trapezod.c
│ │ │ │ │ │ ├── trapezod.f
│ │ │ │ │ │ ├── trapezod.h
│ │ │ │ │ │ └── trapezod.P
│ │ │ │ │ ├── minpack
│ │ │ │ │ │ ├── dpmpar.c
│ │ │ │ │ │ ├── dpmpar.f
│ │ │ │ │ │ ├── dpmpar.h
│ │ │ │ │ │ ├── dpmpar.P
│ │ │ │ │ │ ├── enorm.c
│ │ │ │ │ │ ├── enorm.f
│ │ │ │ │ │ ├── enorm.h
│ │ │ │ │ │ ├── enorm.P
│ │ │ │ │ │ ├── fdjac2.c
│ │ │ │ │ │ ├── fdjac2.f
│ │ │ │ │ │ ├── fdjac2.h
│ │ │ │ │ │ ├── fdjac2.P
│ │ │ │ │ │ ├── lmder1.c
│ │ │ │ │ │ ├── lmder1.f
│ │ │ │ │ │ ├── lmder1.h
│ │ │ │ │ │ ├── lmder1.P
│ │ │ │ │ │ ├── lmder.c
│ │ │ │ │ │ ├── lmder.f
│ │ │ │ │ │ ├── lmder.h
│ │ │ │ │ │ ├── lmder.P
│ │ │ │ │ │ ├── lmdif.c
│ │ │ │ │ │ ├── lmdif.f
│ │ │ │ │ │ ├── lmdif.h
│ │ │ │ │ │ ├── lmdif.P
│ │ │ │ │ │ ├── lmpar.c
│ │ │ │ │ │ ├── lmpar.f
│ │ │ │ │ │ ├── lmpar.h
│ │ │ │ │ │ ├── lmpar.P
│ │ │ │ │ │ ├── qrfac.c
│ │ │ │ │ │ ├── qrfac.f
│ │ │ │ │ │ ├── qrfac.h
│ │ │ │ │ │ ├── qrfac.P
│ │ │ │ │ │ ├── qrsolv.c
│ │ │ │ │ │ ├── qrsolv.f
│ │ │ │ │ │ ├── qrsolv.h
│ │ │ │ │ │ └── qrsolv.P
│ │ │ │ │ ├── napack
│ │ │ │ │ │ ├── cg.c
│ │ │ │ │ │ ├── cg.f
│ │ │ │ │ │ ├── cg.h
│ │ │ │ │ │ └── cg.P
│ │ │ │ │ ├── opt
│ │ │ │ │ │ ├── lbfgsb.c
│ │ │ │ │ │ ├── lbfgsb.f
│ │ │ │ │ │ ├── lbfgsb.h
│ │ │ │ │ │ ├── lbfgsb.P
│ │ │ │ │ │ ├── lbfgs.c
│ │ │ │ │ │ ├── lbfgs.f
│ │ │ │ │ │ ├── lbfgs.h
│ │ │ │ │ │ └── lbfgs.P
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── sparse
│ │ │ │ │ │ ├── documentation.txt
│ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ ├── spAllocate.c
│ │ │ │ │ │ ├── spBuild.c
│ │ │ │ │ │ ├── spConfig.h
│ │ │ │ │ │ ├── spDefs.h
│ │ │ │ │ │ ├── spFactor.c
│ │ │ │ │ │ ├── spMatrix.h
│ │ │ │ │ │ ├── spOutput.c
│ │ │ │ │ │ ├── spSolve.c
│ │ │ │ │ │ └── spUtils.c
│ │ │ │ │ ├── temperton
│ │ │ │ │ │ ├── dgpfa2f.c
│ │ │ │ │ │ ├── dgpfa2f.f
│ │ │ │ │ │ ├── dgpfa2f.h
│ │ │ │ │ │ ├── dgpfa2f.P
│ │ │ │ │ │ ├── dgpfa3f.c
│ │ │ │ │ │ ├── dgpfa3f.f
│ │ │ │ │ │ ├── dgpfa3f.h
│ │ │ │ │ │ ├── dgpfa3f.P
│ │ │ │ │ │ ├── dgpfa5f.c
│ │ │ │ │ │ ├── dgpfa5f.f
│ │ │ │ │ │ ├── dgpfa5f.h
│ │ │ │ │ │ ├── dgpfa5f.P
│ │ │ │ │ │ ├── dgpfa.c
│ │ │ │ │ │ ├── dgpfa.f
│ │ │ │ │ │ ├── dgpfa.h
│ │ │ │ │ │ ├── dgpfa.P
│ │ │ │ │ │ ├── gpfa2f.c
│ │ │ │ │ │ ├── gpfa2f.f
│ │ │ │ │ │ ├── gpfa2f.h
│ │ │ │ │ │ ├── gpfa2f.P
│ │ │ │ │ │ ├── gpfa3f.c
│ │ │ │ │ │ ├── gpfa3f.f
│ │ │ │ │ │ ├── gpfa3f.h
│ │ │ │ │ │ ├── gpfa3f.P
│ │ │ │ │ │ ├── gpfa5f.c
│ │ │ │ │ │ ├── gpfa5f.f
│ │ │ │ │ │ ├── gpfa5f.h
│ │ │ │ │ │ ├── gpfa5f.P
│ │ │ │ │ │ ├── gpfa.c
│ │ │ │ │ │ ├── gpfa.f
│ │ │ │ │ │ ├── gpfa.h
│ │ │ │ │ │ ├── gpfa.P
│ │ │ │ │ │ ├── setdgpfa.c
│ │ │ │ │ │ ├── setdgpfa.f
│ │ │ │ │ │ ├── setdgpfa.h
│ │ │ │ │ │ ├── setdgpfa.P
│ │ │ │ │ │ ├── setgpfa.c
│ │ │ │ │ │ ├── setgpfa.f
│ │ │ │ │ │ ├── setgpfa.h
│ │ │ │ │ │ └── setgpfa.P
│ │ │ │ │ ├── tests
│ │ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ │ ├── integral-test.c
│ │ │ │ │ │ ├── lbfgsb-example1.c
│ │ │ │ │ │ ├── lbfgsb-example1.f
│ │ │ │ │ │ ├── lbfgs-example.c
│ │ │ │ │ │ ├── lbfgs-example.f
│ │ │ │ │ │ ├── lsmrTest2.cxx
│ │ │ │ │ │ ├── lsqrTest1.cxx
│ │ │ │ │ │ ├── lsqrTest2.cxx
│ │ │ │ │ │ ├── lsqr-test.f
│ │ │ │ │ │ ├── slamch-test.c
│ │ │ │ │ │ └── tricall.c
│ │ │ │ │ ├── toms
│ │ │ │ │ │ ├── rpoly.c
│ │ │ │ │ │ ├── rpoly.f
│ │ │ │ │ │ ├── rpoly.h
│ │ │ │ │ │ └── rpoly.P
│ │ │ │ │ ├── triangle.c
│ │ │ │ │ ├── triangle.h
│ │ │ │ │ ├── triangle.README
│ │ │ │ │ ├── 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
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── compilers
│ │ │ │ │ ├── VXL_COMPILER_INFO_AppleClang_CXX.h
│ │ │ │ │ ├── VXL_COMPILER_INFO_Clang_CXX.h
│ │ │ │ │ ├── VXL_COMPILER_INFO_GNU_CXX.h
│ │ │ │ │ ├── VXL_COMPILER_INFO_Intel_CXX.h
│ │ │ │ │ ├── VXL_COMPILER_INFO_MSVC_CXX.h
│ │ │ │ │ ├── VXL_COMPILER_INFO_SunPro_CXX.h
│ │ │ │ │ └── VXL_COMPILER_INFO_UNKNOWN_CXX.h
│ │ │ │ ├── config.README
│ │ │ │ ├── doc
│ │ │ │ │ ├── algorithm.txt
│ │ │ │ │ └── conversions.txt
│ │ │ │ ├── ERRORS.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
│ │ │ │ ├── README
│ │ │ │ ├── tests
│ │ │ │ │ ├── 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_new.cxx
│ │ │ │ │ ├── test_preprocessor.cxx
│ │ │ │ │ ├── test_rel_ops.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_detection.h
│ │ │ │ ├── vcl_compiler.h
│ │ │ │ ├── vcl_complex.h
│ │ │ │ ├── vcl_complex.hxx
│ │ │ │ ├── vcl_config_compiler.h.in
│ │ │ │ ├── vcl_config_headers.h.in
│ │ │ │ ├── vcl_config_manual.h.in
│ │ │ │ ├── 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_deprecated_header.h
│ │ │ │ ├── vcl_deque.h
│ │ │ │ ├── vcl_exception.h
│ │ │ │ ├── vcl_fstream.h
│ │ │ │ ├── vcl_functional.h
│ │ │ │ ├── vcl_iomanip.h
│ │ │ │ ├── vcl_iosfwd.h
│ │ │ │ ├── vcl_ios.h
│ │ │ │ ├── vcl_iostream.h
│ │ │ │ ├── vcl_istream.h
│ │ │ │ ├── vcl_iterator.h
│ │ │ │ ├── vcl_iterator.hxx
│ │ │ │ ├── vcl_limits.h
│ │ │ │ ├── vcl_list.h
│ │ │ │ ├── vcl_locale.h
│ │ │ │ ├── vcl_map.h
│ │ │ │ ├── vcl_memory.h
│ │ │ │ ├── vcl_new.h
│ │ │ │ ├── vcl_numeric.h
│ │ │ │ ├── vcl_ostream.h
│ │ │ │ ├── vcl_queue.h
│ │ │ │ ├── vcl_rel_ops.not
│ │ │ │ ├── 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
│ │ │ └── UpdateFromUpstream.sh
│ │ ├── VNLInstantiation
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include
│ │ │ │ ├── vnl_algo_export_override.h
│ │ │ │ ├── vnl_complex_traits+char-.h
│ │ │ │ └── vnl_export_override.h
│ │ │ ├── itk-module.cmake
│ │ │ └── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── vnl_c_vector+char-.cxx
│ │ │ ├── vnl_c_vector+longlong-.cxx
│ │ │ ├── vnl_c_vector+short-.cxx
│ │ │ ├── vnl_c_vector+ulonglong-.cxx
│ │ │ ├── vnl_c_vector+ushort-.cxx
│ │ │ ├── vnl_fft_base+double.3-.cxx
│ │ │ ├── vnl_fft_base+double.4-.cxx
│ │ │ ├── vnl_fft_base+float.3-.cxx
│ │ │ ├── vnl_fft_base+float.4-.cxx
│ │ │ ├── vnl_matrix+char-.cxx
│ │ │ ├── vnl_matrix_fixed+double.3.12-.cxx
│ │ │ ├── vnl_matrix_fixed_ref+double.2.2-.cxx
│ │ │ ├── vnl_matrix_fixed_ref+double.2.3-.cxx
│ │ │ ├── vnl_matrix_fixed_ref+double.3.12-.cxx
│ │ │ ├── vnl_matrix_fixed_ref+double.4.3-.cxx
│ │ │ ├── vnl_matrix_fixed_ref+double.4.4-.cxx
│ │ │ ├── vnl_matrix+longlong-.cxx
│ │ │ ├── vnl_matrix+short-.cxx
│ │ │ ├── vnl_matrix+ulonglong-.cxx
│ │ │ ├── vnl_matrix+ushort-.cxx
│ │ │ ├── vnl_vector+char-.cxx
│ │ │ ├── vnl_vector+longlong-.cxx
│ │ │ ├── vnl_vector+short-.cxx
│ │ │ ├── vnl_vector+ulonglong-.cxx
│ │ │ └── vnl_vector+ushort-.cxx
│ │ └── ZLIB
│ │ ├── CMakeLists.txt
│ │ ├── itk-module.cmake
│ │ └── src
│ │ ├── CMakeLists.txt
│ │ ├── itkzlib
│ │ │ ├── adler32.c
│ │ │ ├── ChangeLog
│ │ │ ├── CMakeLists.txt
│ │ │ ├── compress.c
│ │ │ ├── crc32.c
│ │ │ ├── crc32.h
│ │ │ ├── deflate.c
│ │ │ ├── deflate.h
│ │ │ ├── FAQ
│ │ │ ├── gzio.c
│ │ │ ├── INDEX
│ │ │ ├── inffast.c
│ │ │ ├── inffast.h
│ │ │ ├── inffixed.h
│ │ │ ├── inflate.c
│ │ │ ├── inflate.h
│ │ │ ├── inftrees.c
│ │ │ ├── inftrees.h
│ │ │ ├── itk_zlib_mangle.h
│ │ │ ├── README
│ │ │ ├── README.Kitware.txt
│ │ │ ├── trees.c
│ │ │ ├── trees.h
│ │ │ ├── uncompr.c
│ │ │ ├── zconf.h
│ │ │ ├── zlib.def
│ │ │ ├── zlibDllConfig.h.in
│ │ │ ├── zlib.h
│ │ │ ├── zlib.rc
│ │ │ ├── zutil.c
│ │ │ └── zutil.h
│ │ └── itk_zlib.h.in
│ └── Video
│ ├── BridgeOpenCV
│ │ ├── CMakeLists.txt
│ │ ├── include
│ │ │ ├── itkOpenCVBasicTypeBridge.h
│ │ │ ├── itkOpenCVImageBridge.h
│ │ │ ├── itkOpenCVImageBridge.hxx
│ │ │ ├── itkOpenCVVideoCapture.h
│ │ │ ├── itkOpenCVVideoCapture.hxx
│ │ │ ├── itkOpenCVVideoIOFactory.h
│ │ │ └── itkOpenCVVideoIO.h
│ │ ├── itk-module.cmake
│ │ ├── itk-module-init.cmake
│ │ ├── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkOpenCVVideoIO.cxx
│ │ │ └── itkOpenCVVideoIOFactory.cxx
│ │ └── test
│ │ ├── CMakeLists.txt
│ │ ├── Input
│ │ │ ├── frame0_gray.jpg.md5
│ │ │ ├── frame0_gray.jpg.sha512
│ │ │ ├── frame0_gray.mha.md5
│ │ │ ├── frame0_gray.mha.sha512
│ │ │ ├── frame0.jpg.md5
│ │ │ ├── frame0.jpg.sha512
│ │ │ ├── frame0.mha.md5
│ │ │ ├── frame0.mha.sha512
│ │ │ ├── IM11.png.md5
│ │ │ ├── IM11.png.sha512
│ │ │ ├── inde-circulation_short.avi.md5
│ │ │ ├── inde-circulation_short.avi.sha512
│ │ │ ├── peppers_513x512.jpg.md5
│ │ │ ├── peppers_513x512.jpg.sha512
│ │ │ ├── peppers_513x512_rgb.png.md5
│ │ │ └── peppers_513x512_rgb.png.sha512
│ │ ├── itkOpenCVBasicTypeBridgeTest.cxx
│ │ ├── itkOpenCVImageBridgeGrayScaleTest.cxx
│ │ ├── itkOpenCVImageBridgeRGBTest.cxx
│ │ ├── itkOpenCVVideoCaptureTest.cxx
│ │ ├── itkOpenCVVideoIOFactoryTest.cxx
│ │ └── itkOpenCVVideoIOTest.cxx
│ ├── BridgeVXL
│ │ ├── CMakeLists.txt
│ │ ├── include
│ │ │ ├── itkVXLVideoIOFactory.h
│ │ │ ├── itkVXLVideoIO.h
│ │ │ ├── vidl_itk_istream.h
│ │ │ └── vidl_itk_istream.hxx
│ │ ├── itk-module.cmake
│ │ ├── itk-module-init.cmake
│ │ ├── src
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkVXLVideoIO.cxx
│ │ │ └── itkVXLVideoIOFactory.cxx
│ │ └── test
│ │ ├── CMakeLists.txt
│ │ ├── Input
│ │ │ ├── inde-circulation.avi.md5
│ │ │ ├── inde-circulation.avi.sha512
│ │ │ ├── inde-circulation_short.avi.md5
│ │ │ └── inde-circulation_short.avi.sha512
│ │ ├── itkVXLVideoIOFactoryTest.cxx
│ │ ├── itkVXLVideoIOTest.cxx
│ │ └── vidl_itk_istreamTest.cxx
│ ├── Core
│ │ ├── CMakeLists.txt
│ │ ├── include
│ │ │ ├── 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
│ │ ├── CMakeLists.txt
│ │ ├── itkRingBufferTest.cxx
│ │ ├── itkTemporalDataObjectTest.cxx
│ │ ├── itkTemporalProcessObjectTest.cxx
│ │ ├── itkTemporalRegionTest.cxx
│ │ ├── itkVideoSourceTest.cxx
│ │ ├── itkVideoStreamTest.cxx
│ │ └── itkVideoToVideoFilterTest.cxx
│ ├── 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.md5
│ │ │ ├── frame0.jpg.sha512
│ │ │ ├── frame1.jpg.md5
│ │ │ ├── frame1.jpg.sha512
│ │ │ ├── frame2.jpg.md5
│ │ │ ├── frame2.jpg.sha512
│ │ │ ├── frame3.jpg.md5
│ │ │ ├── frame3.jpg.sha512
│ │ │ ├── frame4.jpg.md5
│ │ │ └── frame4.jpg.sha512
│ │ ├── itkDecimateFramesVideoFilterTest.cxx
│ │ ├── itkFrameAverageVideoFilterTest.cxx
│ │ ├── itkFrameDifferenceVideoFilterTest.cxx
│ │ └── itkImageFilterToVideoFilterWrapperTest.cxx
│ └── IO
│ ├── CMakeLists.txt
│ ├── include
│ │ ├── itkFileListVideoIOFactory.h
│ │ ├── itkFileListVideoIO.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_gray.jpg.md5
│ │ ├── frame0_gray.jpg.sha512
│ │ ├── frame0_gray.mha.md5
│ │ ├── frame0_gray.mha.sha512
│ │ ├── frame0.jpg.md5
│ │ ├── frame0.jpg.sha512
│ │ ├── frame0.mha.md5
│ │ ├── frame0.mha.sha512
│ │ ├── frame1.jpg.md5
│ │ ├── frame1.jpg.sha512
│ │ ├── frame2.jpg.md5
│ │ ├── frame2.jpg.sha512
│ │ ├── frame3.jpg.md5
│ │ ├── frame3.jpg.sha512
│ │ ├── frame4.jpg.md5
│ │ ├── frame4.jpg.sha512
│ │ ├── inde-circulation.avi.md5
│ │ ├── inde-circulation.avi.sha512
│ │ ├── inde-circulation_short.avi.md5
│ │ └── inde-circulation_short.avi.sha512
│ ├── itkFileListVideoIOFactoryTest.cxx
│ ├── itkFileListVideoIOTest.cxx
│ └── itkVideoFileReaderWriterTest.cxx
├── NOTICE
├── README.txt
├── Testing
│ ├── Data
│ │ ├── Baseline
│ │ │ ├── Algorithms
│ │ │ │ ├── BinaryThinningImageFilterTest.png.md5
│ │ │ │ ├── BinaryThinningImageFilterTest.png.sha512
│ │ │ │ ├── IsolatedWatershedImageFilterTest.png.md5
│ │ │ │ ├── IsolatedWatershedImageFilterTest.png.sha512
│ │ │ │ ├── itkMultiResolutionPDEDeformableRegistrationTestPixelCentered.png.md5
│ │ │ │ ├── itkMultiResolutionPDEDeformableRegistrationTestPixelCentered.png.sha512
│ │ │ │ ├── itkNarrowBandCurvesLevelSetImageFilterTest.png.md5
│ │ │ │ ├── itkNarrowBandCurvesLevelSetImageFilterTest.png.sha512
│ │ │ │ ├── itkThresholdMaximumConnectedComponentsImageFilterTest1.png.md5
│ │ │ │ ├── itkThresholdMaximumConnectedComponentsImageFilterTest1.png.sha512
│ │ │ │ ├── itkThresholdMaximumConnectedComponentsImageFilterTest2.png.md5
│ │ │ │ ├── itkThresholdMaximumConnectedComponentsImageFilterTest2.png.sha512
│ │ │ │ ├── OtsuMultipleThresholdsImageFilterTest.png.md5
│ │ │ │ ├── OtsuMultipleThresholdsImageFilterTest.png.sha512
│ │ │ │ ├── OtsuThresholdImageFilterTest.png.md5
│ │ │ │ ├── OtsuThresholdImageFilterTest.png.sha512
│ │ │ │ ├── STAPLEImageFilterTest.mha.md5
│ │ │ │ ├── STAPLEImageFilterTest.mha.sha512
│ │ │ │ ├── VectorThresholdSegmentationLevelSetImageFilterTest.1.png.md5
│ │ │ │ ├── VectorThresholdSegmentationLevelSetImageFilterTest.1.png.sha512
│ │ │ │ ├── VectorThresholdSegmentationLevelSetImageFilterTest.2.png.md5
│ │ │ │ ├── VectorThresholdSegmentationLevelSetImageFilterTest.2.png.sha512
│ │ │ │ ├── VectorThresholdSegmentationLevelSetImageFilterTest.png.md5
│ │ │ │ ├── VectorThresholdSegmentationLevelSetImageFilterTest.png.sha512
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.1.png.md5
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.1.png.sha512
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.2.png.md5
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.2.png.sha512
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.3.png.md5
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.3.png.sha512
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.4.png.md5
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.4.png.sha512
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.5.png.md5
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.5.png.sha512
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.6.png.md5
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.6.png.sha512
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.png.md5
│ │ │ │ ├── VoronoiPartioningImageFilterTest1.png.sha512
│ │ │ │ ├── VoronoiPartioningImageFilterTest2.1.png.md5
│ │ │ │ ├── VoronoiPartioningImageFilterTest2.1.png.sha512
│ │ │ │ ├── VoronoiPartioningImageFilterTest2.png.md5
│ │ │ │ └── VoronoiPartioningImageFilterTest2.png.sha512
│ │ │ ├── BasicFilters
│ │ │ │ ├── AccumulateImageFilterTest.png.md5
│ │ │ │ ├── AccumulateImageFilterTest.png.sha512
│ │ │ │ ├── AdaptiveHistogramEqualizationImageFilterTest2.png.md5
│ │ │ │ ├── AdaptiveHistogramEqualizationImageFilterTest2.png.sha512
│ │ │ │ ├── AdaptiveHistogramEqualizationImageFilterTest.png.md5
│ │ │ │ ├── AdaptiveHistogramEqualizationImageFilterTest.png.sha512
│ │ │ │ ├── BilateralImageFilterTest2.png.md5
│ │ │ │ ├── BilateralImageFilterTest2.png.sha512
│ │ │ │ ├── BilateralImageFilterTest3.png.md5
│ │ │ │ ├── BilateralImageFilterTest3.png.sha512
│ │ │ │ ├── BinaryThresholdImageFilterTest2.png.md5
│ │ │ │ ├── BinaryThresholdImageFilterTest2.png.sha512
│ │ │ │ ├── ClosingByReconstructionImageFilterTest2.png.md5
│ │ │ │ ├── ClosingByReconstructionImageFilterTest2.png.sha512
│ │ │ │ ├── ClosingByReconstructionImageFilterTest.png.md5
│ │ │ │ ├── ClosingByReconstructionImageFilterTest.png.sha512
│ │ │ │ ├── ConfidenceConnectedImageFilterTest.png.md5
│ │ │ │ ├── ConfidenceConnectedImageFilterTest.png.sha512
│ │ │ │ ├── ConnectedComponentImageFilterTest.1.png.md5
│ │ │ │ ├── ConnectedComponentImageFilterTest.1.png.sha512
│ │ │ │ ├── ConnectedComponentImageFilterTest2.1.png.md5
│ │ │ │ ├── ConnectedComponentImageFilterTest2.1.png.sha512
│ │ │ │ ├── ConnectedComponentImageFilterTest2.png.md5
│ │ │ │ ├── ConnectedComponentImageFilterTest2.png.sha512
│ │ │ │ ├── ConnectedComponentImageFilterTest3.1.png.md5
│ │ │ │ ├── ConnectedComponentImageFilterTest3.1.png.sha512
│ │ │ │ ├── ConnectedComponentImageFilterTest3.png.md5
│ │ │ │ ├── ConnectedComponentImageFilterTest3.png.sha512
│ │ │ │ ├── ConnectedComponentImageFilterTest.png.md5
│ │ │ │ ├── ConnectedComponentImageFilterTest.png.sha512
│ │ │ │ ├── ConnectedThresholdImageFilterTest2.png.md5
│ │ │ │ ├── ConnectedThresholdImageFilterTest2.png.sha512
│ │ │ │ ├── ConnectedThresholdImageFilterTest.png.md5
│ │ │ │ ├── ConnectedThresholdImageFilterTest.png.sha512
│ │ │ │ ├── DiscreteGaussianImageFilterTest2_OutputA.mha.md5
│ │ │ │ ├── DiscreteGaussianImageFilterTest2_OutputA.mha.sha512
│ │ │ │ ├── DoubleThresholdImageFilterTest2.png.md5
│ │ │ │ ├── DoubleThresholdImageFilterTest2.png.sha512
│ │ │ │ ├── DoubleThresholdImageFilterTest.png.md5
│ │ │ │ ├── DoubleThresholdImageFilterTest.png.sha512
│ │ │ │ ├── GradientAnisotropicDiffusionImageFilterTest2.png.md5
│ │ │ │ ├── GradientAnisotropicDiffusionImageFilterTest2.png.sha512
│ │ │ │ ├── GrayscaleConnectedClosingImageFilterTest2.png.md5
│ │ │ │ ├── GrayscaleConnectedClosingImageFilterTest2.png.sha512
│ │ │ │ ├── GrayscaleConnectedClosingImageFilterTest.png.md5
│ │ │ │ ├── GrayscaleConnectedClosingImageFilterTest.png.sha512
│ │ │ │ ├── GrayscaleConnectedOpeningImageFilterTest2.png.md5
│ │ │ │ ├── GrayscaleConnectedOpeningImageFilterTest2.png.sha512
│ │ │ │ ├── GrayscaleConnectedOpeningImageFilterTest.png.md5
│ │ │ │ ├── GrayscaleConnectedOpeningImageFilterTest.png.sha512
│ │ │ │ ├── GrayscaleFillholeImageFilterTest.png.md5
│ │ │ │ ├── GrayscaleFillholeImageFilterTest.png.sha512
│ │ │ │ ├── GrayscaleMorphologicalClosingImageFilterTest.png.md5
│ │ │ │ ├── GrayscaleMorphologicalClosingImageFilterTest.png.sha512
│ │ │ │ ├── GrayscaleMorphologicalOpeningImageFilterTest.png.md5
│ │ │ │ ├── GrayscaleMorphologicalOpeningImageFilterTest.png.sha512
│ │ │ │ ├── HConvexConcaveImageFilterTest.png.md5
│ │ │ │ ├── HConvexConcaveImageFilterTest.png.sha512
│ │ │ │ ├── HeadMRVolumeBinaryProjection100.tif.md5
│ │ │ │ ├── HeadMRVolumeBinaryProjection100.tif.sha512
│ │ │ │ ├── HeadMRVolumeBinaryProjection200.tif.md5
│ │ │ │ ├── HeadMRVolumeBinaryProjection200.tif.sha512
│ │ │ │ ├── HeadMRVolumeBinaryThresholdProjection.png.md5
│ │ │ │ ├── HeadMRVolumeBinaryThresholdProjection.png.sha512
│ │ │ │ ├── HeadMRVolumeMaximumProjection0.mha.md5
│ │ │ │ ├── HeadMRVolumeMaximumProjection1.mha.md5
│ │ │ │ ├── HeadMRVolumeMaximumProjection2D0.mha.md5
│ │ │ │ ├── HeadMRVolumeMaximumProjection2D1.tif.md5
│ │ │ │ ├── HeadMRVolumeMaximumProjection2D1.tif.sha512
│ │ │ │ ├── HeadMRVolumeMaximumProjection.tif.md5
│ │ │ │ ├── HeadMRVolumeMaximumProjection.tif.sha512
│ │ │ │ ├── HeadMRVolumeMeanProjection.tif.md5
│ │ │ │ ├── HeadMRVolumeMeanProjection.tif.sha512
│ │ │ │ ├── HeadMRVolumeMedianProjection.tif.md5
│ │ │ │ ├── HeadMRVolumeMedianProjection.tif.sha512
│ │ │ │ ├── HeadMRVolumeMinimumProjection.tif.md5
│ │ │ │ ├── HeadMRVolumeMinimumProjection.tif.sha512
│ │ │ │ ├── HeadMRVolumeStandardDeviationProjection.tif.md5
│ │ │ │ ├── HeadMRVolumeStandardDeviationProjection.tif.sha512
│ │ │ │ ├── HeadMRVolumeSumProjection.tif.md5
│ │ │ │ ├── HeadMRVolumeSumProjection.tif.sha512
│ │ │ │ ├── HMaximaMinimaImageFilterTest2.png.md5
│ │ │ │ ├── HMaximaMinimaImageFilterTest2.png.sha512
│ │ │ │ ├── HMaximaMinimaImageFilterTest.png.md5
│ │ │ │ ├── HMaximaMinimaImageFilterTest.png.sha512
│ │ │ │ ├── ImageToVectorImageFilterTest.png.md5
│ │ │ │ ├── ImageToVectorImageFilterTest.png.sha512
│ │ │ │ ├── InvertIntensityImageFilterTest.png.md5
│ │ │ │ ├── InvertIntensityImageFilterTest.png.sha512
│ │ │ │ ├── IsolatedConnectedImageFilterTest2.png.md5
│ │ │ │ ├── IsolatedConnectedImageFilterTest2.png.sha512
│ │ │ │ ├── IsolatedConnectedImageFilterTest.png.md5
│ │ │ │ ├── IsolatedConnectedImageFilterTest.png.sha512
│ │ │ │ ├── itkApproximateSignedDistanceMapImageFilterTest.png.md5
│ │ │ │ ├── itkApproximateSignedDistanceMapImageFilterTest.png.sha512
│ │ │ │ ├── itkBinaryDilateImageFilterTest-100-0-0.png.md5
│ │ │ │ ├── itkBinaryDilateImageFilterTest-100-0-0.png.sha512
│ │ │ │ ├── itkBinaryDilateImageFilterTest-100-0-1.png.md5
│ │ │ │ ├── itkBinaryDilateImageFilterTest-100-0-1.png.sha512
│ │ │ │ ├── itkBinaryDilateImageFilterTest-100-150-0.png.md5
│ │ │ │ ├── itkBinaryDilateImageFilterTest-100-150-0.png.sha512
│ │ │ │ ├── itkBinaryDilateImageFilterTest-100-150-1.png.md5
│ │ │ │ ├── itkBinaryDilateImageFilterTest-100-150-1.png.sha512
│ │ │ │ ├── itkBinaryDilateImageFilterTest-200-0-0.png.md5
│ │ │ │ ├── itkBinaryDilateImageFilterTest-200-0-0.png.sha512
│ │ │ │ ├── itkBinaryDilateImageFilterTest-200-0-1.png.md5
│ │ │ │ ├── itkBinaryDilateImageFilterTest-200-0-1.png.sha512
│ │ │ │ ├── itkBinaryDilateImageFilterTest-200-150-0.png.md5
│ │ │ │ ├── itkBinaryDilateImageFilterTest-200-150-0.png.sha512
│ │ │ │ ├── itkBinaryDilateImageFilterTest-200-150-1.png.md5
│ │ │ │ ├── itkBinaryDilateImageFilterTest-200-150-1.png.sha512
│ │ │ │ ├── itkBinaryErodeImageFilterTest-100-0-0.png.md5
│ │ │ │ ├── itkBinaryErodeImageFilterTest-100-0-0.png.sha512
│ │ │ │ ├── itkBinaryErodeImageFilterTest-100-0-1.png.md5
│ │ │ │ ├── itkBinaryErodeImageFilterTest-100-0-1.png.sha512
│ │ │ │ ├── itkBinaryErodeImageFilterTest-100-150-0.png.md5
│ │ │ │ ├── itkBinaryErodeImageFilterTest-100-150-0.png.sha512
│ │ │ │ ├── itkBinaryErodeImageFilterTest-100-150-1.png.md5
│ │ │ │ ├── itkBinaryErodeImageFilterTest-100-150-1.png.sha512
│ │ │ │ ├── itkBinaryErodeImageFilterTest-200-0-0.png.md5
│ │ │ │ ├── itkBinaryErodeImageFilterTest-200-0-0.png.sha512
│ │ │ │ ├── itkBinaryErodeImageFilterTest-200-0-1.png.md5
│ │ │ │ ├── itkBinaryErodeImageFilterTest-200-0-1.png.sha512
│ │ │ │ ├── itkBinaryErodeImageFilterTest-200-150-0.png.md5
│ │ │ │ ├── itkBinaryErodeImageFilterTest-200-150-0.png.sha512
│ │ │ │ ├── itkBinaryErodeImageFilterTest-200-150-1.png.md5
│ │ │ │ ├── itkBinaryErodeImageFilterTest-200-150-1.png.sha512
│ │ │ │ ├── itkBlackTopHatImageFilterTest.png.md5
│ │ │ │ ├── itkBlackTopHatImageFilterTest.png.sha512
│ │ │ │ ├── itkCannyEdgeDetectionImageFilterTest.png.md5
│ │ │ │ ├── itkCannyEdgeDetectionImageFilterTest.png.sha512
│ │ │ │ ├── itkDanielssonDistanceMapImageFilterTest1.mhd.md5
│ │ │ │ ├── itkDanielssonDistanceMapImageFilterTest1.mhd.sha512
│ │ │ │ ├── itkDanielssonDistanceMapImageFilterTest1.zraw.md5
│ │ │ │ ├── itkDanielssonDistanceMapImageFilterTest1.zraw.sha512
│ │ │ │ ├── itkDanielssonDistanceMapImageFilterTest2.png.md5
│ │ │ │ ├── itkDanielssonDistanceMapImageFilterTest2.png.sha512
│ │ │ │ ├── itkDerivativeImageFilterTest1x.png.md5
│ │ │ │ ├── itkDerivativeImageFilterTest1x.png.sha512
│ │ │ │ ├── itkDerivativeImageFilterTest1y.png.md5
│ │ │ │ ├── itkDerivativeImageFilterTest1y.png.sha512
│ │ │ │ ├── itkDerivativeImageFilterTest2x.png.md5
│ │ │ │ ├── itkDerivativeImageFilterTest2x.png.sha512
│ │ │ │ ├── itkDerivativeImageFilterTest2y.png.md5
│ │ │ │ ├── itkDerivativeImageFilterTest2y.png.sha512
│ │ │ │ ├── itkGrayscaleFunctionDilateImageFilterTest.mha.md5
│ │ │ │ ├── itkGrayscaleFunctionDilateImageFilterTest.mha.sha512
│ │ │ │ ├── itkGrayscaleFunctionErodeImageFilterTest.mha.md5
│ │ │ │ ├── itkGrayscaleFunctionErodeImageFilterTest.mha.sha512
│ │ │ │ ├── itkNoiseImageFilterTest.png.md5
│ │ │ │ ├── itkNoiseImageFilterTest.png.sha512
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest1.mhd.md5
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest1.mhd.sha512
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest1.zraw.md5
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest1.zraw.sha512
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest2.png.md5
│ │ │ │ ├── itkSignedDanielssonDistanceMapImageFilterTest2.png.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest1.mhd.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest1.mhd.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest1.zraw.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest1.zraw.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest2.mhd.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest2.mhd.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest2.zraw.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest2.zraw.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3D.mhd.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3D.mhd.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3D.zraw.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3D.zraw.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3.mhd.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3.mhd.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3.zraw.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest3.zraw.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest4D.mhd.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest4D.mhd.sha512
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest4D.zraw.md5
│ │ │ │ ├── itkSignedMaurerDistanceMapImageFilterTest4D.zraw.sha512
│ │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest1.mha.md5
│ │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest1.mha.sha512
│ │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest2.mha.md5
│ │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest2.mha.sha512
│ │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest3.mha.md5
│ │ │ │ ├── itkVectorIndexSelectionCastImageFilterTest3.mha.sha512
│ │ │ │ ├── itkWhiteTopHatImageFilterTest.png.md5
│ │ │ │ ├── itkWhiteTopHatImageFilterTest.png.sha512
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilterTest.1.png.md5
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilterTest.1.png.sha512
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilterTest.2.png.md5
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilterTest.2.png.sha512
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilterTest.png.md5
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilterTest.png.sha512
│ │ │ │ ├── MaskConnectedComponentImageFilterTest.png.md5
│ │ │ │ ├── MaskConnectedComponentImageFilterTest.png.sha512
│ │ │ │ ├── MaskNeighborhoodOperatorImageFilterTest.png.md5
│ │ │ │ ├── MaskNeighborhoodOperatorImageFilterTest.png.sha512
│ │ │ │ ├── MatrixIndexSelectionImageFilterTest.png.md5
│ │ │ │ ├── MatrixIndexSelectionImageFilterTest.png.sha512
│ │ │ │ ├── ModulusImageFilterTest.png.md5
│ │ │ │ ├── ModulusImageFilterTest.png.sha512
│ │ │ │ ├── MorphologicalGradientImageFilterTest.png.md5
│ │ │ │ ├── MorphologicalGradientImageFilterTest.png.sha512
│ │ │ │ ├── NeighborhoodConnectedImageFilterTest.png.md5
│ │ │ │ ├── NeighborhoodConnectedImageFilterTest.png.sha512
│ │ │ │ ├── NormalizedCorrelationImageFilterTest.png.md5
│ │ │ │ ├── NormalizedCorrelationImageFilterTest.png.sha512
│ │ │ │ ├── OpeningByReconstructionImageFilterTest2.png.md5
│ │ │ │ ├── OpeningByReconstructionImageFilterTest2.png.sha512
│ │ │ │ ├── OpeningByReconstructionImageFilterTest.png.md5
│ │ │ │ ├── OpeningByReconstructionImageFilterTest.png.sha512
│ │ │ │ ├── ParallelSparseFieldLevelSetImageFilterTest.mha.md5
│ │ │ │ ├── ParallelSparseFieldLevelSetImageFilterTest.mha.sha512
│ │ │ │ ├── PasteImageFilterTest.png.md5
│ │ │ │ ├── PasteImageFilterTest.png.sha512
│ │ │ │ ├── PromoteDimensionImageTest.mhd.md5
│ │ │ │ ├── PromoteDimensionImageTest.mhd.sha512
│ │ │ │ ├── PromoteDimensionImageTest.raw.md5
│ │ │ │ ├── PromoteDimensionImageTest.raw.sha512
│ │ │ │ ├── PushPopTileImageFilterTest.png.md5
│ │ │ │ ├── PushPopTileImageFilterTest.png.sha512
│ │ │ │ ├── RelabelComponentImageFilterTest.png.md5
│ │ │ │ ├── RelabelComponentImageFilterTest.png.sha512
│ │ │ │ ├── RemoveBoundaryObjectsTest2.png.md5
│ │ │ │ ├── RemoveBoundaryObjectsTest2.png.sha512
│ │ │ │ ├── RemoveBoundaryObjectsTest.png.md5
│ │ │ │ ├── RemoveBoundaryObjectsTest.png.sha512
│ │ │ │ ├── ResampleImageTest2.png.md5
│ │ │ │ ├── ResampleImageTest2.png.sha512
│ │ │ │ ├── ScalarConnectedComponentImageFilterTest.png.md5
│ │ │ │ ├── ScalarConnectedComponentImageFilterTest.png.sha512
│ │ │ │ ├── SimpleContourExtractorImageFilterTest.png.md5
│ │ │ │ ├── SimpleContourExtractorImageFilterTest.png.sha512
│ │ │ │ ├── TileImageFilterTest4.png.md5
│ │ │ │ ├── TileImageFilterTest4.png.sha512
│ │ │ │ ├── TobogganImageFilterTest.png.md5
│ │ │ │ ├── TobogganImageFilterTest.png.sha512
│ │ │ │ ├── VectorConfidenceConnectedImageFilterTest.png.md5
│ │ │ │ ├── VectorConfidenceConnectedImageFilterTest.png.sha512
│ │ │ │ ├── VectorConnectedComponentImageFilterTest.png.md5
│ │ │ │ ├── VectorConnectedComponentImageFilterTest.png.sha512
│ │ │ │ ├── VectorGradientMagnitudeImageFilterTest1a.png.md5
│ │ │ │ ├── VectorGradientMagnitudeImageFilterTest1a.png.sha512
│ │ │ │ ├── VectorGradientMagnitudeImageFilterTest1b.png.md5
│ │ │ │ ├── VectorGradientMagnitudeImageFilterTest1b.png.sha512
│ │ │ │ ├── VectorGradientMagnitudeImageFilterTest2b.png.md5
│ │ │ │ ├── VectorGradientMagnitudeImageFilterTest2b.png.sha512
│ │ │ │ ├── VectorGradientMagnitudeImageFilterTest2.png.md5
│ │ │ │ ├── VectorGradientMagnitudeImageFilterTest2.png.sha512
│ │ │ │ ├── VectorResampleImageFilterTest.png.md5
│ │ │ │ └── VectorResampleImageFilterTest.png.sha512
│ │ │ ├── Common
│ │ │ │ ├── itkLineIteratorTest.txt.md5
│ │ │ │ └── itkLineIteratorTest.txt.sha512
│ │ │ ├── Filtering
│ │ │ │ ├── AntiAliasBinaryImageFilter.png.md5
│ │ │ │ ├── AntiAliasBinaryImageFilter.png.sha512
│ │ │ │ ├── BilateralImageFilter.1.png.md5
│ │ │ │ ├── BilateralImageFilter.1.png.sha512
│ │ │ │ ├── BilateralImageFilter.2.png.md5
│ │ │ │ ├── BilateralImageFilter.2.png.sha512
│ │ │ │ ├── BilateralImageFilter.png.md5
│ │ │ │ ├── BilateralImageFilter.png.sha512
│ │ │ │ ├── BinaryMedianImageFilter1.png.md5
│ │ │ │ ├── BinaryMedianImageFilter1.png.sha512
│ │ │ │ ├── BinaryMedianImageFilter2.png.md5
│ │ │ │ ├── BinaryMedianImageFilter2.png.sha512
│ │ │ │ ├── BinaryMedianImageFilter3.png.md5
│ │ │ │ ├── BinaryMedianImageFilter3.png.sha512
│ │ │ │ ├── BinaryMinMaxCurvatureFlowImageFilter.png.md5
│ │ │ │ ├── BinaryMinMaxCurvatureFlowImageFilter.png.sha512
│ │ │ │ ├── BinaryThresholdImageFilter.png.md5
│ │ │ │ ├── BinaryThresholdImageFilter.png.sha512
│ │ │ │ ├── BinomialBlurImageFilter.png.md5
│ │ │ │ ├── BinomialBlurImageFilter.png.sha512
│ │ │ │ ├── CannyEdgeDetectionImageFilter2.png.md5
│ │ │ │ ├── CannyEdgeDetectionImageFilter2.png.sha512
│ │ │ │ ├── CannyEdgeDetectionImageFilter.png.md5
│ │ │ │ ├── CannyEdgeDetectionImageFilter.png.sha512
│ │ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.1.png.md5
│ │ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.1.png.sha512
│ │ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.2.png.md5
│ │ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.2.png.sha512
│ │ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.png.md5
│ │ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.png.sha512
│ │ │ │ ├── CurvatureFlowImageFilter.png.md5
│ │ │ │ ├── CurvatureFlowImageFilter.png.sha512
│ │ │ │ ├── DanielssonDistanceMapImageFilter.png.md5
│ │ │ │ ├── DanielssonDistanceMapImageFilter.png.sha512
│ │ │ │ ├── DerivativeImageFilter.mha.md5
│ │ │ │ ├── DerivativeImageFilter.mha.sha512
│ │ │ │ ├── DigitallyReconstructedRadiograph1.png.md5
│ │ │ │ ├── DigitallyReconstructedRadiograph1.png.sha512
│ │ │ │ ├── DiscreteGaussianImageFilter.png.md5
│ │ │ │ ├── DiscreteGaussianImageFilter.png.sha512
│ │ │ │ ├── FACorpusCallosum.mhd.md5
│ │ │ │ ├── FACorpusCallosum.mhd.sha512
│ │ │ │ ├── FACorpusCallosum.raw.md5
│ │ │ │ ├── FACorpusCallosum.raw.sha512
│ │ │ │ ├── FFTImageFilterReal.png.md5
│ │ │ │ ├── FFTImageFilterReal.png.sha512
│ │ │ │ ├── FlipImageFilterX.png.md5
│ │ │ │ ├── FlipImageFilterX.png.sha512
│ │ │ │ ├── FlipImageFilterXY.png.md5
│ │ │ │ ├── FlipImageFilterXY.png.sha512
│ │ │ │ ├── FlipImageFilterY.png.md5
│ │ │ │ ├── FlipImageFilterY.png.sha512
│ │ │ │ ├── GaborImageSourceTest0.mha.md5
│ │ │ │ ├── GaborImageSourceTest0.mha.sha512
│ │ │ │ ├── GaborImageSourceTest1.mha.md5
│ │ │ │ ├── GaborImageSourceTest1.mha.sha512
│ │ │ │ ├── GaussianBlurImageFunction.mha.md5
│ │ │ │ ├── GaussianBlurImageFunction.mha.sha512
│ │ │ │ ├── GradientAnisotropicDiffusionImageFilter.png.md5
│ │ │ │ ├── GradientAnisotropicDiffusionImageFilter.png.sha512
│ │ │ │ ├── GradientMagnitudeImageFilter.png.md5
│ │ │ │ ├── GradientMagnitudeImageFilter.png.sha512
│ │ │ │ ├── GradientMagnitudeImageFilterTest2.mha.md5
│ │ │ │ ├── GradientMagnitudeImageFilterTest2.mha.sha512
│ │ │ │ ├── GradientMagnitudeRecursiveGaussianImageFilter.png.md5
│ │ │ │ ├── GradientMagnitudeRecursiveGaussianImageFilter.png.sha512
│ │ │ │ ├── itkBoxMeanImageFilter10.png.md5
│ │ │ │ ├── itkBoxMeanImageFilter10.png.sha512
│ │ │ │ ├── itkBoxMeanImageFilter3.png.md5
│ │ │ │ ├── itkBoxMeanImageFilter3.png.sha512
│ │ │ │ ├── itkBoxSigmaImageFilter10.png.md5
│ │ │ │ ├── itkBoxSigmaImageFilter10.png.sha512
│ │ │ │ ├── itkBoxSigmaImageFilter3.png.md5
│ │ │ │ ├── itkBoxSigmaImageFilter3.png.sha512
│ │ │ │ ├── itkGridImageSourceTest1.nhdr.md5
│ │ │ │ ├── itkGridImageSourceTest1.nhdr.sha512
│ │ │ │ ├── itkGridImageSourceTest1.raw.gz.md5
│ │ │ │ ├── itkGridImageSourceTest1.raw.gz.sha512
│ │ │ │ ├── itkGridImageSourceTest2.nhdr.md5
│ │ │ │ ├── itkGridImageSourceTest2.nhdr.sha512
│ │ │ │ ├── itkGridImageSourceTest2.raw.gz.md5
│ │ │ │ ├── itkGridImageSourceTest2.raw.gz.sha512
│ │ │ │ ├── itkGridImageSourceTest3.nhdr.md5
│ │ │ │ ├── itkGridImageSourceTest3.nhdr.sha512
│ │ │ │ ├── itkGridImageSourceTest3.raw.gz.md5
│ │ │ │ ├── itkGridImageSourceTest3.raw.gz.sha512
│ │ │ │ ├── itkGridImageSourceTest4.nhdr.md5
│ │ │ │ ├── itkGridImageSourceTest4.nhdr.sha512
│ │ │ │ ├── itkGridImageSourceTest4.raw.gz.md5
│ │ │ │ ├── itkGridImageSourceTest4.raw.gz.sha512
│ │ │ │ ├── itkHessianToObjectnessMeasureImageFilterTest2.mha.md5
│ │ │ │ ├── itkHessianToObjectnessMeasureImageFilterTest2.mha.sha512
│ │ │ │ ├── itkHessianToObjectnessMeasureImageFilterTest.mha.md5
│ │ │ │ ├── itkHessianToObjectnessMeasureImageFilterTest.mha.sha512
│ │ │ │ ├── itkPhysicalPointImageSourceTest0.mha.md5
│ │ │ │ ├── itkPhysicalPointImageSourceTest0.mha.sha512
│ │ │ │ ├── itkPhysicalPointImageSourceTest2.mha.md5
│ │ │ │ ├── itkPhysicalPointImageSourceTest2.mha.sha512
│ │ │ │ ├── itkPhysicalPointImageSourceTest4.nrrd.md5
│ │ │ │ ├── itkPhysicalPointImageSourceTest4.nrrd.sha512
│ │ │ │ ├── LaplacianImageFilter.1.png.md5
│ │ │ │ ├── LaplacianImageFilter.1.png.sha512
│ │ │ │ ├── LaplacianImageFilter.2.png.md5
│ │ │ │ ├── LaplacianImageFilter.2.png.sha512
│ │ │ │ ├── LaplacianImageFilter.png.md5
│ │ │ │ ├── LaplacianImageFilter.png.sha512
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilter1.mha.md5
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilter1.mha.sha512
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilter2.mha.md5
│ │ │ │ ├── LaplacianRecursiveGaussianImageFilter2.mha.sha512
│ │ │ │ ├── LaplacianSharpeningImageFilter.1.png.md5
│ │ │ │ ├── LaplacianSharpeningImageFilter.1.png.sha512
│ │ │ │ ├── LaplacianSharpeningImageFilter.2.png.md5
│ │ │ │ ├── LaplacianSharpeningImageFilter.2.png.sha512
│ │ │ │ ├── LaplacianSharpeningImageFilter.png.md5
│ │ │ │ ├── LaplacianSharpeningImageFilter.png.sha512
│ │ │ │ ├── MathematicalMorphologyBinaryFiltersErode.png.md5
│ │ │ │ ├── MathematicalMorphologyBinaryFiltersErode.png.sha512
│ │ │ │ ├── MathematicalMorphologyGrayscaleFiltersErode.png.md5
│ │ │ │ ├── MathematicalMorphologyGrayscaleFiltersErode.png.sha512
│ │ │ │ ├── MeanImageFilter.png.md5
│ │ │ │ ├── MeanImageFilter.png.sha512
│ │ │ │ ├── MedianImageFilter.png.md5
│ │ │ │ ├── MedianImageFilter.png.sha512
│ │ │ │ ├── MorphologicalImageEnhancement.png.md5
│ │ │ │ ├── MorphologicalImageEnhancement.png.sha512
│ │ │ │ ├── OtsuMultipleThresholdOutput002.png.md5
│ │ │ │ ├── OtsuMultipleThresholdOutput002.png.sha512
│ │ │ │ ├── OtsuThresholdImageFilter.png.md5
│ │ │ │ ├── OtsuThresholdImageFilter.png.sha512
│ │ │ │ ├── RACorpusCallosum.mhd.md5
│ │ │ │ ├── RACorpusCallosum.mhd.sha512
│ │ │ │ ├── RACorpusCallosum.raw.md5
│ │ │ │ ├── RACorpusCallosum.raw.sha512
│ │ │ │ ├── ResampleImageFilter2Test1.png.md5
│ │ │ │ ├── ResampleImageFilter2Test1.png.sha512
│ │ │ │ ├── ResampleImageFilter2Test2.png.md5
│ │ │ │ ├── ResampleImageFilter2Test2.png.sha512
│ │ │ │ ├── ResampleImageFilter2Test3.png.md5
│ │ │ │ ├── ResampleImageFilter2Test3.png.sha512
│ │ │ │ ├── ResampleImageFilter2Test4.png.md5
│ │ │ │ ├── ResampleImageFilter2Test4.png.sha512
│ │ │ │ ├── ResampleImageFilter2Test5.png.md5
│ │ │ │ ├── ResampleImageFilter2Test5.png.sha512
│ │ │ │ ├── ResampleImageFilter3Test1PixelCentered.png.md5
│ │ │ │ ├── ResampleImageFilter3Test1PixelCentered.png.sha512
│ │ │ │ ├── ResampleImageFilter4TestPixelCentered.png.md5
│ │ │ │ ├── ResampleImageFilter4TestPixelCentered.png.sha512
│ │ │ │ ├── ResampleImageFilter5TestPixelCentered.png.md5
│ │ │ │ ├── ResampleImageFilter5TestPixelCentered.png.sha512
│ │ │ │ ├── ResampleImageFilter6PixelCentered.png.md5
│ │ │ │ ├── ResampleImageFilter6PixelCentered.png.sha512
│ │ │ │ ├── ResampleImageFilter7PixelCentered.png.md5
│ │ │ │ ├── ResampleImageFilter7PixelCentered.png.sha512
│ │ │ │ ├── ResampleImageFilter8TestPixelCentered.png.md5
│ │ │ │ ├── ResampleImageFilter8TestPixelCentered.png.sha512
│ │ │ │ ├── ResampleImageFilter9TestPixelCentered.1.png.md5
│ │ │ │ ├── ResampleImageFilter9TestPixelCentered.1.png.sha512
│ │ │ │ ├── ResampleImageFilter9TestPixelCentered.2.png.md5
│ │ │ │ ├── ResampleImageFilter9TestPixelCentered.2.png.sha512
│ │ │ │ ├── ResampleImageFilter9TestPixelCentered.3.png.md5
│ │ │ │ ├── ResampleImageFilter9TestPixelCentered.3.png.sha512
│ │ │ │ ├── ResampleImageFilter9TestPixelCentered.png.md5
│ │ │ │ ├── ResampleImageFilter9TestPixelCentered.png.sha512
│ │ │ │ ├── ResampleImageFilterTest1.png.md5
│ │ │ │ ├── ResampleImageFilterTest1.png.sha512
│ │ │ │ ├── ResampleImageFilterTest2.png.md5
│ │ │ │ ├── ResampleImageFilterTest2.png.sha512
│ │ │ │ ├── ResampleImageFilterTest3.png.md5
│ │ │ │ ├── ResampleImageFilterTest3.png.sha512
│ │ │ │ ├── ResampleImageFilterTest4.png.md5
│ │ │ │ ├── ResampleImageFilterTest4.png.sha512
│ │ │ │ ├── ResampleOrientedImageFilterTest.png.md5
│ │ │ │ ├── ResampleOrientedImageFilterTest.png.sha512
│ │ │ │ ├── ResampleVolumesToBeIsotropic.mha.md5
│ │ │ │ ├── ResampleVolumesToBeIsotropic.mha.sha512
│ │ │ │ ├── RGBCurvatureAnisotropicDiffusionImageFilter.png.md5
│ │ │ │ ├── RGBCurvatureAnisotropicDiffusionImageFilter.png.sha512
│ │ │ │ ├── RGBGradientAnisotropicDiffusionImageFilter.png.md5
│ │ │ │ ├── RGBGradientAnisotropicDiffusionImageFilter.png.sha512
│ │ │ │ ├── RGBToGrayscale.png.md5
│ │ │ │ ├── RGBToGrayscale.png.sha512
│ │ │ │ ├── ScaleSpaceGenerator2D005.mhd.md5
│ │ │ │ ├── ScaleSpaceGenerator2D005.mhd.sha512
│ │ │ │ ├── ScaleSpaceGenerator2D005.raw.md5
│ │ │ │ ├── ScaleSpaceGenerator2D005.raw.sha512
│ │ │ │ ├── SigmoidImageFilter.1.png.md5
│ │ │ │ ├── SigmoidImageFilter.1.png.sha512
│ │ │ │ ├── SigmoidImageFilter.png.md5
│ │ │ │ ├── SigmoidImageFilter.png.sha512
│ │ │ │ ├── SmoothingRecursiveGaussianImageFilter2.png.md5
│ │ │ │ ├── SmoothingRecursiveGaussianImageFilter2.png.sha512
│ │ │ │ ├── SmoothingRecursiveGaussianImageFilter.png.md5
│ │ │ │ ├── SmoothingRecursiveGaussianImageFilter.png.sha512
│ │ │ │ ├── SubsampleVolume.mha.md5
│ │ │ │ ├── SubsampleVolume.mha.sha512
│ │ │ │ ├── Tensors.mhd.md5
│ │ │ │ ├── Tensors.mhd.sha512
│ │ │ │ ├── Tensors.raw.md5
│ │ │ │ ├── Tensors.raw.sha512
│ │ │ │ ├── ThresholdAboveImageFilter.png.md5
│ │ │ │ ├── ThresholdAboveImageFilter.png.sha512
│ │ │ │ ├── ThresholdBelowImageFilter.png.md5
│ │ │ │ ├── ThresholdBelowImageFilter.png.sha512
│ │ │ │ ├── ThresholdOutsideImageFilter.png.md5
│ │ │ │ ├── ThresholdOutsideImageFilter.png.sha512
│ │ │ │ ├── VectorCurvatureAnisotropicDiffusionImageFilter.png.md5
│ │ │ │ ├── VectorCurvatureAnisotropicDiffusionImageFilter.png.sha512
│ │ │ │ ├── VectorGradientAnisotropicDiffusionImageFilter.png.md5
│ │ │ │ ├── VectorGradientAnisotropicDiffusionImageFilter.png.sha512
│ │ │ │ ├── VectorIndexSelection.png.md5
│ │ │ │ ├── VectorIndexSelection.png.sha512
│ │ │ │ ├── VotingBinaryHoleFillingImageFilter1.png.md5
│ │ │ │ ├── VotingBinaryHoleFillingImageFilter1.png.sha512
│ │ │ │ ├── VotingBinaryHoleFillingImageFilter2.png.md5
│ │ │ │ ├── VotingBinaryHoleFillingImageFilter2.png.sha512
│ │ │ │ ├── VotingBinaryHoleFillingImageFilter3.png.md5
│ │ │ │ ├── VotingBinaryHoleFillingImageFilter3.png.sha512
│ │ │ │ ├── VotingBinaryIterativeHoleFillingImageFilter1.png.md5
│ │ │ │ ├── VotingBinaryIterativeHoleFillingImageFilter1.png.sha512
│ │ │ │ ├── VotingBinaryIterativeHoleFillingImageFilter2.png.md5
│ │ │ │ ├── VotingBinaryIterativeHoleFillingImageFilter2.png.sha512
│ │ │ │ ├── VotingBinaryIterativeHoleFillingImageFilter3.png.md5
│ │ │ │ ├── VotingBinaryIterativeHoleFillingImageFilter3.png.sha512
│ │ │ │ ├── ZeroCrossingBasedEdgeDetectionImageFilter1.png.md5
│ │ │ │ └── ZeroCrossingBasedEdgeDetectionImageFilter1.png.sha512
│ │ │ ├── IO
│ │ │ │ ├── 113766.003.001.mha.md5
│ │ │ │ ├── 113766.003.001.mha.sha512
│ │ │ │ ├── 19771.002.001.mha.md5
│ │ │ │ ├── 19771.002.001.mha.sha512
│ │ │ │ ├── 3868-2-100.mha.md5
│ │ │ │ ├── 3868-2-100.mha.sha512
│ │ │ │ ├── 48BitTestImage.tif.md5
│ │ │ │ ├── 48BitTestImage.tif.sha512
│ │ │ │ ├── cthead1.bmp.md5
│ │ │ │ ├── cthead1.bmp.sha512
│ │ │ │ ├── cthead1.jpg.md5
│ │ │ │ ├── cthead1.jpg.sha512
│ │ │ │ ├── cthead1.png.md5
│ │ │ │ ├── cthead1.png.sha512
│ │ │ │ ├── cthead1.tif.md5
│ │ │ │ ├── cthead1.tif.sha512
│ │ │ │ ├── cthead254x254.bmp.md5
│ │ │ │ ├── cthead254x254.bmp.sha512
│ │ │ │ ├── HeadMRVolume.mhd.md5
│ │ │ │ ├── HeadMRVolume.mhd.sha512
│ │ │ │ ├── HeadMRVolume.raw.md5
│ │ │ │ ├── HeadMRVolume.raw.sha512
│ │ │ │ ├── I.001.mha.md5
│ │ │ │ ├── I.001.mha.sha512
│ │ │ │ ├── image_color.bmp.md5
│ │ │ │ ├── image_color.bmp.sha512
│ │ │ │ ├── image_grayscale.bmp.md5
│ │ │ │ ├── image_grayscale.bmp.sha512
│ │ │ │ ├── mini-complex-fast.nrrd.md5
│ │ │ │ ├── mini-complex-fast.nrrd.sha512
│ │ │ │ ├── mini-covector.nrrd.md5
│ │ │ │ ├── mini-covector.nrrd.sha512
│ │ │ │ ├── mini-ten.nrrd.md5
│ │ │ │ ├── mini-ten.nrrd.sha512
│ │ │ │ ├── mini-vector.nrrd.md5
│ │ │ │ ├── mini-vector.nrrd.sha512
│ │ │ │ ├── NrrdImageReadWriteTest1.nrrd.md5
│ │ │ │ ├── NrrdImageReadWriteTest1.nrrd.sha512
│ │ │ │ ├── NrrdRGBAImageReadWriteTest.png.md5
│ │ │ │ ├── NrrdRGBAImageReadWriteTest.png.sha512
│ │ │ │ ├── NrrdRGBImageReadWriteTest0.png.md5
│ │ │ │ ├── NrrdRGBImageReadWriteTest0.png.sha512
│ │ │ │ ├── NrrdRGBImageReadWriteTest1.png.md5
│ │ │ │ ├── NrrdRGBImageReadWriteTest1.png.sha512
│ │ │ │ ├── NrrdRGBImageReadWriteTest2.png.md5
│ │ │ │ ├── NrrdRGBImageReadWriteTest2.png.sha512
│ │ │ │ ├── ramp.mhd.md5
│ │ │ │ ├── ramp.mhd.sha512
│ │ │ │ ├── ramp.raw.md5
│ │ │ │ ├── ramp.raw.sha512
│ │ │ │ ├── rampShort.tif.md5
│ │ │ │ ├── rampShort.tif.sha512
│ │ │ │ ├── ramp.tif.md5
│ │ │ │ ├── ramp.tif.sha512
│ │ │ │ ├── RGBTestImageCCITTFax3.mha.md5
│ │ │ │ ├── RGBTestImageCCITTFax3.mha.sha512
│ │ │ │ ├── RGBTestImageCCITTFax3.tif.md5
│ │ │ │ ├── RGBTestImageCCITTFax3.tif.sha512
│ │ │ │ ├── RGBTestImageCCITTFax4.mha.md5
│ │ │ │ ├── RGBTestImageCCITTFax4.mha.sha512
│ │ │ │ ├── RGBTestImageCCITTFax4.tif.md5
│ │ │ │ ├── RGBTestImageCCITTFax4.tif.sha512
│ │ │ │ ├── RGBTestImageGray.tif.md5
│ │ │ │ ├── RGBTestImageGray.tif.sha512
│ │ │ │ ├── RGBTestImageHuffmanRLE.tif.md5
│ │ │ │ ├── RGBTestImageHuffmanRLE.tif.sha512
│ │ │ │ ├── RGBTestImageJPEG.tif.md5
│ │ │ │ ├── RGBTestImageJPEG.tif.sha512
│ │ │ │ ├── RGBTestImageLZW.tif.md5
│ │ │ │ ├── RGBTestImageLZW.tif.sha512
│ │ │ │ ├── RGBTestImageNone.tif.md5
│ │ │ │ ├── RGBTestImageNone.tif.sha512
│ │ │ │ ├── RGBTestImagePackBits.tif.md5
│ │ │ │ ├── RGBTestImagePackBits.tif.sha512
│ │ │ │ ├── RGBTestImage.tif.md5
│ │ │ │ ├── RGBTestImage.tif.sha512
│ │ │ │ ├── RGBTestImageZIP.tif.md5
│ │ │ │ ├── RGBTestImageZIP.tif.sha512
│ │ │ │ ├── ShortTestImage.tiff.md5
│ │ │ │ ├── ShortTestImage.tiff.sha512
│ │ │ │ ├── SmallRampVolume.mhd.md5
│ │ │ │ ├── SmallRampVolume.mhd.sha512
│ │ │ │ ├── SmallRampVolume.raw.md5
│ │ │ │ ├── SmallRampVolume.raw.sha512
│ │ │ │ ├── smallRGBA.mha.md5
│ │ │ │ ├── smallRGBA.mha.sha512
│ │ │ │ ├── small-tensors-double.nrrd.md5
│ │ │ │ ├── small-tensors-double.nrrd.sha512
│ │ │ │ ├── small-tensors.nhdr.md5
│ │ │ │ ├── small-tensors.nhdr.sha512
│ │ │ │ ├── small-tensors.raw.md5
│ │ │ │ ├── small-tensors.raw.sha512
│ │ │ │ ├── vol-ascii.nrrd.md5
│ │ │ │ └── vol-ascii.nrrd.sha512
│ │ │ ├── Iterators
│ │ │ │ ├── ImageLinearIteratorWithIndexTest.png.md5
│ │ │ │ ├── ImageLinearIteratorWithIndexTest.png.sha512
│ │ │ │ ├── ImageRegionIteratorTest.png.md5
│ │ │ │ ├── ImageRegionIteratorTest.png.sha512
│ │ │ │ ├── ImageRegionIteratorWithIndexTest.png.md5
│ │ │ │ ├── ImageRegionIteratorWithIndexTest.png.sha512
│ │ │ │ ├── ImageSliceIteratorWithIndexTest.mha.md5
│ │ │ │ └── ImageSliceIteratorWithIndexTest.mha.sha512
│ │ │ ├── itkDCMTKNonSquare.nii.gz.md5
│ │ │ ├── itkDCMTKNonSquare.nii.gz.sha512
│ │ │ ├── Registration
│ │ │ │ ├── DeformableRegistration2Test.png.md5
│ │ │ │ ├── DeformableRegistration2Test.png.sha512
│ │ │ │ ├── DeformableRegistration3Test.1.png.md5
│ │ │ │ ├── DeformableRegistration3Test.1.png.sha512
│ │ │ │ ├── DeformableRegistration3Test.2.png.md5
│ │ │ │ ├── DeformableRegistration3Test.2.png.sha512
│ │ │ │ ├── DeformableRegistration3Test.3.png.md5
│ │ │ │ ├── DeformableRegistration3Test.3.png.sha512
│ │ │ │ ├── DeformableRegistration3Test.4.png.md5
│ │ │ │ ├── DeformableRegistration3Test.4.png.sha512
│ │ │ │ ├── DeformableRegistration3Test.5.png.md5
│ │ │ │ ├── DeformableRegistration3Test.5.png.sha512
│ │ │ │ ├── DeformableRegistration3Test.6.png.md5
│ │ │ │ ├── DeformableRegistration3Test.6.png.sha512
│ │ │ │ ├── DeformableRegistration3Test.png.md5
│ │ │ │ ├── DeformableRegistration3Test.png.sha512
│ │ │ │ ├── DeformableRegistration5Test.1.png.md5
│ │ │ │ ├── DeformableRegistration5Test.1.png.sha512
│ │ │ │ ├── DeformableRegistration5Test.2.png.md5
│ │ │ │ ├── DeformableRegistration5Test.2.png.sha512
│ │ │ │ ├── DeformableRegistration5Test.3.png.md5
│ │ │ │ ├── DeformableRegistration5Test.3.png.sha512
│ │ │ │ ├── DeformableRegistration5Test.4.png.md5
│ │ │ │ ├── DeformableRegistration5Test.4.png.sha512
│ │ │ │ ├── DeformableRegistration5Test.5.png.md5
│ │ │ │ ├── DeformableRegistration5Test.5.png.sha512
│ │ │ │ ├── DeformableRegistration5Test.6.png.md5
│ │ │ │ ├── DeformableRegistration5Test.6.png.sha512
│ │ │ │ ├── DeformableRegistration5Test.png.md5
│ │ │ │ ├── DeformableRegistration5Test.png.sha512
│ │ │ │ ├── ImageRegistration10TestPixelCentered.1.png.md5
│ │ │ │ ├── ImageRegistration10TestPixelCentered.1.png.sha512
│ │ │ │ ├── ImageRegistration10TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration10TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration12TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration12TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration13TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration13TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration14Test.1.png.md5
│ │ │ │ ├── ImageRegistration14Test.1.png.sha512
│ │ │ │ ├── ImageRegistration14Test.2.png.md5
│ │ │ │ ├── ImageRegistration14Test.2.png.sha512
│ │ │ │ ├── ImageRegistration14Test.png.md5
│ │ │ │ ├── ImageRegistration14Test.png.sha512
│ │ │ │ ├── ImageRegistration15TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration15TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration16TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration16TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration17TestPixelCentered.1.png.md5
│ │ │ │ ├── ImageRegistration17TestPixelCentered.1.png.sha512
│ │ │ │ ├── ImageRegistration17TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration17TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration1TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration1TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration2Test.png.md5
│ │ │ │ ├── ImageRegistration2Test.png.sha512
│ │ │ │ ├── ImageRegistration3TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration3TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration4Test.png.md5
│ │ │ │ ├── ImageRegistration4Test.png.sha512
│ │ │ │ ├── ImageRegistration5Test1PixelCentered.png.md5
│ │ │ │ ├── ImageRegistration5Test1PixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration5Test2PixelCentered.png.md5
│ │ │ │ ├── ImageRegistration5Test2PixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration6TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration6TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration7TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration7TestPixelCentered.png.sha512
│ │ │ │ ├── ImageRegistration8RegisteredSlice.png.md5
│ │ │ │ ├── ImageRegistration8RegisteredSlice.png.sha512
│ │ │ │ ├── ImageRegistration9TestPixelCentered.png.md5
│ │ │ │ ├── ImageRegistration9TestPixelCentered.png.sha512
│ │ │ │ ├── ITKv3ImageRegistration4Test.png.md5
│ │ │ │ ├── ITKv3ImageRegistration4Test.png.sha512
│ │ │ │ ├── ITKv3ImageRegistration5Test2PixelCentered.png.md5
│ │ │ │ ├── ITKv3ImageRegistration5Test2PixelCentered.png.sha512
│ │ │ │ ├── JointEntropyHistogramAfterRegistration.1.png.md5
│ │ │ │ ├── JointEntropyHistogramAfterRegistration.1.png.sha512
│ │ │ │ ├── JointEntropyHistogramAfterRegistration.png.md5
│ │ │ │ ├── JointEntropyHistogramAfterRegistration.png.sha512
│ │ │ │ ├── LandmarkWarping2Test.png.md5
│ │ │ │ ├── LandmarkWarping2Test.png.sha512
│ │ │ │ ├── MultiResImageRegistration1Test.1.png.md5
│ │ │ │ ├── MultiResImageRegistration1Test.1.png.sha512
│ │ │ │ ├── MultiResImageRegistration1Test.2.png.md5
│ │ │ │ ├── MultiResImageRegistration1Test.2.png.sha512
│ │ │ │ ├── MultiResImageRegistration1Test.3.png.md5
│ │ │ │ ├── MultiResImageRegistration1Test.3.png.sha512
│ │ │ │ ├── MultiResImageRegistration1Test.png.md5
│ │ │ │ ├── MultiResImageRegistration1Test.png.sha512
│ │ │ │ ├── MultiResImageRegistration2Test.1.png.md5
│ │ │ │ ├── MultiResImageRegistration2Test.1.png.sha512
│ │ │ │ ├── MultiResImageRegistration2Test.2.png.md5
│ │ │ │ ├── MultiResImageRegistration2Test.2.png.sha512
│ │ │ │ ├── MultiResImageRegistration2Test.png.md5
│ │ │ │ └── MultiResImageRegistration2Test.png.sha512
│ │ │ ├── Review
│ │ │ │ ├── connected0lines-0.png.md5
│ │ │ │ ├── connected0lines-0.png.sha512
│ │ │ │ ├── connected0lines-1.png.md5
│ │ │ │ ├── connected0lines-1.png.sha512
│ │ │ │ ├── cthead1-0_0Overlay.png.md5
│ │ │ │ ├── cthead1-0_0Overlay.png.sha512
│ │ │ │ ├── cthead1-0_1Overlay.png.md5
│ │ │ │ ├── cthead1-0_1Overlay.png.sha512
│ │ │ │ ├── cthead1-0_2Overlay.png.md5
│ │ │ │ ├── cthead1-0_2Overlay.png.sha512
│ │ │ │ ├── cthead1-0_3Overlay.png.md5
│ │ │ │ ├── cthead1-0_3Overlay.png.sha512
│ │ │ │ ├── cthead1-0_4Overlay.png.md5
│ │ │ │ ├── cthead1-0_4Overlay.png.sha512
│ │ │ │ ├── cthead1-0_5Overlay.png.md5
│ │ │ │ ├── cthead1-0_5Overlay.png.sha512
│ │ │ │ ├── cthead1-0_6Overlay.png.md5
│ │ │ │ ├── cthead1-0_6Overlay.png.sha512
│ │ │ │ ├── cthead1-0_7Overlay.png.md5
│ │ │ │ ├── cthead1-0_7Overlay.png.sha512
│ │ │ │ ├── cthead1-0_8Overlay.png.md5
│ │ │ │ ├── cthead1-0_8Overlay.png.sha512
│ │ │ │ ├── cthead1-0_9Overlay.png.md5
│ │ │ │ ├── cthead1-0_9Overlay.png.sha512
│ │ │ │ ├── cthead1-1_0Overlay.png.md5
│ │ │ │ ├── cthead1-1_0Overlay.png.sha512
│ │ │ │ ├── cthead1-binary-shape-opening.mha.md5
│ │ │ │ ├── cthead1-binary-shape-opening.mha.sha512
│ │ │ │ ├── cthead1-keep-n-objects.mha.md5
│ │ │ │ ├── cthead1-keep-n-objects.mha.sha512
│ │ │ │ ├── cthead1-labelAggregate.mha.md5
│ │ │ │ ├── cthead1-labelAggregate.mha.sha512
│ │ │ │ ├── cthead1-label-autocrop.mha.md5
│ │ │ │ ├── cthead1-label-autocrop.mha.sha512
│ │ │ │ ├── cthead1-label-binary.mha.md5
│ │ │ │ ├── cthead1-label-binary.mha.sha512
│ │ │ │ ├── cthead1-label-changed2.mha.md5
│ │ │ │ ├── cthead1-label-changed2.mha.sha512
│ │ │ │ ├── cthead1-label-changed3.png.md5
│ │ │ │ ├── cthead1-label-changed3.png.sha512
│ │ │ │ ├── cthead1-label-changed.mha.md5
│ │ │ │ ├── cthead1-label-changed.mha.sha512
│ │ │ │ ├── cthead1-label-changeregion.mha.md5
│ │ │ │ ├── cthead1-label-changeregion.mha.sha512
│ │ │ │ ├── cthead1Label-color.png.md5
│ │ │ │ ├── cthead1Label-color.png.sha512
│ │ │ │ ├── cthead1-label-crop.mha.md5
│ │ │ │ ├── cthead1-label-crop.mha.sha512
│ │ │ │ ├── cthead1-labeled.mha.md5
│ │ │ │ ├── cthead1-labeled.mha.sha512
│ │ │ │ ├── cthead1-label-pad.mha.md5
│ │ │ │ ├── cthead1-label-pad.mha.sha512
│ │ │ │ ├── cthead1-label-regionreference.mha.md5
│ │ │ │ ├── cthead1-label-regionreference.mha.sha512
│ │ │ │ ├── cthead1-label-relabeled.mha.md5
│ │ │ │ ├── cthead1-label-relabeled.mha.sha512
│ │ │ │ ├── cthead1-label-shiftscaled.mha.md5
│ │ │ │ ├── cthead1-label-shiftscaled.mha.sha512
│ │ │ │ ├── cthead1RegionalMaximal-ref2_1.png.md5
│ │ │ │ ├── cthead1RegionalMaximal-ref2_1.png.sha512
│ │ │ │ ├── cthead1RegionalMaximal-ref2_2.png.md5
│ │ │ │ ├── cthead1RegionalMaximal-ref2_2.png.sha512
│ │ │ │ ├── cthead1RegionalMinimal-ref2_1.png.md5
│ │ │ │ ├── cthead1RegionalMinimal-ref2_1.png.sha512
│ │ │ │ ├── cthead1RegionalMinimal-ref2_2.png.md5
│ │ │ │ ├── cthead1RegionalMinimal-ref2_2.png.sha512
│ │ │ │ ├── cthead1-shape-opening.mha.md5
│ │ │ │ ├── cthead1-shape-opening.mha.sha512
│ │ │ │ ├── cthead1-shape-relabel-labelmap.mha.md5
│ │ │ │ ├── cthead1-shape-relabel-labelmap.mha.sha512
│ │ │ │ ├── cthead1-shape-unique-labelmap.mha.md5
│ │ │ │ ├── cthead1-shape-unique-labelmap.mha.sha512
│ │ │ │ ├── cthead1ValuedRegionalMaximal-ref2.png.md5
│ │ │ │ ├── cthead1ValuedRegionalMaximal-ref2.png.sha512
│ │ │ │ ├── cthead1ValuedRegionalMaximal-ref.png.md5
│ │ │ │ ├── cthead1ValuedRegionalMaximal-ref.png.sha512
│ │ │ │ ├── cthead1ValuedRegionalMinimal-ref2.png.md5
│ │ │ │ ├── cthead1ValuedRegionalMinimal-ref2.png.sha512
│ │ │ │ ├── cthead1ValuedRegionalMinimal-ref.png.md5
│ │ │ │ ├── cthead1ValuedRegionalMinimal-ref.png.sha512
│ │ │ │ ├── itkAreaClosingImageFilterTest0.png.md5
│ │ │ │ ├── itkAreaClosingImageFilterTest0.png.sha512
│ │ │ │ ├── itkAreaOpeningImageFilterTest0.png.md5
│ │ │ │ ├── itkAreaOpeningImageFilterTest0.png.sha512
│ │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilterTest0.png.md5
│ │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilterTest0.png.sha512
│ │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilterTest1.png.md5
│ │ │ │ ├── itkAttributeKeepNObjectsLabelMapFilterTest1.png.sha512
│ │ │ │ ├── itkAttributeOpeningLabelMapFilterTest0.png.md5
│ │ │ │ ├── itkAttributeOpeningLabelMapFilterTest0.png.sha512
│ │ │ │ ├── itkAttributeOpeningLabelMapFilterTest1.png.md5
│ │ │ │ ├── itkAttributeOpeningLabelMapFilterTest1.png.sha512
│ │ │ │ ├── itkAttributePositionLabelMapFilterTest1.png.md5
│ │ │ │ ├── itkAttributePositionLabelMapFilterTest1.png.sha512
│ │ │ │ ├── itkAttributeRelabelLabelMapFilterTest0.png.md5
│ │ │ │ ├── itkAttributeRelabelLabelMapFilterTest0.png.sha512
│ │ │ │ ├── itkAttributeRelabelLabelMapFilterTest1.png.md5
│ │ │ │ ├── itkAttributeRelabelLabelMapFilterTest1.png.sha512
│ │ │ │ ├── itkAttributeUniqueLabelMapFilterTest0.png.md5
│ │ │ │ ├── itkAttributeUniqueLabelMapFilterTest0.png.sha512
│ │ │ │ ├── itkAttributeUniqueLabelMapFilterTest1.png.md5
│ │ │ │ ├── itkAttributeUniqueLabelMapFilterTest1.png.sha512
│ │ │ │ ├── itkAutoCropLabelMapFilterTest2-163.png.md5
│ │ │ │ ├── itkAutoCropLabelMapFilterTest2-163.png.sha512
│ │ │ │ ├── itkAutoCropLabelMapFilterTest2-92.png.md5
│ │ │ │ ├── itkAutoCropLabelMapFilterTest2-92.png.sha512
│ │ │ │ ├── itkBinaryClosingByReconstructionImageFilterTest.png.md5
│ │ │ │ ├── itkBinaryClosingByReconstructionImageFilterTest.png.sha512
│ │ │ │ ├── itkBinaryContourImageFilterTest0.png.md5
│ │ │ │ ├── itkBinaryContourImageFilterTest0.png.sha512
│ │ │ │ ├── itkBinaryContourImageFilterTest1.png.md5
│ │ │ │ ├── itkBinaryContourImageFilterTest1.png.sha512
│ │ │ │ ├── itkBinaryFillholeImageFilterTest1.png.md5
│ │ │ │ ├── itkBinaryFillholeImageFilterTest1.png.sha512
│ │ │ │ ├── itkBinaryGrindPeakImageFilterTest1.png.md5
│ │ │ │ ├── itkBinaryGrindPeakImageFilterTest1.png.sha512
│ │ │ │ ├── itkBinaryMorphologicalClosingImageFilterTest.png.md5
│ │ │ │ ├── itkBinaryMorphologicalClosingImageFilterTest.png.sha512
│ │ │ │ ├── itkBinaryMorphologicalClosingImageFilterTestUnsafe.png.md5
│ │ │ │ ├── itkBinaryMorphologicalClosingImageFilterTestUnsafe.png.sha512
│ │ │ │ ├── itkBinaryMorphologicalOpeningImageFilterTest.png.md5
│ │ │ │ ├── itkBinaryMorphologicalOpeningImageFilterTest.png.sha512
│ │ │ │ ├── itkBinaryOpeningByReconstructionImageFilterTest.png.md5
│ │ │ │ ├── itkBinaryOpeningByReconstructionImageFilterTest.png.sha512
│ │ │ │ ├── itkBinaryReconstructionByDilationImageFilterTest.png.md5
│ │ │ │ ├── itkBinaryReconstructionByDilationImageFilterTest.png.sha512
│ │ │ │ ├── itkBinaryReconstructionByErosionImageFilterTest.png.md5
│ │ │ │ ├── itkBinaryReconstructionByErosionImageFilterTest.png.sha512
│ │ │ │ ├── itkBinaryReconstructionLabelMapFilterTest.png.md5
│ │ │ │ ├── itkBinaryReconstructionLabelMapFilterTest.png.sha512
│ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest01.mha.md5
│ │ │ │ ├── itkBSplineScatteredDataPointSetToImageFilterTest01.mha.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest01.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest01.png.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest02.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest02.png.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest03.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest03.png.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest10.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest10.png.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest11.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest11.png.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest12.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest12.png.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest20.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest20.png.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest21.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest21.png.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest30.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFilterTest30.png.sha512
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFunctionTest01.png.md5
│ │ │ │ ├── itkDiscreteGaussianDerivativeImageFunctionTest01.png.sha512
│ │ │ │ ├── itkDiscreteGradientMagnitudeGaussianImageFunctionTest01.png.md5
│ │ │ │ ├── itkDiscreteGradientMagnitudeGaussianImageFunctionTest01.png.sha512
│ │ │ │ ├── itkDiscreteHessianGaussianImageFunctionTest.mha.md5
│ │ │ │ ├── itkDiscreteHessianGaussianImageFunctionTest.mha.sha512
│ │ │ │ ├── itkFastApproximateRankImageFilter10.png.md5
│ │ │ │ ├── itkFastApproximateRankImageFilter10.png.sha512
│ │ │ │ ├── itkFastApproximateRankImageFilter3.png.md5
│ │ │ │ ├── itkFastApproximateRankImageFilter3.png.sha512
│ │ │ │ ├── itkLabelContourImageFilterTest0.png.md5
│ │ │ │ ├── itkLabelContourImageFilterTest0.png.sha512
│ │ │ │ ├── itkLabelContourImageFilterTest1.png.md5
│ │ │ │ ├── itkLabelContourImageFilterTest1.png.sha512
│ │ │ │ ├── itkLabelGeometryImageFilterTest2Image.png.md5
│ │ │ │ ├── itkLabelGeometryImageFilterTest2Image.png.sha512
│ │ │ │ ├── itkLabelGeometryImageFilterTest3D.csv.md5
│ │ │ │ ├── itkLabelGeometryImageFilterTest3D.csv.sha512
│ │ │ │ ├── itkLabelGeometryImageFilterTest3D.mhd.md5
│ │ │ │ ├── itkLabelGeometryImageFilterTest3D.mhd.sha512
│ │ │ │ ├── itkLabelGeometryImageFilterTest3D.raw.md5
│ │ │ │ ├── itkLabelGeometryImageFilterTest3D.raw.sha512
│ │ │ │ ├── itkLabelGeometryImageFilterTest.csv.md5
│ │ │ │ ├── itkLabelGeometryImageFilterTest.csv.sha512
│ │ │ │ ├── itkLabelGeometryImageFilterTest.png.md5
│ │ │ │ ├── itkLabelGeometryImageFilterTest.png.sha512
│ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest0.png.md5
│ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest0.png.sha512
│ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest1.png.md5
│ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest1.png.sha512
│ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest2.png.md5
│ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest2.png.sha512
│ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest4.png.md5
│ │ │ │ ├── itkLabelMapContourOverlayImageFilterTest4.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-0-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-0-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-0-1.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-0-1.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-1-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-1-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-1-1.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-0-1-1.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-0-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-0-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-0-1.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-0-1.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-1-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-1-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-1-1.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTest-100-1-1.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-0-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-0-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-0-10.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-0-10.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-1-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-1-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-1-10.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-0-1-10.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-0-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-0-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-0-10.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-0-10.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-1-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-1-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-1-10.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-0-1-1-10.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-0-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-0-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-0-10.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-0-10.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-1-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-1-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-1-10.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-0-1-10.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-0-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-0-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-0-10.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-0-10.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-1-0.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-1-0.png.sha512
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-1-10.png.md5
│ │ │ │ ├── itkLabelMapMaskImageFilterTestCrop-100-1-1-10.png.sha512
│ │ │ │ ├── itkLabelMapOverlayImageFilterTest1.png.md5
│ │ │ │ ├── itkLabelMapOverlayImageFilterTest1.png.sha512
│ │ │ │ ├── itkLabelMapOverlayImageFilterTest3.png.md5
│ │ │ │ ├── itkLabelMapOverlayImageFilterTest3.png.sha512
│ │ │ │ ├── itkLabelMapToAttributeImageFilterTest1.png.md5
│ │ │ │ ├── itkLabelMapToAttributeImageFilterTest1.png.sha512
│ │ │ │ ├── itkLabelMapToRGBImageFilterTest1.png.md5
│ │ │ │ ├── itkLabelMapToRGBImageFilterTest1.png.sha512
│ │ │ │ ├── itkLabelSelectionLabelMapFilterTest0.png.md5
│ │ │ │ ├── itkLabelSelectionLabelMapFilterTest0.png.sha512
│ │ │ │ ├── itkLabelSelectionLabelMapFilterTest1.png.md5
│ │ │ │ ├── itkLabelSelectionLabelMapFilterTest1.png.sha512
│ │ │ │ ├── itkLabelUniqueLabelMapFilterTest0.png.md5
│ │ │ │ ├── itkLabelUniqueLabelMapFilterTest0.png.sha512
│ │ │ │ ├── itkLabelUniqueLabelMapFilterTest1.png.md5
│ │ │ │ ├── itkLabelUniqueLabelMapFilterTest1.png.sha512
│ │ │ │ ├── itkMaskedRankImageFilter10.png.md5
│ │ │ │ ├── itkMaskedRankImageFilter10.png.sha512
│ │ │ │ ├── itkMaskedRankImageFilter3.png.md5
│ │ │ │ ├── itkMaskedRankImageFilter3.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM0F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM0F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM0F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM0F1.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM1F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM1F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM1F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedFromMarkersImageFilterTestM1F1.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM0F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM0F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM0F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM0F1.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM1F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM1F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM1F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestButtonHoleM1F1.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel00.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel00.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel10.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel10.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel20.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel20.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel30.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel30.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel40.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel40.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel50.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestLevel50.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM0F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM0F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM0F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM0F1.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM1F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM1F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM1F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPassValuesM1F1.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM0F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM0F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM0F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM0F1.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM1F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM1F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM1F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestPlateauM1F1.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM0F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM0F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM0F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM0F1.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM1F0.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM1F0.png.sha512
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM1F1.png.md5
│ │ │ │ ├── itkMorphologicalWatershedImageFilterTestThickLinesM1F1.png.sha512
│ │ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilterTestEnhancedOutput.mha.md5
│ │ │ │ ├── itkMultiScaleHessianBasedMeasureImageFilterTestEnhancedOutput.mha.sha512
│ │ │ │ ├── itkObjectByObjectLabelMapFilterTest0.png.md5
│ │ │ │ ├── itkObjectByObjectLabelMapFilterTest0.png.sha512
│ │ │ │ ├── itkObjectByObjectLabelMapFilterTest1.png.md5
│ │ │ │ ├── itkObjectByObjectLabelMapFilterTest1.png.sha512
│ │ │ │ ├── itkRankImageFilter10.png.md5
│ │ │ │ ├── itkRankImageFilter10.png.sha512
│ │ │ │ ├── itkRankImageFilter3.png.md5
│ │ │ │ ├── itkRankImageFilter3.png.sha512
│ │ │ │ ├── itkRobustAutomaticThresholdImageFilterTest.png.md5
│ │ │ │ ├── itkRobustAutomaticThresholdImageFilterTest.png.sha512
│ │ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2_0.mha.md5
│ │ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2_0.mha.sha512
│ │ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2_1.mha.md5
│ │ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2_1.mha.sha512
│ │ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2_2.mha.md5
│ │ │ │ ├── itkScalarChanAndVeseDenseLevelSetImageFilterTest2_2.mha.sha512
│ │ │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilterTest2.mha.md5
│ │ │ │ ├── itkScalarChanAndVeseSparseLevelSetImageFilterTest2.mha.sha512
│ │ │ │ ├── itkShapePositionLabelMapFilterTest1.png.md5
│ │ │ │ ├── itkShapePositionLabelMapFilterTest1.png.sha512
│ │ │ │ ├── itkStochasticFractalDimensionImageFilterTest1.mha.md5
│ │ │ │ ├── itkStochasticFractalDimensionImageFilterTest1.mha.sha512
│ │ │ │ ├── itkStochasticFractalDimensionImageFilterTest2.mha.md5
│ │ │ │ ├── itkStochasticFractalDimensionImageFilterTest2.mha.sha512
│ │ │ │ ├── N4ControlPoints_2D.nii.gz.md5
│ │ │ │ ├── N4ControlPoints_2D.nii.gz.sha512
│ │ │ │ ├── N4ControlPoints_3D.nii.gz.md5
│ │ │ │ ├── N4ControlPoints_3D.nii.gz.sha512
│ │ │ │ ├── nonConnected3DLines-0.tif.md5
│ │ │ │ ├── nonConnected3DLines-0.tif.sha512
│ │ │ │ ├── reconstruct.mha.md5
│ │ │ │ ├── reconstruct.mha.sha512
│ │ │ │ ├── simple-label-merge-aggregate.mha.md5
│ │ │ │ ├── simple-label-merge-aggregate.mha.sha512
│ │ │ │ ├── simple-label-merge-keep.mha.md5
│ │ │ │ ├── simple-label-merge-keep.mha.sha512
│ │ │ │ ├── simple-label-merge-pack.mha.md5
│ │ │ │ ├── simple-label-merge-pack.mha.sha512
│ │ │ │ ├── simple-label-merge-strict.mha.md5
│ │ │ │ ├── simple-label-merge-strict.mha.sha512
│ │ │ │ ├── simple-label-to-shapelabelmap.mha.md5
│ │ │ │ ├── simple-label-to-shapelabelmap.mha.sha512
│ │ │ │ ├── Spots-binaryimage-to-shapelabel.mha.md5
│ │ │ │ ├── Spots-binaryimage-to-shapelabel.mha.sha512
│ │ │ │ ├── Spots-binaryimage-to-statisticslabel.mha.md5
│ │ │ │ └── Spots-binaryimage-to-statisticslabel.mha.sha512
│ │ │ ├── Segmentation
│ │ │ │ ├── CannySegmentationLevelSetImageFilterTest.png.md5
│ │ │ │ ├── CannySegmentationLevelSetImageFilterTest.png.sha512
│ │ │ │ ├── ConfidenceConnectedGrayTest.png.md5
│ │ │ │ ├── ConfidenceConnectedGrayTest.png.sha512
│ │ │ │ ├── ConfidenceConnectedVentricleTest.png.md5
│ │ │ │ ├── ConfidenceConnectedVentricleTest.png.sha512
│ │ │ │ ├── ConfidenceConnectedWhiteTest.png.md5
│ │ │ │ ├── ConfidenceConnectedWhiteTest.png.sha512
│ │ │ │ ├── ConnectedThresholdGrayTest.png.md5
│ │ │ │ ├── ConnectedThresholdGrayTest.png.sha512
│ │ │ │ ├── ConnectedThresholdVentricleTest.png.md5
│ │ │ │ ├── ConnectedThresholdVentricleTest.png.sha512
│ │ │ │ ├── ConnectedThresholdWhiteTest.png.md5
│ │ │ │ ├── ConnectedThresholdWhiteTest.png.sha512
│ │ │ │ ├── CurvesLevelSetImageFilterTest.png.md5
│ │ │ │ ├── CurvesLevelSetImageFilterTest.png.sha512
│ │ │ │ ├── FastMarchingGrayMatterTest.1.png.md5
│ │ │ │ ├── FastMarchingGrayMatterTest.1.png.sha512
│ │ │ │ ├── FastMarchingGrayMatterTest.png.md5
│ │ │ │ ├── FastMarchingGrayMatterTest.png.sha512
│ │ │ │ ├── FastMarchingLeftVentricleTest.1.png.md5
│ │ │ │ ├── FastMarchingLeftVentricleTest.1.png.sha512
│ │ │ │ ├── FastMarchingLeftVentricleTest.png.md5
│ │ │ │ ├── FastMarchingLeftVentricleTest.png.sha512
│ │ │ │ ├── FastMarchingRightVentricleTest.1.png.md5
│ │ │ │ ├── FastMarchingRightVentricleTest.1.png.sha512
│ │ │ │ ├── FastMarchingRightVentricleTest.png.md5
│ │ │ │ ├── FastMarchingRightVentricleTest.png.sha512
│ │ │ │ ├── FastMarchingWhiteMatterTest.1.png.md5
│ │ │ │ ├── FastMarchingWhiteMatterTest.1.png.sha512
│ │ │ │ ├── FastMarchingWhiteMatterTest.png.md5
│ │ │ │ ├── FastMarchingWhiteMatterTest.png.sha512
│ │ │ │ ├── GeodesicActiveContourGrayMatterTest.1.png.md5
│ │ │ │ ├── GeodesicActiveContourGrayMatterTest.1.png.sha512
│ │ │ │ ├── GeodesicActiveContourGrayMatterTest.png.md5
│ │ │ │ ├── GeodesicActiveContourGrayMatterTest.png.sha512
│ │ │ │ ├── GeodesicActiveContourLeftVentricleTest.1.png.md5
│ │ │ │ ├── GeodesicActiveContourLeftVentricleTest.1.png.sha512
│ │ │ │ ├── GeodesicActiveContourLeftVentricleTest.png.md5
│ │ │ │ ├── GeodesicActiveContourLeftVentricleTest.png.sha512
│ │ │ │ ├── GeodesicActiveContourRightVentricleTest.1.png.md5
│ │ │ │ ├── GeodesicActiveContourRightVentricleTest.1.png.sha512
│ │ │ │ ├── GeodesicActiveContourRightVentricleTest.png.md5
│ │ │ │ ├── GeodesicActiveContourRightVentricleTest.png.sha512
│ │ │ │ ├── GeodesicActiveContourShapePriorCallosumTest.png.md5
│ │ │ │ ├── GeodesicActiveContourShapePriorCallosumTest.png.sha512
│ │ │ │ ├── GeodesicActiveContourWhiteMatterTest.1.png.md5
│ │ │ │ ├── GeodesicActiveContourWhiteMatterTest.1.png.sha512
│ │ │ │ ├── GeodesicActiveContourWhiteMatterTest.png.md5
│ │ │ │ ├── GeodesicActiveContourWhiteMatterTest.png.sha512
│ │ │ │ ├── HoughTransformTwoCirclesTest.png.md5
│ │ │ │ ├── HoughTransformTwoCirclesTest.png.sha512
│ │ │ │ ├── HoughTransformTwoLinesTest.png.md5
│ │ │ │ ├── HoughTransformTwoLinesTest.png.sha512
│ │ │ │ ├── IsolatedConnectedTest.png.md5
│ │ │ │ ├── IsolatedConnectedTest.png.sha512
│ │ │ │ ├── LaplacianSegmentationLevelSetImageFilter.png.md5
│ │ │ │ ├── LaplacianSegmentationLevelSetImageFilter.png.sha512
│ │ │ │ ├── NeighborhoodConnectedGrayTest.png.md5
│ │ │ │ ├── NeighborhoodConnectedGrayTest.png.sha512
│ │ │ │ ├── NeighborhoodConnectedVentricleTest.png.md5
│ │ │ │ ├── NeighborhoodConnectedVentricleTest.png.sha512
│ │ │ │ ├── NeighborhoodConnectedWhiteTest.png.md5
│ │ │ │ ├── NeighborhoodConnectedWhiteTest.png.sha512
│ │ │ │ ├── RelabelComponentImageFilter.png.md5
│ │ │ │ ├── RelabelComponentImageFilter.png.sha512
│ │ │ │ ├── ShapeDetectionLevelSetGrayMatterTest.1.png.md5
│ │ │ │ ├── ShapeDetectionLevelSetGrayMatterTest.1.png.sha512
│ │ │ │ ├── ShapeDetectionLevelSetGrayMatterTest.png.md5
│ │ │ │ ├── ShapeDetectionLevelSetGrayMatterTest.png.sha512
│ │ │ │ ├── ShapeDetectionLevelSetLeftVentricleTest.1.png.md5
│ │ │ │ ├── ShapeDetectionLevelSetLeftVentricleTest.1.png.sha512
│ │ │ │ ├── ShapeDetectionLevelSetLeftVentricleTest.png.md5
│ │ │ │ ├── ShapeDetectionLevelSetLeftVentricleTest.png.sha512
│ │ │ │ ├── ShapeDetectionLevelSetRightVentricleTest.1.png.md5
│ │ │ │ ├── ShapeDetectionLevelSetRightVentricleTest.1.png.sha512
│ │ │ │ ├── ShapeDetectionLevelSetRightVentricleTest.png.md5
│ │ │ │ ├── ShapeDetectionLevelSetRightVentricleTest.png.sha512
│ │ │ │ ├── ShapeDetectionLevelSetWhiteMatterTest.1.png.md5
│ │ │ │ ├── ShapeDetectionLevelSetWhiteMatterTest.1.png.sha512
│ │ │ │ ├── ShapeDetectionLevelSetWhiteMatterTest.2.png.md5
│ │ │ │ ├── ShapeDetectionLevelSetWhiteMatterTest.2.png.sha512
│ │ │ │ ├── ShapeDetectionLevelSetWhiteMatterTest.png.md5
│ │ │ │ ├── ShapeDetectionLevelSetWhiteMatterTest.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.1.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.1.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.2.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.2.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.3.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.3.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetGrayMatterTest.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetVentricle.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetVentricle.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetVentricleTest.1.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetVentricleTest.1.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetVentricleTest.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetVentricleTest.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetWhiteMatterTest.1.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetWhiteMatterTest.1.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetWhiteMatterTest.2.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetWhiteMatterTest.2.png.sha512
│ │ │ │ ├── ThresholdSegmentationLevelSetWhiteMatterTest.png.md5
│ │ │ │ ├── ThresholdSegmentationLevelSetWhiteMatterTest.png.sha512
│ │ │ │ ├── VectorConfidenceConnected1.png.md5
│ │ │ │ ├── VectorConfidenceConnected1.png.sha512
│ │ │ │ ├── VectorConfidenceConnected2.png.md5
│ │ │ │ ├── VectorConfidenceConnected2.png.sha512
│ │ │ │ ├── VectorConfidenceConnected3.png.md5
│ │ │ │ ├── VectorConfidenceConnected3.png.sha512
│ │ │ │ ├── WatershedSegmentation1Test1.png.md5
│ │ │ │ ├── WatershedSegmentation1Test1.png.sha512
│ │ │ │ ├── WatershedSegmentation1Test2.png.md5
│ │ │ │ └── WatershedSegmentation1Test2.png.sha512
│ │ │ ├── SpatialObjects
│ │ │ │ ├── BoxSpatialObjectTest.png.md5
│ │ │ │ └── BoxSpatialObjectTest.png.sha512
│ │ │ └── Statistics
│ │ │ ├── BayesianClassifierInitializerClass2Output.png.md5
│ │ │ ├── BayesianClassifierInitializerClass2Output.png.sha512
│ │ │ ├── BayesianClassifierLabelMap.png.md5
│ │ │ ├── BayesianClassifierLabelMap.png.sha512
│ │ │ ├── ImageClassifierFilterTestClassifiedImageTest.png.md5
│ │ │ ├── ImageClassifierFilterTestClassifiedImageTest.png.sha512
│ │ │ ├── ScalarImageKmeansClassifierOutput.png.md5
│ │ │ ├── ScalarImageKmeansClassifierOutput.png.sha512
│ │ │ ├── ScalarImageMarkovRandomField1Output.png.md5
│ │ │ └── ScalarImageMarkovRandomField1Output.png.sha512
│ │ ├── Input
│ │ │ ├── 012345.002.050.md5
│ │ │ ├── 012345.002.050.README
│ │ │ ├── 012345.002.050.sha512
│ │ │ ├── 289.png.md5
│ │ │ ├── 289.png.sha512
│ │ │ ├── 2th_cthead1.png.md5
│ │ │ ├── 2th_cthead1.png.sha512
│ │ │ ├── 48BitTestImage.tif.md5
│ │ │ ├── 48BitTestImage.tif.sha512
│ │ │ ├── 5x5-constant.png.md5
│ │ │ ├── 5x5-constant.png.sha512
│ │ │ ├── 8ConnectedImage.bmp.md5
│ │ │ ├── 8ConnectedImage.bmp.sha512
│ │ │ ├── Archetype
│ │ │ │ ├── a5b1.PNG.md5
│ │ │ │ ├── a5b1.PNG.sha512
│ │ │ │ ├── a5b6.PNG.md5
│ │ │ │ ├── a5b6.PNG.sha512
│ │ │ │ ├── a5b7.PNG.md5
│ │ │ │ ├── a5b7.PNG.sha512
│ │ │ │ ├── a6b1.PNG.md5
│ │ │ │ ├── a6b1.PNG.sha512
│ │ │ │ ├── a7b1.PNG.md5
│ │ │ │ ├── a7b1.PNG.sha512
│ │ │ │ ├── a7b2.PNG.md5
│ │ │ │ ├── a7b2.PNG.sha512
│ │ │ │ ├── a7b3.PNG.md5
│ │ │ │ ├── a7b3.PNG.sha512
│ │ │ │ ├── a7b4.PNG.md5
│ │ │ │ ├── a7b4.PNG.sha512
│ │ │ │ ├── a8b1.PNG.md5
│ │ │ │ ├── a8b1.PNG.sha512
│ │ │ │ ├── image.001.md5
│ │ │ │ ├── image.001.sha512
│ │ │ │ ├── image.002.md5
│ │ │ │ ├── image.002.sha512
│ │ │ │ ├── image.003.md5
│ │ │ │ ├── image.003.sha512
│ │ │ │ ├── image.004.md5
│ │ │ │ ├── image.004.sha512
│ │ │ │ ├── image.005.md5
│ │ │ │ ├── image.005.sha512
│ │ │ │ ├── image.006.md5
│ │ │ │ ├── image.006.sha512
│ │ │ │ ├── image.007.md5
│ │ │ │ ├── image.007.sha512
│ │ │ │ ├── image.008.md5
│ │ │ │ ├── image.008.sha512
│ │ │ │ ├── image.009.md5
│ │ │ │ ├── image.009.sha512
│ │ │ │ ├── image.010.md5
│ │ │ │ └── image.010.sha512
│ │ │ ├── BigEndianCompressed.hdr.md5
│ │ │ ├── BigEndianCompressed.hdr.sha512
│ │ │ ├── BigEndianCompressed.img.gz.md5
│ │ │ ├── BigEndianCompressed.img.gz.sha512
│ │ │ ├── BigEndianCompressed.img.md5
│ │ │ ├── BigEndianCompressed.img.sha512
│ │ │ ├── BigEndian.hdr.md5
│ │ │ ├── BigEndian.hdr.sha512
│ │ │ ├── BigEndian.img.md5
│ │ │ ├── BigEndian.img.sha512
│ │ │ ├── BigEndian.mhd.md5
│ │ │ ├── BigEndian.mhd.sha512
│ │ │ ├── BigEndian.spr.md5
│ │ │ ├── BigEndian.spr.sha512
│ │ │ ├── BinaryImage1Row.bmp.md5
│ │ │ ├── BinaryImage1Row.bmp.sha512
│ │ │ ├── BinaryImageWithVariousShapes01.png.md5
│ │ │ ├── BinaryImageWithVariousShapes01.png.sha512
│ │ │ ├── BinarySquare3D.mhd.md5
│ │ │ ├── BinarySquare3D.mhd.sha512
│ │ │ ├── BinarySquare3D.zraw.md5
│ │ │ ├── BinarySquare3D.zraw.sha512
│ │ │ ├── BinarySquare4D.mhd.md5
│ │ │ ├── BinarySquare4D.mhd.sha512
│ │ │ ├── BinarySquare4D.zraw.md5
│ │ │ ├── BinarySquare4D.zraw.sha512
│ │ │ ├── box.nhdr.md5
│ │ │ ├── box.nhdr.sha512
│ │ │ ├── box.raw.md5
│ │ │ ├── box.raw.sha512
│ │ │ ├── BrainSliceBinary.png.md5
│ │ │ ├── BrainSliceBinary.png.sha512
│ │ │ ├── brainweb1e1a10f20.mha.md5
│ │ │ ├── brainweb1e1a10f20.mha.sha512
│ │ │ ├── Bretagne1.j2k.md5
│ │ │ ├── Bretagne1.j2k.sha512
│ │ │ ├── BSplineScatteredApproximationDataPointsInput.txt.md5
│ │ │ ├── BSplineScatteredApproximationDataPointsInput.txt.sha512
│ │ │ ├── button-hole.png.md5
│ │ │ ├── button-hole.png.sha512
│ │ │ ├── cake_easy.png.md5
│ │ │ ├── cake_easy.png.sha512
│ │ │ ├── cake_hard.png.md5
│ │ │ ├── cake_hard.png.sha512
│ │ │ ├── CellsFluorescence1.png.md5
│ │ │ ├── CellsFluorescence1.png.sha512
│ │ │ ├── CellsFluorescence2.png.md5
│ │ │ ├── CellsFluorescence2.png.sha512
│ │ │ ├── Cevennes2.jp2.md5
│ │ │ ├── Cevennes2.jp2.sha512
│ │ │ ├── chondt.png.md5
│ │ │ ├── chondt.png.sha512
│ │ │ ├── circle100.png.md5
│ │ │ ├── circle100.png.sha512
│ │ │ ├── circle.png.md5
│ │ │ ├── circle.png.sha512
│ │ │ ├── closerec1.jpg.md5
│ │ │ ├── closerec1.jpg.sha512
│ │ │ ├── color_lowerleft.bmp.md5
│ │ │ ├── color_lowerleft.bmp.sha512
│ │ │ ├── color_upperleft.bmp.md5
│ │ │ ├── color_upperleft.bmp.sha512
│ │ │ ├── connected0lines.png.md5
│ │ │ ├── connected0lines.png.sha512
│ │ │ ├── ContourExtractor2DTest.tif.md5
│ │ │ ├── ContourExtractor2DTest.tif.sha512
│ │ │ ├── cthead1-257.png.md5
│ │ │ ├── cthead1-257.png.sha512
│ │ │ ├── cthead1-bin.png.md5
│ │ │ ├── cthead1-bin.png.sha512
│ │ │ ├── cthead1.bmp.md5
│ │ │ ├── cthead1.bmp.sha512
│ │ │ ├── cthead1.j2k.md5
│ │ │ ├── cthead1.j2k.sha512
│ │ │ ├── cthead1.jpg.md5
│ │ │ ├── cthead1.jpg.sha512
│ │ │ ├── cthead1Label.png.md5
│ │ │ ├── cthead1Label.png.sha512
│ │ │ ├── cthead1.lsm.md5
│ │ │ ├── cthead1.lsm.sha512
│ │ │ ├── cthead1-markers.png.md5
│ │ │ ├── cthead1-markers.png.sha512
│ │ │ ├── cthead1-mask.png.md5
│ │ │ ├── cthead1-mask.png.sha512
│ │ │ ├── cthead1-multires.tif.md5
│ │ │ ├── cthead1-multires.tif.sha512
│ │ │ ├── cthead1.png.md5
│ │ │ ├── cthead1.png.sha512
│ │ │ ├── cthead1-threshmask.png.md5
│ │ │ ├── cthead1-threshmask.png.sha512
│ │ │ ├── cthead1.tif.md5
│ │ │ ├── cthead1.tif.sha512
│ │ │ ├── cthead254x254.bmp.md5
│ │ │ ├── cthead254x254.bmp.sha512
│ │ │ ├── DCB120604.t61
│ │ │ │ ├── 11
│ │ │ │ │ ├── acqp
│ │ │ │ │ ├── imnd
│ │ │ │ │ ├── pdata
│ │ │ │ │ │ └── 1
│ │ │ │ │ │ ├── 2dseq
│ │ │ │ │ │ ├── d3proc
│ │ │ │ │ │ ├── meta
│ │ │ │ │ │ ├── procs
│ │ │ │ │ │ ├── reco
│ │ │ │ │ │ └── roi
│ │ │ │ │ ├── pulseprogram
│ │ │ │ │ ├── spnam0
│ │ │ │ │ └── spnam1
│ │ │ │ ├── AdjStatePerStudy
│ │ │ │ └── subject
│ │ │ ├── DicomDirectionsTest
│ │ │ │ ├── 1020_0075.dcm.md5
│ │ │ │ └── 1020_0075.dcm.sha512
│ │ │ ├── dicom-sc_cs-1.dcm.md5
│ │ │ ├── dicom-sc_cs-1.dcm.sha512
│ │ │ ├── DicomSeries
│ │ │ │ ├── Image0075.dcm.md5
│ │ │ │ ├── Image0075.dcm.sha512
│ │ │ │ ├── Image0076.dcm.md5
│ │ │ │ ├── Image0076.dcm.sha512
│ │ │ │ ├── Image0077.dcm.md5
│ │ │ │ └── Image0077.dcm.sha512
│ │ │ ├── DicomSeries2
│ │ │ │ ├── Image0075.dcm.md5
│ │ │ │ ├── Image0075.dcm.sha512
│ │ │ │ ├── Image0076-missingTag.dcm.md5
│ │ │ │ └── Image0076-missingTag.dcm.sha512
│ │ │ ├── DotOnVaryingBackground.png.md5
│ │ │ ├── DotOnVaryingBackground.png.sha512
│ │ │ ├── DSA.png.md5
│ │ │ ├── DSA.png.sha512
│ │ │ ├── DwiCorpusCallosum.nhdr.md5
│ │ │ ├── DwiCorpusCallosum.nhdr.sha512
│ │ │ ├── DwiCorpusCallosum.raw.md5
│ │ │ ├── DwiCorpusCallosum.raw.sha512
│ │ │ ├── genusZeroSurface01.vtk.md5
│ │ │ ├── genusZeroSurface01.vtk.sha512
│ │ │ ├── GradientRecursiveGaussianImageFilterTest.mha.md5
│ │ │ ├── GradientRecursiveGaussianImageFilterTest.mha.sha512
│ │ │ ├── GrayAlpha.png.md5
│ │ │ ├── GrayAlpha.png.sha512
│ │ │ ├── GrayscaleImageWithVariousShapes01.png.md5
│ │ │ ├── GrayscaleImageWithVariousShapes01.png.sha512
│ │ │ ├── GrayscaleImageWithVariousShapes.png.md5
│ │ │ ├── GrayscaleImageWithVariousShapes.png.sha512
│ │ │ ├── grayscale_lowerleft.bmp.md5
│ │ │ ├── grayscale_lowerleft.bmp.sha512
│ │ │ ├── grayscale_lowerleft_rle.bmp.md5
│ │ │ ├── grayscale_lowerleft_rle.bmp.sha512
│ │ │ ├── grayscale_upperleft.bmp.md5
│ │ │ ├── grayscale_upperleft.bmp.sha512
│ │ │ ├── GrayscaleVolumeWithVariousShapes.mhd.md5
│ │ │ ├── GrayscaleVolumeWithVariousShapes.mhd.sha512
│ │ │ ├── GrayscaleVolumeWithVariousShapes.raw.md5
│ │ │ ├── GrayscaleVolumeWithVariousShapes.raw.sha512
│ │ │ ├── HeadMRVolume1.cub.gz.md5
│ │ │ ├── HeadMRVolume1.cub.gz.sha512
│ │ │ ├── HeadMRVolume1.cub.md5
│ │ │ ├── HeadMRVolume1.cub.sha512
│ │ │ ├── HeadMRVolume2.cub.gz.md5
│ │ │ ├── HeadMRVolume2.cub.gz.sha512
│ │ │ ├── HeadMRVolume2.cub.md5
│ │ │ ├── HeadMRVolume2.cub.sha512
│ │ │ ├── HeadMRVolumeCompressed.mha.md5
│ │ │ ├── HeadMRVolumeCompressed.mha.sha512
│ │ │ ├── HeadMRVolume.cub.md5
│ │ │ ├── HeadMRVolume.cub.sha512
│ │ │ ├── HeadMRVolume.mha.md5
│ │ │ ├── HeadMRVolume.mha.sha512
│ │ │ ├── HeadMRVolume.mhd.md5
│ │ │ ├── HeadMRVolume.mhd.sha512
│ │ │ ├── HeadMRVolume.raw.md5
│ │ │ ├── HeadMRVolume.raw.sha512
│ │ │ ├── HeadMRVolumeWithDirection001.mhd.md5
│ │ │ ├── HeadMRVolumeWithDirection001.mhd.sha512
│ │ │ ├── HeadMRVolumeWithDirection002.mhd.md5
│ │ │ ├── HeadMRVolumeWithDirection002.mhd.sha512
│ │ │ ├── HeadMRVolumeWithDirection003.mhd.md5
│ │ │ ├── HeadMRVolumeWithDirection003.mhd.sha512
│ │ │ ├── HeadMRVolumeWithDirectionIdentity.mhd.md5
│ │ │ ├── HeadMRVolumeWithDirectionIdentity.mhd.sha512
│ │ │ ├── HeadMRVolumeWithDirectionIdentity.nhdr.md5
│ │ │ ├── HeadMRVolumeWithDirectionIdentity.nhdr.sha512
│ │ │ ├── HeadMRVolumeWithDirectionIdentity.raw.gz.md5
│ │ │ ├── HeadMRVolumeWithDirectionIdentity.raw.gz.sha512
│ │ │ ├── HeadMRVolumeWithDirection.mhd.md5
│ │ │ ├── HeadMRVolumeWithDirection.mhd.sha512
│ │ │ ├── HeadMRVolumeWithDirection.nhdr.md5
│ │ │ ├── HeadMRVolumeWithDirection.nhdr.sha512
│ │ │ ├── HeadMRVolumeWithDirection.raw.gz.md5
│ │ │ ├── HeadMRVolumeWithDirection.raw.gz.sha512
│ │ │ ├── image_color.bmp.md5
│ │ │ ├── image_color.bmp.sha512
│ │ │ ├── image_grayscale.bmp.md5
│ │ │ ├── image_grayscale.bmp.sha512
│ │ │ ├── Input-RA-Short.nrrd.md5
│ │ │ ├── Input-RA-Short.nrrd.sha512
│ │ │ ├── IntensityRamp64.png.md5
│ │ │ ├── IntensityRamp64.png.sha512
│ │ │ ├── itkDCMTKNonSquare.dcm.md5
│ │ │ ├── itkDCMTKNonSquare.dcm.sha512
│ │ │ ├── itkGDCMImageIOTest3.dcm.md5
│ │ │ ├── itkGDCMImageIOTest3.dcm.sha512
│ │ │ ├── itkGDCMImageIOTest.dcm.md5
│ │ │ ├── itkGDCMImageIOTest.dcm.sha512
│ │ │ ├── itkImageNegativeSpacing.mha.md5
│ │ │ ├── itkImageNegativeSpacing.mha.sha512
│ │ │ ├── LabelImageWithVariousShapes.png.md5
│ │ │ ├── LabelImageWithVariousShapes.png.sha512
│ │ │ ├── LabelVolumeWithVariousShapes.mhd.md5
│ │ │ ├── LabelVolumeWithVariousShapes.mhd.sha512
│ │ │ ├── LabelVolumeWithVariousShapes.raw.md5
│ │ │ ├── LabelVolumeWithVariousShapes.raw.sha512
│ │ │ ├── level.png.md5
│ │ │ ├── level.png.sha512
│ │ │ ├── LittleEndianCompressed.hdr.md5
│ │ │ ├── LittleEndianCompressed.hdr.sha512
│ │ │ ├── LittleEndianCompressed.img.gz.md5
│ │ │ ├── LittleEndianCompressed.img.gz.sha512
│ │ │ ├── LittleEndian.hdr.md5
│ │ │ ├── LittleEndian.hdr.sha512
│ │ │ ├── LittleEndian.img.md5
│ │ │ ├── LittleEndian.img.sha512
│ │ │ ├── LittleEndian.mhd.md5
│ │ │ ├── LittleEndian.mhd.sha512
│ │ │ ├── LittleEndianZ.hdr.md5
│ │ │ ├── LittleEndianZ.hdr.sha512
│ │ │ ├── LittleEndianZ.img.gz.md5
│ │ │ ├── LittleEndianZ.img.gz.sha512
│ │ │ ├── LungSliceBinary.png.md5
│ │ │ ├── LungSliceBinary.png.sha512
│ │ │ ├── MetaImageError.mhd.md5
│ │ │ ├── MetaImageError.mhd.sha512
│ │ │ ├── MetaIO
│ │ │ │ ├── Small Ramp Volume 01.tif.md5
│ │ │ │ ├── SmallRampVolume01.tif.md5
│ │ │ │ ├── Small Ramp Volume 01.tif.sha512
│ │ │ │ ├── SmallRampVolume01.tif.sha512
│ │ │ │ ├── Small Ramp Volume 02.tif.md5
│ │ │ │ ├── SmallRampVolume02.tif.md5
│ │ │ │ ├── Small Ramp Volume 02.tif.sha512
│ │ │ │ ├── SmallRampVolume02.tif.sha512
│ │ │ │ ├── Small Ramp Volume 03.tif.md5
│ │ │ │ ├── SmallRampVolume03.tif.md5
│ │ │ │ ├── Small Ramp Volume 03.tif.sha512
│ │ │ │ ├── SmallRampVolume03.tif.sha512
│ │ │ │ ├── Small Ramp Volume 04.tif.md5
│ │ │ │ ├── SmallRampVolume04.tif.md5
│ │ │ │ ├── Small Ramp Volume 04.tif.sha512
│ │ │ │ ├── SmallRampVolume04.tif.sha512
│ │ │ │ ├── Small Ramp Volume 05.tif.md5
│ │ │ │ ├── SmallRampVolume05.tif.md5
│ │ │ │ ├── Small Ramp Volume 05.tif.sha512
│ │ │ │ ├── SmallRampVolume05.tif.sha512
│ │ │ │ ├── Small Ramp Volume 06.tif.md5
│ │ │ │ ├── SmallRampVolume06.tif.md5
│ │ │ │ ├── Small Ramp Volume 06.tif.sha512
│ │ │ │ ├── SmallRampVolume06.tif.sha512
│ │ │ │ ├── Small Ramp Volume List.mhd.md5
│ │ │ │ ├── SmallRampVolumeList.mhd.md5
│ │ │ │ ├── Small Ramp Volume List.mhd.sha512
│ │ │ │ ├── SmallRampVolumeList.mhd.sha512
│ │ │ │ ├── Small Ramp Volume Reg Ex.mhd.md5
│ │ │ │ ├── SmallRampVolumeRegEx.mhd.md5
│ │ │ │ ├── Small Ramp Volume Reg Ex.mhd.sha512
│ │ │ │ └── SmallRampVolumeRegEx.mhd.sha512
│ │ │ ├── metamesh.txt.md5
│ │ │ ├── metamesh.txt.sha512
│ │ │ ├── mini-complex-slow.nrrd.md5
│ │ │ ├── mini-complex-slow.nrrd.sha512
│ │ │ ├── mini-covector-fast.nrrd.md5
│ │ │ ├── mini-covector-fast.nrrd.sha512
│ │ │ ├── mini-covector-slow.nrrd.md5
│ │ │ ├── mini-covector-slow.nrrd.sha512
│ │ │ ├── mini-ten-mask.nrrd.md5
│ │ │ ├── mini-ten-mask.nrrd.sha512
│ │ │ ├── mini-ten-nomask-fast.nrrd.md5
│ │ │ ├── mini-ten-nomask-fast.nrrd.sha512
│ │ │ ├── mini-ten-nomask-slow.nrrd.md5
│ │ │ ├── mini-ten-nomask-slow.nrrd.sha512
│ │ │ ├── mini-vector-fast.nrrd.md5
│ │ │ ├── mini-vector-fast.nrrd.sha512
│ │ │ ├── mini-vector-slow.nrrd.md5
│ │ │ ├── mini-vector-slow.nrrd.sha512
│ │ │ ├── mri3D.mhd.md5
│ │ │ ├── mri3D.mhd.sha512
│ │ │ ├── mushroom.vtk.md5
│ │ │ ├── mushroom.vtk.sha512
│ │ │ ├── NeuralNetworks
│ │ │ │ ├── qpropxortest.txt.md5
│ │ │ │ ├── qpropxortest.txt.sha512
│ │ │ │ ├── rbf_multivar_gauss_test.txt.md5
│ │ │ │ ├── rbf_multivar_gauss_test.txt.sha512
│ │ │ │ ├── rbf_multivar_gauss_train.txt.md5
│ │ │ │ ├── rbf_multivar_gauss_train.txt.sha512
│ │ │ │ ├── test.txt.md5
│ │ │ │ ├── test.txt.sha512
│ │ │ │ ├── train.txt.md5
│ │ │ │ ├── train.txt.sha512
│ │ │ │ ├── xortest.txt.md5
│ │ │ │ └── xortest.txt.sha512
│ │ │ ├── nonConnected3DLines.tif.md5
│ │ │ ├── nonConnected3DLines.tif.sha512
│ │ │ ├── Number1inText.png.md5
│ │ │ ├── Number1inText.png.sha512
│ │ │ ├── Number2inText.png.md5
│ │ │ ├── Number2inText.png.sha512
│ │ │ ├── Number3inText.png.md5
│ │ │ ├── Number3inText.png.sha512
│ │ │ ├── OrthogonalDirectionsTest.dcm.md5
│ │ │ ├── OrthogonalDirectionsTest.dcm.sha512
│ │ │ ├── OT-PAL-8-face.dcm.md5
│ │ │ ├── OT-PAL-8-face.dcm.sha512
│ │ │ ├── parametersBSpline.txt.md5
│ │ │ ├── parametersBSpline.txt.sha512
│ │ │ ├── pass-values.png.md5
│ │ │ ├── pass-values.png.sha512
│ │ │ ├── peppers.png.md5
│ │ │ ├── peppers.png.sha512
│ │ │ ├── Philips_4D_DICOM.dcm.md5
│ │ │ ├── Philips_4D_DICOM.dcm.sha512
│ │ │ ├── plateau.png.md5
│ │ │ ├── plateau.png.sha512
│ │ │ ├── pointsForKdTree2.txt.md5
│ │ │ ├── pointsForKdTree2.txt.sha512
│ │ │ ├── pointsForKdTree.txt.md5
│ │ │ ├── pointsForKdTree.txt.sha512
│ │ │ ├── r16slice.nii.gz.md5
│ │ │ ├── r16slice.nii.gz.sha512
│ │ │ ├── r64slice.nii.gz.md5
│ │ │ ├── r64slice.nii.gz.sha512
│ │ │ ├── ramp.gipl.gz.md5
│ │ │ ├── ramp.gipl.gz.sha512
│ │ │ ├── ramp.gipl.md5
│ │ │ ├── ramp.gipl.sha512
│ │ │ ├── rampShort.tif.md5
│ │ │ ├── rampShort.tif.sha512
│ │ │ ├── ramp.tif.md5
│ │ │ ├── ramp.tif.sha512
│ │ │ ├── RGBTestImageCCITTFax3.tif.md5
│ │ │ ├── RGBTestImageCCITTFax3.tif.sha512
│ │ │ ├── RGBTestImageCCITTFax4.tif.md5
│ │ │ ├── RGBTestImageCCITTFax4.tif.sha512
│ │ │ ├── RGBTestImageGray.tif.md5
│ │ │ ├── RGBTestImageGray.tif.sha512
│ │ │ ├── RGBTestImageHuffmanRLE.tif.md5
│ │ │ ├── RGBTestImageHuffmanRLE.tif.sha512
│ │ │ ├── RGBTestImageJPEG.tif.md5
│ │ │ ├── RGBTestImageJPEG.tif.sha512
│ │ │ ├── RGBTestImageLZW.tif.md5
│ │ │ ├── RGBTestImageLZW.tif.sha512
│ │ │ ├── RGBTestImageNone.tif.md5
│ │ │ ├── RGBTestImageNone.tif.sha512
│ │ │ ├── RGBTestImagePackBits.tif.md5
│ │ │ ├── RGBTestImagePackBits.tif.sha512
│ │ │ ├── RGBTestImage.tif.md5
│ │ │ ├── RGBTestImage.tif.sha512
│ │ │ ├── RGBTestImageZIP.tif.md5
│ │ │ ├── RGBTestImageZIP.tif.sha512
│ │ │ ├── sf4.png.md5
│ │ │ ├── sf4.png.sha512
│ │ │ ├── Shapes.png.md5
│ │ │ ├── Shapes.png.sha512
│ │ │ ├── ShortTestImage.tiff.md5
│ │ │ ├── ShortTestImage.tiff.sha512
│ │ │ ├── simple-label-b.png.md5
│ │ │ ├── simple-label-b.png.sha512
│ │ │ ├── simple-label-c.png.md5
│ │ │ ├── simple-label-c.png.sha512
│ │ │ ├── simple-label-d.png.md5
│ │ │ ├── simple-label-d.png.sha512
│ │ │ ├── simple-label-e.png.md5
│ │ │ ├── simple-label-e.png.sha512
│ │ │ ├── sinogram-small.mha.md5
│ │ │ ├── sinogram-small.mha.sha512
│ │ │ ├── smallRGBA.bmp.md5
│ │ │ ├── smallRGBA.bmp.sha512
│ │ │ ├── small-tensors.nhdr.md5
│ │ │ ├── small-tensors.nhdr.sha512
│ │ │ ├── small-tensors.raw.md5
│ │ │ ├── small-tensors.raw.sha512
│ │ │ ├── smooth_circle.png.md5
│ │ │ ├── smooth_circle.png.sha512
│ │ │ ├── smooth_square.png.md5
│ │ │ ├── smooth_square.png.sha512
│ │ │ ├── sobel_x.nii.gz.md5
│ │ │ ├── sobel_x.nii.gz.sha512
│ │ │ ├── sobel_y.nii.gz.md5
│ │ │ ├── sobel_y.nii.gz.sha512
│ │ │ ├── SpatialObjects.meta.md5
│ │ │ ├── SpatialObjects.meta.sha512
│ │ │ ├── sphereBinary.vtk.md5
│ │ │ ├── sphereBinary.vtk.sha512
│ │ │ ├── SpotsInverted.png.md5
│ │ │ ├── SpotsInverted.png.sha512
│ │ │ ├── SpotsLabeled.png.md5
│ │ │ ├── SpotsLabeled.png.sha512
│ │ │ ├── Spots-markers.png.md5
│ │ │ ├── Spots-markers.png.sha512
│ │ │ ├── Spots.png.md5
│ │ │ ├── Spots.png.sha512
│ │ │ ├── SquareBinary201.png.md5
│ │ │ ├── SquareBinary201.png.sha512
│ │ │ ├── STAPLE1.png.md5
│ │ │ ├── STAPLE1.png.sha512
│ │ │ ├── STAPLE2.png.md5
│ │ │ ├── STAPLE2.png.sha512
│ │ │ ├── STAPLE3.png.md5
│ │ │ ├── STAPLE3.png.sha512
│ │ │ ├── STAPLE4.png.md5
│ │ │ ├── STAPLE4.png.sha512
│ │ │ ├── Statistics
│ │ │ │ ├── BrainT1Slice_AfterKMeansClassification.png.md5
│ │ │ │ ├── BrainT1Slice_AfterKMeansClassification.png.sha512
│ │ │ │ ├── TwoDimensionTwoGaussian.dat.md5
│ │ │ │ ├── TwoDimensionTwoGaussian.dat.sha512
│ │ │ │ ├── TwoDimensionTwoGaussian.Readme
│ │ │ │ ├── TwoDimensionTwoGaussianTesting.dat.md5
│ │ │ │ └── TwoDimensionTwoGaussianTesting.dat.sha512
│ │ │ ├── T1_MEASUREMENT_4_1.PAR.md5
│ │ │ ├── T1_MEASUREMENT_4_1.PAR.sha512
│ │ │ ├── T1_MEASUREMENT_4_1.REC.md5
│ │ │ ├── T1_MEASUREMENT_4_1.REC.sha512
│ │ │ ├── test_ge4
│ │ │ │ ├── 19771.002.001.md5
│ │ │ │ ├── 19771.002.001.sha512
│ │ │ │ ├── 19771.002.002.md5
│ │ │ │ ├── 19771.002.002.sha512
│ │ │ │ ├── 19771.002.003.md5
│ │ │ │ ├── 19771.002.003.sha512
│ │ │ │ ├── 19771.002.004.md5
│ │ │ │ ├── 19771.002.004.sha512
│ │ │ │ ├── 19771.002.005.md5
│ │ │ │ ├── 19771.002.005.sha512
│ │ │ │ ├── 19771.002.006.md5
│ │ │ │ └── 19771.002.006.sha512
│ │ │ ├── test_ge5
│ │ │ │ ├── 113766.003.001.md5
│ │ │ │ ├── 113766.003.001.sha512
│ │ │ │ ├── 113766.003.002.md5
│ │ │ │ ├── 113766.003.002.sha512
│ │ │ │ ├── 113766.003.003.md5
│ │ │ │ ├── 113766.003.003.sha512
│ │ │ │ ├── 113766.003.004.md5
│ │ │ │ ├── 113766.003.004.sha512
│ │ │ │ ├── 113766.003.005.md5
│ │ │ │ ├── 113766.003.005.sha512
│ │ │ │ ├── 113766.003.006.md5
│ │ │ │ └── 113766.003.006.sha512
│ │ │ ├── test_geadw
│ │ │ │ ├── I.001.md5
│ │ │ │ ├── I.001.sha512
│ │ │ │ ├── I.002.md5
│ │ │ │ ├── I.002.sha512
│ │ │ │ ├── I.003.md5
│ │ │ │ ├── I.003.sha512
│ │ │ │ ├── I.004.md5
│ │ │ │ ├── I.004.sha512
│ │ │ │ ├── I.005.md5
│ │ │ │ ├── I.005.sha512
│ │ │ │ ├── I.006.md5
│ │ │ │ └── I.006.sha512
│ │ │ ├── testrgb-0.nhdr.md5
│ │ │ ├── testrgb-0.nhdr.sha512
│ │ │ ├── testrgb-0.raw.md5
│ │ │ ├── testrgb-0.raw.sha512
│ │ │ ├── testrgb-1.nhdr.md5
│ │ │ ├── testrgb-1.nhdr.sha512
│ │ │ ├── testrgb-1.raw.md5
│ │ │ ├── testrgb-1.raw.sha512
│ │ │ ├── testrgb-2.nhdr.md5
│ │ │ ├── testrgb-2.nhdr.sha512
│ │ │ ├── testrgb-2.raw.md5
│ │ │ ├── testrgb-2.raw.sha512
│ │ │ ├── testrgba.nrrd.md5
│ │ │ ├── testrgba.nrrd.sha512
│ │ │ ├── test_siemens
│ │ │ │ ├── 3868-2-100.ima.md5
│ │ │ │ ├── 3868-2-100.ima.sha512
│ │ │ │ ├── 3868-2-101.ima.md5
│ │ │ │ ├── 3868-2-101.ima.sha512
│ │ │ │ ├── 3868-2-102.ima.md5
│ │ │ │ ├── 3868-2-102.ima.sha512
│ │ │ │ ├── 3868-2-103.ima.md5
│ │ │ │ ├── 3868-2-103.ima.sha512
│ │ │ │ ├── 3868-2-104.ima.md5
│ │ │ │ ├── 3868-2-104.ima.sha512
│ │ │ │ ├── 3868-2-105.ima.md5
│ │ │ │ └── 3868-2-105.ima.sha512
│ │ │ ├── tetrahedron.vtk.md5
│ │ │ ├── tetrahedron.vtk.sha512
│ │ │ ├── thick-lines.png.md5
│ │ │ ├── thick-lines.png.sha512
│ │ │ ├── tilt_series_big.mrc.md5
│ │ │ ├── tilt_series_big.mrc.sha512
│ │ │ ├── tilt_series_little.mrc.md5
│ │ │ ├── tilt_series_little.mrc.sha512
│ │ │ ├── TreeBarkTexture.png.md5
│ │ │ ├── TreeBarkTexture.png.sha512
│ │ │ ├── VHFColor.mhd.md5
│ │ │ ├── VHFColor.mhd.sha512
│ │ │ ├── VHFColor.raw.md5
│ │ │ ├── VHFColor.raw.sha512
│ │ │ ├── VisibleWomanEyeSliceInitialLevelSet.png.md5
│ │ │ ├── VisibleWomanEyeSliceInitialLevelSet.png.sha512
│ │ │ ├── VisibleWomanEyeSlice.png.md5
│ │ │ ├── VisibleWomanEyeSlice.png.sha512
│ │ │ ├── vol-ascii.ascii.md5
│ │ │ ├── vol-ascii.ascii.sha512
│ │ │ ├── vol-ascii.nhdr.md5
│ │ │ ├── vol-ascii.nhdr.sha512
│ │ │ ├── vol-ascii.nrrd.md5
│ │ │ ├── vol-ascii.nrrd.sha512
│ │ │ ├── vol-gzip-big.nhdr.md5
│ │ │ ├── vol-gzip-big.nhdr.sha512
│ │ │ ├── vol-gzip-big.nrrd.md5
│ │ │ ├── vol-gzip-big.nrrd.sha512
│ │ │ ├── vol-gzip-big.raw.gz.md5
│ │ │ ├── vol-gzip-big.raw.gz.sha512
│ │ │ ├── vol-gzip-little.nhdr.md5
│ │ │ ├── vol-gzip-little.nhdr.sha512
│ │ │ ├── vol-gzip-little.nrrd.md5
│ │ │ ├── vol-gzip-little.nrrd.sha512
│ │ │ ├── vol-gzip-little.raw.gz.md5
│ │ │ ├── vol-gzip-little.raw.gz.sha512
│ │ │ ├── vol-raw-big.nhdr.md5
│ │ │ ├── vol-raw-big.nhdr.sha512
│ │ │ ├── vol-raw-big.nrrd.md5
│ │ │ ├── vol-raw-big.nrrd.sha512
│ │ │ ├── vol-raw-big.raw.md5
│ │ │ ├── vol-raw-big.raw.sha512
│ │ │ ├── vol-raw-little.nhdr.md5
│ │ │ ├── vol-raw-little.nhdr.sha512
│ │ │ ├── vol-raw-little.nrrd.md5
│ │ │ ├── vol-raw-little.nrrd.sha512
│ │ │ ├── vol-raw-little.raw.md5
│ │ │ ├── vol-raw-little.raw.sha512
│ │ │ ├── vtkPolyDataBad0.vtk.md5
│ │ │ ├── vtkPolyDataBad0.vtk.sha512
│ │ │ ├── vtkPolyDataBad10.vtk.md5
│ │ │ ├── vtkPolyDataBad10.vtk.sha512
│ │ │ ├── vtkPolyDataBad11.vtk.md5
│ │ │ ├── vtkPolyDataBad11.vtk.sha512
│ │ │ ├── vtkPolyDataBad12.vtk.md5
│ │ │ ├── vtkPolyDataBad12.vtk.sha512
│ │ │ ├── vtkPolyDataBad13.vtk.md5
│ │ │ ├── vtkPolyDataBad13.vtk.sha512
│ │ │ ├── vtkPolyDataBad14.vtk.md5
│ │ │ ├── vtkPolyDataBad14.vtk.sha512
│ │ │ ├── vtkPolyDataBad15.vtk.md5
│ │ │ ├── vtkPolyDataBad15.vtk.sha512
│ │ │ ├── vtkPolyDataBad16.vtk.md5
│ │ │ ├── vtkPolyDataBad16.vtk.sha512
│ │ │ ├── vtkPolyDataBad17.vtk.md5
│ │ │ ├── vtkPolyDataBad17.vtk.sha512
│ │ │ ├── vtkPolyDataBad1.vtk.md5
│ │ │ ├── vtkPolyDataBad1.vtk.sha512
│ │ │ ├── vtkPolyDataBad2.vtk.md5
│ │ │ ├── vtkPolyDataBad2.vtk.sha512
│ │ │ ├── vtkPolyDataBad3.vtk.md5
│ │ │ ├── vtkPolyDataBad3.vtk.sha512
│ │ │ ├── vtkPolyDataBad4.vtk.md5
│ │ │ ├── vtkPolyDataBad4.vtk.sha512
│ │ │ ├── vtkPolyDataBad5.vtk.md5
│ │ │ ├── vtkPolyDataBad5.vtk.sha512
│ │ │ ├── vtkPolyDataBad6.vtk.md5
│ │ │ ├── vtkPolyDataBad6.vtk.sha512
│ │ │ ├── vtkPolyDataBad7.vtk.md5
│ │ │ ├── vtkPolyDataBad7.vtk.sha512
│ │ │ ├── vtkPolyDataBad8.vtk.md5
│ │ │ ├── vtkPolyDataBad8.vtk.sha512
│ │ │ ├── vtkPolyDataBad9.vtk.md5
│ │ │ ├── vtkPolyDataBad9.vtk.sha512
│ │ │ ├── whiteSpot.png.md5
│ │ │ ├── whiteSpot.png.sha512
│ │ │ ├── XML
│ │ │ │ ├── test.pso.xml.md5
│ │ │ │ ├── test.pso.xml.sha512
│ │ │ │ ├── test.xml.md5
│ │ │ │ └── test.xml.sha512
│ │ │ ├── xornet.txt.md5
│ │ │ ├── xornet.txt.sha512
│ │ │ ├── xortest.txt.md5
│ │ │ └── xortest.txt.sha512
│ │ └── ITKData.readme
│ └── TestExternal
│ ├── CMakeLists.txt
│ └── CTestConfig.cmake
├── Utilities
│ ├── DevelopmentSetupScripts
│ │ ├── GitTips.sh
│ │ ├── SetupGerrit.sh
│ │ ├── SetupGitAliases.sh
│ │ ├── SetupHooks.sh
│ │ ├── SetupTopicStage.sh
│ │ └── SetupUser.sh
│ ├── Doxygen
│ │ ├── CMakeLists.txt
│ │ ├── doxygen.config.in
│ │ ├── GenerateExamplesDox.cmake
│ │ ├── itkdoxygen.pl.in
│ │ ├── itkgroup.pl
│ │ ├── mcdoc.py
│ │ ├── Module.dox.in
│ │ └── vxl_doxy.pl
│ ├── Git
│ │ ├── git-gerrit-merge
│ │ └── git-gerrit-push
│ ├── Hooks
│ │ ├── commit-msg
│ │ ├── post-commit
│ │ ├── pre-commit
│ │ ├── pre-commit-style.bash
│ │ └── prepare-commit-msg
│ ├── InstallTest
│ │ ├── CMakeLists.txt
│ │ └── InstallTest.cmake
│ ├── KWStyle
│ │ ├── BuildKWStyle.cmake
│ │ ├── ITKCodeFiles.txt.in
│ │ ├── ITKExamplesFiles.txt.in
│ │ ├── ITKHeader.h
│ │ ├── ITK.kws.xml
│ │ ├── ITKOverwrite.txt
│ │ └── KWStyle.cmake
│ ├── Maintenance
│ │ ├── ArchiveTestingDataOnAzure.py
│ │ ├── ArchiveTestingDataOnGirder.py
│ │ ├── ArchiveTestingDataOnMidas.py
│ │ ├── BuildHeaderTest.py
│ │ ├── CodeSwarmWithGource.sh
│ │ ├── computeCodeCoverageLocallyForOneTest.sh
│ │ ├── computeCodeCoverageLocally.sh
│ │ ├── computeGitStatistics.sh
│ │ ├── ContentLinkSynchronization.sh
│ │ ├── doSingleKWStyleUncrustifyFix.sh.in
│ │ ├── DynamicAnalysisFile.xsl
│ │ ├── DynamicAnalysisGetTests.xsl
│ │ ├── DynamicAnalysis.xsl
│ │ ├── FindMissingCopyrightStatementsInITK.sh
│ │ ├── FindRedundantHeaderIncludes.py
│ │ ├── HowToCreateTheCMakeCaseConversion.txt
│ │ ├── JREUpdate.py
│ │ ├── ParallelStripIncludes.py
│ │ ├── README
│ │ ├── runValgrind.sh
│ │ ├── single-doxygen.sh
│ │ ├── SourceTarball.bash
│ │ ├── StripIncludes.py
│ │ ├── strip-trailing-whitespace
│ │ ├── stylish.css
│ │ ├── uncrustify_itk_aggressive.cfg
│ │ ├── uncrustify_itk.cfg
│ │ ├── UpdateCopyrightStatementsInITK.py
│ │ ├── UpdateThirdPartyFromUpstream.sh
│ │ ├── VCL_ModernizeNaming.py
│ │ ├── VerifyURLs.py
│ │ ├── VisualizeTestTimes.py
│ │ ├── VNL_ModernizeNaming.py
│ │ ├── WhatModulesITK.py
│ │ └── WrappingModulesCheck.sh
│ └── SetupForDevelopment.sh
└── Wrapping
├── CMakeLists.txt
├── CMakeUtilityFunctions.cmake
├── ConfigureWrapping.cmake
├── Generators
│ ├── CastXML
│ │ ├── cast_xml.inc.in
│ │ ├── CMakeLists.txt
│ │ └── wrap_.cxx.in
│ ├── CMakeLists.txt
│ ├── Doc
│ │ ├── CMakeLists.txt
│ │ ├── doxy2swig.py
│ │ ├── doxygen.config.in
│ │ ├── itk_doxy2swig.conf.in
│ │ └── itk_doxy2swig.py
│ ├── Explicit
│ │ ├── CMakeLists.txt
│ │ ├── Explicit.cxx.in
│ │ └── Explicit.h.in
│ ├── itk.i
│ ├── Java
│ │ ├── CMakeLists.txt
│ │ ├── itkCommand.i
│ │ ├── itkJavaCommand.h
│ │ ├── itkJavaCommand.i
│ │ ├── JavaBase
│ │ │ ├── CMakeLists.txt
│ │ │ └── javaBase.i
│ │ ├── java.i
│ │ ├── manifest.in
│ │ ├── module_ext.i.in
│ │ └── Tests
│ │ ├── argparser.jar
│ │ ├── BinaryDilateImageFilter.java
│ │ ├── BinaryErodeImageFilter.java
│ │ ├── BinaryThresholdImageFilter.java
│ │ ├── CastImageFilter.java
│ │ ├── CMakeLists.txt
│ │ ├── CurvatureAnisotropicDiffusionImageFilter.java
│ │ ├── CurvatureFlowImageFilter.java
│ │ ├── GradientAnisotropicDiffusionImageFilter.java
│ │ ├── javaTestDriver.java.in
│ │ ├── MeanImageFilter.java
│ │ ├── MedianImageFilter.java
│ │ ├── MetaDataDictionary.java
│ │ ├── notYetUsable
│ │ │ ├── CannyEdgeDetectionImageFilter.java
│ │ │ ├── DicomSliceRead.java
│ │ │ ├── VoronoiSegmentation.java
│ │ │ └── WatershedSegmentation1.java
│ │ ├── SigmoidImageFilter.java
│ │ ├── simplePipeline.java.in
│ │ └── ThresholdImageFilter.java
│ ├── Perl
│ │ ├── CMakeLists.txt
│ │ ├── ConfigureWrapping.cmake
│ │ └── CreateLanguageSupport.cmake
│ ├── Python
│ │ ├── CMakeLists.txt
│ │ ├── ExternalProjectConfig.pth.in
│ │ ├── ExternalProjectConfig.py.in
│ │ ├── itk
│ │ │ └── __init__.py
│ │ ├── itkBase.py
│ │ ├── itkConfig.py.in
│ │ ├── itkExtras.py
│ │ ├── itkLazy.py
│ │ ├── itkPyITKCommonCAPI.h
│ │ ├── itkTemplate.py
│ │ ├── itkTypes.py
│ │ ├── main_module_ext.i.in
│ │ ├── ModuleConfig.py.in
│ │ ├── module_ext.i.in
│ │ ├── ModuleLoader.py.in
│ │ ├── PatchedPython27pyconfig.h
│ │ ├── PyBase
│ │ │ ├── CMakeLists.txt
│ │ │ └── pyBase.i
│ │ ├── PyUtils
│ │ │ ├── CMakeLists.txt
│ │ │ ├── itkPyCommand.cxx
│ │ │ ├── itkPyCommand.h
│ │ │ ├── itkPyCommand.wrap
│ │ │ ├── itkPyImageFilter.h
│ │ │ ├── itkPyImageFilter.hxx
│ │ │ └── itkPyImageFilter.wrap
│ │ ├── Tests
│ │ │ ├── AntiAliasBinaryImageFilter.py
│ │ │ ├── auto_pipeline.py
│ │ │ ├── BinaryDilateImageFilter.py
│ │ │ ├── BinaryErodeImageFilter.py
│ │ │ ├── BinaryThresholdImageFilter.py
│ │ │ ├── BoxGrayscaleDilateImageFilter.py
│ │ │ ├── CannyEdgeDetectionImageFilter.py
│ │ │ ├── CastImageFilter.py
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CurvatureAnisotropicDiffusionImageFilter.py
│ │ │ ├── CurvatureFlowImageFilter.py
│ │ │ ├── exclude-filters.txt
│ │ │ ├── exclude-imageio.txt
│ │ │ ├── exclude-transform.txt
│ │ │ ├── extras.py
│ │ │ ├── FastMarchingImageFilter.py
│ │ │ ├── FFTImageFilter.py
│ │ │ ├── findEmptyClasses.py
│ │ │ ├── findSegfaults.py
│ │ │ ├── FlatStructuringElement.py
│ │ │ ├── GeodesicActiveContourImageFilter.py
│ │ │ ├── getNameOfClass.py
│ │ │ ├── GradientAnisotropicDiffusionImageFilter.py
│ │ │ ├── GradientMagnitudeRecursiveGaussianImageFilter.py
│ │ │ ├── GrayscaleDilateImageFilter.py
│ │ │ ├── GrayscaleErodeImageFilter.py
│ │ │ ├── LaplacianImageFilter.py
│ │ │ ├── LazyLoadingImage.py
│ │ │ ├── MeanImageFilter.py
│ │ │ ├── MedianImageFilter.py
│ │ │ ├── ModifiedTime.py
│ │ │ ├── module2module.py
│ │ │ ├── notYetUsable
│ │ │ │ ├── DicomSliceRead.py
│ │ │ │ ├── ImageRegistration3.py
│ │ │ │ ├── ImageRegistration4.py
│ │ │ │ ├── ImageRegistration5.py
│ │ │ │ ├── ImageToArray.py
│ │ │ │ └── VoronoiSegmentation.py
│ │ │ ├── OldStyleBinaryDilateImageFilter.py
│ │ │ ├── pythonTestDriver.py.in
│ │ │ ├── ReadDicomAndReadTag.py
│ │ │ ├── ResampleImageFilter.py
│ │ │ ├── returnedTypeCoverage.py
│ │ │ ├── SigmoidImageFilter.py
│ │ │ ├── simple_pipeline.py
│ │ │ ├── SmoothingRecursiveGaussianImageFilter.py
│ │ │ ├── SpatialObjectTest.py
│ │ │ ├── StrelFromImageGrayscaleDilateImageFilter.py
│ │ │ ├── templated_pipeline.py
│ │ │ ├── template.py
│ │ │ ├── ThresholdImageFilter.py
│ │ │ ├── ThresholdSegmentationLevelSetImageFilter.py
│ │ │ ├── timing.py
│ │ │ ├── typemaps.py
│ │ │ ├── WatershedSegmentation1.py
│ │ │ └── wrappingCoverage.py
│ │ ├── WrapITKBuildOptionsConfig.py
│ │ ├── WrapITKBuildOptionsPython.py.in
│ │ └── WrapITK.pth.in
│ ├── Ruby
│ │ ├── CMakeLists.txt
│ │ ├── fix_require.rb
│ │ ├── main_module_ext.i.in
│ │ ├── module_ext.i.in
│ │ └── RbBase
│ │ ├── CMakeLists.txt
│ │ └── wrap_rbBase.i
│ ├── SwigInterface
│ │ ├── CMakeLists.txt
│ │ ├── empty.in
│ │ ├── igenerator.py
│ │ ├── Master.mdx.in
│ │ ├── module.i.in
│ │ └── module.includes.in
│ └── Tcl
│ ├── CMakeLists.txt
│ ├── ConfigureWrapping.cmake
│ ├── CreateLanguageSupport.cmake
│ ├── itkdata.tcl
│ ├── itkinteraction.tcl
│ ├── itkTclCommand.cxx
│ ├── itkTclCommand.h
│ ├── itktesting.tcl
│ ├── itkTkImageViewer2D.cxx
│ ├── itkTkImageViewer2D.h
│ ├── itkutils.tcl
│ ├── main_module_ext.i.in
│ ├── module_ext.i.in
│ ├── pkgIndex.tcl.in
│ ├── SwigGetTclInterp.i
│ ├── TclBase
│ │ ├── CMakeLists.txt
│ │ └── tclBase.i
│ ├── TCLGetInterp.i
│ ├── Tests
│ │ ├── BinaryDilateImageFilter.tcl
│ │ ├── BinaryErodeImageFilter.tcl
│ │ ├── BinaryThresholdImageFilter.tcl
│ │ ├── CannyEdgeDetectionImageFilterConnectVTKITK.tcl
│ │ ├── CannyEdgeDetectionImageFilter.tcl
│ │ ├── CastImageFilter.tcl
│ │ ├── CMakeLists.txt
│ │ ├── CurvatureAnisotropicDiffusionImageFilter.tcl
│ │ ├── CurvatureFlowImageFilter.tcl
│ │ ├── DicomSliceRead.tcl
│ │ ├── GradientAnisotropicDiffusionImageFilter.tcl
│ │ ├── ImageRegistration3.tcl
│ │ ├── ImageRegistration4.tcl
│ │ ├── ImageRegistration5.tcl
│ │ ├── itkBasicClasses.tcl
│ │ ├── itkCurvatureFlowTestTcl2.tcl
│ │ ├── itkCurvatureFlowTestTcl.tcl
│ │ ├── ListAll.tcl
│ │ ├── MeanImageFilter.tcl
│ │ ├── MedianImageFilter.tcl
│ │ ├── PrintAll.tcl
│ │ ├── randomImage.tcl
│ │ ├── SigmoidImageFilter.tcl
│ │ ├── simplePipeline.tcl.in
│ │ ├── TclListAll.tcl
│ │ ├── tclTestDriver.tcl.in
│ │ ├── testDirectory.tcl
│ │ ├── testObject.tcl
│ │ ├── ThresholdImageFilter.tcl
│ │ ├── VoronoiSegmentation.tcl
│ │ └── WatershedSegmentation1.tcl
│ ├── wrap_ITKTclUtils.cmake
│ └── wrap_itkTkImageViewer2D.cmake.notwrapped
├── images
│ ├── 2th_cthead1.png.md5
│ ├── 2th_cthead1.png.sha512
│ ├── AntiAliasBinaryImageFilter.png.md5
│ ├── AntiAliasBinaryImageFilter.png.sha512
│ ├── BinaryDilateImageFilter.png.md5
│ ├── BinaryDilateImageFilter.png.sha512
│ ├── BinaryErodeImageFilter.png.md5
│ ├── BinaryErodeImageFilter.png.sha512
│ ├── BinaryThresholdImageFilter.png.md5
│ ├── BinaryThresholdImageFilter.png.sha512
│ ├── BoxGrayscaleDilateImageFilter.png.md5
│ ├── BoxGrayscaleDilateImageFilter.png.sha512
│ ├── BrainProtonDensitySlice.png.md5
│ ├── BrainProtonDensitySlice.png.sha512
│ ├── CannyEdgeDetectionImageFilter.png.md5
│ ├── CannyEdgeDetectionImageFilter.png.sha512
│ ├── CastImageFilter.png.md5
│ ├── CastImageFilter.png.sha512
│ ├── cthead1.png.md5
│ ├── cthead1.png.sha512
│ ├── FastMarchingGrayMatterTest.png.md5
│ ├── FastMarchingGrayMatterTest.png.sha512
│ ├── FastMarchingLeftVentricleTest.png.md5
│ ├── FastMarchingLeftVentricleTest.png.sha512
│ ├── FastMarchingRightVentricleTest.png.md5
│ ├── FastMarchingRightVentricleTest.png.sha512
│ ├── FastMarchingWhiteMatterTest.png.md5
│ ├── FastMarchingWhiteMatterTest.png.sha512
│ ├── FFTImageFilterImaginary.png.md5
│ ├── FFTImageFilterImaginary.png.sha512
│ ├── FFTImageFilterReal.png.md5
│ ├── FFTImageFilterReal.png.sha512
│ ├── GradientAnisotropicDiffusionImageFilter.png.md5
│ ├── GradientAnisotropicDiffusionImageFilter.png.sha512
│ ├── GradientMagnitudeRecursiveGaussianImageFilter.png.md5
│ ├── GradientMagnitudeRecursiveGaussianImageFilter.png.sha512
│ ├── GrayscaleDilateImageFilter.png.md5
│ ├── GrayscaleDilateImageFilter.png.sha512
│ ├── GrayscaleErodeImageFilter.png.md5
│ ├── GrayscaleErodeImageFilter.png.sha512
│ ├── MeanImageFilter.png.md5
│ ├── MeanImageFilter.png.sha512
│ ├── MedianImageFilter.png.md5
│ ├── MedianImageFilter.png.sha512
│ ├── ResampleImageFilterTest1.png.md5
│ ├── ResampleImageFilterTest1.png.sha512
│ ├── ResampleImageFilterTest2.png.md5
│ ├── ResampleImageFilterTest2.png.sha512
│ ├── ResampleImageFilterTest3.png.md5
│ ├── ResampleImageFilterTest3.png.sha512
│ ├── ResampleImageFilterTest4.png.md5
│ ├── ResampleImageFilterTest4.png.sha512
│ ├── SigmoidImageFilter.png.md5
│ ├── SigmoidImageFilter.png.sha512
│ ├── SpatialObject.png.md5
│ ├── SpatialObject.png.sha512
│ ├── templated_pipeline.png.md5
│ ├── templated_pipeline.png.sha512
│ ├── ThresholdImageFilter.png.md5
│ ├── ThresholdImageFilter.png.sha512
│ ├── ThresholdSegmentationLevelSetGrayMatterTest.png.md5
│ ├── ThresholdSegmentationLevelSetGrayMatterTest.png.sha512
│ ├── ThresholdSegmentationLevelSetVentricleTest.png.md5
│ ├── ThresholdSegmentationLevelSetVentricleTest.png.sha512
│ ├── ThresholdSegmentationLevelSetWhiteMatterTest.png.md5
│ ├── ThresholdSegmentationLevelSetWhiteMatterTest.png.sha512
│ ├── VentricleModel.png.md5
│ ├── VentricleModel.png.sha512
│ ├── VisibleWomanEyeSlice.png.md5
│ ├── VisibleWomanEyeSlice.png.sha512
│ ├── WatershedSegmentation1.png.md5
│ └── WatershedSegmentation1.png.sha512
├── Modules
│ └── CMakeLists.txt
├── TypedefMacros.cmake
├── WrapBasicTypes.cmake
├── WrapITKConfig.cmake.in
└── WrapITKTypes.cmake
900 directories, 15208 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论