Skip to content

Commit

Permalink
move docs image
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Oct 16, 2022
1 parent def5de8 commit a00f7ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cph.visualization.draw_geometries([pointcloud])

If the following window appears, you have succeeded.

![getting_started_1](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/getting_started_1.png)
![getting_started_1](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/_static/getting_started_1.png)

Close the window and then downsample.
Call the function that performs downsampling as follows.
Expand All @@ -44,7 +44,7 @@ downsampled = pointcloud.voxel_down_sample(0.05)

Draw the point cloud after downsampling.

![getting_started_2](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/getting_started_2.png)
![getting_started_2](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/_static/getting_started_2.png)

That concludes our introduction!
There's plenty of other features you can use and experiment with!

0 comments on commit a00f7ea

Please sign in to comment.