Skip to main content

An affine invariant relative attitude relationship descriptor for shape matching based on ratio histograms

Abstract

A novel shape descriptor, named as ratio histograms (R-histogram), is proposed to represent the relative attitude relationship between two independent shapes. For a pair of two shapes, the shapes are treated as the longitudinal segments parallel to the line connecting centroids of the two shapes, and the R-histogram is composed of the length ratios of collinear longitudinal segments. R-histogram is theoretically affine invariant due to collinear distance invariance of the affine transformation. In addition, as the computation of the length ratio weakens the noise contribution, R-histogram is robust to noise. Based on the R-histogram, the shape-matching algorithm includes two major phases: preprocessing and matching. The first phase, which can be processed off-line, is trying to obtain the R-histograms of all original shape pairs. In the second phase, for each transformed shape pair, its R-histogram is computed and the candidate matched shape pair with minimal R-histogram matching error is found. Subsequently, a voting strategy, which further improves the accuracy of shape matching, is adopted for the candidate corresponding shape pairs. Experimental results demonstrate that the proposed R-histogram is robust and efficient.

Introduction

Shape matching plays an important role in image processing and computer vision applications. Since the images taken from different viewpoints usually suffer from perspective distortions, the matching algorithm should be capable of dealing with them. Numerous methods, such as spectral transform[1, 2], moment invariants[3, 4], iso-area normalization[5], time series[6], B-splines[7], curvature scale space (CSS)[8, 9], shape contexts[10], shape signature[11], diagonals of orthogonal projection matrices (DOPM)[12], multiscale oriented corner correlation[13], etc., have been proposed for shape matching under affine transformations. However, most of these methods make an assumption that a sparse set of boundary points or interest points have been extracted beforehand. Besides, many traditional matching methods only analyze the properties of a separate shape and the spatial relationships between different shapes are ignored.

The relative position between the shapes often helps in image understanding and shape matching. In some recent related study such as[14], the descriptors extracted from spatial relationship between shapes are used for shape matching. Krishnapuram et al.[15] first proposed a descriptor named histogram of angles. A histogram of all possible angles between point pairs in the regions is used to describe the directional spatial relations between two shapes. The histogram is computationally expensive and can only deal with raster data. To overcome its limitation, F-histogram[16, 17], generalizing from the histogram of angles, is proposed. Different from the histogram of angles treating the 2D object as a set of points, F-histogram method handles the shapes as longitudinal segments. Besides the spatial relationship between two shapes, the orientation and the size of the shapes are captured by F-histogram as well. Furthermore, F-histogram is capable of processing both raster and vector data. As a result, F-histogram can effectively be used for shape matching. However, the descriptor is not affine invariant. The F-histogram of a shape pair varies with the viewing orientation. Thus to compare two F-histograms, the difference should be normalized by searching for several parameters, which are equivalent to the parameters of the geometric transformation between the images. The parameter searching process leads to an expensive computational cost.

Motivated by F-histogram, in this article, a novel affine invariant histogram, named as ratio histograms (R-histogram), is proposed to describe the relative attitude relationship between two shapes. For a pair of two independent shapes, the longitudinal segments, which are the intersections of shapes and the lines parallel to the line connecting the centroids of the two shapes, are treated as primitives. Then, the R-histogram is composed of the length ratios of collinear longitudinal segments from the two shapes. This descriptor has a clear physical interpretation and can be applied to shape matching without searching for affine transformation parameters. In contrast to F-histogram which treats longitudinal segments in a number of directions during the range [0, 2π], R-histogram treats the longitudinal segments of shapes with only one fixed direction; thereby the computational complexity is significantly reduced. Moreover, an efficient shape-matching algorithm based on R-histogram is developed in this article. The algorithm is divided into two phases. The R-histograms of original shape pairs are first obtained in the off-line preprocessing phase. Then, in the matching phase, the algorithm first seeks the candidate correspondences between shape pairs based on R-histogram matching, and a novel schema is designed to testify the matched shapes by a voting of the candidate corresponding shape pairs. Accordingly, the accuracy of shape matching is obviously improved.

This study is based on the assumption that there are at least two independent shapes in the image, and the topology is reserved while the image is being transformed. The assumption is valid as objects are composed of several shapes, among which the relative positions are reserved while mapped.

The outline of this article is as follows. R-histogram and its affine invariance are introduced in “R-histogram and its fundamental properties” section. In “Shape matching” section, the matching algorithm based on R-histogram is described. Experimental results are presented in “Experiments” section. Finally, “Conclusions” section concludes the article and suggests the future work.

