Sorry, my English is not so good, but what would be a multi-band blending?
Do you want to fuse images, like enfuse does? Maybe you could generate the
remapped not cropped images in Hugin and just enfuse them at the end.
> Does enblend have a flag to completely disable the seam-cut. In practice
> I'd like to apply to a panorama multi-band blending only.
> --
> 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 hugin-ptx@googlegroups.com
> To unsubscribe from this group, send email to
> hugin-ptx+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/hugin-ptx
On Wednesday, October 3, 2012 1:10:36 AM UTC+2, Cartola wrote:
> Sorry, my English is not so good, but what would be a multi-band blending? > Do you want to fuse images, like enfuse does? Maybe you could generate the > remapped not cropped images in Hugin and just enfuse them at the end.
>> Does enblend have a flag to completely disable the seam-cut. In practice >> I'd like to apply to a panorama multi-band blending only.
>> -- >> 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 hugi...@googlegroups.com<javascript:> >> To unsubscribe from this group, send email to >> hugin-ptx+...@googlegroups.com <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/hugin-ptx
-no-optimize only stops enblend from refining seams. It still has to generate the seams in the first place, otherwise there would be no way to blend the images. Is that what you mean by "seam-cut"?
On Wednesday, October 3, 2012 1:52:34 PM UTC+2, Monkey wrote:
> -no-optimize only stops enblend from refining seams. It still has to > generate the seams in the first place, otherwise there would be no way to > blend the images. Is that what you mean by "seam-cut"?
Multiple frames? Are you doing something with video, or do you mean something else? Just asking out of curiousity, as I have done some work on applying blending to video.
On Wednesday, 3 October 2012 19:13:34 UTC+1, memecs wrote:
> Yeah right, the cut computed by the NFT is stable accross multiple frames, > I just didn't want optimization to change it.
> On Wednesday, October 3, 2012 1:52:34 PM UTC+2, Monkey wrote:
>> -no-optimize only stops enblend from refining seams. It still has to >> generate the seams in the first place, otherwise there would be no way to >> blend the images. Is that what you mean by "seam-cut"?
On Thursday, October 4, 2012 1:05:25 PM UTC+2, Monkey wrote:
> Multiple frames? Are you doing something with video, or do you mean > something else? Just asking out of curiousity, as I have done some work on > applying blending to video.
> On Wednesday, 3 October 2012 19:13:34 UTC+1, memecs wrote:
>> Yeah right, the cut computed by the NFT is stable accross multiple >> frames, I just didn't want optimization to change it.
>> On Wednesday, October 3, 2012 1:52:34 PM UTC+2, Monkey wrote:
>>> -no-optimize only stops enblend from refining seams. It still has to >>> generate the seams in the first place, otherwise there would be no way to >>> blend the images. Is that what you mean by "seam-cut"?
I can point you to this thread at doom9.org - http://forum.doom9.org/showthread.php?t=152109 - which discusses an AviSynth<http://avisynth.org>plugin I wrote called fusion. It applies enblend-type blending to two video clips, using a third video clip as a mask. If you could find a way of remapping your video clips (I don't know of any very flexible method with AviSynth, but I also wrote a plugin called defish<http://forum.doom9.org/showthread.php?t=152860>) and generating mask clips, you might find it useful - but ideally you would want a plugin which could blend an arbitrary number of clips at once, the way multiblend does.
Do you have any examples of raw frames from all cameras?
I am not sure if it is related, but the Magic Lantern firmware for canon
DSLRs make an HDR video. It requires post processing for fusing its
expositions. Maybe some of the suggested methods they use can also help.
> I can point you to this thread at doom9.org -
> http://forum.doom9.org/showthread.php?t=152109 - which discusses an
> AviSynth <http://avisynth.org> plugin I wrote called fusion. It applies
> enblend-type blending to two video clips, using a third video clip as a
> mask. If you could find a way of remapping your video clips (I don't know
> of any very flexible method with AviSynth, but I also wrote a plugin called
> defish <http://forum.doom9.org/showthread.php?t=152860>) and generating
> mask clips, you might find it useful - but ideally you would want a plugin
> which could blend an arbitrary number of clips at once, the way multiblend
> does.
> Do you have any examples of raw frames from all cameras?
> --
> 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 hugin-ptx@googlegroups.com
> To unsubscribe from this group, send email to
> hugin-ptx+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/hugin-ptx
Thanks for the information! I also did some work on calibration of fisheye lenses and wrote some code to estimate lens distortion and remapping to rectilinear projection. Images are not mine as well and I am not really sure I can disclose them right now. However they more or less look like this:
On Thursday, October 4, 2012 6:52:08 PM UTC+2, Monkey wrote:
> I can point you to this thread at doom9.org - > http://forum.doom9.org/showthread.php?t=152109 - which discusses an > AviSynth <http://avisynth.org> plugin I wrote called fusion. It applies > enblend-type blending to two video clips, using a third video clip as a > mask. If you could find a way of remapping your video clips (I don't know > of any very flexible method with AviSynth, but I also wrote a plugin called > defish <http://forum.doom9.org/showthread.php?t=152860>) and generating > mask clips, you might find it useful - but ideally you would want a plugin > which could blend an arbitrary number of clips at once, the way multiblend > does.
> Do you have any examples of raw frames from all cameras?
On Thursday, October 4, 2012 11:43:25 PM UTC+2, Cartola wrote:
> I am not sure if it is related, but the Magic Lantern firmware for canon > DSLRs make an HDR video. It requires post processing for fusing its > expositions. Maybe some of the suggested methods they use can also help.
> Here is one tutorial I found, which uses After Effects and Photomatix > (unfortunatelly proprietary tools) to join the frames:
>> I can point you to this thread at doom9.org - >> http://forum.doom9.org/showthread.php?t=152109 - which discusses an >> AviSynth <http://avisynth.org> plugin I wrote called fusion. It applies >> enblend-type blending to two video clips, using a third video clip as a >> mask. If you could find a way of remapping your video clips (I don't know >> of any very flexible method with AviSynth, but I also wrote a plugin called >> defish <http://forum.doom9.org/showthread.php?t=152860>) and generating >> mask clips, you might find it useful - but ideally you would want a plugin >> which could blend an arbitrary number of clips at once, the way multiblend >> does.
>> Do you have any examples of raw frames from all cameras?
>> -- >> 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 hugi...@googlegroups.com<javascript:> >> To unsubscribe from this group, send email to >> hugin-ptx+...@googlegroups.com <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/hugin-ptx
On Thursday, October 4, 2012 4:43:25 PM UTC-5, Cartola wrote:
> I am not sure if it is related, but the Magic Lantern firmware for canon > DSLRs make an HDR video. It requires post processing for fusing its > expositions. Maybe some of the suggested methods they use can also help.
> Here is one tutorial I found, which uses After Effects and Photomatix > (unfortunatelly proprietary tools) to join the frames: