Difference between revisions of "PTStitcher"

From PanoTools.org Wiki
Jump to navigation Jump to search
(not ready)
(completed)
Line 18: Line 18:
 
They are processed on a line by line basis. Each line starts with a special character (case sensitive) that indicates the meaning of the rest of the line. All other first in line characters are ignored and considered comments.
 
They are processed on a line by line basis. Each line starts with a special character (case sensitive) that indicates the meaning of the rest of the line. All other first in line characters are ignored and considered comments.
  
== Scripting ==
+
== Features ==
 +
Most features of PTStitcher are conveniently accessible by the usual GUIs ([[#Preface|see top]]), but some are not.
 +
 
 +
=== Accessible by GUI ===
 +
PTStitcher can stitch
 +
* [[Equirectangular Projection|spherical (equirectangular)]], [[Cylindrical Projection|cylindrical]], [[        Rectilinear Projection|rectilinear]] and [[Fisheye Projection|fisheyed (or mirror ball)]] panoramas
 +
* multi row panoramas
 +
* panoramas from images that where shot tilted up or down.
 +
* images from any lens (including spherical mirrors)
 +
* images with different focal length into one panorama
 +
* flat images like scanned maps.
 +
 
 +
The capabilities of PTStitcher go far beyond panorama stitching: It can be used
 +
* to remap images between different [[Projections]]
 +
* to [[Extracting and inserting rectilinear Views|extract and insert rectilinear images]] from a spherical or cylindrical panorama.
 +
* to [[Edit zenith and nadir in one go with PTGui|remap a spherical panorama]] such that [[Nadir]] and [[Zenith]] are editable.
 +
* to down- or [[Upsampling a single image with ptstitcher|upsample images]] with high quality interpolators.
 +
* to correct perspective distortion.
 +
 
 +
=== Acessible by Script or other Tool ===
 +
PTStitcher can be used stand alone or with some other (non-GUI) Tool:
 +
* together with some tool that separete color channels ([[ImageMagick]] to correct [[Chromatic Aberration]]
 +
* assembling 6 cube faces to an equirectangular panorama can be done by GUI but is more convenient done by script, [http://www.pinlady.net/vr/#anchor3|batch file] or [[PanoCube|PanoCube Plus]].
 +
 
 +
== Tutorials ==
 +
Information on how to create and use PTStitcher scripts can be found on the web and on the wiki:
 
* The original [[PTStitcher Readme]] file contains basic information.
 
* The original [[PTStitcher Readme]] file contains basic information.
 
* The updated original example script with lots of comments is found at [http://photocreations.ca/panotools/stitch.txt Jim Watter's page]
 
* The updated original example script with lots of comments is found at [http://photocreations.ca/panotools/stitch.txt Jim Watter's page]
Line 28: Line 53:
  
 
== Calling from the command line ==
 
== Calling from the command line ==
PTStitcher can be called from the command line (this is what all GUIs do, too).  
+
PTStitcher can be called from the command line (this is what all GUIs do, too). More Information in the [[PTStitcher Readme#Scripting_PTStitcher|PTStitcher Readme]]
  
(to be completed soon)
+
<small>[[User:Erik Krause|Erik Krause]] 12:35, 29 Apr 2005 (EDT)</small>

Revision as of 18:35, 29 April 2005

Preface

PTStitcher is one of the core applications of Panorama tools, together with PTOptimizer and the Panorama Tools Plugins.

For stitching panoramas you most probably wont get in contact with PTStitcher frequently, since the scripting is moe or less completely done by the GUIs PTMac, PTGui, PTAssembler, hugin and some tools like PanoCube.

However, there are several occasions where you might need to write or at least understand the scripts or call PTStitcher directly (for some batch tasks f.e.).

Updates

The PTStitcher source code was never published, hence there are no changes possible to certain functions. But since a considerable part of it's functionality is in pano12 library, PTStitcher benefits from every update of this core library.

You can take PTStitcher from any of the panotools distribution on one of the Mirrors. In order to use new functionality you need a recent copy of pano12 library.

There is a freeware replacement for PTStitcher called nona in the hugin project which has much (but not all) of the PTStitcher features.

Intro

PTStitcher is script driven. The scripts are in pure text format and can be edited with any text or programming editor (on windows notepad will do).

They are processed on a line by line basis. Each line starts with a special character (case sensitive) that indicates the meaning of the rest of the line. All other first in line characters are ignored and considered comments.

Features

Most features of PTStitcher are conveniently accessible by the usual GUIs (see top), but some are not.

Accessible by GUI

PTStitcher can stitch

The capabilities of PTStitcher go far beyond panorama stitching: It can be used

Acessible by Script or other Tool

PTStitcher can be used stand alone or with some other (non-GUI) Tool:

Tutorials

Information on how to create and use PTStitcher scripts can be found on the web and on the wiki:

Calling from the command line

PTStitcher can be called from the command line (this is what all GUIs do, too). More Information in the PTStitcher Readme

Erik Krause 12:35, 29 Apr 2005 (EDT)