Faster neighbor finding on images represented by bincodes

作者:

Highlights:

摘要

The Interpolation-Based Bintree (IBB) is a new encoding scheme for representing binary images and is storage-saving. In the IBB only the black leaves are saved, called bincodes, as the compressed codes for the image. In this paper a fast neighbor finding algorithm is presented on bincodes. Given a sequence of bincodes with size n, our algorithm is performed in O((lmax −lmin+ 1) × n) time with the same memory complexity, where lmax and lmin are the maximal level and the minimal level, respectively, at which the given bincodes reside. Our algorithm is faster than the previous one [C.-Y. Huang and K.-L. Chung, Pattern Recognition 28(3),409–420 (1995)]. Experimental results for a practical version are included. The experimental values confirm our theoretical results.

论文关键词:Bincode,Interpolation-based bintree,Linear bintree,Neighbor finding,Complexity analysis

论文评审过程:Received 8 February 1995, Revised 13 November 1995, Accepted 5 December 1995, Available online 7 June 2001.

论文官网地址:https://doi.org/10.1016/0031-3203(96)00167-7