Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: ppkong on June 09, 2014, 04:23:40 AM

Title: Question About Python Export Dense PointCloud
Post by: ppkong on June 09, 2014, 04:23:40 AM
When I use the Python script export density point clouds, I found that some points there is no export, see below, I do not know why?
Python Script:
Code: [Select]
chunk.exportPoints(path=f1+'\\'+MapRegionVec[0]+'.las',dense=True,binary=True, precision=6, normals=True, colors=True,format='las')
Title: Re: Question About Python Export Dense PointCloud
Post by: ppkong on June 09, 2014, 04:26:27 AM
Incidentally, Python implementation of density functions of point cloud classification?
Title: Re: Question About Python Export Dense PointCloud
Post by: Alexey Pasumansky on June 09, 2014, 02:29:40 PM
Hello ppkong,

Can you please post a screenshot of the dense cloud view in PhotoScan window for the corresponding project?
Title: Re: Question About Python Export Dense PointCloud
Post by: ppkong on June 10, 2014, 03:44:15 AM
Hi! Alexey Pasumansky.
The screenshot,thank you very much!
There are two issues:
1.Python can achieve automatic point cloud classification?
2.Python can export a model tiles?