Source code for pymccrgb.colorize

""" Project colors from imagery onto a georeferenced point cloud """

import pdal


[docs]def project_point_colors(filename, image_filename): raise NotImplementedError("This method has not yet been implemented.")