• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Jul-2019-

AnalyzeObjectMapIO.remote.cmakeH A D23-Jul-2019300 65

AnisotropicDiffusionLBR.remote.cmakeH A D23-Jul-20191.2 KiB2521

BSplineGradient.cmakeH A D23-Jul-2019255 65

BioCell.remote.cmakeH A D23-Jul-2019413 98

BoneMorphometry.remote.cmakeH A D23-Jul-2019578 1211

Cuberille.remote.cmakeH A D23-Jul-2019971 2219

FixedPointInverseDisplacementField.remote.cmakeH A D23-Jul-2019271 65

GenericLabelInterpolator.remote.cmakeH A D23-Jul-2019252 65

HigherOrderAccurateGradient.remote.cmakeH A D23-Jul-2019595 1211

IOFDF.remote.cmakeH A D23-Jul-2019243 65

IOMeshSTL.remote.cmakeH A D23-Jul-2019374 87

IOOpenSlide.remote.cmakeH A D23-Jul-2019288 65

IOScanco.remote.cmakeH A D23-Jul-2019219 65

IOTransformDCMTK.remote.cmakeH A D23-Jul-2019428 98

IsotropicWavelets.remote.cmakeH A D23-Jul-2019651 1412

LabelErodeDilate.remote.cmakeH A D23-Jul-2019582 1312

LesionSizingToolkit.remote.cmakeH A D23-Jul-2019258 65

MGHIO.remote.cmakeH A D23-Jul-2019182 65

MeshNoise.remote.cmakeH A D23-Jul-2019506 1110

MinimalPathExtraction.remote.cmakeH A D23-Jul-2019301 87

Montage.remote.cmakeH A D23-Jul-2019293 76

MorphologicalContourInterpolation.remote.cmakeH A D23-Jul-2019860 1915

MultipleImageIterator.remote.cmakeH A D23-Jul-2019872 1816

NeuralNetworks.remote.cmakeH A D23-Jul-2019348 87

ParabolicMorphology.remote.cmakeH A D23-Jul-2019470 109

PerformanceBenchmarking.remote.cmakeH A D23-Jul-2019718 2016

PhaseSymmetry.remote.cmakeH A D23-Jul-2019542 1613

PolarTransform.remote.cmakeH A D23-Jul-2019548 1613

PrincipalComponentsAnalysis.remote.cmakeH A D23-Jul-2019614 1312

README.mdH A D23-Jul-20191.3 KiB2820

RLEImage.remote.cmakeH A D23-Jul-2019528 1411

RTK.remote.cmakeH A D23-Jul-2019216 76

SCIFIO.remote.cmakeH A D23-Jul-2019198 65

SimpleITKFilters.remote.cmakeH A D23-Jul-2019490 109

SkullStrip.remote.cmakeH A D23-Jul-2019247 65

SmoothingRecursiveYvvGaussianFilter.remote.cmakeH A D23-Jul-2019501 87

SphinxExamples.remote.cmakeH A D23-Jul-2019304 76

SplitComponents.remote.cmakeH A D23-Jul-2019488 109

Strain.remote.cmakeH A D23-Jul-2019562 1714

SubdivisionQuadEdgeMeshFilter.remote.cmakeH A D23-Jul-2019454 129

TextureFeatures.remote.cmakeH A D23-Jul-2019735 1815

Thickness3D.remote.cmakeH A D23-Jul-2019267 76

TotalVariation.remote.cmakeH A D23-Jul-2019509 1210

TwoProjectionRegistration.remote.cmakeH A D23-Jul-20191.2 KiB2320

VariationalRegistration.remote.cmakeH A D23-Jul-2019518 109

WikiExamples.remote.cmakeH A D23-Jul-2019261 98

README.md

1Introduction
2============
3
4This directory is a place-holder for all remote modules distributed outside
5ITK's main repository. Remote modules share the same directory structure as
6modules in the main repository. They will be picked up by the configuration
7system and entered into the build after they are downloaded into this
8directory.
9
10Modules can easily be downloaded and made accessible to the community by
11listing the module in the current directory. For more information on the
12policy and procedures for adding a new module, please visit the
13[Contributing with a Remote Module](https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x55-1640009.7)  in the [ITK Software Guide].
14
15For more information on adding a new module to the list of new modules,
16please visit the [ITKModuleTemplate](https://github.com/InsightSoftwareConsortium/ITKModuleTemplate) repository.
17
18Note that in each `<remote module name>.remote.cmake` file, the first argument
19of the function `itk_fetch_module()` is the name of the remote module, and it
20has to be consistent with the module name defined in the correponding
21`<remote module name>.remote.cmake` file.
22
23To better distinguish the remote modules from the internal ITK modules, the names
24of the remote modules should **not** contain the "ITK" string prefix in them.
25
26
27[ITK Software Guide]: https://itk.org/ItkSoftwareGuide.pdf
28