pymeshfix
pymeshfix copied to clipboard
Is it process also color information for hole filling?
Thank you very much for your nice repository. I am trying to fill hole in pointcloud using your method:
# Fill holes
tin.fill_small_boundaries()
print('There are {:d} boundaries'.format(tin.boundaries())
can I use it for pointcloud with color information?