summaryrefslogtreecommitdiff
path: root/doc/source/modules/image
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/modules/image')
-rw-r--r--doc/source/modules/image/backprojection.rst8
-rw-r--r--doc/source/modules/image/index.rst1
-rw-r--r--doc/source/modules/image/projection.rst15
-rw-r--r--doc/source/modules/image/reconstruction.rst14
4 files changed, 38 insertions, 0 deletions
diff --git a/doc/source/modules/image/backprojection.rst b/doc/source/modules/image/backprojection.rst
new file mode 100644
index 0000000..c45f670
--- /dev/null
+++ b/doc/source/modules/image/backprojection.rst
@@ -0,0 +1,8 @@
+
+.. currentmodule:: silx.image
+
+:mod:`backprojection`: backprojection algorithm
+-----------------------------------------------
+
+.. automodule:: silx.image.backprojection
+ :members: Backprojection
diff --git a/doc/source/modules/image/index.rst b/doc/source/modules/image/index.rst
index abdeb64..89c5642 100644
--- a/doc/source/modules/image/index.rst
+++ b/doc/source/modules/image/index.rst
@@ -11,3 +11,4 @@
medianfilter.rst
shapes.rst
sift.rst
+ backprojection.rst
diff --git a/doc/source/modules/image/projection.rst b/doc/source/modules/image/projection.rst
new file mode 100644
index 0000000..f5f4815
--- /dev/null
+++ b/doc/source/modules/image/projection.rst
@@ -0,0 +1,15 @@
+
+.. currentmodule:: silx.image
+
+:mod:`projection`: projection algorithm
+---------------------------------------
+
+.. warning::
+
+ This module is known to be buggy in version 0.6:
+ Do NOT use it without having checked it provides
+ proper results
+
+.. automodule:: silx.image.projection
+ :members: Projection
+
diff --git a/doc/source/modules/image/reconstruction.rst b/doc/source/modules/image/reconstruction.rst
new file mode 100644
index 0000000..d288581
--- /dev/null
+++ b/doc/source/modules/image/reconstruction.rst
@@ -0,0 +1,14 @@
+
+.. currentmodule:: silx.image
+
+:mod:`reconstruction`: reconstruction algorithm
+-----------------------------------------------
+
+.. warning::
+
+ This module is known to be buggy in version 0.6:
+ Do NOT use it without having checked it provides
+ proper results
+
+.. automodule:: silx.image.reconstruction
+ :members: ReconstructionAlgorithm, SIRT, TV