summaryrefslogtreecommitdiffstats
path: root/graphics/focus-stack/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/focus-stack/README')
-rw-r--r--graphics/focus-stack/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/focus-stack/README b/graphics/focus-stack/README
new file mode 100644
index 0000000000..a0040a44d3
--- /dev/null
+++ b/graphics/focus-stack/README
@@ -0,0 +1,14 @@
+focus-stack is an application for fast and easy focus stacking.
+
+It takes a series of photographs captured from the same location but
+a different focus distances and then combines them to create a single
+photograph so that the complete subject is in focus. This is commonly
+called extended depth of field, or focus stacking. Typical use is for
+microscope photography where it is difficult to obtain large enough
+depth of field to cover the whole subject. The focus stacking
+algorithm used was invented and first described in "Complex Wavelets
+for Extended Depth-of-Field: A New Method for the Fusion of
+Multichannel Microscopy Images" by B. Forster, D. Van De Ville, J.
+Berent, D. Sage and M. Unser. The application also uses multiple
+algorithms from OpenCV library. Most importantly, findTransformECC
+is used to align the source images.