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

These were disabled in #162 related to the ITK 5.1.0 release. Re-enable once they are available again in the ITK Python package.

There is some interest in the community to add SyN registration examples to the [ITK registration examples](https://itk.org/ITKExamples/src/Registration/index.html). Cross-referencing [ITK discourse post](https://github.com/InsightSoftwareConsortium/ITK/issues/1614) and [ITK repository issue 1614](https://github.com/InsightSoftwareConsortium/ITK/issues/1614). May be this could...

type:Enhancement

The section references in the [WriteANewExample.rst](https://github.com/InsightSoftwareConsortium/ITKExamples/blob/master/Documentation/Contribute/WriteANewExample.rst) contributing documentation file seem not to be correctly built/do not point to the desired anchor and are not correctly rendered. e.g. ``` In this...

type:Bug

Requirement introduced in #109.

Watershed with distance maps are useful for segmenting lungs, foams, and other cellular materials. I have a [Kaggle Kernel](https://www.kaggle.com/kmader/itk-watershed-to-label-bubbles) that does it with ITK but it would be nice to...

See http://review.source.kitware.com/#/c/16353/

Does not pass SPHINX_HTML_OUTPUT:BOOL=ON SPHINX_LATEX_OUTPUT:BOOL=ON SPHINX_EPUB_OUTPUT:BOOL=ON -> we are not getting these outputs on the Download page.

type:Bug

see http://defunkt.io/gist/

type:Enhancement

The specific environment formula fails when using sphinx.ext.pngmath so more work is needed. see http://michaeljones.github.io/breathe/latexmath.html @thewtex Was there any reason to use pngmath instead of mathjax?