This implementation of HRC treats each line of probes as a continuous function representing radiance by position and angle, which is then discretized and interpolated bilinearly, in contrast to normal HRC which handles values explicitly. It also uses this to drive the merging function, by calculating multiple samples of the area contributed to by a single discretized value and averaging them.
Unfortunately, it functions significantly worse than normal HRC.
