Difference between revisions of "PanoTools Anti Aliasing Filter Examples"

From PanoTools.org Wiki
Jump to navigation Jump to search
(initial version)
 
(Note on viewer antiaalising, deval filter parameter)
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" />

Revision as of 13:10, 12 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" />