A new algorithm for N-dimensional Hilbert scanning

  • Authors:
  • S. -I. Kamata;R. O. Eason;Y. Bandou

  • Affiliations:
  • Dept. of Intelligent Syst., Kyushu Univ., Fukuoka;-;-

  • Venue:
  • IEEE Transactions on Image Processing
  • Year:
  • 1999

Quantified Score

Hi-index 0.01

Visualization

Abstract

There have been many applications of the Hilbert curve, such as image processing, image compression, computer hologram, etc. The Hilbert curve is a one-to-one mapping between N-dimensional space and one-dimensional (l-D) space which preserves point neighborhoods as much as possible. There are several algorithms for N-dimensional Hilbert scanning, such as the Butz algorithm and the Quinqueton algorithm. The Butz algorithm is a mapping function using several bit operations such as shifting, exclusive OR, etc. On the other hand, the Quinqueton algorithm computes all addresses of this curve using recursive functions, but takes time to compute a one to-one mapping correspondence. Both algorithms are complex to compute and both are difficult to implement in hardware. In this paper, we propose a new, simple, nonrecursive algorithm for N-dimensional Hilbert scanning using look-up tables. The merit of our algorithm is that the computation is fast and the implementation is much easier than previous ones