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

Pages: [1]
1
Python and Java API / Re: Multispectral Cameras from Files as Bands
« on: April 22, 2019, 10:20:16 PM »
I have the same error "Error: Empty region" at the line chunk.buildDepthMaps. Does anyone know why and how to work around it?

Here is my code:

#align photos
chunk.matchPhotos(accuracy = accuracy, preselection = preselection,
   filter_mask = False, keypoint_limit = keypoints, tiepoint_limit = tiepoints)
chunk.alignCameras()

#building dense cloud
chunk.buildDepthMaps(quality=Metashape.MediumQuality, filter=Metashape.MildFiltering)
chunk.buildDenseCloud(point_colors=True)

Thanks.

Pages: [1]