R-histogram and its fundamental properties

In this section, R-histogram, which represents the relative attitude relationship between two shapes, is first defined, and then its symmetry and affine invariance are explored.

Definition of R-histogram

As shown in Figure1, two shapes A and B, which are located in an original positively oriented orthonormal frame O , i , j , are denoted as E A and E B respectively. To measure the attitude of A relative to B, we first define a relative positively oriented orthonormal frame O , x AB , y AB (Figure1a), in which, the x AB - axis has the same direction with v c B c A . c A and c B are the centroids of A and B, respectively. l v is the line parallel to the x AB - axis with v the intercept on y AB - axis . For any real number v, the intersection E A l v , denoted by E A v , is a longitudinal segment of A . In this article, as the term “shape” denotes a 2D plane which may have holes in it or may consist of many connected components, E A v e.g., E A v N 1 in Figure1a is the union of a finite number of disjoint segments. Similarly, E B v E B l v stands for a longitudinal segment of shape B.

Figure 1
figure 1

Illustrating the R-histogram. (a) The R-histogram of A with respect to B and (b) the R-histogram of B with respect to A. R-histogram is defined as an aggregate of length ratios of collinear longitudinal segments parallel to the line connecting the centroids of the two shapes. A longitudinal segment may be the union of a finite number of disjoint segments, e.g., in (a) the longitudinal segment E A v N 1 = E A l v N 1 = I J K , and in (b) E A v 1 = E A l v 1 = I J K .

The R-histogram of A with respect to B, whose elements are the length ratios of the collinear longitudinal segments, is represented by R AB as

R AB n = L E A v n L E B v n , v n = v min + n * v max v min N , n = 0 , 1 , 2 , , N .
(1)

In Equation (1), L(ξ) denotes the length of the longitudinal segment ξ, N is the number of v that are sampled equidistantly in the range of v min , v max , v min and v max are the minimum and maximum intercepts of the valid lines l(v) which have nonempty intersections with both A and B, i.e.,

v min = max v min A , v min B v max = min v max A , v max B .
(2)

v min A and v max A are the minimum and maximum intercepts of the lines l(v) which have nonempty intersections with A. Similarly, v min B and v max B are the minimum and maximum intercepts of l(v) which have nonempty intersections with B.

Similarly, the R-histogram of B relative to A is

R BA n = L E B v n L E A v n , v n = v min + n * v max v min N , n = 0 , 1 , 2 , , N .
(3)

Note that, the R BA is calculated based on the relative positively oriented orthonormal frame O , x BA , y BA (Figure1b), where the x BA - axis has the same direction with v c B c A .

Symmetry and affine invariance

Here, desirable properties (i.e., symmetry and affine invariance) of R-histogram for shape matching are proved.

Symmetry

As shown in Figure1, the direction of x AB - axis of the frame O , x AB , y AB (Figure1a) is opposite to the direction of x BA - axis of the frame O , x BA , y BA (Figure1b). Consequently, the lines l(v min ) and l(v max ) in O , x AB , y AB for R AB are interchanged into the lines l(v max ) and l(v min ) in O , x BA , y BA while R BA is being computed. Therefore, the symmetry of R-histogram, which describes the mathematical link between R AB and R BA , is deduced as

R BA v n = 1 / R AB v N n .
(4)

Affine invariance

The general 2D affine transformation T = A T , b transforms point p in the original image into its corresponding point q in the transformed image by q q = A T p + b , where b 2 × 1 is the translation vector and A T 2 × 2 is the affine transformation matrix between the two images. Rotation, scaling and shearing, considered as the special cases of affine transform, are represented as the following matrices:

A T scaling = s x 0 0 s y , A T rotation = cos θ sin θ sin θ cos θ , A T shearing = 1 k 0 1 .
(5)

If two shapes A and B are transformed into A′ and B′ by an affine transformation, we have

R AB n = R A B n R BA n = R B A n .
(6)

Equation 6 reveals that a shape pair preserves its R-histogram while the affine mapping.

Obviously, the R-histogram is invariant to translation transformation, thus, we only explain the invariance of the R-histogram to affine transformation matrix. As shown in Figure2, in an original positively oriented orthonormal frame O , i , j , two shapes A and B (Figure2a) are transformed into A′ and B′ (Figure2b) by an affine transformation matrix A T . O , x AB , y AB and O , x A ' B ' , y A ' B ' are the relative frames for R AB and R A′B′ . c A , c B , c A′ and c B′ are centroids of A, B, A′ and B′, respectively. It can be deduced that, if the projection of a point on y AB -axis is known, the projection of the mapped point on y A’B’ -axis can be obtained by

