Forum

Author Topic: Sparse point correspondence to camera name and camera pitch angle  (Read 3962 times)

bec1010

  • Newbie
  • *
  • Posts: 3
    • View Profile
Sparse point correspondence to camera name and camera pitch angle
« on: September 24, 2016, 04:51:51 AM »
Hello,

I've found several postings related to this post, but have not found an answer yet.

I'm trying to relate an estimated camera pitch angle with each sparse point, and need to somehow export the cameras associated with each sparse point.

Is there a way to export a text file with the x, y, z coordinates of each tie point in the sparse cloud with the corresponding image/camera name and the estimated image/camera pitch angle with python scripting?

Thanks in advance.

Bec
« Last Edit: September 26, 2016, 06:52:39 AM by bec1010 »

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15240
    • View Profile
Re: Sparse point correspondence to camera name and camera pitch angle
« Reply #1 on: September 26, 2016, 12:14:12 PM »
Hello Bec,

Can you specify the desired format of such output?
Best regards,
Alexey Pasumansky,
Agisoft LLC

bec1010

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Sparse point correspondence to camera name and camera pitch angle
« Reply #2 on: September 26, 2016, 06:32:55 PM »
Alexey,

I greatly appreciate your quick response.

The desired format is a .txt/ascii file similar to a previous posting by zjwang:

imagenames, estimated camera pitch angles, sparse point id1, X1, Y1, Z1
imagenames, estimated camera pitch angles, sparse point id2, X2, Y2, Z2
imagenames, estimated camera pitch angles, sparse point id3, X3, Y3, Z3

Thank you.

Bec
« Last Edit: September 26, 2016, 08:42:11 PM by bec1010 »