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.


Messages - cgotelli

Pages: [1]
1
Python and Java API / Re: Shape from markers
« on: February 11, 2022, 06:52:50 PM »
Thank you Paulo! It worked ;)  ;D

2
Python and Java API / Re: Shape from markers
« on: February 11, 2022, 12:17:18 PM »
Thank you for the replies! I adapted the code and it's running. The only problem is that the shape seems to have a different coordinate system, or projection, because it's displaced (see attached figure). I checked the values of the markers' coordinates, and they're correct. I also checked that both shape and project have the same local coordinate system ('LOCAL_CS["Local Coordinates (m)",LOCAL_DATUM["Local Datum",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]]]'), and it's also correct. What could be the problem? Thank you again for your help.

Clemente

3
Python and Java API / Re: Shape from markers
« on: February 08, 2022, 12:50:05 PM »
Hello!

Yes! The markers are positioned in two parallel lines, from 1 to 23 in one side and 24 to 46 in the other.

4
Python and Java API / Shape from markers
« on: February 07, 2022, 02:02:30 PM »
Hello! I've trying to create an outer boundary shape from markers with the python api. I found this post: https://www.agisoft.com/forum/index.php?topic=8985.0, but I haven't been able to implement it. Have there been any updates since the day this answer was posted? If so, which functions should I use now?

Thanks in advance for the help!

Pages: [1]