v = det A T d i s c A , c B d i s c A ' , c B ' v v .
(7)
Figure 2
figure 2

Illustrating affine invariance of the R-histogram. (a) the R-histogram of original shape pair and (b) the R-histogram of transformed shape pair.

In Equation (7), det(A T ), which is the determinate of the transformation matrix, is positive. d i s , is the distance between two points, v is the projection of a point on y AB -axis, and v′ is the projection of the mapped point on y A’B’ -axis.

Eq. 7 reveals that the projection of the transformed points on y A’B’ -axis is directly proportional to the projection of the original points on y AB -axis. Moreover, E A v , representing the intersection E A l v , can be treated as the union of points of shape A with the projection value of v on y AB -axis. Therefore, we have

E A ( v n ) E A ' (v ' n ), E B ( v n ) E B ' (v ' n ) v n = v min + n N ( v max v min ),v ' n =v ' min + n N (v ' max v ' min ),
(8)

where, “” denotes the correspondence relationship. As introduced in “Definition of R-histogram” section, v min , v max , v min and v max are the minimum and maximum values of intercepts of valid lines for original and transformed shape pairs. So far, as E A v n and E B v n are collinear, the affine invariance of R-histogram is proved due to the collinear distance invariance[18] of the affine transformation.

Shape matching

For convenience, we call the shape in an original image as template shape, and the shape in an input image as input shape. The efficient shape matching algorithm has a preprocessing phase and a matching phase. In the preprocessing phase, R-histograms are obtained from all shape pairs in the original image. As the preprocessing phase can be executed off-line, the complexity of our algorithm can remarkably be reduced compared with the straightforward approach. Subsequently, in the matching phase, the candidate corresponding shape pairs are first discovered by R-histogram matching, and the correspondences between the template and input shapes are obtained by candidate corresponding shape pairs voting.

Preprocessing

In the preprocessing phase, our aim is to obtain the R-histograms of the template shape pairs in the original image. Assume we are given an original image where m template shapes M 1 , M 2 , , M m have been extracted. For each ordered template shape pair M i , M j , its R-histogram is computed through the following steps:

  1. (1)

    Extract the centroids c i and c j of the two template shapes.

  2. (2)

    A relative positively oriented orthonormal frame O , x c i c j , y c i c j , whose x c i c j axis has the same direction with v c i c j , is built up. Then, v min , v max , the range of intercepts of the valid lines, can be obtained. The valid lines are parallel to the x-axis and have nonempty intersections with both M i and M j .

  3. (3)

    For each number n 0 , N , R M i M j n = L E M i v n / L E M j v n v n = v min + n v max v min / N .

  4. (4)

    Due to the symmetry of R-histogram, the R-histogram of the ordered shape pair M j , M i can be obtained as R M j M i n = 1 / R M i M j N n .

The complexity of the preprocessing step is O m 2 .

Matching

In the matching phase, we are given a transformed image where t input shapes T 1 , T 2 , , T t are extracted. In this stage, the corresponding shape pairs with the minimal descriptor matching error are first discovered. The matching error between descriptors, which is measured via the normalized L1 distance, is given by

err( R M i M j , R T k T s )= n = 0 N R T k T s n R M i M j n R M i M j n ×100%,i,j[1,m],ij;k,s[1,t],ks
(9)

where R M i M j n and R T k T s n are the R-histograms of a template shape pair (M i , M j ) and an input shape pair (T k , T s ), respectively. The smaller the err, the better the localization of the corresponding shape pairs is.

Theoretically, we have

R T k T s R M i M j M i , M j T k , T s T k M i and T s M j .
(10)

Unfortunately, the matched shape pair in dependence on a single corresponding descriptor pair is sometimes not reliable, as the presence of noise, and/or because of the inaccuracy in shape extracting. To improve the accuracy of shape matching, for each input shape, its corresponding template shape is established by voting. In the following, we show how to confirm the template shape corresponding to the input shape T k :

  1. (1).

    For each input shape pair T k , T s , s 1 , t , s k , its corresponding template shape pair is M i ' , M j ' opt = min i , j 1 , m , i j e r r R T k T s , R M i M j . Then, the template shape M i′ is casted a vote.

  2. (2).

    The template shape that scores the largest number of votes is considered as the corresponding one to T k .

