Forum

Author Topic: Find cameras for each point in dense cloud  (Read 1563 times)

w28

  • Newbie
  • *
  • Posts: 11
    • View Profile
Find cameras for each point in dense cloud
« on: February 05, 2019, 09:51:30 PM »
Is it possible to return a list of cameras (projections?) for each point in the dense point cloud?

Are the camera names(or indices) available somehow as an attribute for each point (on the PhotoScan.DenseCloud object?)?

I would like to be able to iterate through each camera and derive a list of the DenseCloud points derived from it.

Thanks.

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14840
    • View Profile
Re: Find cameras for each point in dense cloud
« Reply #1 on: February 06, 2019, 12:38:20 PM »
Hello w28,

It is not possible. The information about used depth maps for each point is not stored in the project, once the cloud is generated.

What you can do, is to read the dense cloud as text file (XYZ format) and project each point on every camera and see, if it fits the image.
Best regards,
Alexey Pasumansky,
Agisoft LLC