You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Patchwork++][arXivlink], an extension of [Patchwork][patchworklink], is **a fast, robust, and self-adaptive ground segmentation algorithm** on 3D point cloud.
24
-
</div>
23
+
[Patchwork++][arxivlink], an extension of [Patchwork][patchworklink], is **a fast, robust, and self-adaptive ground segmentation algorithm** on 3D point cloud.
[Patchwork++][arXivlink], an extension of [Patchwork][patchworklink], is **a fast, robust, and self-adaptive ground segmentation algorithm** on 3D point cloud.
24
-
</div>
23
+
[Patchwork++][arxivlink], an extension of [Patchwork][patchworklink], is **a fast, robust, and self-adaptive ground segmentation algorithm** on 3D point cloud.
> Please check your cmake version via `cmake --version`.
59
57
> If it is lower than 3.20, it is automatically updated by `scripts/install_latest_cmake.bash` (see [here](https://github.com/url-kaist/patchwork-plusplus/blob/master/cpp/CMakeLists.txt#L31)).
60
58
@@ -70,31 +68,36 @@ sudo make install
70
68
Consequently, our Patchwork++ is installed in your local environment.
71
69
An example of finding the `patchworkpp` package in another package is also provided in [example_of_find_package](https://github.com/url-kaist/patchwork-plusplus/tree/master/cpp/example_of_find_package)
72
70
73
-
74
71
## :runner: To run the demo codes
72
+
75
73
> There are some example codes for your convenience!
76
74
> Please try using Patchwork++ to segment ground points in a 3D point cloud :smiley:
77
75
76
+
- Example 1. Run patchwork++ and visualize ground points (green) and non-ground points (red)
78
77
79
-
* Example 1. Run patchwork++ and visualize ground points (green) and non-ground points (red)
80
78
```commandline
81
79
./cpp/build/examples/demo_visualize
82
80
```
83
81
84
-
* Example 2. Run patchwork++ with sequential point cloud inputs
82
+
- Example 2. Run patchwork++ with sequential point cloud inputs
83
+
85
84
```commandline
86
85
./cpp/build/examples/demo_sequential
87
86
```
88
87
89
-
* Example 3. Run patchwork++ with your point cloud file, example here
88
+
- Example 3. Run patchwork++ with your point cloud file, example here
0 commit comments