Difference between revisions of "Historical:Partial Panoramas using ROI in PTViewer"

From PanoTools.org Wiki
Jump to navigation Jump to search
(Use this method if you have a panorama that is not fully 360°x180°, and you still want to use PTViewer to immerse your audience into your panorama)
 
(fix degree/apostrophe symbols, latex formulas)
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Partial Panorama�s using ROI in PTViewer
+
If you have a panorama that is not fully 360°x180°, and you still want to use PTViewer to immerse your audience into your panorama, there are a few methods to do that.
 
 
If you have a panorama that is not fully 360�x180�, and you still want to use PTViewer to immerse your audience into your panorama, there are a few methods to do that.
 
  
 
You can expand your Panorama with blank space around, and use the normal way of displaying a panorama in PTViewer. The disadvantage of this is that if you put this picture online, the download times can be significantly longer because of all the blank space.
 
You can expand your Panorama with blank space around, and use the normal way of displaying a panorama in PTViewer. The disadvantage of this is that if you put this picture online, the download times can be significantly longer because of all the blank space.
Line 7: Line 5:
 
To avoid this, it is possible to use a Region Of Interest picture (ROI) to display the panorama. This will only download the partial panorama. We will have to tell PTViewer where to place the picture, and how far the user may pan left and right, and how much they can tilt up and down.
 
To avoid this, it is possible to use a Region Of Interest picture (ROI) to display the panorama. This will only download the partial panorama. We will have to tell PTViewer where to place the picture, and how far the user may pan left and right, and how much they can tilt up and down.
  
