Using Hilbert curve in image storing and retrieving

作者:

Highlights:

摘要

In this paper, we propose a method to accelerate the speed of subset query on uncompressed images. First, we change the method to store images: the pixels of images are stored on the disk in the Hilbert order instead of row-wise order that is used in traditional methods. After studying the properties of the Hilbert curve, we give a new algorithm which greatly reduces the number of data segments in subset query range. Although, we have to retrieve more data than necessary, because the speed of sequential readings is much faster than the speed of random access readings, it takes about 10% less elapsed time in our algorithm than in the traditional algorithms to execute the subset queries. In some systems, the saving is as much as 90%.

论文关键词:Row-wise order,Hilbert order,Subset query

论文评审过程:Available online 4 June 2002.

论文官网地址:https://doi.org/10.1016/S0306-4379(02)00019-4