Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 6718f78

Browse files
author
Daniel
authored
Update README.md
1 parent 8be26b9 commit 6718f78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ It was modified with:
2020
* .txt
2121
* .xyz
2222

23-
## Output file structure
24-
* cloud_cluster.txt:
23+
## Output file structure (default = .pcd)
24+
* cloud_cluster_#.txt:
2525

2626
x y z r g b
2727

@@ -44,14 +44,15 @@ in the main folder:
4444
### Test
4545

4646
cd /build/bin
47-
./dbscan <pcd file> <octree resolution> <eps> <min Aux Pts> <min Pts> <output dir>
47+
./dbscan <pcd file> <octree resolution> <eps> <min Aux Pts> <min Pts> <output dir> <output extension (optional)>
4848

4949
pcd file = path to point_cloud.pcd
5050
octree resolution = 124
5151
eps = 40
5252
min Pts = 4
5353
max Pts = 5
5454
output dir = path to save
55+
output extension (optional) = pcd (default) --> you can set ply, txt or xyz
5556

5657
¡You can modify the parameters to obtain better results!
5758
I recommend modifying only the eps value, with 40 - 60 you can get better clusters.

0 commit comments

Comments
 (0)