Changes between Version 57 and Version 58 of DevelopGuide
- Timestamp:
- Oct 13, 2008, 12:00:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v57 v58 11 11 * [#View View] 12 12 * [#OutputXMLfile Output XML file] 13 * {#Description Description] 13 14 * [#Exampleinmosaicmode Example in mosaic mode] 14 15 * [#Exampleinpresetmode Example in preset mode] … … 107 108 Papywizard 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. 108 109 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 112 The 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 114 This 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]. 110 115 111 116 === Example in mosaic mode ===