[hugin-ptx] How to use multiblend --save-seams option?

2014-12-18 Thread Yili Zhao
Hi, I have two aligned image in tiff format, and I can blend them with multiblend by using this command: *multiblend_x64 -o pano.jpg sample1/layer.tif sample1/layer0001.tif* Next I want to save seam file with this command: *multiblend_x64 -o pano.jpg --save-seams seam.png

[hugin-ptx] Re: Final version Hugin 2014.0.0 released

2014-12-17 Thread Yili Zhao
Hi Matthew, I want to say thanks for all the work you have done to provide Hugin binaries for Windows! I know it is tricky to build Hugin on Windows. So may you spend some time to improve and complement Hugin windows build at http://wiki.panotools.org/Hugin_Compiling_Windows;? I have

Re: [hugin-ptx] Re: Hugin 2014.0beta1 released

2014-03-03 Thread Yili Zhao
. Thanks! 2014-02-20 9:29 GMT+08:00 Matthew Petroff matt...@mpetroff.net: They're built with Visual Studio 2013 and wxWidgets 3.0. -Matthew On Wednesday, February 19, 2014 4:13:50 AM UTC-5, Yili Zhao wrote: Hi Matthew, thanks for the Windows build. Which version of Visual Studio used

[hugin-ptx] Re: Hugin 2014.0beta1 released

2014-02-19 Thread Yili Zhao
Hi Matthew, thanks for the Windows build. Which version of Visual Studio used to build the binaries? Do you try to build Hugin with latest wxWidgets 3.0? 在 2014年2月12日星期三UTC+8下午12时53分02秒,Matthew Petroff写道: Windows binaries for Hugin 2014.0.0-beta1 are now available. I built a new

Re: [hugin-ptx] Re: Why Enfuse saves transparent masks with option --save-masks ?

2013-12-05 Thread Yili Zhao
, 2013 2:11:05 PM UTC+1, Yili Zhao wrote: Enfuse outputs two hard masks and two soft masks, but both of them are all transparent. They are not: $ tiffinfo hardmask-1.tif TIFF Directory at offset 0x86d2c (552236) Subfile Type: (0 = 0x0) Image Width: 2144 Image Length: 1424

[hugin-ptx] Re: Adding another sub-pixel location refining algorithm to align_image_stack

2013-11-16 Thread Yili Zhao
Hi Thomas, 1.) What would be the advantage of the new method for the user? Because I don't see the point of having two implementation of the same function in Hugin. This makes the maintenance more complicated. I originally thought that the new method would be better, and it can estimates

[hugin-ptx] Re: Adding another sub-pixel location refining algorithm to align_image_stack

2013-11-16 Thread Yili Zhao
Hi Thomas, Setback and frustration are common things, so they will not affect my contribution to Hugin, not to mention that I really learned something about how the pointfinetune() function is implemented. Thanks for the explanation! -- A list of frequently asked questions is available

[hugin-ptx] Re: Adding another sub-pixel location refining algorithm to align_image_stack

2013-11-16 Thread Yili Zhao
Hi Thomas, Setback and frustration are common things, so they will not affect my contribution to Hugin, not to mention that I really learned something about how the pointfinetune() function is implemented. Thanks for the explanation! -- A list of frequently asked questions is available

[hugin-ptx] How to enable DEBUG_DEBUG() ?

2013-11-04 Thread Yili Zhao
Hi, I find that Hugin uses DEBUG_DEBUG(...) to output debug message. In normal mode, one can't see that debug message. So how to enable DEBUG_DEBUG(...) ? Thanks! -- Yili Zhao -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You

[hugin-ptx] Where are the documentation of vigra::BImage and vigra::FImage?

2013-11-03 Thread Yili Zhao
Hi, I just read some code of Hugin, and I find that Hugin uses VIGRA library as its core image processing library. I find some places where Hugin uses vigra::BImage class and vigra::FImage class, but if I search them in VIGRA documentation, the link always be directed to vigra::BasicImage

[hugin-ptx] Hugin compile: after source updated, does one need to re-configure?

