Batch contour plotting
Posted: Wed Jun 14, 2017 10:13 am
Hello,
I'm using CloudCompare (v2.8) to generate contour plots from clouds and eventually save the largest ones as shape files at the end of an automated point cloud generation process using PhotoScan.
So far it's been great, but as an intern, my intership goal is to make the process as automated as possible. Almost all the PhotoScan process is OK, but the parts in CC are manual: Rasterize, then delete the "useless" contour lines to keep the largest one per hole in my cloud (the whole point is to automatically contour holes in a point cloud and export these contour lines as shapefiles).
I'm using Python scripting to automate the whole PhotoScan part, and I'd like to carry on using this. The less human intervention, the better! I came across this topic about Python subprocessing and was interested. The only issue is defining the right batch command!
In the Wiki, I found nothing about contour plotting in the "-RASTERIZE" command...
Here are the parameters I'd like to have for my clouds to be processed:
Thanks for your help!
I'm using CloudCompare (v2.8) to generate contour plots from clouds and eventually save the largest ones as shape files at the end of an automated point cloud generation process using PhotoScan.
So far it's been great, but as an intern, my intership goal is to make the process as automated as possible. Almost all the PhotoScan process is OK, but the parts in CC are manual: Rasterize, then delete the "useless" contour lines to keep the largest one per hole in my cloud (the whole point is to automatically contour holes in a point cloud and export these contour lines as shapefiles).
I'm using Python scripting to automate the whole PhotoScan part, and I'd like to carry on using this. The less human intervention, the better! I came across this topic about Python subprocessing and was interested. The only issue is defining the right batch command!
In the Wiki, I found nothing about contour plotting in the "-RASTERIZE" command...
Here are the parameters I'd like to have for my clouds to be processed:
Thanks for your help!