== Gathering Information
+
Note this is not an explanation of the syntax of PTViewer, rather a tutorial on how to calculate the different parameters. For the syntax on PTViewer you can visit : [http://webuser.fh-furtwangen.de/~dersch/PTVJ/doc.html PTViewer Documentation]
 +
 
 +
Good luck.
 +
 
 +
Richard Korff
 +
 
 +
== Gathering Information ==
  
 
[[Image:ROI_image1.jpg|Sample image]]
 
[[Image:ROI_image1.jpg|Sample image]]
Line 16: Line 20:
 
* Position of the horizon from the top of the picture (Horizon pos)  227 px
 
* Position of the horizon from the top of the picture (Horizon pos)  227 px
  
From the sticther we should be able to get the Horizontal Field of View (HFOV)   160�
+
The picture must have [[Equirectangular|equirectangular]] projection
 +
 
 +
From the stitcher we should be able to get the Horizontal Field of View (HFOV). In this case 160°
  
 
From these 4 numbers we should be able to calculate the parameters necessary for PTViewer to display a partial panorama.
 
From these 4 numbers we should be able to calculate the parameters necessary for PTViewer to display a partial panorama.
  
 
== Calculating the parameters for PTViewer ==
 
== Calculating the parameters for PTViewer ==
 +
  
 
[[Image:ROI_image2.jpg|Sample overview]]
 
[[Image:ROI_image2.jpg|Sample overview]]
 +
  
 
Since we know the ROI Width of the picture as well as the Horizontal Field of View (HFOV), we can calculate the field of view for 1 pixel.
 
Since we know the ROI Width of the picture as well as the Horizontal Field of View (HFOV), we can calculate the field of view for 1 pixel.
In this case 180� / 800 pixels = 0.2�/px
+
In this case  
  
With that we can calculate the Vertical Field of View (VFOV)
+
<math>
VFOV = 541 px * 0.2�/px = 108�
+
\frac{160^\circ}{800\text{px}} = \frac{0.2^\circ}{\text{px}}
 +
</math>
  
The objective is to place the ROI picture inside the 360�x180� panorama with the horizon in the ROI image over the horizontal 0� line, and the middle of the ROI image at compass-angle the picture was taken as (or in the middle of the panorama if compass-direction is not important).  
+
We need this number to convert from pixels to degrees and vice versa. You need an accuracy of a couple of decimals otherwise it won't work.
 +
 
 +
The objective is to place the ROI picture inside the 360°x180° panorama with the horizon in the ROI image over the horizontal line of the pano, and the middle of the ROI image in the middle of the panorama.
  
 
== pwidth and pheight ==
 
== pwidth and pheight ==
 
To do that we first need to calculate the total size of the panorama image, of which the ROI image is a part of.  
 
To do that we first need to calculate the total size of the panorama image, of which the ROI image is a part of.  
The calculation is similar to the previous calculation but then the other way around. Since we know the degrees, we can calculate the number of pixels.
+
The calculation is done by using the number of degrees per pixel.  
Panorama Width (Pwidth) = 360� / 0.2�/px = 1800 px
+
Since we know the degrees, we can calculate the number of pixels.
Panorama Height (Pheigth) = 180� / 0.2/px = 900 px
 
  
== x and y offset ==
+
<math>
To calculate the x and y offset of where the picture needs to be placed we calculate the following
+
\begin{align}
 +
\text{Panorama Width}\, pwidth & = \frac{360^\circ}{\frac{0.2^\circ}{\text{px}}} = 1800\text{px} \\
 +
\text{Panorama Height}\, pheight & = \frac{180^\circ}{\frac{0.2^\circ}{\text{px}}} = 900\text{px}
 +
\end{align}
 +
</math>
  
We know that the horizon in the large panorama is halfway.
+
== x and y insertion point ==
900 px / 2 =  450 px
+
To calculate the x and y position of the insertion point (the point where the picture needs to be placed) we can take half of the panorama height and subtracting the horizon position in the ROI.
By subtracting the horizon position we end up with the Y offset.
+
 
Y Offset = 450 px 227 px = 223 px
+
<math>
 +
Y \text{position of the insertion point} = \frac{900\text{px}}{2} - 227\text{px} = 223\text{px}
 +
</math>
  
 
Similarly we can calculate the x offset.  
 
Similarly we can calculate the x offset.  
In most circumstances, you either don�t know, or don�t care about the direction the picture was taken. In that case it is good practice to place the ROI in the middle of the large pano where 0� is the middle of the picture.
+
In most circumstances, you either don't know, or don't care about the direction the picture was taken. In that case it is good practice to place the ROI in the middle of the large pano where is the middle of the picture. You can do this by taking half of the total panorama width and subtracting half the size of the picture  
You can do this by taking half of the total panorama width 1800 px / 2 = 900 px
 
And subtracting half the size of the picture (in this case 800 px / 2 = 400 px)
 
X Offset = 900 px � 400 px = 500 px
 
  
== panmin, panmax, tiltmin and tiltmax
+
<math>
To limit the freedom the user has in moving around your pano, you want to restrict the pan and tilt angles.
+
X \text{position of the insertion point} = \frac{1800\text{px}}{2} - \frac{800\text{px}}{2} = 500\text{px}
 +
</math>
  
To calculate this is relatively easy with the information we have gathered above.
+
== panmin, panmax, tiltmin and tiltmax ==
 +
To limit the freedom the user has in moving around your pano, you want to restrict the pan and tilt angles. To calculate this is relatively easy with the information we have gathered above.
 
The pan and tilt angles are calculated in degrees.
 
The pan and tilt angles are calculated in degrees.
  
 
Because the ROI is horizontally in the middle, you may pan half the width of the image to the left and right, converted to degrees.
 
Because the ROI is horizontally in the middle, you may pan half the width of the image to the left and right, converted to degrees.
Minimum pan = -800px/2 * 0.2�/px = -80�
 
Maximum pan = 800px/2 * 0.2�/px = 80�
 
  
The minumum tilt is calculated as the position of the horizon, converted to degrees.
+
<math>
Minimum tilt = -227px * 0.2�/px = -45.4� => 45�
+
\begin{align}
The maximum tilt is calculated as the height of the ROI minus the position of the horizon, converted to degrees.
+
\text{Minimum pan} & = \frac{-800\text{px}}{2} \cdot \frac{0.2^\circ}{\text{px}} = -80^\circ\\
Maximum tilt = (541px � 227px) * 0.2�/px = 62.8� => 62�
+
\text{Maximum pan} & = \frac{800\text{px}}{2} \cdot \frac{0.2^\circ}{\text{px}} = 80^\circ
 +
\end{align}
 +
</math>
 +
 
 +
The minimum tilt is calculated as the height of the ROI minus the position of the horizon, converted to degrees.
 +
 
 +
<math>
 +
\text{Minumum tilt} = -(541\text{px} - 227\text{px}) \cdot \frac{0.2^\circ}{\text{px}} = -62.8^\circ \approx -62^\circ
 +
</math>
 +
 
 +
The maximum tilt is calculated as the position of the horizon, converted to degrees.
 +
 
 +
<math>
 +
\text{Maximum tilt} = 227\text{px} \cdot \frac{0.2^\circ}{\text{px}} = 45.4^\circ \approx 45^\circ
 +
</math>
 +
 
 +
Because ptviewer does not take fractions of degrees, you throw away the fraction.
  
Because the ptviewer does not take fractions of degrees, you throw away the fraction.
+
Using these numbers in PTViewer should give you a good partial panorama. If you see blank space at the edges of the panorama, you may want to make a 1 degree change to the minimum and maximum pan and tilt untill it does not show up anymore.
  
Using these numbers in PTViewer should give you a good partial panorama. If you see blank space at the sides of the panorama, you may want to make a 1 degree change to the minimum and maximum pan and tilt untill it does not show up anymore.
+
== HTML code ==
  
Good luck.
+
To see how these calculations translate in HTML code, the above sample could result in the following HTML code :
 +
 
 +
<source lang="html">
 +
<applet archive="ptviewer27L2.jar" code="ptviewer.class" WIDTH="300" HEIGHT="200" mayscript=true>
 +
  <param name=pwidth value=1800>
 +
  <param name=pheight value=900>
 +
  <param name=roi0 value="i'sample.jpg' x500 y223">
 +
  <param name=panmin value=-80>
 +
  <param name=panmax value=80>
 +
  <param name=tiltmax value=45>
 +
  <param name=tiltmin value=-62>
 +
</applet>
 +
</source>
 +
 
 +
 
 +
Have fun.
 +
 
 +
== Helpful form ==
 +
 
 +
If all these computations give you a headache, you can use [http://yhargla.free.fr/ptviewer_roi.php the following form].  Just input your data and it will generate the applet HTML code with all the correct parameters.  Enjoy !
 +
 
 +
[[Category:Tutorial:Nice to know]]

Revision as of 19:17, 3 August 2009

If you have a panorama that is not fully 360°x180°, and you still want to use PTViewer to immerse your audience into your panorama, there are a few methods to do that.

You can expand your Panorama with blank space around, and use the normal way of displaying a panorama in PTViewer. The disadvantage of this is that if you put this picture online, the download times can be significantly longer because of all the blank space.

To avoid this, it is possible to use a Region Of Interest picture (ROI) to display the panorama. This will only download the partial panorama. We will have to tell PTViewer where to place the picture, and how far the user may pan left and right, and how much they can tilt up and down.

Note this is not an explanation of the syntax of PTViewer, rather a tutorial on how to calculate the different parameters. For the syntax on PTViewer you can visit : PTViewer Documentation

Good luck.

Richard Korff

Gathering Information

Sample image

From the ROI picture we need to get some basic information :

  • Width in pixels (ROI Width) 800 px
  • Height in pixels (ROI Height) 541 px
  • Position of the horizon from the top of the picture (Horizon pos) 227 px

The picture must have equirectangular projection

From the stitcher we should be able to get the Horizontal Field of View (HFOV). In this case 160°

From these 4 numbers we should be able to calculate the parameters necessary for PTViewer to display a partial panorama.

Calculating the parameters for PTViewer

Sample overview


Since we know the ROI Width of the picture as well as the Horizontal Field of View (HFOV), we can calculate the field of view for 1 pixel. In this case

We need this number to convert from pixels to degrees and vice versa. You need an accuracy of a couple of decimals otherwise it won't work.

The objective is to place the ROI picture inside the 360°x180° panorama with the horizon in the ROI image over the horizontal 0° line of the pano, and the middle of the ROI image in the middle of the panorama.

pwidth and pheight

To do that we first need to calculate the total size of the panorama image, of which the ROI image is a part of. The calculation is done by using the number of degrees per pixel. Since we know the degrees, we can calculate the number of pixels.

x and y insertion point

To calculate the x and y position of the insertion point (the point where the picture needs to be placed) we can take half of the panorama height and subtracting the horizon position in the ROI.

Similarly we can calculate the x offset. In most circumstances, you either don't know, or don't care about the direction the picture was taken. In that case it is good practice to place the ROI in the middle of the large pano where 0° is the middle of the picture. You can do this by taking half of the total panorama width and subtracting half the size of the picture

panmin, panmax, tiltmin and tiltmax

To limit the freedom the user has in moving around your pano, you want to restrict the pan and tilt angles. To calculate this is relatively easy with the information we have gathered above. The pan and tilt angles are calculated in degrees.

Because the ROI is horizontally in the middle, you may pan half the width of the image to the left and right, converted to degrees.

The minimum tilt is calculated as the height of the ROI minus the position of the horizon, converted to degrees.

The maximum tilt is calculated as the position of the horizon, converted to degrees.

Because ptviewer does not take fractions of degrees, you throw away the fraction.

Using these numbers in PTViewer should give you a good partial panorama. If you see blank space at the edges of the panorama, you may want to make a 1 degree change to the minimum and maximum pan and tilt untill it does not show up anymore.

HTML code

To see how these calculations translate in HTML code, the above sample could result in the following HTML code :

<source lang="html"> <applet archive="ptviewer27L2.jar" code="ptviewer.class" WIDTH="300" HEIGHT="200" mayscript=true>

  <param name=pwidth value=1800>
  <param name=pheight value=900>
  <param name=roi0 value="i'sample.jpg' x500 y223">
  <param name=panmin value=-80>
  <param name=panmax value=80>
  <param name=tiltmax value=45>
  <param name=tiltmin value=-62>

</applet> </source>


Have fun.

Helpful form

If all these computations give you a headache, you can use the following form. Just input your data and it will generate the applet HTML code with all the correct parameters. Enjoy !