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

Pages: [1]
1
Python and Java API / Re: Trying to use resize with python 3 module
« on: April 21, 2022, 02:58:43 PM »
It works like a charm, Im really impressed. I think that uses your ouwn cloud service will be a very similar python script as i have seen in the example code. How i can get a license  to pay per model using your cloud version?

Thanks so much for your support

2
Python and Java API / Re: Trying to use resize with python 3 module
« on: April 21, 2022, 09:31:32 AM »
Hi Alexey,

Im searching a fast product pipeline process about scanning people. We have a dome of cameras that we use to take more than 100photos for 3d scanning, Agisoft works really well and want to make a python process to make the 3d scanning soft faster, we want to use a pc as a linux server with the soft  and make a web platform where the user can download the 3d scanned model when its will be ready, even he could print 3d in our 3d printers. The idea is to automate the process.

The resize of the region its to get a more clean model, im testing using a vector to resize (chunk.region.size) because the dome its always the same so i think that only one config its enough. Now i will try to make some rotation because the region appears a bit crooked.

Im also thinking to use your cloud version but i suppose  that the python script will be very similar.

Thanks in advance




3
Python and Java API / Re: Trying to use resize with python 3 module
« on: April 20, 2022, 12:05:37 PM »
Thats it!!! Thanks so much,

I want just to modify x and y axis to make a clean model from the dome and get better results.

I have seen that it uses 2 vectors, one for min and the other for max. This is correct?

4
Python and Java API / Trying to use resize with python 3 module
« on: April 19, 2022, 05:46:16 PM »
Hi all,

I want to batch the entire process to get a 3d model at the end. Im using a dome of cameras and I can resize the point cloud limits from software but i really dont know how to do it in python. I use general_workflow.py as base ("its a file from the Python scripts for Metashape Pro") and works like a charm but i need to limit the scanned area to get the cleannest model as posible.

Thanks in advance

Pages: [1]