Skip to content

Commit

Permalink
Updated module 6
Browse files Browse the repository at this point in the history
- Completed customized viewer section
- Added missing images and screenshots
  • Loading branch information
Tars4815 committed Feb 19, 2024
1 parent c3e0fbe commit cd7b17e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/module6/oriented-image-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion docs/module6/custom-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,12 @@ Potree.OrientedImageLoader.load(cameraParams1, imageParams1, viewer).then(images

If you'd like to define another oriented images chunk, copy the entire code block of the first chunk and paste it right in first row below it in the js script. Then modify it according to your needs.

N.B.: Variable and constant names should be unique!
N.B.: Variable and constant names should be unique!

Now, refreshing the viewer page results in displaying several small black rectangles bordered in green, one for each oriented image inserted in the scene. Their position and orientation in space are based on the parameters passed through the *images_eo.tc* file. Also, if the oriented images integration has been successfull, you should be able to see in the Sidebar > Scene section a new *images* entity in the list.

![Oriented images loaded in the Potree scene](../assets/img/module6/oriented-cameras-scene.png "Oriented images loaded in the Potree scenes")

When clicking on one of the rectangles, the user will enter the picture visualisation mode, accessing the selected oriented images aligned to the point clouds. This means that not only it is possible to analyse in high resolution the images that originated the cloud through the photogrammetric reconstruction, but also to execute measurements with the support of the image and reproject them in 3D on the point cloud.

![Example of a single oriented image view in Potree](../assets/img/module6/oriented-image-view.png "Example of a single oriented image view in Potree")

0 comments on commit cd7b17e

Please sign in to comment.