Content deleted Content added
m →Run-length encoded: typo |
|||
Line 24:
===Run-length encoded===
The [[run-length encoding]] (RLE) level set method, introduced in 2004 <ref name=Houston2004>Houston, B., Nielsen, M., Batty, C., Nilsson, O. & K. Museth. 2006. "Hierarchical RLE Level Set: A Compact and Versatile Deformable Surface Representation." ''[[ACM Transactions on Graphics]]''. 25(1).</ref>, applies the RLE scheme to compress regions away from the narrow band to just their sign representation while storing with full precision the narrow band. The sequential traversal of the narrow band is optimal and storage efficiency is further improved over the octree level set. The addition of an acceleration lookup table allows for fast <math>O(log r)</math> random access, where r is the number of runs per
===Point-based===
|