fix formatting
This commit is contained in:
parent
e4302abd34
commit
7eac81b012
14
README.md
14
README.md
|
@ -17,14 +17,14 @@ run overlaylatLong.sh with .jpg files in same directory.
|
||||||
This will create an "overlay" directory with the fotos and a lat long overlay.
|
This will create an "overlay" directory with the fotos and a lat long overlay.
|
||||||
|
|
||||||
## Workflow
|
## Workflow
|
||||||
Add .jpg equirectengular 360 photos in a directory with overlayLatLong.sh and the Rasteroverlay.png.
|
* Add .jpg equirectengular 360 photos in a directory with overlayLatLong.sh and the Rasteroverlay.png.
|
||||||
Run overlayLatLong.sh
|
* Run overlayLatLong.sh
|
||||||
create a file (for example input.txt)
|
* create a file (for example input.txt)
|
||||||
Add clickable hotspots in every line
|
* Add clickable hotspots in every line
|
||||||
Example: from kitchen.jpg to livingroom.jpg at pitch=0 and yaw=-30 (coordinats in from picture).
|
* Example: from kitchen.jpg to livingroom.jpg at pitch=0 and yaw=-30 (coordinats in from picture).
|
||||||
kitchen,livingroom,0,-30,i
|
> kitchen,livingroom,0,-30,i
|
||||||
(i for autocalculate yaw viewpoint in target photo)
|
(i for autocalculate yaw viewpoint in target photo)
|
||||||
Use images in overlay directory for pitch and yaw reference.
|
* Use images in overlay directory for pitch and yaw reference.
|
||||||
|
|
||||||
Every image in the "to" field has to exist at least once as "from".
|
Every image in the "to" field has to exist at least once as "from".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue