ITKSphinxExamples
ITKSphinxExamples copied to clipboard
Cookbook examples for the Insight Toolkit documented with Sphinx
- COMP: Add DOWNLOAD_EXTRACT_TIMESTAMP flag when needed - COMP: Bump sphinx version
Follow-up to pull request https://github.com/InsightSoftwareConsortium/ITK/pull/4373 commit https://github.com/InsightSoftwareConsortium/ITK/commit/2c264ea2ef62e916c6ef947599ce659cc8fce5fe "STYLE: Replace itkTypeMacro calls with `itkOverrideGetNameOfClassMacro`" ---- Assumes a very recent version of ITK (_after_ v5.4rc02), including commit https://github.com/InsightSoftwareConsortium/ITK/commit/94e7339da49a0cd3df6751f9e8a6e9ba91905dbd (merged to the ITK...
Checking various versions from ITK 4.13 to ITK 5.3, this was producing the wrong output (a much larger object count) on Windows. In ITK 5.4 RC 2, the test will...
Note: This is intentionally not updated to the ITK source code version so we can bump the source version separately.
Update to remove deprecated find_package(PythonLib) and find_package(PythonInterp) and the associated variables. Use find_package(Python3) and its associated variables.
CI is failing with 6 warnings from missing TAG file definitions: [CDash results](https://open.cdash.org/viewBuildError.php?type=1&buildid=7915737) ```none 2022-05-16T17:37:04.4831048Z /home/runner/work/bld/ITKEx-build/src/Filtering/ImageIntensity/AddConstantToEveryPixel/Documentation.rst:41: WARNING: doxygenclass: Cannot find class "itk::AddImageFilter" in doxygen xml output for project "ITK" from...
[This](https://examples.itk.org/src/segmentation/klmregiongrowing/basicregiongrowing/BasicRegionGrowing.zip) example fails: ``` /disk-samsung/freebsd-ports/science/InsightToolkit/BasicRegionGrowing/Code.cxx:48:15: error: no member named 'SetLower' in 'itk::Object' regionGrow->SetLower(lower); ~~~~~~~~~~~~^ /disk-samsung/freebsd-ports/science/InsightToolkit/BasicRegionGrowing/Code.cxx:49:15: error: no member named 'SetUpper' in 'itk::Object' regionGrow->SetUpper(upper); ~~~~~~~~~~~~^ /disk-samsung/freebsd-ports/science/InsightToolkit/BasicRegionGrowing/Code.cxx:51:15: error: no member named 'SetReplaceValue'...
Takes in mouse liver RF image (public data from ITKUltrasound testing) and performs FFT along scanline. Also adds option in `compare_to_baseline` CMake function to optionally allow only Python (no C++)...