DOF Depth of Field stack

67 views
Skip to first unread message

EricAker

unread,
Jun 18, 2015, 3:20:14 PM6/18/15
to hugi...@googlegroups.com
I am trying to stack a bunch of macro photos in order to increase the DOF. Hugin stack does well for exposure stack but
the pictures get fuzzier not clearer.

Is there a setting that I am missing?

Eric

Donald Johnston

unread,
Jun 18, 2015, 3:23:32 PM6/18/15
to Hugin Pano
Here are the notes I’ve gathered over the years on using Hugin for focus stacking (this is on a MAC):


*** "align_image_stack.exe" -a "\work\align_" -m -v <comma separated list of the .TIF file names>

*** "enfuse.exe" -o "result.jpeg" --compression=100 --contrast-weight=1.00 --exposure-weight=0.00 --saturation-weight=0.00 --contrast-window-size=5 --hard-mask --gray-projector=luminance <comma separated list of the align_nnnn.TIF file names>


All files in a subdirectory

export PATH=$PATH:/Applications/Hugin/HuginTools

align_image_stack -m -a AIS_ IMG_????.JPG


enfuse \
         --exposure-weight=0 \
         --saturation-weight=0 \
         --contrast-weight=1 \
         --hard-mask \
         --output=output.tif \
         AIS_????.tif

enfuse \
         --exposure-weight=0 \
         --saturation-weight=0 \
         --contrast-weight=1 \
         --hard-mask \
         --gray-projector=l-star \
         --contrast-edge-scale=0.3 \
         --output=output.tif \
         AIS_????.tif



--
A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hugin-ptx+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/817dd429-5f74-4271-a1a9-de5931376a09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages