C++ algorithm to estimate percent canopy missing of a stem tree using PCL 1.9.1 and OpenCV 4.1.0
- .pcd
- percentage_canopy_missing %
- Set "YOUR OWN" PCL Build DIR in CMakeList.txt e.g: /opt/pcl-1.9.1/build and save it.
- Set "YOUR OWN" OpenCV Build DIR in CMakeList.txt e.g: /opt/opencv-4.1.0/build and save it.
- Create a "build" folder
in the main folder:
- cd build
- cmake ../src/
- make
cd /build/bin
./canopyMissing <pcd file> <output dir>