Windows-only closed-source freeware, abandoned for years.
with a little peeking into the binary and a lot of AI assistance, I've rebuilt it as an
open-source (MIT) C++/OpenCV tool: graph-cut seam finding with a
perceptual colour-difference cost, multi-band blending.
It works from the command line on nona's TIFF_m output, or as Hugin's
blender - set it as the enblend executable in Preferences > Programs
(tested).
No wrapper script or uncropped overlay images needed.
Code, docs and a prebuilt Windows x64 binary:
https://github.com/pavel-perina/pano-blend https://github.com/pavel-perina/pano-blend/releases/tag/v1.1Fair warning: it's a first working version. It gets slow with many images
(every overlapping pair is seamed) and it's not yet suited to very large
panoramas - it keeps full-canvas buffers per image, so memory grows
quickly with canvas size.
Single-row panoramas of a handful of frames are the tested territory.
Pavel