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

Pages: [1]
1
Hello there,

in a general workflow I want to add some Reference points to align my dense point cloud to (Metashape Pro Version 1.8.4). The problem is that I want to set the chunks coordinate system to EPSG::4326 and the Markers reference to EPSG::32632 (attached Screenshot, rightclick on chunk --> "Reference settings..."). Now, I am able to define a desired Coordinate System for the chunk (1) and also during the argument "chunk.importReference(...)" (2). Both arguments work, but of course always for all of those three settings from the screenshot. I am not familiar using python scripts in Metashape, and I didn´t find a solution here or in the Python Reference pdf to "subdivide" the "Metashape.CoordinateSystem" argument - can someone help me with new ideas?

(1)
Code: [Select]
crs = Metashape.app.getCoordinateSystem("Select Coordinate System of Chunk", doc.chunk.crs)
doc.chunk.crs = crs

(2)
Code: [Select]
chunk.importReference(path, format=Metashape.ReferenceFormatCSV, columns='nxyz', delimiter=',', crs=Metashape.CoordinateSystem("EPSG::32632"), create_markers=True)
Cheers,
faima

2
General / Reducing low vegetation in Dense Cloud + "Editing Report"
« on: February 15, 2021, 04:28:10 PM »
Hi all!

I´m trying to determine the difference in volume of various mounds of earth inbetween two drone flights. The problem is, that in the first flight there was vegetation all over the place, so the volume I am measuring is somehow vague as the altitude on top does not represent the top of the material. In some areas it is hard to identify the top of the material (see attached). Is there a way to filter/edit/... the Dense Cloud to reduce the undergrowth and work with the surface of the material?

I tried:

-  Classify Points + filter by class
-  Filter by Confidence
-  Filter by Color
-  manually selecting obvious areas

It is getting better, but it´s still not good.

My second question is whether there´s a way to generate some kind of "editing report" which would document filters I used and generally show how I edited the Dense Cloud (and what kind of inaccurracy I created by doing so)?

I am new to this forum, so I hope I didn´t overlook an already existing answer :o
Cheers and thanks for any kind of help-
faima

Pages: [1]