panoramas.

Ianiv Schweber burundo@telus.net
Sun, 14 Apr 2002 12:03:32 -0700


First a little about me.
I live in Canada in the city of Vancouver. I'm a computer science
student at the University of British Columbia and wil graduate next
year. I've been using Linux for a few years now and I rearely use my
Windoze box.

> 	Controlpoints (1 to many)
> 		image1
> 			coordinates
> 		image2 (is it possible to have one point on 3 images?)
> 			coordinates
I don't think there is a direct way of doing this.
> 		CP type
> 
> 
> And again, I'll start working on a CP selection app within this week I
> hope. Who knows panorama internals, please help to define a nice structure

Before you start, why don't we agree on what exactly we want to do.
What language are we going to use to implement this?
Are we going to use some kind of GUI toolkit (GTK, Qt) or use X
directly? My opinion is we will save time using a toolkit.
Where is our code repository going to be? Can anyone host a CVS server
or should we create a page in SourceForge?
Are we going to use some IDE or just our favorite text editor (I'm a
vi fan)?
If we are going to have to write the panorama scripts anyway why do we
need a separate file format? Can't we just write a parser for the existing
format?
If we do use our own format, which XML library are we going to use?
And less important right now, lets think of a name for the program.

Ianiv