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?