2013-10-30 Thread Yili Zhao
Hi, after source updated by: hg pull hg update Do I need to re-configure the build environment by: cd hugin.build cmake ../hugin.hg -DENABLE_LAPACK=YES -DCPACK_BINARY_DEB:BOOL=ON -DCPACK_BINARY_NSIS:BOOL=OFF \ -DCPACK_BINARY_RPM:BOOL=OFF -DCPACK_BINARY_STGZ:BOOL=OFF

Re: [hugin-ptx] Hugin compile: after source updated, does one need to re-configure?

2013-10-30 Thread Yili Zhao
1. Should I add -DCMAKE_INSTALL_PREFIX=/usr/local to Cmake? (Because libpano13 and enblend all have this option in the Wiki) 2. What the app will be built when -DBUILD_KEYPOINTS=ON is enable? 在 2013年10月30日星期三UTC+8下午4时12分01秒,kornel写道: Am Mittwoch, 30. Oktober 2013 um 00:49:11, schrieb Yili

Re: [hugin-ptx] Multiple Hugin installation problems on Ubuntu 13.10

2013-10-27 Thread Yili Zhao
Yili Zhao pan...@gmail.com Hi, Ubuntu 13.10 has libpano13 version 2.9.18, and Hugin version is 2013.0.0.76c3df493921. So I think their versions are the latest released version, and I use Synaptic or ap-get to install them. Because I want to contribute to them, so I have one

Re: [hugin-ptx] Hugin translation questions

2013-10-27 Thread Yili Zhao
I suppose, you are not compiling in the source directory. Without 'make install' the appropriate hugin.mo is not installed, therefore hugin finds the old installed data. By the way, why don't you create package? Because that the way I usually use to installed software by source. I

[hugin-ptx] Hugin translation questions

2013-10-26 Thread Yili Zhao
Hi, I want to contribute to Hugin's Chinese translation, and I just build Hugin successfully on Ubuntu 13.10 based on http://wiki.panotools.org/Hugin_Compiling_Ubuntu. Q1: After I completed the translation and saved the change to .po file by Poedit, I recompile Hugin by make, and cd to the

[hugin-ptx] Multiple Hugin installation problems on Ubuntu 13.10

2013-10-26 Thread Yili Zhao
Hi, first I installed libpano13 and Hugin by Synaptic package manager in Ubuntu 13.10. The installed libpano13 version is 2.9.18, and Hugin version is 2013.0.0.76c3df493921. Then I use hg to clone libpano13 and Hugin from SourceForge, and compile them successfully. This time libpano13

Re: [hugin-ptx] Multiple Hugin installation problems on Ubuntu 13.10

2013-10-26 Thread Yili Zhao
://www.panoforum.com.br/ 2013/10/26 Yili Zhao pan...@gmail.com Hi, first I installed libpano13 and Hugin by Synaptic package manager in Ubuntu 13.10. The installed libpano13 version is 2.9.18, and Hugin version is 2013.0.0.76c3df493921. Then I use hg to clone libpano13 and Hugin from SourceForge

[hugin-ptx] Re: Has anyone tried Hugin on Mac OS X 10.9?

2013-10-23 Thread Yili Zhao
I do not try it. If you want to build Hugin on Mac OS X, maybe this is useful: http://wiki.panotools.org/Hugin_Compiling_OSX And, from wxWidgets website, there is a 3.0-rc1 release, and it said the new wxOSX/Cocoa port, suitable for development of 64 bit GUI applications under OS X. So I

Re: [hugin-ptx] Where is python-argparse package in Ubuntu 13.10

2013-10-20 Thread Yili Zhao
By the way, I have added this note to Panotools Wiki on Hugin Compiling Ubuntu - Building Hugin - Dependencies section. 在 2013年10月19日星期六UTC+8上午10时28分50秒,Tduell写道: Hello Yili, On Sat, 19 Oct 2013 12:58:07 +1100, Yili Zhao pan...@gmail.comjavascript: wrote: sudo apt-get install

[hugin-ptx] Where is python-argparse package in Ubuntu 13.10

2013-10-18 Thread Yili Zhao
? By the way, If I install Hugin by Synaptic, I find that its dependencies which includes enblend, enfuse, , but without python-argparse. So is python-argparse necessary for Hugin to run? Thanks! -- Yili Zhao -- A list of frequently asked questions is available at: http

