Difference between revisions of "PanoTools Anti Aliasing Filter Examples"

From PanoTools.org Wiki
Jump to navigation Jump to search
(initial version)
 
m (categorized)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Examples for [[PanoTools Anti Aliasing Filters]].
+
Examples for [[PanoTools Anti Aliasing Filters]]. Please note that for static display the viewer performs it's own anti-aliasing. To see the mere image hold the mouse button depressed. Aliasing is best viewed in [[zenith]] and [[nadir]] regions.
  
 
Panorama without aliasing filter:
 
Panorama without aliasing filter:
  
<pano file="Noaafilter.mov" width="500"  height="350" scale="tofit" controller="true" cache="true" />
+
<pano file="Noaafilter.mov" width="500"  height="350" scale="tofit" controller="true" cache="true" filter="0" />
  
 
Panorama with Gaussian filter:
 
Panorama with Gaussian filter:
  
<pano file="Aafilter_gauss.mov" width="500"  height="350" scale="tofit" controller="true" cache="true" />
+
<pano file="Aafilter_gauss.mov" width="500"  height="350" scale="tofit" controller="true" cache="true"  filter="0" />
  
 
Panorama with Michell filter:
 
Panorama with Michell filter:
  
<pano file="Aafilter_mitchell.mov" width="500"  height="350" scale="tofit" controller="true" cache="true" />
+
<pano file="Aafilter_mitchell.mov" width="500"  height="350" scale="tofit" controller="true" cache="true" filter="0" />
 +
 
 +
[[Category:Software:Survey]]

Revision as of 21:53, 18 November 2007

Examples for PanoTools Anti Aliasing Filters. Please note that for static display the viewer performs it's own anti-aliasing. To see the mere image hold the mouse button depressed. Aliasing is best viewed in zenith and nadir regions.

Panorama without aliasing filter:

<pano file="Noaafilter.mov" width="500" height="350" scale="tofit" controller="true" cache="true" filter="0" />

Panorama with Gaussian filter:

<pano file="Aafilter_gauss.mov" width="500" height="350" scale="tofit" controller="true" cache="true" filter="0" />

Panorama with Michell filter:

<pano file="Aafilter_mitchell.mov" width="500" height="350" scale="tofit" controller="true" cache="true" filter="0" />