Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - photo_man

Pages: [1]
1
Python and Java API / Remove Custom Menu Items
« on: June 26, 2019, 03:56:01 PM »
Is there a way to remove a custom menu item added from:

Code: [Select]
PhotoScan.app.addMenuItem("CustomMeno/Test", main)
Thanks!

2
General / Draw rectangle polygon
« on: June 26, 2019, 01:37:10 PM »
Hi, I am drawing a polygon on my DEM and I want it to be a perfect rectangle. But, my selections are imperfect and the edges are slanted.

Is there any way to force the shape to be a rectangle?

Thanks!

3
Python and Java API / Camera Location and Centre Vector
« on: June 05, 2019, 03:57:29 PM »
Hello,

I have a chunk in a local coordinate system with scale bars.
For all enabled cameras I want to extract their X,Y,Z coordinate in the local system and a vector that goes through the centre point of the image.

If it's also possible, I would also like to get the X,Y,Z coordinate of the intersection point of the vector with the mesh.

Is this possible through python scripting?

Thanks!

4
Python and Java API / Multiple Single Orthophotos
« on: May 31, 2019, 11:26:03 AM »
I want to export multiple single orthophotos based on the activated cameras in a chunk. I found this post here: https://www.agisoft.com/forum/index.php?topic=2595.0 but I am having a hard time updating it and getting it to work on 1.4 / Metashape.

Also, how do I set the projection plane to be based on manual markers that I have setup? I know how to do it in the GUI but am not sure how to achieve that through the API.

Thanks!

5
Python and Java API / Depth Maps Import
« on: September 24, 2018, 06:26:41 PM »
Is it possible to import depth maps created in an external software (per image) using the API? I want to see if I can get a cleaner point cloud and mesh using an external method to calculate the depth maps.

Thanks!

Pages: [1]