Hello, I've been experimenting on a project that involves analysing the hard mask output files from enfuse available via the --save-masks flag (-- debug in previous versions). I would like to manually make some changes to the hard mask data and then visualise the new image that it produces. Currently I am making my changes in Python scripts as it's nice and fast to mock up.
Enfuse uses Burt & Adelsons's reduce operation in src/pyramid.h to resample the image and produce a smooth blending, and without that process my output images look like they have many artefacts in them. Does anybody have an idea of how I can best go about this? I assume I need to either implement the Burt & Adelson algorithm myself in Python, as I would rather not directly make my changes to enfuse itself and have recompile each time when I'm not familiar with the code base. Many thanks, Martin -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
