From 79d88f244344a2bad2d31f97c27de486fc947a0e Mon Sep 17 00:00:00 2001 From: Pablo Hernandez-Cerdan Date: Wed, 28 Mar 2018 02:35:52 +0200 Subject: [PATCH] Add images to README --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index b02ff59..fd228db 100644 --- a/README.rst +++ b/README.rst @@ -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: And the branch in my fork: