Forum

Author Topic: Optimizing cameras after importing edited point cloud to chunk  (Read 2533 times)

itaidotan

  • Newbie
  • *
  • Posts: 3
    • View Profile
Optimizing cameras after importing edited point cloud to chunk
« on: November 21, 2024, 03:11:54 PM »
Hi,

I want to do some operations on my point cloud after it was built (such as centering and rotation).

If I do these operations not via the API, then load the edited point cloud to the chunk with chunk.importPointCloud(path=/path/to/pcd, crs=chunk.crs, replace_asset=True),
will chunk.optimizeCameras() do what it should and give valid results with updated cameras' matrices accordingly?
Or do I must give the translation parameters to chunk.transform.matrix and only then run chunk.optimizeCameras()?

Thanks in advance!

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15472
    • View Profile
Re: Optimizing cameras after importing edited point cloud to chunk
« Reply #1 on: December 02, 2024, 01:30:49 PM »
Hello itaidotan,

Using this code you are importing Point Cloud, not Tie Points. If you need to import the tie points, you may consider using Bundler.out format.

Best regards,
Alexey Pasumansky,
Agisoft LLC