Forum

Author Topic: Question About Python Export Dense PointCloud  (Read 4501 times)

ppkong

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Question About Python Export Dense PointCloud
« 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')

ppkong

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: Question About Python Export Dense PointCloud
« Reply #1 on: June 09, 2014, 04:26:27 AM »
Incidentally, Python implementation of density functions of point cloud classification?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14816
    • View Profile
Re: Question About Python Export Dense PointCloud
« Reply #2 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?
Best regards,
Alexey Pasumansky,
Agisoft LLC

ppkong

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: Question About Python Export Dense PointCloud
« Reply #3 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?
« Last Edit: June 10, 2014, 05:01:59 AM by ppkong »