Add or update example visuals #359
Labels
Good first issue
A good issue for community members new to contributing
type:Data
Changes to example data (usually displayed images)
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:
matplotlib.pyplot.imshow
to construct output visualizations.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:
itk::CropImageFilter
for how to crop to the requested region before writing out the image) (duplicates at https://examples.itk.org/src/filtering/imagefeature/applyafilteronlytoaspecifiedimageregion/documentation and https://examples.itk.org/src/filtering/imagefeature/applyafiltertoaspecifiedregionofanimage/documentation)The text was updated successfully, but these errors were encountered: