Changes between Version 57 and Version 58 of DevelopGuide


Ignore:
Timestamp:
Oct 13, 2008, 12:00:38 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v57 v58  
    1111  * [#View View]
    1212 * [#OutputXMLfile Output XML file]
     13  * {#Description Description]
    1314  * [#Exampleinmosaicmode Example in mosaic mode]
    1415  * [#Exampleinpresetmode Example in preset mode]
     
    107108Papywizard can generate a xml data file. This file mainly contains all positions reached during shooting, and can be used by Autopano Giga to help positionning orphan pictures. This is very helpfull for high-resolution panos with deep blue sky, without details. Sift algorithm often fail to find control points in such areas.
    108109
    109 The XML file is made of two parts: a header, containing global informations, and a shooting part, containing all pictures positions. The exact header format depends of the mode (mosaic or preset).
     110=== Description ===
     111
     112The XML file is made of two parts: a header, containing global informations, and a shoot part, containing a list of all pictures positions. The exact header format depends of the mode (see examples below).
     113
     114This format is open, and can be used by anyone who wants to implement motorized panohead output data file. Feel free to contact me if you want to add some entries to support special features. The goal is to make some sort of standard format. More informations [http://www.autopano.fr/wiki/action/view/Fichier_de_données here].
    110115
    111116=== Example in mosaic mode ===