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