shinestacker

Focus Stacking

job.add_action(FocusStack(name, stacker, *options))

Arguments for the constructor of FocusStack are:

Focus Stacking in bunches of frames

job.add_action(FocusStackBunch(name, stacker, *options))

Arguments for the constructor of FocusStackBunch are:

Stack algorithms

PyramidStack, Laplacian pyramid focus stacking algorithm

Arguments for the constructor are:

PyramidTilesStack, pyramid algorithn with I/O buffered tile pyramid merging to optimize memory usage for large files

Arguments for the constructor are, in addition to the ones for PyramidStack:

PyramidAutoStack, pyramid algorithn with capability to automatically switch from all-in-memory to I/O buffered tiled.

Arguments for the constructor are, in addition to the ones for PyramidTilesStack:

Arguments for the constructor are the same ad for PyramidStack plus:

DepthMapStack, Depth map focus stacking algorithm

Arguments for the constructor are:

For more details about bilateral filters applied to energy and weights map, see Bilateral Filtering.