Re: [hugin-ptx] Where is python-argparse package in Ubuntu 13.10

2013-10-18 Thread Yili Zhao
年10月19日星期六UTC+8上午10时28分50秒,Tduell写道: Hello Yili, On Sat, 19 Oct 2013 12:58:07 +1100, Yili Zhao pan...@gmail.comjavascript: wrote: sudo apt-get install libimage-exiftool-perl enblend python-argparse However, I can not find python-argparse package in Synaptic of Ubuntu

Re: [hugin-ptx] Re: Scrapforge

2013-06-17 Thread Yili Zhao
...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Yili Zhao -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups hugin and other free

Re: [hugin-ptx] Scrapforge

2013-06-17 Thread Yili Zhao
. For more options, visit https://groups.google.com/groups/opt_out. -- Yili Zhao -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups hugin and other free panoramic

[hugin-ptx] Creating 360° enfused panoramas tutorial

2013-06-05 Thread Yili Zhao
in the tutorial, thus I can learn and practice the tutorial step by step. Thanks! -- Yili Zhao -- -- 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

Re: [hugin-ptx] Creating 360° enfused panoramas tutorial

2013-06-05 Thread Yili Zhao
Hi David, thanks for the info. Yili Zhao 2013/6/5 David Haberthür em...@davidhaberthuer.ch Ciao Yili. There's no image data with the tutorial on the hugin website, but Tim Nugent also has a nice tutorial, including example data: http://ultrawide.wordpress.com/2008/11/20/how-to-create

Re: [hugin-ptx] Creating 360° enfused panoramas tutorial

2013-06-05 Thread Yili Zhao
Hi, thanks David, Carl and Bruno for the tip! Yili Zhao 2013/6/6 Bruno Postle brunopos...@googlemail.com On Jun 5, 2013 10:02 AM, Yili Zhao pan...@gmail.com wrote: I am reading the Creating 360° enfused panoramas tutorial by Bruno Postle: http://hugin.sourceforge.net/tutorials/enfuse

Re: [hugin-ptx] Panini on ubuntu 12.04

2012-08-18 Thread Yili Zhao
/group/hugin-ptx -- Yili Zhao -- 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

Re: [hugin-ptx] Panini on ubuntu 12.04

2012-08-18 Thread Yili Zhao
/hugin-ptx -- Yili Zhao -- 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

Re: [hugin-ptx] Contribute workflow

2012-05-23 Thread Yili Zhao
Thanks Thomas for the information. 在 2012年5月22日星期二UTC+8上午1时58分27秒,Thomas Pryds写道: Den 21/05/2012 16.35 skrev Yili Zhao pan...@gmail.com: Are there some documentations which describe contribution workflow in detail (like fork, branch and others operations one can test Hugin

Re: [hugin-ptx] Contribute workflow

2012-05-23 Thread Yili Zhao
Hi Bruno, Thanks for the information, that is what I want to find, besides translation doc. 在 2012年5月22日星期二UTC+8上午4时29分49秒,Bruno Postle写道: On Mon 21-May-2012 at 19:58 +0200, Thomas Pryds wrote: Den 21/05/2012 16.35 skrev Yili Zhao pan...@gmail.com: Are there some documentations which

[hugin-ptx] Contribute workflow

2012-05-21 Thread Yili Zhao
Hi, I want to contribute to Hugin, like translation, writing code documentation, and submitting patch and etc. Are there some documentations which describe contribution workflow in detail (like fork, branch and others operations one can test Hugin)? Thanks! -- You received this message

[hugin-ptx] Choose application development framework

2011-08-17 Thread Yili Zhao
. -- Yili Zhao -- 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

[hugin-ptx] Speed up optimization by bundler adjustment

2010-04-23 Thread Yili Zhao
://phototour.cs.washington.edu/bundler/ -- Yili Zhao -- 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

[hugin-ptx] Re: Towards a non-patented control point detector

2010-02-27 Thread Yili Zhao
HI, does this non-patented control point detector/descriptor has a formal name? Thus we can add a wiki page at wiki.panotools.org. -- Yili Zhao -- You received this message because you are subscribed to the Google Groups hugin and other free panoramic software group. A list of frequently