Skip to content

Commit

Permalink
Add images to README
Browse files Browse the repository at this point in the history
  • Loading branch information
phcerdan committed Mar 28, 2018
1 parent 948fa41 commit 79d88f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ If using the proxTV python package and python ITK, you can interconnect them:
modifiedImage = itk.GetImageViewFromArray(tv_array)
itk.ImageFileWriter.New(Input=modifiedImage, FileName=output_filename).Update()
Example of 3D image denoised

Original:

.. image:: https://user-images.githubusercontent.com/3021667/38002434-9fc35d32-3232-11e8-8bfc-a7d9ce6888c7.png

Denoised:

.. image:: https://user-images.githubusercontent.com/3021667/38002451-b87bed62-3232-11e8-814b-50e8fb0f79cb.png

- [x] Add support for CMake to proxTV. Open PR: <https://github.com/albarji/proxTV/pull/38>
And the branch in my fork: <https://github.com/phcerdan/proxTV/tree/cmake_support>
Expand Down

0 comments on commit 79d88f2

Please sign in to comment.