# README

본 장에서는 PCL에서 제공하는 기능들을 기반으로 Clustering, Classification, Octree, Registration를 다루고 있습니다.

* 군집화 : DBSCAN, seed Clustering&#x20;
* 포인트 탐색과 배경제거 : Octree Search, Octree compress
* 특징(Feature) 찾 : Normal&#x20;
* 학습/분류 : SVM&#x20;
* 정합 : ICP
* 재구성: Smoothing, Triangulation&#x20;
* [군집화  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter01)
  * [Euclidean-PCL-Cpp  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter01/part02-chapter01-euclidean-pcl-cpp)
  * [Euclidean-PCL-Python (0%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter01/part02-chapter01-euclidean-pcl-python)
  * [Conditional-Euclidean-PCL-Cpp  (50%)](https://github.com/adioshun/gitBook_Tutorial_PCL/tree/1b944e0fc04f2382d170a687ab3b9a679a513a21/Intermediate/Part02-Chapter01-Conditional-Euclidean-PCL-Cpp.md)
  * [DBSCAN-PCL-Python (0%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter01/part02-chapter01-dbscan-pcl-python)
  * [Region-Growing-PCL-Cpp (50%)](https://github.com/adioshun/gitBook_Tutorial_PCL/tree/1b944e0fc04f2382d170a687ab3b9a679a513a21/Intermediate/Part02-Chapter01-Region-Growing-PCL-Cpp.md)
  * [Region-Growing-RGB-PCL-Cpp (50%)](https://github.com/adioshun/gitBook_Tutorial_PCL/tree/1b944e0fc04f2382d170a687ab3b9a679a513a21/Intermediate/Part02-Chapter01-Region-Growing-RGB-PCL-Cpp.md)
  * [Min-Cut-PCL-Cpp (50%)](https://github.com/adioshun/gitBook_Tutorial_PCL/tree/1b944e0fc04f2382d170a687ab3b9a679a513a21/Intermediate/Part02-Chapter01-Min-Cut-PCL-Cpp.md)
  * [Model-Outlier-Removal-PCL-Cpp (50%)](https://github.com/adioshun/gitBook_Tutorial_PCL/tree/1b944e0fc04f2382d170a687ab3b9a679a513a21/Intermediate/Part02-Chapter01-Model-Outlier-Removal-PCL-Cpp.md)
  * [Progressive-Morphological-Filter-PCL-Cpp (50%)](https://github.com/adioshun/gitBook_Tutorial_PCL/tree/1b944e0fc04f2382d170a687ab3b9a679a513a21/Intermediate/Part02-Chapter01-Progressive-Morphological-Filter-PCL-Cpp.md)
* [포인트 탐색과 배경제거 (60%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter02)
  * [Search-Octree-PCL-Cpp  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter02/part02-chapter02-search-octree-pcl-cpp)
  * [Search-Octree-PCL-Python  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter02/part02-chapter02-search-octree-pcl-python)
  * [Search-Kdtree-PCL-Cpp  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter02/part02-chapter02-search-kdtree-pcl-cpp)
  * [Search-Kdtree-PCL-Python  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter02/part02-chapter02-search-kdtree-pcl-python)
  * [Compression-PCL-Cpp  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter02/part02-chapter02-compression-pcl-cpp)
  * [DetectChanges-PCL-Cpp  (50%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter02/part02-chapter02-detectchanges-pcl-cpp)
  * [DetectChanges-PCL-Python (50%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter02/part02-chapter02-detectchanges-pcl-python)
* [특징 찾기 (50%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter03)
  * [Normal-PCL-Cpp (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter03/part02-chapter03-normal-pcl-cpp)
  * [Normal-PCL-Python (80%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter03/part02-chapter03-normal-pcl-python)
* [분류 (30%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter04)
  * [SVM-RGBD-PCL-Python  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter04/part02-chapter04-svm-rgbd-pcl-python)
  * [SVM-LIDAR-PCL-Python (0%)](https://github.com/adioshun/gitBook_Tutorial_PCL/tree/1b944e0fc04f2382d170a687ab3b9a679a513a21/Intermediate/Part02-Chapter04-SVM-LIDAR-PCL-Python.md)
  * [SVM-ROS (0%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter04/part02-chapter04-svm-ros)
* [정합 (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter05)
  * [ICP-PCL-Cpp (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter05/part02-chapter05-icp-pcl-cpp)
  * [ICP-ROS 실습 (10%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter05/part02-chapter05-icp-practice)
* [재구성 (30%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter06)
  * [Smoothig-PCL-Cpp  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter06/part02-chapter06-smoothig-pcl-cpp)
  * [Smoothig-PCL-Python  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter06/part02-chapter06-smoothig-pcl-python)
  * [Triangulation-PCL-Cpp  (70%)](https://pcl.gitbook.io/tutorial/part-2/part02-chapter06/part02-chapter06-triangulation-pcl-cpp)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pcl.gitbook.io/tutorial/part-2/intermediate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