Experiments

In this section, the performance of R-histogram is tested and compared with three state-of-the-art methods, including zero-order F-histogram[16, 17], global DOPM[12] and CSS[8, 9]. The sensitivity of descriptors to affine transformations and noise are first compared, and the performances of descriptors on shape matching and object recognition are further tested.

Sensitivity to affine transformation and noise

The affine invariance of R-histogram has theoretically been proven in “Symmetry and affine invariance” section, here the examples of this property are provided. The 46 test shapes of 5 groups (see Figure3) are chosen from the MPEG-7 CE-shape-1 database, and the shapes in each group are placed randomly to create 10 different original images. Consequently, the following statistic results are counted based on 50 original and their transformed images. The transformed images are obtained according to different affine transformations and various noise levels. The examples of the transformed shapes are shown in Figure4.

Figure 3
figure 3

Test shapes. (a) Fishes. (b) Rays. (c) Glasses. (d) Snakes. (e) Elephants.

Figure 4
figure 4

Examples of shapes used for performance evaluating . (a) Original shape. (b) The shape transformed by nonuniform scaling s x / s y = 0.5 . Nonuniform scaling contributes to the shape distortion. (c) The shape rotated by 30°. (d) The shape obtained by adding noise with SNR = 20dB. (e) The shape transformed by shearing with k = 2. The shearing also contributes to the shape distortion.

To estimate the sensitivity of descriptors and the performance to each transformation parameter and noise separately, for each group of experiment, only one parameter is changed while others are fixed.

The sensitivity of R-histogram to affine transformations is evaluated by the matching error between descriptors of the corresponding template and input shape pairs. Simultaneously, the global DOPM and the normalized zero order F-histogram are taken for comparison.

First, the behavior of different descriptors in relation to rotation is reported. Figure5a depicts the matching error under different values of rotation θ ranging from 10° to 180° with 10° intervals, showing that the matching error floats slightly while the θ changes, and R-histogram outperforms to global DOPM and F-histogram.

Figure 5
figure 5

Comparison of the performance of descriptors with respect to (a) rotation, (b) nonuniform scaling, (c) shearing, and (d) noise. The error bars indicate the standard deviation of the error over all shapes in 50 original images.

Then the behavior of descriptors in relation to scaling is evaluated. The original images are transformed by different nonuniform scaling while values of s x / s y changing from 0.25 to 4 in steps of 0.25. Figure5b depicts that the matching errors of the descriptors increase while the degree of the shape distortion increases, whereas R-histogram is less sensitive to nonuniform scaling than global DOPM.

The sensitivity of descriptors with respect to shearing is shown in Figure5c. The larger the absolute value of k, the higher the matching error is. R-histogram is more robust to shearing.

