ITKSphinxExamples icon indicating copy to clipboard operation
ITKSphinxExamples copied to clipboard

Cookbook examples for the Insight Toolkit documented with Sphinx

Results 74 ITKSphinxExamples issues
Sort by recently updated
recently updated
newest added

Can anyone confirm that ImageFilter.h does not exist in ITK 5.2? If this is the case then the example here: https://itk.org/ITKExamples/src/Core/Common/FilterImage/Documentation.html will not work. I want to rewrite this example,...

Is there a reason why the cookiecutter generates compare_to_baseline() calls for a new example in the parent directory's CMakeLists.txt and not the CMakeLists.txt of the example itself? I just got...

Issue to track [PR 218](https://github.com/InsightSoftwareConsortium/ITKExamples/pull/218). ## Current behavior CI successfully builds and publishes documentation for Ubuntu 18.04 ## Desired behavior CI successfully builds documentation for Windows, Ubuntu, and macOS platforms....

Turn on `VALIDATE_JSCPD` in the [super-linter GitHub Action](https://github.com/github/super-linter) and address the issues it finds. Current output: ``` Run github/super-linter@v3 /usr/bin/docker run --name ghcriogithubsuperlinterv3145_502450 --label 5588e4 --workdir /github/workspace --rm -e pythonLocation...

Anticipating the [Alfa Cohort Showcase](https://chanzuckerberg.github.io/napari-plugin-alfa-cohort/) that will take place on `Thursday, April 29th, 2021 from 8:00AM-1:00PM, Pacific Time (PT)`, it could make sense to develop a skeleton of ITK based...

## Description After fixing a number of failing tests in the recent weeks, I came across some inconsistencies in the baseline test cases. Essentially, all of the baseline comparisons that...

To improve example readability and improve familiarity to Pythonistas, we should use idiomatic Python throughout the examples. In the past we had tried to keep the C++ and Python similar,...

The [Dashboard submission page](https://itk.org/ITKExamples/Documentation/Contribute/DashboardSubmission.html) does not render correctly the ``` .. code-block:: bash ``` bash code blocks. Also, the backward slashes in the commands concerning Windows systems are being stripped....

Create standard functions for displaying 2D and 3D datasets. https://github.com/Kitware/itk-vtk-viewer

Outputting pixel values it tests should probably not be done for images bigger than maybe 100 pixels, as it swamps the log file making failures hard to find.