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

Pages: [1]
1
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

2
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]