I have a grayscale raster and a point cloud. I would like to update the raster cell values based on the z value of the point cloud data.
As an alternative I would like to update the raster values based on list derived from an analysis of the point cloud data. My goal is to perform a histogram equalization on the raster image. I am using the point cloud to generate the histogram. Is there a way to apply the same functionality of the attribute value mapper to a raster to update the cell value since the raaster cell value replacer only updates one value at a time?