[hugin-ptx] Re: Enblend: limiting minimum levels

2013-07-31 Thread Monkey
What you can do is use Enblend's --save-masks, blur the saved mask file(s), then blend again using --load-masks to use the blurred masks. Overlap corners may need to be checked for problems. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You r

[hugin-ptx] Re: Enblend: limiting minimum levels

2013-07-31 Thread Monkey
I may be getting my wires crossed but I don't think the change Chris has made will provide the effect John wants. What I think is being requested is more complicated than just limiting or forcing the number of levels, but actually requires blurring the top level mask, so that the dividing line

[hugin-ptx] Re: Enblend: limiting minimum levels

2013-07-31 Thread John Eklund
That was quick! Are there any "nightly builds" or similar available somewhere? Didn't try building it myself. Well, if indeed it has the effect I'm hoping for, it's probably only useful if it can be applied selectively for seams between images that differ in sharpness or fine detail. Pre-stitch

Re: [hugin-ptx] Porting hugin and panotools to Android

2013-07-31 Thread Guillaume Lesniak
Confirmed: it uses Hugin GPL code in libpano.so: > # strings libpano.so | grep "jni" > > jni/prebuilts/include/boost/exception/detail/exception_ptr.hpp > > jni/hugin-2011.4.0/src/hugin_base/panodata/Panorama.h > > jni/hugin-2011.4.0/src/hugin_base/hugin_utils/stl_utils.h > > jni/hugin-2011.4.0/s

Re: [hugin-ptx] Porting hugin and panotools to Android

2013-07-31 Thread Guillaume Lesniak
There is no official way to try it without CM, but I might try to build it externally in some time. I'll post it here if I have time. If PanoStitch uses Hugin, then it's an illegal app. The SIFT algorithms are patented by the University of British Columbia, and everything is GPL, which means th

Re: [hugin-ptx] Porting hugin and panotools to Android

2013-07-31 Thread Jim Watters
Guillaume, Great news! I've watched a video demo of Focal but have not tried it out yet. PanoStitch, available on Google Play ( there is a free demo and a paid full version) https://play.google.com/store/apps/details?id=com.myboyfriendisageek.panostitch.demo&hl=en Also uses Panotools and Hugin

[hugin-ptx] Re: Enblend: limiting minimum levels

2013-07-31 Thread cspiel
Wish granted in rev d6c48c28dbbd http://hg.code.sf.net/p/enblend/code/rev/d6c48c28dbbd though I don't see what it might be good for. Your Enblend incantation will look something like enblend --levels=-30 --parameter=minimum-pyramid-levels=2 ... Please keep in mind that *any* Enblend/Enfus

Re: [hugin-ptx] Porting hugin and panotools to Android

2013-07-31 Thread Caleb Anderson
I think this is awesome. Is there a way to try it without using CM? On Wed, Jul 31, 2013 at 4:06 AM, Guillaume Lesniak wrote: > Hey everyone, > > As you might or might not know, I've released a component called > "PicSphere" in the new CyanogenMod camera app Focal. This component is > based on P

[hugin-ptx] Porting hugin and panotools to Android

2013-07-31 Thread Guillaume Lesniak
Hey everyone, As you might or might not know, I've released a component called "PicSphere" in the new CyanogenMod camera app Focal. This component is based on PanoTools and Hugin libraries. I've been mostly hacking around to make it work, and it does work, but there are still a few kinks I need