Skip to content

Commit

Permalink
ENH: Add documentation for the example
Browse files Browse the repository at this point in the history
  • Loading branch information
andinet committed May 18, 2022
1 parent d425d17 commit d6a3af1
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/Bridge/NumPy/ConvertNumPyArrayToitkImage/Documentation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
:name: ConvertNumPyArrayToitkImage

Interface ITK with NumPy Array
=============================

.. index::
single: Image
single: instantiate

Synopsis
--------

This example illustrates interfacing ITK Image data with NumPy array.


Results
-------

NA


Code
----

Python
......

.. literalinclude:: Code.py
:language: python
:lines: 1, 16-



Classes demonstrated
--------------------

.. breathelink:: itk::Image

0 comments on commit d6a3af1

Please sign in to comment.