Finally, the robustness of the descriptors to noise is observed. To obtain noisy shapes, the coordinates of points on the contours are shifted in the range of [–r, r, and simultaneously with the direction vertical to the tangent of the point. The signal-to-noise ratio (SNR) is defined as[5]

S N R = 20 log 2 d r d B ,
(11)

where d is the average distance between all the points on the contour and its centroid. The noise with different values of SNR, which changes from 20 to 45 dB in steps of 5 dB, is added onto shapes. The matching errors obtained from the noisy cases are summarized in Figure5d. It points that the errors of all descriptors decreases as SNR increase, and R-histogram has the best performance against noise.

R-histogram for shape matching

The original and transformed images in “Sensitivity to affine transformation and noise” section are still taken for experiments. Considering each shape in the original images, the matched shapes in the transformed images should be observed. The correct matching rate (CMR) is calculated as

C M R = O M / A M ,
(12)

where OM is the number of correct correspondences that are observed, and AM is the actual number of correspondences between original and input shapes.

The performance of R-histogram on shape matching is compared with that of global DOPM, zero-order F-histogram, and affine length CSS. Moreover, for R-histogram and F-histogram algorithm, besides the results of shape matching, the results of descriptor matching are also counted.

First, the performance of different descriptors is compared while the values of rotation change from 0° to 180° with 10° intervals. Figure6a indicates that R-histogram is more robust to rotation. Furthermore, the CMRs of shape matching using R-histogram and F-histogram, which are both 100%, are higher than CMRs of their descriptor matching. It proves the validity of our shape matching algorithm based on voting.

Figure 6
figure 6

Comparison of descriptors for shape matching with respect to (a) rotation, (b) nonuniform scaling, (c) shearing, and (d) noise.

Then, the effect of scaling (Figure6b) and shearing (Figure6c) upon descriptors is observed. The values of scaling change from 0.25 to 4, with 0.25 intervals, and the shearing factor k is associated with different values from –3 to 3, with 1 intervals. R-histogram is most robust to nonuniform scaling and shearing, and the zero-order F-histogram performs worst as it is not invariant to nonuniform scaling and shearing.

Finally, Figure6d shows the performance of descriptors against varying noise levels, denoting that CMR s of all descriptors increase as SNR increases, and R-histogram is most robust to noise.

In addition, the semi-log scale plots of the running times of descriptors with respect to affine transformations and noise are depicted in Figure7. From Figure7, the following observations are obtained: (1) the computational costs of R-histogram and the F-histogram are nearly regardless of rotation, shearing, and noise; however, they increase as the scale of shape increases; (2) the computational cost of R-histogram is much less than that of F-histogram; (3) the computational cost of global DOPM and CSS, which are decided by the sampled curvature, nearly invariant while the shape is transformed; (4) DOPM has the lowest computational cost while F-histogram has the highest computational complexity.

Figure 7
figure 7

Running time of different descriptors with respect to (a) rotation, (b) nonuniform scaling, (c) shearing, and (d) noise.

As a summary of this section, we found that (1) R-histogram has the best performance in robustness to affine transformations and noise; (2) for R-histogram and F-histogram, the CMR of shape matching is higher than that of descriptor matching because of the voting strategy; (3) the computational complexity of R-histogram is much lower than that of F-histogram.

R-histogram for object recognition

As indicated in “Introduction” section, R-histogram is based on the premise that there are at least two shapes in an image, and the shapes preserve their relative position while the image is being transformed. However, the R-histogram can be used for object recognition since objects are usually composed of several shapes with fixed topology. Therefore, in this section, we test the performance of R-histogram on object recognition. Different from the experiments finding the correspondences between the shapes in “R-histogram for shape matching” section, here, the task is to discover the matched objects with maxima corresponding shape pairs.

The licenses (see Figure8a) which are searched from Internet are taken as template objects. The input objects in Figure8b are obtained by arbitrary affine transformations on the template objects. The independent shapes of letters and numbers, whose contours are labeled by red color in Figure8, are obtained by simply image segmentation as they are uniform. The results of the license recognition are given in Table1. The notations “Y” and “N” represent the correct and wrong results of object recognition, respectively. In addition, the shape-matching results of R-histogram, F-histogram, DOPM, and CSS are 100, 10, 57.5, and 60%, respectively. Experiments validate that R-histogram is superior to F-histogram, DOPM, and CSS for object recognition under affine transformations, whereas F-histogram performs worst as it is not affine invariant.

Figure 8
figure 8

Test Objects. (a) the template objects and (b) the input objects.

Table 1 The results of object recognition

Conclusions

In this article, a novel affine invariant descriptor, R-histogram, is proposed to describe the relative attitude relationship between the shapes. The shapes are handled as the longitudinal segments parallel to the line connecting centroids of two shapes, and the R-histogram is constructed by the length ratios of collinear longitudinal segments from two shapes. In the shape-matching algorithm, the R-histograms of original shape pairs are first found in the off-line preprocessing phase. Then in the matching phase, to improve the shape-matching accuracy, a voting strategy is applied to the candidate corresponding shape pairs, which are discovered by R-histogram matching. There are four advantages of the proposed algorithm. First, the contours of the shapes do not need to be extracted; second, the new descriptor is robust to affine transformation and noise; third, it is simple with low computational complexity; finally, it guarantees high shape matching accuracy by voting for all candidate correspondences with minimal error of R-histogram matching. The R-histogram of a shape pair is insensitive to the distance along the line connecting the centroids of the shapes, which results in that the shape pairs with the same attitudes but different distances generate undistinguishable R-histograms. One solution to this limitation is to add distance information to R-histogram, which will be investigated in our future research.

References

  1. Arbter K, Snyder WE, Burkhardt H, Hirzinger G: Application of affine-invariant fourier descriptors to recognition of 3-D objects. IEEE Trans Pattern Anal. Mach. Intell 1990, 12(7):640-647. 10.1109/34.56206

    Article  Google Scholar 

  2. Mei Y, Androutsos D: Affine invariant shape descriptors: the ICA-Fourier affine invariant shape descriptors: the ICA-Fourier descriptor and the PCA-Fourier descriptor. 19th International Conference on Pattern Recognition, Tampa, Florida, USA; 2008:1-4.

    Google Scholar 

  3. Yang Z, Cohen FS: Cross-weighted moments and affine invariants for image registration and matching. IEEE Trans. IEEE Trans. Pattern Anal. Mach. Intell 1999, 21(8):804-814. 10.1109/34.784312

    Article  MathSciNet  Google Scholar 

  4. Hosny KM: On the computational aspects of affine moment invariants for gray scale images. Appl. Math. Comput 2008, 195(2):762-771. 10.1016/j.amc.2007.05.025

    Article  MathSciNet  MATH  Google Scholar 

  5. Yang M, Kpalma K, Ronsin J: Affine invariance contour descriptor based on iso-area normalisation. Electron. Lett 2007, 43(7):379-380. 10.1049/el:20070076

    Article  MATH  Google Scholar 

  6. Kartikeyan B, Sarkar A: Shape description by time series. IEEE Trans on Pattern Anal. Mach. Intell 1989, 11(9):977-984. 10.1109/34.35501

    Article  Google Scholar 

  7. Yu-Ping Wang SL, Lee KT: Multiscale curvature based shape representation using B-spline wavelets. IEEE Trans. Image Process 1999, 8(11):1586-1592. 10.1109/83.799886

    Article  Google Scholar 

  8. Mokhtarian F, Abbasi S: Shape similarity retrieval under affine transforms. Pattern Recognit 2002, 35(1):31-41. 10.1016/S0031-3203(01)00040-1

    Article  MATH  Google Scholar 

  9. Mai F, Chang CQ, Hung YS: Affine invariant shape matching and recognition under partial occlusion. Proceeding of 2010 IEEE 17th International Conference on Image Processing, Hong Kong; 2010:4605-4608.

    Google Scholar 

  10. Belongie S, Malik J, Puzicha J: Shape matching and object recognition using shape contexts. IEEE Trans Pattern Anal. Mach. Intell 2002, 24(24):509-522.

    Article  Google Scholar 

  11. EI-ghazal A, Basir O, Belkasim S: Farthest point distance: a new shape signature for Fourier descriptors, Signal Process. Image Commun 2009, 24(7):572-586.

    Google Scholar 

  12. Wang Z, Liang M: Locally affine invariant descriptors for shape matching and retrieval. IEEE Signal Process. Lett 2010, 17(9):803-806.

    Article  Google Scholar 

  13. Zhao F, Huang Q, Wang H, Gao W: MOCC: a fast and robust correlation-based method for interest point matching under large scale changes, EURASIP. J. Adv in Signal Process 2010. 10.1155/2010/410628

    Google Scholar 

  14. Lee SY, Hsu FJ: Spatial reasoning and similarity retrieval of images using 2D C-string knowledge representation. Pattern Recognit 1992, 25(3):305-318. 10.1016/0031-3203(92)90112-V

    Article  MathSciNet  Google Scholar 

  15. Krishnapuram R, Keller JM, Ma Y: Quantitative analysis of properties and spatial relations of fuzzy image regions. IEEE Trans. Fuzzy Syst 1993, 1(3):222-233. 10.1109/91.236554

    Article  Google Scholar 

  16. Matsakis P, Wendling L: A new way to represent the relative position between area objects. IEEE Trans Pattern Anal. Mach. Intell 1999, 21(7):634-643. 10.1109/34.777374

    Article  Google Scholar 

  17. Matsakis P, Keller JM, Sjahputera O, Marjamaa J: The use of force histograms for affine-invariant relative position description. IEEE Trans Pattern Anal. Mach. Intell 2004, 26(1):1-22. 10.1109/TPAMI.2004.1261075

    Article  Google Scholar 

  18. Modenov PS, Parkhomenko AS: Geometric Transformations. 1st edition. Academic, New York; 1965.

    MATH  Google Scholar 

Download references

Acknowledgment

This work was supported by the National Natural Science Foundation of China under Grant 61201338.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Wei Wang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Wang, W., Xiong, B., Sun, H. et al. An affine invariant relative attitude relationship descriptor for shape matching based on ratio histograms. EURASIP J. Adv. Signal Process. 2012, 209 (2012). https://doi.org/10.1186/1687-6180-2012-209

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2012-209

Keywords