InsightSoftwareConsortium / ITKSphinxExamples

Cookbook examples for the Insight Toolkit documented with Sphinx
https://examples.itk.org
Apache License 2.0
55 stars 68 forks source link

Add or update example visuals #359

Open tbirdso opened 2 years ago

tbirdso commented 2 years ago

Examples tend to be more compelling and easier to understand when the developer can compare input and output images, and sometimes even interact with the data. A "good first issue" for a contributor could be to choose one of the following examples, read the available code snippet to understand its purpose, and then add one or two visuals to aid in learning.

When selecting visuals to add, consider the following:

Existing example source files such as https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/tree/master/src/Core/Common/AddNoiseToBinaryImage can be referenced for learning how to add new figures to .rst documentation.

The following is a non-exhaustive list of examples that could benefit from new or updated visuals:

thewtex commented 2 years ago

We should add WebAssembly versions of the examples with itk-wasm and UI interfaces with itk-vtk-viewer for interactive examples as @oeway has demonstrated with Kaibu.

tbirdso commented 2 years ago

xref #8