Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
update docs (#7)
Browse files Browse the repository at this point in the history
update examples
  • Loading branch information
samir-nasibli authored Aug 21, 2020
1 parent bf29561 commit 3e94f42
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file added doc/data/plot_geometric_example_output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions doc/examples.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
Examples
========

Edge operators
--------------

.. literalinclude:: ../examples/filters/plot_edge_filters.py
:language: python

.. image:: data/plot_edge_filters_example_output.png

:download:`original python script <../examples/filters/plot_edge_filters.py>`

Using geometric transformations
-------------------------------

.. literalinclude:: ../examples/transform/plot_geometric.py
:language: python

.. image:: data/plot_geometric_example_output.png

:download:`original python script <../examples/transform/plot_geometric.py>`

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
1 change: 1 addition & 0 deletions examples/transform/plot_geometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@
a.axis('off')

plt.tight_layout()
plt.show()

0 comments on commit 3e94f42

Please sign in to comment.