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 - hippodamos

Pages: [1]
1
Python and Java API / Creating Mesh Programatically with Python API
« on: November 10, 2018, 02:22:32 PM »
Hello,

I wonder if there is a way to create a mesh with python api. I could create mesh holder (I dont remember the class name) but I couldn't populate the vertices and faces array. Is there a way to populate these arrays and build a mesh? Or should I wait developers to implement this feature into python api?

Thanks.

2
Hello,

I am using PhotoScan to reconstruct archeological remains. Mostly i am scanning whole object and i need orthomosaic images from all six views (top, bottom, right...). Every time I have to wait for one image to be built and then export it and start the process for next view. What I want to do is automate this process and don't have to wait in front of computer while it doing this process. I tried to do it with batch process but it doesn't allow me to select predefined views. I also tried to do it with python scripting but i don't understand what kind of matrix should be given to projection argument of buildOrthomosaic(). I wrote some scripts for PhotoScan before, and i have a little understanding of how matrix and 3d transformations work, but i couldn't make it work. The model is aligned to axes, so I can look it from predefined views correctly.

Any advice and help will be appreciated.

Pages: [1]