[hugin-ptx] Re: GSoC2009 Students: Next Steps

2009-04-05 Thread Lukáš Jirkovský

2009/4/4 Faruq writefa...@gmail.com:

 Hi,

 Here is my patch just to fix a simple compiler warning...

 Hope this completes my GSoC application. Pls let me know if you need
 anything else.
 Also hope to do some research on VIPS to propose a easy route for
 Hugin integration.

 Br,
 Faruq


 Index: src/hugin1/ptbatcher/ProjectListBox.cpp
 ===
 --- src/hugin1/ptbatcher/ProjectListBox.cpp     (revision 3775)
 +++ src/hugin1/ptbatcher/ProjectListBox.cpp     (working copy)
 @@ -251,7 +251,7 @@
        wxString str;
        switch(i){
                case 0:
 -                       return wxString::Format(_T(%d),project-id);
 +                       return wxString::Format(_T(%ld),project-id);
                case 1:
                        return project-path;
                case 2:

 


Hi,
you should take a look at the:
src/hugin1/tools_vips/*
src/hugin1/tools/img2vips.cpp

these are unfinished results from the Google Summer of Code project to
integrate VIPS several years ago.

Lukáš

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009 Students: Next Steps

2009-04-05 Thread Pablo d'Angelo

Lukáš Jirkovský schrieb:
 2009/4/4 Faruq writefa...@gmail.com:

 Hi,
 you should take a look at the:
 src/hugin1/tools_vips/*
 src/hugin1/tools/img2vips.cpp

These are some toy programs I wrote some time ago.

 these are unfinished results from the Google Summer of Code project to
 integrate VIPS several years ago.

Actually, the GSoC code is here:
http://hugin.svn.sourceforge.net/viewvc/hugin/libpanorama/trunk/src/

ciao
  Pablo

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009 Students: Next Steps

2009-04-04 Thread Faruq

Hi,

Here is my patch just to fix a simple compiler warning...

Hope this completes my GSoC application. Pls let me know if you need
anything else.
Also hope to do some research on VIPS to propose a easy route for
Hugin integration.

Br,
Faruq


Index: src/hugin1/ptbatcher/ProjectListBox.cpp
===
--- src/hugin1/ptbatcher/ProjectListBox.cpp (revision 3775)
+++ src/hugin1/ptbatcher/ProjectListBox.cpp (working copy)
@@ -251,7 +251,7 @@
wxString str;
switch(i){
case 0:
-   return wxString::Format(_T(%d),project-id);
+   return wxString::Format(_T(%ld),project-id);
case 1:
return project-path;
case 2:

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-27 Thread Yuval Levy

Irena Damsky wrote:
 (hmmm.. now I'm just spamming again ha? BUT I really wanted to say I'm
 sorry, please ignore me and I'll go sit alone in the dark and cry)

no need to be apologetic. We do not ignore potential contributors. We 
also don't harass them. I won't grab you out of the dark corner you're 
putting yourself in. I'll wait patiently for you to come out of there 
and will welcome you to our community if you want to join.

There are plenty of interesting projects and capable mentors waiting for 
you. But the application deadline is April 3. And you need a working set 
of tools, as described in the wiki.

Don't make your life hard. Grab a simple Ubuntu or Windows, set yourself 
up with the tools and let the fun begin.

Yuv

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-26 Thread Irena Damsky
OH,

just saw that you replied on this in the other thread, and just wanted to
say sorry that I've doubled posted...

(hmmm.. now I'm just spamming again ha? BUT I really wanted to say I'm
sorry, please ignore me and I'll go sit alone in the dark and cry)

Irena

On Fri, Mar 27, 2009 at 12:02 AM, Irena Damsky irena.dam...@gmail.comwrote:

 Hi Yuval, Oscar et. al. :)

 I saw something on the mailing lists that is kinda interesting to me...

 in the thread adding missing sky it is asked if you can give a simple
 solution to completing missing data to the regions which are not actually
 there from the input pictures.
 As I've said on that thread, there are some scientific articles that deal
 with that problem i.e. there are some articles that offer to do that by
 using huge amount of graphical DB to complete the missing data from other
 images. OR there is the article that uses Poisson image editing to
 manipulate the data in such manner that almost no information can create
 huge amounts of info that will make the image look good.

 I actually know that implementing the Poisson completion can be fun and it
 would be great to see it as part of something that people actually use...

 I wonder, does something like that - image completion could work for a
 GSoC project with you guys?

 Thanks,
 Irena




 On Tue, Mar 24, 2009 at 7:59 AM, Yuval Levy goo...@levy.ch wrote:


 Shalom Irena,

 Irena wrote:
  unfortunately I cannot see the wiki of the project since it has been
  down for almost all day long, and cannot see what are the suggested
  projects Ideas.

 it is currently quite slow here too, but it loads
 http://wiki.panotools.org/SoC_2009_idea


  are the projects that you are looking for are mainly environment (like
  phyton bindings etc,) and gui, or are you interested in students to
  implement all kinds of advanced computational algorithms?

 both. it depends on your interests and skill.

 For a starter, may I suggest that you go about building and hacking
 hugin and related tools?


 
 http://panospace.wordpress.com/2009/02/21/a-todo-list-for-google-summer-of-code-2009-student-applicants/
 

 http://wiki.panotools.org/Development_of_Open_Source_tools

 Yuv

 



 --
 Irena Damsky
 irena.dam...@gmail.com
 you can also find me on MSN: ira_dam...@hotmail.com

 Smile! and the world will smile with you!
 Cry! and you'll cry alone...


--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-25 Thread Oskar Sander

and I (and probably more with we) would be happy to provide input in
testing this.

/O

2009/3/20 dmg d...@uvic.ca:

 I'd like to solve the problems I'm encountering as part of Summer of Code.
 Specifically, I'd like to introduce a mosaic mode to Hugin.  This will
 require the development of the geometric framework to project from the
 mosaic image viewpoints to that of an orthographic view of the entire
 painting.  I propose calculating the warp using a homography, applying the
 calculated mapping, and projecting the result to the orthographic
 viewpoint.  A homography estimation algorithm developed in C by Lourakis
 will provide the required homography matrix calculations.


 I have added this to the list of projects. this should be done
 primarily in panotools.
 I think that it is highly related to allowing shift in the camera's location,
 so those two projects should be combined.

 I am probably the potential mentor for this (panotools particularly).

 --
 --dmg

 ---
 Daniel M. German
 http://turingmachine.org

 




-- 
/O

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-24 Thread Yuval Levy

Shalom Irena,

Irena wrote:
 unfortunately I cannot see the wiki of the project since it has been
 down for almost all day long, and cannot see what are the suggested
 projects Ideas.

it is currently quite slow here too, but it loads
http://wiki.panotools.org/SoC_2009_idea


 are the projects that you are looking for are mainly environment (like
 phyton bindings etc,) and gui, or are you interested in students to
 implement all kinds of advanced computational algorithms?

both. it depends on your interests and skill.

For a starter, may I suggest that you go about building and hacking 
hugin and related tools?


http://panospace.wordpress.com/2009/02/21/a-todo-list-for-google-summer-of-code-2009-student-applicants/

http://wiki.panotools.org/Development_of_Open_Source_tools

Yuv

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-24 Thread Yuv

Hello Dev,

Dev Ghosh wrote:
 Specifically, I'd like to introduce a mosaic mode to Hugin.

Sounds interesting. Have you already started building and hacking
Hugin?


 I plan to upload my full proposal to the wiki soon and look forward to your
 feedback.

Don't forget the pre-condition: we'd like to see a patch to the Hugin
codebase from you.

Yuv
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-24 Thread Yuv

Hi Lukáš

Lukáš Jirkovský wrote:
 I'd really want to participate

And I'd really want you to participate! You have already contributed
very valid patches and fixes and I look forward for you to work full
time on Hugin for a while.


 1. Making deghosting act more like as a library.

From what I saw in the past year since you started submitting patches,
you have talent and motivation to pick up this project. Don't worry
about picking up a difficult project, the choice will be accounted for
in the evaluation.

Next step for you would be to add yourself to the wiki: http://
wiki.panotools.org/SoC_2009_student_proposals and to apply in the
GSoC web based tool.

http://socghop.appspot.com/

The application is new so I have no clue how it looks from the student
side. I'd be grateful for feedback. I think you need to create
yourself a profile at

http://socghop.appspot.com/user/edit_profile

and then apply for hugin/panotools, but I don't know how you would
apply. If you do it, please share with us here your experience, it
will help the other students who are less advanced in the process than
you.

good luck
Yuv
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-23 Thread Pablo d'Angelo

Hi Lukáš,

Lukáš Jirkovský wrote:
 Hello,
 I'd really want to participate, but I've not yet decided what should
 be my application.  think about two things:
 
 1. Making deghosting act more like as a library. This probably would
 ease integration to enfuse. The second part would be adding algorithm
 described in [1] or adding support for deghosting to enfuse. The
 problem of this is that I think I'd not be able to do the math of the
 algorithm without help (there are some things I've never seen before).

While I won't be able to be a full time mentor this year, I'd be more 
than happy to answer your questions about the algorithm in [1]. Don't 
let the formulas scare you. From a quick look it seems to work quite 
similar to the khan deghosting (whose paper also sounds more complicated 
than it really is), but contains additional steps to further improve the 
results.

 If I would decide to integrate it to enfuse instead of implementing
 mentioned algorihtm the problem would be in fact that both khan and
 this algorithm are intended for use with HDR.

Actually, both algorithms produce a weight values for each pixel in each 
exposure. This weight value could be combined with the weight enfuse 
computes for each pixel.

 Anyway, even if I would choose one of these goals I'd like to
 implement also the second one but I think it would be quite
 problematic to do the both during summer so the second one wouldn't
 have so high priority.

I don't think doing both is possible in a summer, especially when time 
for learning how the algorithms really work is also needed.

ciao
   Pablo

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-22 Thread Luca N Vascon

Please, I think the BASIC thing hugin needs is an updated website.
The first problem is that when somebody wants to install it, even on 
windows, he steps on old unupdated versions, when luckyly find the 
compiled exes.
Ubuntu debian self installing thing seems old.
It completely lacks clear instructions on how to install what.
Never seen the new updated interface. Does it exist?
How is integration of old things?

Please, the first act should be reorganization of knowledge and concepts.
It is 3 years I'm lost to hugin, I've no clue on how to do things out of 
basic ones cause I can't access knowledge base on my own...
I hope I'm not the only one, cause means my stupidity is growing with age.


dmg ha scritto:
 I'd like to solve the problems I'm encountering as part of Summer of Code.
 Specifically, I'd like to introduce a mosaic mode to Hugin.  This will
 require the development of the geometric framework to project from the
 mosaic image viewpoints to that of an orthographic view of the entire
 painting.  I propose calculating the warp using a homography, applying the
 calculated mapping, and projecting the result to the orthographic
 viewpoint.  A homography estimation algorithm developed in C by Lourakis
 will provide the required homography matrix calculations.
 


 I have added this to the list of projects. this should be done
 primarily in panotools.
 I think that it is highly related to allowing shift in the camera's location,
 so those two projects should be combined.

 I am probably the potential mentor for this (panotools particularly).

   

-- 
IUAV università degli studi, Venezia

Dr. Luca Vascon
tel . (+39) 041.2571262, e-mail vas...@iuav.it

laboratorio multimedia Facoltà di Design e Arti, DADI
Magazzino 7 ex Ligabue, Dorsoduro 1827 30123 Venezia



--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-22 Thread Dale Beams

With regards to ubuntu.

I build hugin svn regularly and post them to 
http://tatteredmoons.org/hugin_svn.html with the dependencies needed and 
instructions to install them.  I've also began testing them before posting any 
new debs.  Currently the debs listed are only for the 8.04.1 release, as it's 
the latest stable long term release.  I do have 8.10 debs, but have not had a 
chance to seperate the web pages this week into two seperate versions.  I only 
build i386 because of comaptibilty.

I also make an effort to look over the wiki (ubuntu) and make corrections when 
needed.  I too have been considering restructing that part of the wiki to make 
it clearer to understand to the average user (me).

I've been considering writing a manual in scribus now that I know how to use 
scribus, and would love your help.  Help can be questions that may seem non 
smart, because I do understand a user's prespective and understand there are 
no dumb questions.  You too can download and use scribus and I'd be willing 
to work with you as a collabartive effort if you choose.

I do believe that hugin needs to move foward, and am happy to see what's being 
listed for GSOC.

Drop me a note privately if you want help.  I'm only a user, but I'm sure I can 
help you through it.

Dale

 Date: Sun, 22 Mar 2009 17:07:18 +0100
 From: vas...@iuav.it
 To: hugin-ptx@googlegroups.com
 Subject: [hugin-ptx] Re: GSoC2009
 
 
 Please, I think the BASIC thing hugin needs is an updated website.
 The first problem is that when somebody wants to install it, even on 
 windows, he steps on old unupdated versions, when luckyly find the 
 compiled exes.
 Ubuntu debian self installing thing seems old.
 It completely lacks clear instructions on how to install what.
 Never seen the new updated interface. Does it exist?
 How is integration of old things?
 
 Please, the first act should be reorganization of knowledge and concepts.
 It is 3 years I'm lost to hugin, I've no clue on how to do things out of 
 basic ones cause I can't access knowledge base on my own...
 I hope I'm not the only one, cause means my stupidity is growing with age.
 
 
 dmg ha scritto:
  I'd like to solve the problems I'm encountering as part of Summer of Code.
  Specifically, I'd like to introduce a mosaic mode to Hugin.  This will
  require the development of the geometric framework to project from the
  mosaic image viewpoints to that of an orthographic view of the entire
  painting.  I propose calculating the warp using a homography, applying the
  calculated mapping, and projecting the result to the orthographic
  viewpoint.  A homography estimation algorithm developed in C by Lourakis
  will provide the required homography matrix calculations.
  
 
 
  I have added this to the list of projects. this should be done
  primarily in panotools.
  I think that it is highly related to allowing shift in the camera's 
  location,
  so those two projects should be combined.
 
  I am probably the potential mentor for this (panotools particularly).
 

 
 -- 
 IUAV università degli studi, Venezia
 
 Dr. Luca Vascon
 tel . (+39) 041.2571262, e-mail vas...@iuav.it
 
 laboratorio multimedia Facoltà di Design e Arti, DADI
 Magazzino 7 ex Ligabue, Dorsoduro 1827 30123 Venezia
 
 
 
  

_
Hotmail® is up to 70% faster. Now good news travels really fast.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_70faster_032009
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-22 Thread RizThon

  Date: Sun, 22 Mar 2009 17:07:18 +0100
  From: vas...@iuav.it
  To: hugin-ptx@googlegroups.com
  Subject: [hugin-ptx] Re: GSoC2009
 
 
  Please, I think the BASIC thing hugin needs is an updated website.
  The first problem is that when somebody wants to install it, even on
  windows, he steps on old unupdated versions, when luckyly find the
  compiled exes.
  Ubuntu debian self installing thing seems old.
  It completely lacks clear instructions on how to install what.
  Never seen the new updated interface. Does it exist?
  How is integration of old things?
 
  Please, the first act should be reorganization of knowledge and concepts.
  It is 3 years I'm lost to hugin, I've no clue on how to do things out of
  basic ones cause I can't access knowledge base on my own...
  I hope I'm not the only one, cause means my stupidity is growing with
 age.


Well indeed it might be a good thing to make things easier for beginners.
Well the first good step was with the 0.7 version on windows where the
installer had everything in it, so there was no need to go download exes on
other websites. Also the website has been updated (more tutorials and
documentation). I feel it's quite easy to browse through it, but users want
things to be simple and usually don't like reading manuals ^^ So it could be
good to add some more explanations in the forms in hugin, cuz at first you
don't really know what to do with all those tabs.
If there are things you don't know or understand how to do, just ask! That's
how we can make things even better, and there are probably other people who
are just like you, a little bit lost!

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-22 Thread Adrien


Hello Bruno,

When you say that masking to put one object in-front of another is
never going to be done in hugin, this is a job for an image
editor ... I'm thinking that this would actually be a great feature
to be included in hugin, because it would allow to do everything
(quickly) in pre-processing instead of post-processing, and still have
the benefit of the blending step.

Just to make sure we are talking about the same thing, I understand
this topic is all about what should be included or not included in
image seams.

Now maybe I'm missing something, but if the steps performed once you
press the stitch now button are :
- remapping images
- remapping masks
- applying masks to remapped images
- blending remapped images

... then for the two cases you mentioned :
1. masking out objects that you don't want to appear in the scene.
= the mask is applied to one image only (the one from which you want
to mask out the objects)
2. masking to put one object in-front of another.
= the mask is applied to all images but one (the one from which you
want to keep the objects)

Cheers,
Adrien


On Mar 19, 8:13 pm, Bruno Postle br...@postle.net wrote:
 On Thu 19-Mar-2009 at 17:31 +0100, Serge Droz wrote:



 Getting a simple masking gui into hugin would be awesome.

 Ok, I wrote something on the wiki:

 http://wiki.panotools.org/SoC_2009_idea#Simple_mask_editing

 Everyone else, now is a good time to mention all those good ideas
 for hugin features.

 --
 Bruno

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-22 Thread Adrien


Hello Bruno,

When you say that masking to put one object in-front of another is
never going to be done in hugin, this is a job for an image
editor ... I'm thinking that this would actually be a great feature
to be included in hugin, because it would allow to do everything
(quickly) in pre-processing instead of post-processing, and still have
the benefit of the blending step.

Just to make sure we are talking about the same thing, I understand
this mask editing topic is all (and only) about what should be
included or not included in image seams.

Now maybe I'm missing something, but if the steps performed once you
press the stitch now button are:
- remapping images
- remapping masks
- applying masks to remapped images
- blending masked remapped images

.. then for the two cases you mentioned:
1. masking out objects that you don't want to appear in the scene.
= the mask is applied to one image only (the one from which you want
to mask out the objects)
2. masking to put one object in-front of another.
= the mask is applied to all images but one (the one from which you
want to keep the objects)

Cheers,
Adrien


On Mar 19, 8:13 pm, Bruno Postle br...@postle.net wrote:
 On Thu 19-Mar-2009 at 17:31 +0100, Serge Droz wrote:



 Getting a simple masking gui into hugin would be awesome.

 Ok, I wrote something on the wiki:

 http://wiki.panotools.org/SoC_2009_idea#Simple_mask_editing

 Everyone else, now is a good time to mention all those good ideas
 for hugin features.

 --
 Bruno

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-22 Thread Irena


Hi guys!

I'm a Msc CS student in the inter disciplinary center in Herzliya,
Israel.
My main interests are image processing, 2nd graphics and computational
photography.

from the short description in the GSoC site about this project it
seems that I will be able to contribute to it, and would actually be
happy to do so :)
unfortunately I cannot see the wiki of the project since it has been
down for almost all day long, and cannot see what are the suggested
projects Ideas.

are the projects that you are looking for are mainly environment (like
phyton bindings etc,) and gui, or are you interested in students to
implement all kinds of advanced computational algorithms?

Thank you!
Irena

On Mar 22, 7:40 pm, RizThon rizt...@gmail.com wrote:
   Date: Sun, 22 Mar 2009 17:07:18 +0100
   From: vas...@iuav.it
   To: hugin-ptx@googlegroups.com
   Subject: [hugin-ptx] Re: GSoC2009

   Please, I think the BASIC thing hugin needs is an updated website.
   The first problem is that when somebody wants to install it, even on
   windows, he steps on old unupdated versions, when luckyly find the
   compiled exes.
   Ubuntu debian self installing thing seems old.
   It completely lacks clear instructions on how to install what.
   Never seen the new updated interface. Does it exist?
   How is integration of old things?

   Please, the first act should be reorganization of knowledge and concepts.
   It is 3 years I'm lost to hugin, I've no clue on how to do things out of
   basic ones cause I can't access knowledge base on my own...
   I hope I'm not the only one, cause means my stupidity is growing with
  age.

 Well indeed it might be a good thing to make things easier for beginners.
 Well the first good step was with the 0.7 version on windows where the
 installer had everything in it, so there was no need to go download exes on
 other websites. Also the website has been updated (more tutorials and
 documentation). I feel it's quite easy to browse through it, but users want
 things to be simple and usually don't like reading manuals ^^ So it could be
 good to add some more explanations in the forms in hugin, cuz at first you
 don't really know what to do with all those tabs.
 If there are things you don't know or understand how to do, just ask! That's
 how we can make things even better, and there are probably other people who
 are just like you, a little bit lost!

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-22 Thread Bruno Postle

On Sun 22-Mar-2009 at 17:07 +0100, Luca Vascon wrote:

Please, I think the BASIC thing hugin needs is an updated website.
The first problem is that when somebody wants to install it, even on 
windows, he steps on old unupdated versions, when luckyly find the 
compiled exes.
Ubuntu debian self installing thing seems old.

The ubuntu instructions are really for people who _want_ to compile 
their own.  The way it should work for everyone else is that the 
distribution provides the binaries - i.e. hugin is part of ubuntu 
and you don't need to download anything from the hugin website.

This situation isn't how it should be, we need more regular releases 
of hugin and related tools, and Linux distributions should be 
prompted to fix the stuff they do supply.

-- 
Bruno

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-20 Thread Oskar Sander

Beeing able to optimize for shift in camera coordinates would be excellent

I.e. the two suggestions3D extension of panotools library or

 Implementing a new projection model for the creation of mosaics in panotools


There are commercial tools like photoshop for stiching mosaics with
manual puzzling  however the Hugin workflow for enfusing, emblending
and photometric parameters are so good now, that a photo mosaic
workflow in Hugin would easily surpass the rest.It seems like the
only issue beeing the geometric model.

Cheers
O


2009/3/19 Bruno Postle br...@postle.net:

 On Thu 19-Mar-2009 at 17:31 +0100, Serge Droz wrote:

Getting a simple masking gui into hugin would be awesome.

 Ok, I wrote something on the wiki:

 http://wiki.panotools.org/SoC_2009_idea#Simple_mask_editing

 Everyone else, now is a good time to mention all those good ideas
 for hugin features.

 --
 Bruno

 




-- 
/O

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-20 Thread Dale Beams

I'd specifically like to see

Linear Panos ... ie click, step, click and capture a city street block
Ability to use outside program (kino or kdenlive?) to capture shots in a 
movie export and create linear panos with some sort of automation.
Philospheres (would really like this).
One click transform of panos into tiny worlds.

 Date: Fri, 20 Mar 2009 18:15:57 +0100
 Subject: [hugin-ptx] Re: GSoC2009
 From: oskar.san...@gmail.com
 To: hugin-ptx@googlegroups.com
 
 
 Beeing able to optimize for shift in camera coordinates would be excellent
 
 I.e. the two suggestions3D extension of panotools library or
 
  Implementing a new projection model for the creation of mosaics in 
 panotools
 
 
 There are commercial tools like photoshop for stiching mosaics with
 manual puzzling  however the Hugin workflow for enfusing, emblending
 and photometric parameters are so good now, that a photo mosaic
 workflow in Hugin would easily surpass the rest.It seems like the
 only issue beeing the geometric model.
 
 Cheers
 O
 
 
 2009/3/19 Bruno Postle br...@postle.net:
 
  On Thu 19-Mar-2009 at 17:31 +0100, Serge Droz wrote:
 
 Getting a simple masking gui into hugin would be awesome.
 
  Ok, I wrote something on the wiki:
 
  http://wiki.panotools.org/SoC_2009_idea#Simple_mask_editing
 
  Everyone else, now is a good time to mention all those good ideas
  for hugin features.
 
  --
  Bruno
 
  
 
 
 
 
 -- 
 /O
 
  

_
Get quick access to your favorite MSN content with Internet Explorer 8. 
http://ie8.msn.com/microsoft/internet-explorer-8/en-us/ie8.aspx?ocid=B037MSN55C0701A
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-20 Thread dev g

Hello,

I've been trying to use Hugin to stitch together image mosaics of a
planar object (a large painting) for some months now.  Though my
images are heavily overlapped, because each image is taken from a
different location, I am dealing both with the problem of a shift in
the camera viewpoint and using Hugin's current projection model which
isn't designed for mosaics.  Over the past two months, I have been
looking into Hugin's source code and finding my way around.  I have
made some minor tweaks for my own use such as allowing the use of
optimized values of shear_x and shear_y, (a.k.a. g and t.)  I have
compiled and built Hugin both on Windows and on Linux under Ubuntu.

I'd like to solve the problems I'm encountering as part of Summer of
Code.  Specifically, I'd like to introduce a mosaic mode to Hugin.
This will require the development of the geometric framework to
project from the mosaic image viewpoints to that of an orthographic
view of the entire painting.  I propose calculating the warp using a
homography,  and applying the calculated mapping and projecting the
result to the orthographic viewpoint.  A homography estimation
algorithm developed in C by Lourakis will provide the required
homography matrix calculations.

I'm a PhD candidate in Electrical Engineering and Computer Science at
Northwestern University, Evanston, Illinois working to develop a
software that can be used by art historians to study paintings under a
wide range of lighting conditions.  I hope Hugin will become a vital
tool for pre-processing, warping, and stitching images for my project.

I plan to upload my full proposal to the wiki soon and look forward to
your feedback.  I would especially be interested in hearing from
potential mentors.  From the earlier messages, it's clear that there
is great demand for such a feature and I would enjoy working with the
Hugin community to make it better for all of us.

Best,
Dev

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-20 Thread Dev Ghosh
Hello,

I've been trying to use Hugin to stitch together image mosaics of a planar
object (a painting) for some months now.  My images are heavily overlapped,
but because each image is taken from a different location, I am dealing both
with the problem of a shift in the camera viewpoint and using Hugin's
current projection model which isn't designed for mosaics.  Over the past
two months, I have been looking into Hugin's source code and finding my way
around.  I have made some minor tweaks for my own use such as allowing the
use of optimized values of shear_x and shear_y, (a.k.a. g and t.)  I have
compiled and built Hugin both on Windows and on Linux under Ubuntu.

I'd like to solve the problems I'm encountering as part of Summer of Code.
Specifically, I'd like to introduce a mosaic mode to Hugin.  This will
require the development of the geometric framework to project from the
mosaic image viewpoints to that of an orthographic view of the entire
painting.  I propose calculating the warp using a homography, applying the
calculated mapping, and projecting the result to the orthographic
viewpoint.  A homography estimation algorithm developed in C by Lourakis
will provide the required homography matrix calculations.

I'm a PhD candidate in Electrical Engineering and Computer Science at
Northwestern University, Evanston, Illinois working to develop software that
can be used by art historians to study paintings photographed under a wide
range of lighting conditions.  I hope Hugin will become a vital  tool for
pre-processing, warping, and stitching images for my project.

I plan to upload my full proposal to the wiki soon and look forward to your
feedback.  I would especially be interested in hearing from potential
mentors.  From the earlier messages, it's clear that there is great demand
for such a feature and I would enjoy working with the Hugin community to
make it better for all of us.

Best,
Dev

On Fri, Mar 20, 2009 at 12:24 PM, Dale Beams drbe...@hotmail.com wrote:

  I'd specifically like to see

 Linear Panos ... ie click, step, click and capture a city street block
 Ability to use outside program (kino or kdenlive?) to capture shots in a
 movie export and create linear panos with some sort of automation.
 Philospheres (would really like this).
 One click transform of panos into tiny worlds.

  Date: Fri, 20 Mar 2009 18:15:57 +0100
  Subject: [hugin-ptx] Re: GSoC2009
  From: oskar.san...@gmail.com
  To: hugin-ptx@googlegroups.com

 
 
  Beeing able to optimize for shift in camera coordinates would be
 excellent
 
  I.e. the two suggestions 3D extension of panotools library  or
 
  Implementing a new projection model for the creation of mosaics in
 panotools
 
 
  There are commercial tools like photoshop for stiching mosaics with
  manual puzzling however the Hugin workflow for enfusing, emblending
  and photometric parameters are so good now, that a photo mosaic
  workflow in Hugin would easily surpass the rest. It seems like the
  only issue beeing the geometric model.
 
  Cheers
  O
 
 
  2009/3/19 Bruno Postle br...@postle.net:
  
   On Thu 19-Mar-2009 at 17:31 +0100, Serge Droz wrote:
  
  Getting a simple masking gui into hugin would be awesome.
  
   Ok, I wrote something on the wiki:
  
   http://wiki.panotools.org/SoC_2009_idea#Simple_mask_editing
  
   Everyone else, now is a good time to mention all those good ideas
   for hugin features.
  
   --
   Bruno
  
   
  
 
 
 
  --
  /O
 
  


--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-20 Thread dmg

 I'd like to solve the problems I'm encountering as part of Summer of Code.
 Specifically, I'd like to introduce a mosaic mode to Hugin.  This will
 require the development of the geometric framework to project from the
 mosaic image viewpoints to that of an orthographic view of the entire
 painting.  I propose calculating the warp using a homography, applying the
 calculated mapping, and projecting the result to the orthographic
 viewpoint.  A homography estimation algorithm developed in C by Lourakis
 will provide the required homography matrix calculations.


I have added this to the list of projects. this should be done
primarily in panotools.
I think that it is highly related to allowing shift in the camera's location,
so those two projects should be combined.

I am probably the potential mentor for this (panotools particularly).

-- 
--dmg

---
Daniel M. German
http://turingmachine.org

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-19 Thread Lukáš Jirkovský

Hello,
I'd really want to participate, but I've not yet decided what should
be my application.  think about two things:

1. Making deghosting act more like as a library. This probably would
ease integration to enfuse. The second part would be adding algorithm
described in [1] or adding support for deghosting to enfuse. The
problem of this is that I think I'd not be able to do the math of the
algorithm without help (there are some things I've never seen before).
If I would decide to integrate it to enfuse instead of implementing
mentioned algorihtm the problem would be in fact that both khan and
this algorithm are intended for use with HDR.
Anyway, even if I would choose one of these goals I'd like to
implement also the second one but I think it would be quite
problematic to do the both during summer so the second one wouldn't
have so high priority.

2. Add support for selecting different projections for parts of
images. This would need to calculate some function which would make
transition between parts with different projections smooth. I thing
that it could be done by selecting some discrete points from functions
describing both projections and then describe them by using bezier
curves. The problems are that I don't have any idea how the
projections are described so this approach may be impossible and (it
may be a bigger problem) that I would have to create some GUI for it
(I don't know creating GUI using wxWidgets and overall I hate creating
any GUI).


[1] http://www.ee.oulu.fi/mvg/files/pdf/cpgr_paper-1.pdf

Lukáš Jirkovský

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009

2009-03-19 Thread Bruno Postle

On Thu 19-Mar-2009 at 17:31 +0100, Serge Droz wrote:

Getting a simple masking gui into hugin would be awesome.

Ok, I wrote something on the wiki:

http://wiki.panotools.org/SoC_2009_idea#Simple_mask_editing

Everyone else, now is a good time to mention all those good ideas 
for hugin features.

-- 
Bruno

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: GSoC2009 - ideas

2009-01-23 Thread Lukáš Jirkovský

2009/1/23 Yuval Levy goo...@levy.ch:

 http://wiki.panotools.org/SoC_2009_idea

 you are welcome to add your ideas to the list. what would you like to
 see in hugin/panotools/enblend-enfuse/etc.

 Yuv

 


I've already thought about that zones where different projections are
used according which was discussed in thread about panini. Moreover I
think it would be easier to implement (it's math seems easier) than my
original idea to implement new ghost removal technique and making it
modular so it can be used inside of enfuse (and I think it could be
used also in enblend to get rid of paralax).

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---