I wanted to write this question on the Open3D forum, but the activation mail for my account never arrived, checked my spam as well, and had it resent. Nothing..... I am using Azure Kinect cameras to create a face mesh, first I create a point cloud from the RGB-D image. Which I then apply the Poisson surface reconstruction to. However after the surface reconstruction this weird square like artifact shows up in the mesh:
In the point clouds this artifact doesn't show:
I think there might be some sort of canvas defined that the poisson reconstruction tries to fill, but this doesn't show in the point clouds. Maybe cropping the point clouds might solve this, but as far as I am aware this would need manual user input, which isn't allowed for the application that I'm making. It has to be automated. Does anyone know how this problem can be solved?
Checklist
master
branch).My Question
I wanted to write this question on the Open3D forum, but the activation mail for my account never arrived, checked my spam as well, and had it resent. Nothing..... I am using Azure Kinect cameras to create a face mesh, first I create a point cloud from the RGB-D image. Which I then apply the Poisson surface reconstruction to. However after the surface reconstruction this weird square like artifact shows up in the mesh:
In the point clouds this artifact doesn't show:
I think there might be some sort of canvas defined that the poisson reconstruction tries to fill, but this doesn't show in the point clouds. Maybe cropping the point clouds might solve this, but as far as I am aware this would need manual user input, which isn't allowed for the application that I'm making. It has to be automated. Does anyone know how this problem can be solved?
The code I'm using: