The Hexagonal Efficient Coordinate System (HECS), formerly known as Array Set Addressing (ASA), is a coordinate system for hexagonal grids that allows hexagonally sampled images to be efficiently stored and processed on digital systems. HECS represents the hexagonal grid as a set of two interleaved rectangular sub-arrays, which can be addressed by normal integer row and column coordinates and are distinguished with a single binary coordinate. Hexagonal sampling is the optimal approach for isotropicallyband-limited two-dimensional signals[1] and its use provides a sampling efficiency improvement of 13.4% over rectangular sampling. The HECS system enables the use of hexagonal sampling for digital imaging applications without requiring significant additional processing to address the hexagonal array.[2]
Background
The advantages of sampling on a hexagonal grid instead of the standard rectangular grid for digital imaging applications include: more efficient sampling, consistent connectivity, equidistant neighboring pixels, greater angular resolution, and higher circular symmetry.[3][4][5] Sometimes, more than one of these advantages compound together, thereby increasing the efficiency by 50% in terms of computation and storage when compared to rectangular sampling.[6] Researchers have shown[1][6][7] that the hexagonal grid is the optimal sampling lattice and its use provides a sampling efficiency improvement of 13.4% over rectangular sampling for isotropically band-limited two-dimensional signals. Despite all of these advantages of hexagonal sampling over rectangular sampling, application prior to the introduction of HECS was limited because of the lack of an efficient coordinate system.[8]
Hexagonal Efficient Coordinate System
Description
The Hexagonal Efficient Coordinate System (HECS) is based on the idea of representing the hexagonal grid as a set of two rectangular arrays which can be individually indexed using familiar integer-valued row and column indices. The arrays are distinguished using a single binary coordinate so that a full address for any point on the hexagonal grid is uniquely represented by three coordinates.[9]
where the coordinates represent the array, row, and column, respectively. The hexagonal grid is separated into rectangular arrays by taking every other row as one array and the remaining rows as the other array, as shown in the figure.
Nearest neighbors
The addresses of the nearest neighbors of a pixel (or grid point) are easily determined by simple expressions which are functions of the pixel's coordinates, as shown.
where is the logical XOR operator and is the logical AND operator.
Negation
A unary negation operator has been defined as
Subtraction
A binary subtraction operator has been defined by combining the negation and addition operations as
Scalar multiplication
Scalar multiplication has been defined for non-negative integer scalar multipliers as
and
Separable Fourier kernel
The hexagonal discrete Fourier transform (HDFT) was developed by Mersereau[6] and was converted to an HECS representation by Rummelt.[2] Let be a two-dimensional hexagonally sampled signal and let both arrays be of size . Let be the Fourier transform of x. The HDFT equation for the forward transform is given by
Notice that the HECS representation of the HDFT overcomes Mersereau's "insurmountable difficulty" since it is a separable kernel, which led to the development of the hexagonal fast Fourier transform.[10]
Alternative addressing schemes
There have been several attempts to develop efficient coordinate systems for the hexagonal grid. Snyder[4] describes a coordinate system based on non-orthogonal bases which is referred to as the h2 system. Her[11] developed an interesting three-coordinate system that uses an oblique plane in three dimensional space. For various reasons, both of these approaches require cumbersome machine representations that lead to inefficient image processing operations.[8]Generalized balanced ternary (GBT) is based on a hierarchy of cells, where at every level the cells are each aggregates of cells from the previous level.[12] In two-dimensions, GBT can be used to address the hexagonal grid where each grid point is addressed with a string of base-7 digits and each digit indicates the hexagon's position within that level of the hierarchy.[13] The use of GBT and slightly modified versions of GBT such as HIP[14] and Spiral Architecture[15] for addressing hexagonal grids in two dimensions are abundant in the literature.[5][14][15][16] While these approaches have some interesting mathematical properties, they fail to be convenient or efficient for image processing.[8]
Other 2D hexagonal grid applications
Although HECS was developed mainly for digital image processing of hexagonally sampled images, its benefits extend to other applications such as finding the shortest path distance and shortest path routing between points in hexagonal interconnection networks.[8] Other addressing approaches have been developed for such applications[17][18][19] but they suffer the same drawbacks as the ones described above.[8]
^US patent 8797436, Rummelt, Nicholas I., "Array set addressing (ASA) for hexagonally arranged data sampling elements", issued August 5, 2014 This article incorporates text from this source, which is in the public domain.
^I. Her, “A symmetrical coordinate frame on the hexagonal grid for computer graphics and vision,” J. Mech. Des. 115, 447–449 (1993)
^D. Lucas and L. Gibson, “A system for hierarchical addressing in Euclidean space,” Interactive Systems Corporation (1980).
^L. Gibson and C. Lenzmeier, “A hierarchical pattern extraction system for hexagonally sampled images,” Tech. Rep., Final Report for Contract F49620-81-C-0039, U.S. Air Force Office of Scientific Research, Interactive Systems Corporation (1981)
^ abL. Middleton and J. Sivaswamy, Hexagonal Image Processing: A Practical Approach (Springer, London, 2005)
^ abP. Sheridan, “Spiral architecture for machine vision,” Ph.D. thesis, Univ. of Technology Sydney (1996)
^A. Vince and X. Zheng, “Computing the discrete Fourier transform on a hexagonal lattice,” J. Math. Imaging Vision 28, 125–133 (2007)
^M. He and W. Xiao, “A unified addressing schema for hexagonal and honeycomb networks with isomorphic cayley graphs,” in Proc. 1st Int. Multi-Symp. on Computer and Computational Sciences (IMSCCS ’06), Vol. 1, pp. 363–368 (2006).