Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: M.Eli on April 28, 2021, 09:46:41 AM

Title: Java API: Filter dense cloud by confidence
Post by: M.Eli on April 28, 2021, 09:46:41 AM
Hey @all,

I integrate Metashape into my workflows using the Java API. Unfortunately, the documentation is a bit " sparse" but with a lot of trial and error I have always reached my goal - until now. I have to filter my dense cloud by confidence. I found a nice workflow in this forum using the Python API (https://www.agisoft.com/forum/index.php?topic=12114.0) but I am not able to reproduce using the Java API.

My question is: How to filter dense clouds by confidence using the Java API? The calculation of point confidence has been set 'true' in 'BuildDenseCloud'.

Thanks a lot and stay well,
Mel.

Title: Re: Java API: Filter dense cloud by confidence
Post by: tlandenberger on June 07, 2021, 12:26:55 PM
Hey Mel,

I'm facing the same problem as you, did you already managed to find a solution?
Title: Re: Java API: Filter dense cloud by confidence
Post by: M.Eli on June 07, 2021, 12:34:51 PM
Hi!

Unfortunately not... the only solution was to switch to the GUI version and do things there. Not really satisfying...  :-\

I think the filtering could also be coded natively, if we could somehow access the single points of the Dense Cloud. But even that doesn't work for me...