huihut / qSAF

📐 qSAF(Scan Angle Filter), a CloudCompare plugin, can filter the scanning angle in a range.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qSAF

qSAF(Scan Angle Filter) is a simple CloudCompare plugin that can filter a given range of scanning angles.

It is only suitable for LAS format point cloud file.

CloudCompare

CloudCompare is an open source 3D point cloud and grid processing software that can handle all kinds of point cloud format data.

CloudCompare-Qt

CloudCompare-Qt is a third-party Qt project built on the source code of CloudCompare. It only needs Qt to compile and run witout Visual Studio, and support Windows, MacOS, and Linux.

Use qSAF in CloudCompare

Put qSAF to CloudCompare

mkdir CloudCompare
cd CloudCompare
git clone --recursive https://github.com/cloudcompare/trunk.git
git clone https://github.com/huihut/qSAF.git trunk/plugins/qSAF
rm -rf trunk/plugins/qSAF/.git

Generate / Run

Generating CloudCompare project

Use qSAF in CloudCompare-Qt

CloudCompare-Qt

Tutorial

Tutorial on how to write a CloudCompare plugin.

  1. CloudCompare插件编写一(插件框架)
  2. CloudCompare插件编写二(数据结构)
  3. CloudCompare插件编写三(算法实现)

Screenshot

SAFDlg

SAFDemo

License

MIT

About

📐 qSAF(Scan Angle Filter), a CloudCompare plugin, can filter the scanning angle in a range.

License:MIT License


Languages

Language:C++ 97.3%Language:CMake 2.7%