File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cph.visualization.draw_geometries([pointcloud])
33
33
34
34
If the following window appears, you have succeeded.
35
35
36
- ![ getting_started_1] ( https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/getting_started_1.png )
36
+ ![ getting_started_1] ( https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/_static/ getting_started_1.png )
37
37
38
38
Close the window and then downsample.
39
39
Call the function that performs downsampling as follows.
@@ -44,7 +44,7 @@ downsampled = pointcloud.voxel_down_sample(0.05)
44
44
45
45
Draw the point cloud after downsampling.
46
46
47
- ![ getting_started_2] ( https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/getting_started_2.png )
47
+ ![ getting_started_2] ( https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/_static/ getting_started_2.png )
48
48
49
49
That concludes our introduction!
50
50
There's plenty of other features you can use and experiment with!
You can’t perform that action at this time.
0 commit comments