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

Pages: [1]
1
Python and Java API / Re: remove Tie points outside of the bounding box
« on: August 29, 2023, 06:34:56 PM »
One last question:

Is it possible to call this "Custom menu"-Button and the function "Crop Point Clound by bounding box" in a Python Script after it is created by your  code? so I can integrate this into my workflow and keep it automated and dont need to stop there to manually push the button

Greetz,
Felix

2
Python and Java API / Re: remove Tie points outside of the bounding box
« on: August 29, 2023, 05:46:54 PM »
Hi Alexey,

I`ve found the Button :-D it works very well. Thank you very much for that piece of code!


3
Python and Java API / Re: remove Tie points outside of the bounding box
« on: August 23, 2023, 03:32:44 PM »
Alexey,

I have installed PySide2 in hope that the script is working. Multiprocessing comes with Python already, isn't it? So I dont need to install that package.
In Visual Studio Code  in the line "from Pyside2 import QtCore, QtGui, QtWidgets" the Word QtGui is pale and has not the same green color as QtCore and QtWidgets.
Is there the mistake why the script is not working?

Greetz
Felix

4
Python and Java API / Re: remove Tie points outside of the bounding box
« on: August 22, 2023, 05:40:57 PM »
Hi Alexey,

thanks for the quick response. I have tried it and it doesn't do anything. All the TIe Points outside the Bounding Box are still there. At least it doesn't give an Error :-D
Maybe something is missing?

Greetz

5
Python and Java API / remove Tie points outside of the bounding box
« on: August 22, 2023, 02:54:15 PM »
Hi,

can anyone give me the Python Code for the newest Metashape version for removing all Tie Points outside of the Bounding Box??? I would really appreciate it.

Greetz,
Felix

6
Python and Java API / Re: Building dense Point Cloud
« on: June 06, 2023, 01:37:13 PM »
Hi Dr.Popi,

thanks a lot for your reply. So, I don't need the Depth Maps function, if I want to have everything in high quality, get it.  But how can I change the Parameters in the buildPointCloud function to very high quality and depthfiltering to moderat? Or do I need to call the builddepthmaps function before and choose the parameters in the Depthmaps function for the buildPointCloud Function afterwards?

Greetz,
Felix

7
Python and Java API / Building dense Point Cloud
« on: May 10, 2023, 04:47:08 PM »
Hi everyone,
 
I would like to build a dense Point Cloud using Python API. I used ...

                           chunk.buildPointCloud(point_colors=True)

to execute. But how can I change Parameters like quality (to "High") or depth_filterung (to "moederat") ?  There is nothing to find in the Metashape Python Reference. 

Is it like for the Depth Map?
chunk.buildDepthMaps(downscale=2, filter_mode=Metashape.MildFiltering,reuse_depth=False)


And is it neccessary to build a Depth Map before building the dense Point Cloud? Or are these two different things?

Greetz,
Felix

Pages: [1]