From fcb8ae7410e67a9130351aeb9757093ca10e05c7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 16:33:55 -0400 Subject: libraries/pcl: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/pcl/README | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'libraries/pcl') diff --git a/libraries/pcl/README b/libraries/pcl/README index 36a4928f97..874ce2e6c0 100644 --- a/libraries/pcl/README +++ b/libraries/pcl/README @@ -1,15 +1,16 @@ -The Point Cloud Library (or PCL) is a large scale, open project for 2D/3D -image and point cloud processing. The PCL framework contains numerous -state-of-the art algorithms including filtering, feature estimation, -surface reconstruction, registration, model fitting and segmentation. -These algorithms can be used, for example, to filter outliers from noisy -data, stitch 3D point clouds together, segment relevant parts of a scene, -extract keypoints and compute descriptors to recognize objects in the -world based on their geometric appearance, and create surfaces from point -clouds and visualize them -- to name a few. - -Note on QT: Qt4 is used by default. If you only have Qt5, edit the option --DPCL_QT_VERSION and set it to 5. +The Point Cloud Library (or PCL) is a large scale, open project for +2D/3D image and point cloud processing. The PCL framework contains +numerous state-of-the art algorithms including filtering, feature +estimation, surface reconstruction, registration, model fitting and +segmentation. These algorithms can be used, for example, to filter +outliers from noisy data, stitch 3D point clouds together, segment +relevant parts of a scene, extract keypoints and compute descriptors +to recognize objects in the world based on their geometric appearance, +and create surfaces from point clouds and visualize them -- to name +a few. + +Note on QT: Qt4 is used by default. If you only have Qt5, edit the +option -DPCL_QT_VERSION and set it to 5. Optional dependencies: -- cgit v1.2.3-65-gdbad