Next Article in Journal
Experimental Research on Interferometric Inverse Synthetic Aperture Radar Imaging with Multi-Channel Terahertz Radar System
Next Article in Special Issue
Logarithmic-Domain Array Interpolation for Improved Direction of Arrival Estimation in Automotive Radars
Previous Article in Journal
Erratum: Li, S.; Miao, L.; Xu, H.; Zhou, X. Searchable Encryption Scheme for Personalized Privacy in IoT-Based Big Data. Sensors 2019, 19, 1059
Previous Article in Special Issue
Dimension Reduction for Hyperspectral Remote Sensor Data Based on Multi-Objective Particle Swarm Optimization Algorithm and Game Theory
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Eliminating the Effect of Image Border with Image Periodic Decomposition for Phase Correlation Based Remote Sensing Image Registration †

1
Aerospace Information Research Institute, Chinese Academy of Sciences, Beijing 100094, China
2
University of Chinese Academy of Sciences, Beijing 100049, China
3
Hainan Key Laboratory for Earth Observation, Sanya 572029, China
4
Institute for Cartography, TU Dresden, 01062 Dresden, Germany
*
Authors to whom correspondence should be addressed.
This paper is the extended version of Conference paper published in 2018 IEEE International Geoscience and Remote Sensing Symposium.
Sensors 2019, 19(10), 2329; https://doi.org/10.3390/s19102329
Submission received: 8 March 2019 / Revised: 19 April 2019 / Accepted: 15 May 2019 / Published: 20 May 2019
(This article belongs to the Special Issue Computational Intelligence in Remote Sensing)

Abstract

:
In the remote sensing community, accurate image registration is the prerequisite of the subsequent application of remote sensing images. Phase correlation based image registration has drawn extensive attention due to its high accuracy and high efficiency. However, when the Discrete Fourier Transform (DFT) of an image is computed, the image is implicitly assumed to be periodic. In practical application, it is impossible to meet the periodic condition that opposite borders of an image are alike, and image always shows strong discontinuities across the frame border. The discontinuities cause a severe artifact in the Fourier Transform, namely the known cross structure composed of high energy coefficients along the axes. Here, this phenomenon was referred to as effect of image border. Even worse, the effect of image border corrupted its registration accuracy and success rate. Currently, the main solution is blurring out the border of the image by weighting window function on the reference and sensed image. However, the approach also inevitably filters out non-border information of an image. The existing understanding is that the design of window function should filter as little information as possible, which can improve the registration success rate and accuracy of methods based on phase correlation. In this paper, another approach of eliminating the effect of image border is proposed, namely decomposing the image into two images: one being the periodic image and the other the smooth image. Replacing the original image by the periodic one does not suffer from the effect on the image border when applying Fourier Transform. The smooth image is analogous to an error image, which has little information except at the border. Extensive experiments were carried out and showed that the novel algorithm of eliminating the image border can improve the success rate and accuracy of phase correlation based image registration in some certain cases. Additionally, we obtained a new understanding of the role of window function in eliminating the effect of image border, which is helpful for researchers to select the optimal method of eliminating the effect of image border to improve the registration success rate and accuracy.

1. Introduction

Image registration is a core technology of image processing, particularly widely applied in the remote sensing community, such as change detection [1,2], image fusion, long-time remote sensing data analysis, surface displacement of landslides [3,4], photogrammetry [5], etc. According to the comprehensive overview of image matching approaches [6], image registration methods can be grouped into two categories: feature based registration methods and area based registration methods. For the feature based image registration methods, according to the utilized features, single pixel feature and multipixel feature, they can loosely be grouped into two categories. For the first category, its feature is the single pixel feature, such as ground control point (GCP). Its main procedures include feature detection, feature matching, transform model estimation and image warping [7,8,9,10]. Among these procedures, feature detection and feature matching are two core steps, and they are also two steps to which researchers devote much effort [11]. After decades of development, feature detection approaches have developed from the initial handcrafted methods (Difference of Gaussian (DoG) [12], Harris [13], Hessian [14] and Wavelet Features.) to the latest deep learning based approaches (TILDE [15], CovDet [16] and SuperPoint [17]). For feature matching, the feature descriptors are vital for correct correspondence. Feature descriptors are also developed from hand-engineered descriptors (HoG [18], DAISY [19], etc.) to deep learning based descriptors (DDesc [20], L2-Net [21] and HardNet [22]). Although the deep learning based feature detectors and descriptors are promising, the lack of available public remote sensing image matching data makes it hard to go beyond the hand-engineered approaches for the time being. Thus, the handcrafted features and descriptors are also the mainstream methods. However, these methods are originated from the field of computer vision and they have encountered many challenging problems when applied in the community of remote sensing images. Specially, the nonlinear radiation distortions of remote sensing images result in a dramatic drop in performance, even failure.
For the second category, its feature is multipixel features, such as lines and polygons. Here, we mainly introduce the multipixel feature captured by the Wavelet and Shearlet transform. Its main procedures include the selection of feature space, extraction of features, the selection of similarity metric and search strategy [23,24,25,26]. For the features identified by wavelet transform, they are isotropic textural features. For the features identified by Shearlet transform, they are anisotropic features, such as edges, roads, rivers and other edge-like features. The combination of features captured by the wavelet transform and Shearlet transform is more robust to the initial choice of global transform [26]. In addition, the multiresolution nature of wavelet decomposition can accelerate the calculation of geometric transform model. In fact, these multipixel features are matched with an optimization scheme. Due to the non-convex characteristic of objective function, there exist some limitations of feature space in the practical application. For example, it is very difficult to conduct in the search space that consists of polynomial transformations to address more complex and spatially varying distortions within images. In addition, the final registration result is also sensitive to the similarity measurement and optimization method.
In recent years, image registration based on phase correlation has drawn extensive attention due to its three merits: high registration accuracy and robustness to noise and variation of gray value, constant processing time for the fixed size image, and ease of implementation and parallelization. The existing methods based on phase correlation can loosely be grouped into two categories. One category is determining the translation by precisely locating the main peak of Inverse Fourier Transform of the normalized cross-power. The other category is directly estimating the linear phase difference in the frequency domain. For the first category, the commonly used solutions are interpolation methods, such as 1D parabolic function, sinc function, modified sinc function and Gaussian function [27,28,29]. However, the shortcomings of the method are sensitivity to noise and other errors. For the other category, the principle behind it is that the phase difference in the frequency domain is linear with respect to displacement in the spatial domain. The linear phase difference can be achieved by different approaches, such as least square fitting [30], the combination of singular value decomposition and random sample consensus algorithm [31], and low-rank factorization by modeling the noise with Gaussian mixtures model [32]. The sub-pixel accuracy of phase correlation-based image registration is mainly affected by the noise, aliasing and border of the image. As suggested in [30], abandoning Inverse Fourier Transform can alleviate the side effect caused by this noise and aliasing. Thus, most researchers have focused on precisely estimating the linear phase difference in the frequency domain rather than identifying the location of main peak by the introduction of Inverse Fourier Transform.
As for the effect of image border, it is caused by the implicit assumption of periodicity in the computation of Discrete Fourier Transform of an image. In almost all circumstances, it is not reasonable to assume that the opposite border of image is similar, so the assumed periodic image will lead to strong discontinuities across the image border. For the effect produced by the border of image, the commonly used approach is weighting the reference and sensed images with a window function in the spatial domain separately. However, the operation of weighting window function can cause additional negative effects, namely reducing the common and useful information for registration based on phase correlation, especially in the case of small patch-based matching or small overlap existence between image pairs.
To deal with the effect of image border, we applied a novel approach, image periodic decomposition method (decomposition method for short) to decompose the original image into two components, namely periodic image component and smooth image component. Then, we replaced the original image by the periodic image component, which can eliminate the effect of image border effectively and there is almost no loss of image information at the same time. Thus, the decomposition method can improve the estimation accuracy and success rate of image registration based on phase correlation, especially in the case of small image patches’ registration.
In this paper, our main contributions are two-fold: (1) a novel approach, image decomposition was utilized to eliminate the effect of image border, which degrades the accuracy and success rate of phase correlation-based image registration. Compared to the traditional weighted filtering approaches, the image decomposition method can not only eliminate the effect of image border, but also it rarely reduces information away from the image border. Thus, the decomposition method can improve the registration accuracy and success rate in some certain cases. Furthermore, it is easy to use and there are no parameters to tune. (2) We introduced a new concept of SSNR (Similar-to-Signal-Noise Ratio) to obtain a new view of the role of weighting window function; it can be more helpful to guide researchers to select a proper approach for eliminating the effect of image border to improve the registration accuracy and success rate in the practical applications.
This paper extends a preliminary version of [33] by adding: (1) a detailed description of various methods of eliminating the effect of image border and the phenomenon of the effect of image border; (2) two groups of experiments about displacement estimation success rate and accuracy to further illustrate the advantages of the proposed method, and a further analysis of elimination of the effect of image border methods; (3) a thorough discussion of elimination of the effect of image border, and a new understanding of the role of window function.
The remainder of this paper is organized as follows. Section 2 introduces the related work of elimination of the effect of image border. Section 3 details the principle of image registration based on phase correlation and our proposed method of decomposition method. In Section 4, three groups of experiments were carried out to illustrate the advantages of the decomposition method, compared to three other window functions, and further analysis was made to give more insights on eliminating the effect of image border. The discussion is given in Section 5. The conclusions are drawn in Section 6.

2. Related Work

For the implicit periodicity property of Discrete Fourier Transform (DFT) and the nature of the image for which the opposite borders are not alike, the effect of image border always occurs in the process of image registration based on phase correlation. In the past research, various approaches are proposed to deal with the problem. Among them, three approaches are popular, namely Blackman window, raised-cosine window [3] and flap-top window [34].
For the Blackman window of length N, its formula in one dimension is defined as follows:
w ( n ) = 0.42 0.5 cos 2 π n N 1 + 0.08 cos 4 π n N 1 , 0 n N 1 .
It is a commonly used window function when using spectral analysis in the signal processing field. Its three-dimensional diagram is shown in Figure 1a. Apparently, for an image patch weighted by the Blackman window, the discontinuities across the image border are smoothed out, but a significant amount of signal is also degraded.
Another window function, named raised-cosine [3], was proposed to achieve a good balance between reducing effect of image border and the information retention of image. The one-dimensional expression of the raised-cosine window of length N is given as follows:
w ( n 1 , n 2 ) = 1 , Γ ( n 1 , n 2 ) 1 , Γ ( n 1 , n 2 ) , o t h e r w i s e ,
where Γ ( n 1 , n 2 ) = k · 0.5 ( 1 cos ( 2 π ( n 1 / M ) ) ) · 0.5 ( 1 cos ( 2 π ( n 2 / N ) ) ) , M, N are the sizes of the images, k is the stretch factor. A three-dimensional diagram of it is shown in Figure 1b.
The role of the aforementioned weighting window function is similar to the general filter in the spatial domain. The essences of these window functions are progressively making the border of the image fuzzy and preserving the content away from the border of image. In fact, in order to avoid adding new discontinuous information to the images, some content near the border will be subjected to varying degrees of fuzziness. The difference between the three window functions is how much the information near the image border is processed. It was further illustrated by the result of an image filtered by different window functions, as shown in Figure 2. Here, the parameters of flat-top and raised-cosine window function are the same as ones in the Figure 1. Figure 2a is the original image, Figure 2b–d are the resulting images after filtering by Blackman, flat-top and raised-cosine window function, respectively. Figure 2e–h are the amplitude spectrum of Figure 2a–d, respectively. From the bottom row in Figure 2, the cross structure is distinct in the amplitude spectrum of original image, and disappeared in other three amplitude spectrums. This shows that the weighting window function can eliminate the effect of image border. However, for the Blackman window, it blurs out a large amount of the content of images and retains a fraction of content centered at the image unchanged. Blurring out a large amount of content means that some valuable information is degraded for registration based on phase correlation. This will reduce the accuracy of registration due to little common information left. For raised-cosine and flap-top, they blur the borders while keeping the content in the middle of the image unchanged as much as possible. However, some contents near the border are also degraded inevitably. Especially when the overlap of the image pairs is small, there is a dilemma that the common areas of image pairs are fuzzy and the common information is reduced to only a little. Consequently, this will lead to the failure of registration based on phase correlation due to the lack of a large amount of the common information.
Here, we aimed to solve the problem of effect of image border. A corresponding strategy is decomposition of an image. The concrete decomposition approach is decomposing the image into two images: one is periodic image and the other is smooth image. We finally discarded the smooth image and calculated the Discrete Fourier Transform only for the periodic image. This method only eliminates the effect of image border and rarely degrades the content near the image border.

3. Methodology

In this section, firstly, a principle of phase correlation based image registration is introduced. Secondly, the details of eliminating the effect of image border and the image decomposition method were given. The periodic decomposition of an image can be reformulated as a unique solver for a specified problem [35]. The decomposition operation is performed by using the classic Fourier Transform based Poison solver. Thirdly, a framework of phase correlation based image registration was outlined.

3.1. The Principle of Image Registration Based on Phase Correlation

The basic theory of image registration based on phase correlation is Fourier shift theorem. Suppose that f 1 ( x , y ) and f 2 ( x , y ) denote the reference image and sensed image, respectively. In addition, they satisfy the following relationship:
f 1 ( x , y ) = f 2 ( x x 0 , y y 0 ) ,
where x 0 , y 0 is the displacement in the x- and y-directions, respectively. According to the Fourier shift theorem [1], the normalized cross-power spectrum matrix can be expressed as follows:
Q ( ξ x , ξ y ) = F 2 ( ξ x , ξ y ) F 1 ( ξ x , ξ y ) | F 1 ( ξ x , ξ y ) F 2 ( ξ x , ξ y ) | = exp ( i ( ξ x x 0 + ξ y y 0 ) ) = exp ( i ( ξ x x 0 ) ) exp ( i ( ξ y y 0 ) ) = q x 0 ( ξ x ) q y 0 ( ξ y ) ,
where ξ x and ξ y denote the frequency component, and ∗ denotes the complex conjugate operation. The magnitude of Q ( ξ x , ξ y ) is normalized to 1 for any frequency component. It is therefore insensitive to radiation variation and image content, which makes the phase correlation based image registration method more suitable to matching multi-sensors’ images. Apparently, the phase difference is linear with respect to each frequency component, and the displacement in the x- and y-directions can be expressed with the slope of the unwrapped phase angles of components q x 0 ( ξ x ) and q y 0 ( ξ y ) , respectively. Then, the displacement x 0 , y 0 can be written as follows:
x 0 = s x M 2 π , y 0 = s y N 2 π ,
where M and N denote the size of the image.
When the image pair has the similarity transformation relationship, they have the following relationship in the spatial domain:
f 1 ( x , y ) = f 2 ( s ( x cos θ 0 + y sin θ 0 ) + Δ x , s ( x sin θ 0 + y cos θ 0 ) + Δ y ) ,
where θ 0 represents the rotation angle, s represents the scalar, Δx and Δy represent the displacement in the x- and y-directions, respectively. After applying Fourier Transform to the image pair, we have the following equation:
F 1 ( ξ x , ξ y ) = s 2 K F 2 ( s 2 ( ξ x cos θ 0 + ξ y sin θ 0 ) , s 2 ( ξ x sin θ 0 + ξ y cos θ 0 ) ) ,
where ξ x , ξ y denote the frequency components, K = e i ( Δ x ( ξ x cos θ 0 + ξ y sin θ 0 ) + Δ y ( ξ x sin θ x + ξ y cos θ 0 ) ) . According to the relationship between Cartesian and Polar coordinates, ξ x = r cos θ , ξ y = r sin θ , and, calculating the magnitudes M 1 and M 2 of each side of the equation (7), respectively, a relationship of amplitude of F 1 and F 2 was derived as follows:
M 1 ( r , θ ) 2 = M 2 ( s 1 r , θ + θ 0 ) .
Furthermore, apply logarithm transform to the radius r, and the final equation is acquired as follows:
M 1 ( l o g r , θ ) = M 2 ( l o g r l o g s , θ + θ 0 ) .
Obviously, the rotation angle θ and scalar s can be acquired by applying the phase correlation to M 1 and M 2 again.
In short, for only displacement estimation, the phase correlation based method can estimate the displacement directly. For angle and scale estimation, a log-polar Fourier transform is first necessary to operate on the reference and sensed image, respectively. Then, the scale and angle can be converted to the displacements between the amplitude spectrum of log-polar Fourier transform of reference and sensed images [36].

3.2. Eliminating the Effect of Image Border

The principle behind the effect of the image border is the implicit assumption of periodicity in the calculation of Discrete Fourier Transform and the extrinsic representation is the well-known cross structure in the magnitude of the frequency spectrum, as shown in Figure 3d. The high energy coefficients along the axes will reduce the accuracy of image registration heavily. Here, to eliminate the effect of image border, we will decompose the original image into two images: one is the periodic image, which is closest to the original image [35], the other is the smooth image, whose gray value varies slowly except for the near area of image border. In the practical application, we apply Discrete Fourier Transform only to the periodic image, which can effectively eliminate the effect of image border. The basic principle of the image decomposition is the periodic component of an image; p is the unique solution of the following problem [35]:
Δ p = Δ i I , m e a n ( p ) = m e a n ( I ) ,
where Δ denotes the usual discrete periodic Laplacian (each point has four neighbors) and Δ i denotes the discrete Laplacian in the interior of the image domain (points at the border of the image have only two or three neighbors). The solution p is acquired by the classical Fast Fourier Transform-based Poisson solver, which consists of four steps:
(1)
Calculate the Discrete Laplacian Δ i I of original image I;
(2)
Calculate the Discrete Fourier Transform Δ I ˜ of Δ i I ;
(3)
Calculate the Discrete Fourier Transform p ˜ of p by the usage of inversing Discrete periodic Laplacian:
p ˜ ( ξ x , ξ y ) = 1 4 2 cos ( 2 ξ x π M ) 2 cos ( 2 ξ 2 π N ) Δ I ˜ ( ξ 1 , ξ 2 ) , p ˜ ( 0 , 0 ) = x , y I ( x , y ) ,
(4)
Apply inverse Discrete Fourier Transform to p ( ξ 1 , ξ 2 ) and acquire the periodic image p.
After decomposing the reference and sensed images into two images, the reference and sensed images are replaced with its corresponding periodic images. As shown in Figure 3, the periodic image (b) is visually close to its corresponding original image, and the gray value of smooth image (c) varies smoothly except for the area around the image. Compared to Figure 3d, Figure 3e has almost no cross-structure. It shows that the missing of image discontinuities across the border of the image eliminates the effect of image border. The magnitude of Fourier Transform of smooth image (shown in Figure 3c) is shown in Figure 3f, which has almost only cross-structure information. Those figures illustrate the periodic image can eliminate the effect of image border and retain the information of original image to the greatest extent.

3.3. The Framework of Image Registration Based on Phase Correlation

Here, we outlined the processing flow of phase correlation based image registration, including scalar, rotation angle and displacement estimation. The flowchart is shown in Figure 4. In addition, the description of each step is detailed as follows:
(1)
Eliminating the effect of image border: decompose the reference image R and sensed image S, and acquire the corresponding periodic image R and S . Its calculation process is detailed in the Section 3.2;
(2)
Determine the scalar s and rotation angle θ : calculate the log-polar Fourier Transform of R and S by interpolating multi-layer fractional Fourier Transform [37]. Then, calculate their magnitude spectrum, respectively, and finally obtain the rotation angle θ and scalar s by determining the phase difference. For the multi-layer fractional Fourier Transform algorithm, the number of layers is 4, and the corresponding scalars are determined by the MATLAB function histcounts. For the histcounts, its input is the radius series values of points in a single radial line. For the construction of a log-polar grid, the number of radial lines is 128 and the number of points in each radial line is 128, and the logarithmic base is 1.044 and the minimum radius is set to 0.015 . The interpolation approach for calculating the Log-polar Fourier Transform is the bicubic method. In the process of determing the scale and rotation, the involved displacement estimation is implemented by directly calculating the linear phase difference in the frequency domain and fitting the straight line by the usage of the least square method;
(3)
Recover the sensed image S : according to the estimated rotation θ and scalar s, correct the angle and scale deformation, and acquire the corrected sensed image, which has only displacement with the reference image;
(4)
Again, apply the phase correlation approach to obtain the translation [30]. The displacement estimation is implemented by directly calculating the linear phase difference in the frequency domain and fitting the straight line by the usage of the least square method.

4. Experiment and Analysis

To thoroughly analyze the role of different window functions and the proposed method (referenced as decomposition method), three subsets of experiments were carried out. The first one is about the comparison of success rate of image registration for different methods in the case of small patches’ registration. The second one and third one is about the comparison of registration accuracy for different methods in the case of displacement estimation as well as angle and scale estimation, respectively. In all of the following experiments, the parameter settings are the same. The roll-off factor, β , of the raised-cosine window is set to 0.25. The stretch parameter, k, of the flat-top window is set to 2.7.

4.1. The Comparison of Image Registration Success Rate for Different Methods

Various sizes of remote sensing images were applied to evaluate the success rate of image registration for different methods of eliminating the effect of image border. There are eight groups of remote sensing images, whose sizes vary from 30 × 30 to 100 × 100 pixels in a step of 10. For each group, 500 images are included. The content they covered are diverse, including man-made buildings, mountain, residential area and so on. For each image, a corresponding translated version is generated by randomly translating a displacement, ranging from 1 / 3 to 2 / 3 the size of the image. For each generated image pair, we utilized Blackman, raised-window, flat-top and the decomposition method to eliminate the effect of image border, respectively; then, the displacement is acquired by the phase correlation based method. Considering the characteristic of high estimation accuracy of the phase correlation based algorithm, the criteria of registration success is that the absolute error between the true displacement and the estimated displacement in both x- and y-directions is less than one pixel. The experiment results are shown in Figure 5.
Apparently, regardless of the image size, the success rate of the decomposition method is highest and almost close to 1. For the other three methods, Blackman, raised-cosine and flat-top, the success rate is relatively low, especially when the image size is less than 50 × 50 pixels. Among the three window functions, the registration success rate curve of Blackman is below those of the other two window functions, and the curve of raised-cosine is above those of the other two window functions. The difference between the success rate of different methods is mainly due to the fact that the information near the image border is subjected to varying degrees of degradation. For the decomposition method, very little information is degraded, which results in its high success rate in the case of large displacement of small image registration. For Blackman window function, it degrades a large amount of information near the image border, which reduces its success rate heavily. Especially when large displacement exists between small size images, the blurring of a large amount of information near the image border leads to little common information left between images. As the image size grows gradually, the phenomenon will be reduced, and the success rate will increase a lot.

4.2. The Comparison of Displacement Estimate Accuracy for Different Methods

To compare the performance of different methods in the case of displacement estimation, two hundred remote sensing images with the size of 256 × 256 pixels were applied. They cover a wide variety of content, including farmland, road, river, buildings and so on. To generate an image pair, each image was translated randomly by a displacement ranging from 1 pixel to 1 / 4 size of image. Blackman, raised-cosine, flat-top and decomposition method were utilized to eliminate the effect of image border, respectively. The translation was estimated by using the phase correlation based method. The mean absolute error e x and e y in the x- and y-directions, and RMSE in the x- and y-directions are reported in Table 1.
From Table 1, in terms of the mean absolute error of displacement in the x- and y-directions, the proposed method, the decomposition method obtained minimal error, and the other three methods, Blackman, raised-cosine and flat-top method, are also hard to rank. In terms of RMSE of absolute error, the proposed method obtained the minimal RMSE in the y-direction and the second lowest RMSE in the x-direction. In summary, we can roughly conclude that the decomposition method has better performance than the other three methods in the case of only displacement estimation. The reason why the three window functions are difficult to rank is that the amount of degraded information affecting the estimation accuracy is also related to the displacement between image pairs. Some detailed discussion is given in Section 4.4.

4.3. The Comparison of Scale and Angle Estimation Accuracy for Different Methods

To compare the performance of different methods for eliminating the effect of image border in the case of scale and rotation transformation, a small subset of aerial images, from the USC-SIPI image database, are used in the test. There are thirty-seven images, whose sizes vary from 256 × 256 to 1024 × 1024 , and contents include man-made buildings, ports, mountain and so on. We shifted, rotated and scaled each image randomly to acquire their corresponding transformed images. The range of displacement is from zero to one-quarter of the image size, and the scale factor varied from 0.1 to 0.9, and rotation angle is from 30 to 90 . Here, three window function Blackman window, flat-top window and raised-cosine window weighting function and decomposition method were applied to eliminate the effect of image border. To quantitatively evaluate the performance of our proposed algorithm, two kinds of measurements are used. One is the success rate of registration in our test images subjected to certain transformation. The criteria of registration success is that the absolute error of scalar estimation is less than 0.01 and the absolute error of angle estimation is less than 2 . The other is the registration accuracy measurements, including the mean error and the root mean squared error (RMSE) of scalar and angle estimation in the case of registration success. To compare fairly, angle and scale factors are estimated by the same approach: multi-layer fractional Fourier Transform [37]. The results of each method are summarized in Table 2.
From Table 2, we can see that, for the value of the indicators of the proposed algorithm, the decomposition method is best, which showed the superiority of eliminating the effect of image border. As for other algorithms, it is hard to tell the superiority of them directly according to these measurements. The raised-cosine window acquired higher success rate than Blackman, but its mean error of scalar and angle is higher than the one of Blackman. Theoretically, a raised-cosine window should have better performance on eliminating the effect of image border while preserving more information, but its performance depends on the roll-off factor β parameter tuning. In addition, it is very challenging to find an optimal β for all the images in a subset; in particular, there are scale differences and angle rotation. The same problem also exists in the flat-top algorithm. Thus, our proposed algorithm is easiest to use and has the highest performance.

4.4. Further Analysis of Eliminating the Effect of Image Border Methods

To learn more deeply and thoroughly about the role of different window functions for eliminating the effect of image border, an experiment about images with different sizes of 64 × 64 , 128 × 128 , 512 × 512 and 1024 × 1024 pixels were applied to evaluate the displacement estimation accuracy for different methods of eliminating the effect of image border. The number of images for each image set with the same size is 200. For each image, randomly translating it ranging from 1 to 1 / 4 size of image to generate a image pair. Then, for each image pair, Blackman, flat-top, raised-cosine and the decomposition method were applied to eliminate the effect of image border, respectively. The displacement estimation accuracy is measured by the mean absolute error e x and e y in the x- and y-directions. The experiment results were reported in Table 3. For the images with 256 × 256 pixels, its result is directly referred from Section 4.2.
For images with smaller size of 64 × 64 , 128 × 128 and 256 × 256 pixels, we can see that the decomposition method acquired the minimum error of e x and e y , especially for the image size of 64 × 64 pixels. While for images with larger size, 512 × 512 or 1024 × 1024 pixels, the estimated error of the decomposition method is larger than the one of window functions. This shows that the decomposition method no longer has an advantage than weighted function methods in the case of image with larger size.
To explain the problem more clearly, we introduced a new concept of SSNR (Similar-to-Signal-Noise Ratio) for a pair of images, similar to signal-to-noise (SNR) in the field of signal processing. To explain the ANSR more clearly, a corresponding schematic diagram is shown in Figure 6. Here, we assume that there are two images A and B, and a displacement relationship between them. A and B represent two images, respectively. Their corresponding weighted filtered window denoted by a circle is centered at the center of each image. It is worth noting that, for each image, their content not in the scope of the circle will suffer from varying degrees of degradation due to the filtering of weighted window function. To simplify, we assume that the content in the common area of the two images is exactly the same, namely that there are no content changes in the overlapping region.
We divide the information into four categories and render each category by a different pattern. They are shown in Figure 6. For signal S 0 , it denotes the information in the overlap and suffered from the degradation due to the filtering of weighted window function. For signal S 1 , it denotes the information that is in the overlap and is free from the degradation due to the filtering of weighted window function. The difference between signal S 0 and S 1 is that one is degraded by the weighted window function and one is not. For noise S 2 , it denotes the information that is not in the overlap and suffered from the degradation due to the filtering of weighted window function. For noise S 3 , it denotes the information that is not in the overlap and is free from the degradation due to the filtering of weighted window function. The difference between signal S 2 and S 3 is that one is degraded by the weighted window function and one is not. The SSNR is expressed as S S N R = S 0 + S 1 S 2 + S 3 . All of the weighted window function, image size and the displacements between images affect the S 0 , S 1 , S 2 and S 3 .
Thus, the increase of SSNR is beneficial to the phase correlation-based image registration. When the SSNR becomes lower, it will reduce the estimation accuracy or even lead to the estimation failure of the phase correlation-based method. For large images with small displacements, after the operation of blurring by window function, the content retained in the central of images also has larger overlap. Thus, in this case, blurring these images may increase the SSNR because, although it degrades some information that has a corresponding piece in its transformed image, it also reduces the amount of the non-corresponding content of the image. Thus, the window function can not only eliminate the effect of image border, but also increase the SSNR, especially for the large images with small displacements. This is different from the existing understanding in the past research that the window function is only a tool of eliminating the effect of image border and produces side effects of reducing the amount of common information at the same time. The new understanding is helpful for researchers to select the best approaches of eliminating the effect of image border in different cases.
For the flat-top and raised-cosine method, their acquired estimation error for images with sizes of 64 × 64 are significantly larger than the ones of Blackman and decomposition. This is due to the constant parameter setting of these two methods for images with varied sizes. This illustrates that the related parameter setting of the flat-top and raised-cosine method is sensitive to image size. For the different parameter settings of flat-top and raised-cosine, they control the amount of information that is blurred, which affected the SSNR of image pairs finally. Thus, in the practical application, the performance is sensitive to the fine-tuning of parameters of flat-top and raised-cosine, which reduced the ease of application of these two methods.
Through the above analysis, we get a new understanding that the degradation of content near the image border affects the SSNR of a pair of images. All of these factors, the translation, the image size and the amount of information degraded by the window function, affect the ANSR of a pair of images. For small size image with larger displacement, as Section 4.1, the more the amount of information degraded, and the lower the SSNR of a pair of images, so the decomposition can obtain the highest success rate of registration. For image pairs with scale and rotation deformation, as Section 4.3, a relationship that has been established is that degrading the information by the window function can lower the ANSR. However, regarding how the amount of degraded information affects the ANSR, it is hard to determine directly and is related to the amount of scale and rotation. Thus, the performance of three window functions is hard to rank. For large images with small displacements, the larger the amount of information blurred by window function, the higher the ANSR. Thus, the Blackman window function gets the best performance and the decomposition method has the worst performance. As for other cases, it is hard to directly determine the relationship between the amount of blurred information and the value of SSNR.

5. Discussion

To illustrate the advantages of the proposed method, the decomposition method for image registration based on phase correlation, three groups of experiments were carried out and the other three methods, raised-cosine window, Blackman window and flat-top window, were introduced for comparison. For the first group experiment, we evaluated the displacement estimation success rate of different methods for different sizes of images. The decomposition method always achieved the stable and high success rate than other methods for different sizes of image, especially for images with sizes less than 50 × 50 pixels. For the second experiment, we compared the different mean absolute errors in the x- and y-directions e x , e y and RMSE in the x- and y-directions, x R M S E and y R M S E . The experiment results show that the decomposition method can always achieve the minimum error except for the measurement of x r m s e , which is the second minimum, compared to other methods. The third experiment is about the estimation of scale and angle. The experimental results show that the decomposition method can acquire a higher success rate, a smaller absolute error and RMSE for the estimation of scale and angle. In addition, although all the test images in the experiment are square, the decomposition method is independent of the image aspect ratio because the decomposition method is carried out by the rigorous mathematical formula and all the involved mathematical operations are also independent of image aspect ratio.
Additionally, another group experiment of displacement estimation of images with five different sizes were carried out to give more insights on eliminating the effect of image border. An interesting experiment result was reported in which the decomposition method has a larger estimation error than weighted window filter methods in the case of images with a size of 1024 × 1024 . Through the in-depth analysis, a new concept of SSNR, the ratio of the corresponding image content information to the non-corresponding image content information was introduced to interpret the results and a novel understanding of the role of weighted window filter function was gained. The window function can not only eliminate the effect of image border, but also affect the SSNR of image pair at the same time. The increment of SSNR is beneficial to image registration based on phase correlation. However, the value of SSNR is related to the image size, displacement and the amount and distribution of image content changes. Thus, in the practical application, it is difficult to select a general window function with fixed parameters to acquire the best performance in the different cases, while the decomposition method is easy to use and no parameters are required for tuning.
As for the efficiency of the proposed method, the image periodic decomposition method, its time complexity is mainly dependent on the calculation of smooth image component. Because the original image is equal to the sum of the periodic image and smooth image component, we can acquire the smooth component firstly and then acquire the periodic component by subtracting a smooth component from the original image—while, for solving a smooth component, its time complexity is O ( M N l o g ( M N ) ) , which is the same as the time complexity of the phase correlation based image registration method. Here, M and N denote the width and height of image, respectively. Thus, the complexity of the proposed method is also O ( M N l o g ( M N ) ) [35].

6. Conclusions

In this paper, we proposed a novel algorithm of eliminating the image border, namely image periodic decomposition technology. Different from traditional methods of alleviating the effect of image border, it decomposed the original image into periodic image and smooth image by reformulating the periodic image as a unique solution for a specified problem and using the Fourier Transform based Poisson solver to acquire the periodic image. The smooth image is the difference between the original image and periodic image. The periodic image had no effect of border when calculating Fourier Transform and kept the original image information to the maximum extent. This can improve the image registration accuracy and success rate in small size images with large translation, or in the case of scale and rotation. Moreover, it can always get the ideal periodic image no matter what size and content an image has, and there are no hyper-parameters to tune. Additionally, by the introduction and comparison of the decomposition method, we further understand the role of window function. The amount of information degraded by the window function, together with the deformation between image pairs, affect the SSNR of image pairs, and the high SSNR is beneficial to the phase correlation based image registration. In future work, we will explore the relationship between the amount of degraded information and SSNR in the various cases of varying sizes of image pairs with different translation, rotation and scale transformation.

Author Contributions

Conceptualization, Y.D.; Supervision, W.J. and T.L.; Writing—original draft, Y.D.; Writing—review & editing, L.L. and G.H.

Funding

This research was supported by the program of the National Natural Science Foundation of China (61731022 and 61701495); the Strategic Priority Research Program of the Chinese Academy of Sciences (XDA19090300) and the National Key Research and Development Programs of China (2016YFA0600302).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kuglin, C. The phase correlation image alignment method. In Proceedings of the IEEE International Conference on Cybernetics and Society, New York, NY, USA, 23–25 September 1975. [Google Scholar]
  2. Roy, D.P. The impact of misregistration upon composited wide field of view satellite data and implications for change detection. IEEE Trans. Geosci. Remote Sens. 2000, 38, 2017–2032. [Google Scholar] [CrossRef]
  3. Leprince, S.; Barbot, S.; Ayoub, F.; Avouac, J.P. Automatic and precise orthorectification, coregistration, and subpixel correlation of satellite images, application to ground deformation measurements. IEEE Trans. Geosci. Remote Sens. 2007, 45, 1529–1558. [Google Scholar] [CrossRef]
  4. Necsoiu, M.; Leprince, S.; Hooper, D.M.; Dinwiddie, C.L.; McGinnis, R.N.; Walter, G.R. Monitoring migration rates of an active subarctic dune field using optical imagery. Remote Sens. Environ. 2009, 113, 2441–2447. [Google Scholar] [CrossRef]
  5. Morgan, G.L.K.; Liu, J.G.; Yan, H. Precise subpixel disparity measurement from very narrow baseline stereo. IEEE Trans. Geosci. Remote Sens. 2010, 48, 3424–3433. [Google Scholar] [CrossRef]
  6. Zitova, B.; Flusser, J. Image registration methods: a survey. Image Vis. Comput. 2003, 21, 977–1000. [Google Scholar] [CrossRef]
  7. Zhu, N.; Jia, Y.; Ji, S. Registration of Panoramic/Fish-Eye Image Sequence and LiDAR Points Using Skyline Features. Sensors 2018, 18, 1651. [Google Scholar] [CrossRef]
  8. Zhang, Z.; Han, D.; Dezert, J.; Yang, Y. A New Image Registration Algorithm Based on Evidential Reasoning. Sensors 2019, 19, 1091. [Google Scholar] [CrossRef] [PubMed]
  9. Han, Y.; Oh, J. Automated Geo/Co-Registration of Multi-Temporal Very-High-Resolution Imagery. Sensors 2018, 18, 1599. [Google Scholar] [CrossRef]
  10. Chang, X.; Du, S.; Li, Y.; Fang, S. A Coarse-to-Fine Geometric Scale-Invariant Feature Transform for Large Size High Resolution Satellite Image Registration. Sensors 2018, 18, 1360. [Google Scholar] [CrossRef]
  11. Leng, C.; Zhang, H.; Li, B.; Cai, G.; Pei, Z.; He, L. Local Feature Descriptor for Image Matching: A Survey. IEEE Access 2018, 7, 6424–6434. [Google Scholar] [CrossRef]
  12. Lowe, D.G. Distinctive image features from scale-invariant keypoints. Int. J. Comput. Vis. 2004, 60, 91–110. [Google Scholar] [CrossRef]
  13. Harris, C.; Stephens, M. A combined corner and edge detector. Alvey vision conference. Citeseer 1988, 15, 147–151. [Google Scholar]
  14. Mikolajczyk, K.; Schmid, C. An affine invariant interest point detector. In Proceedings of the European Conference on Computer Vision, Copenhagen, Denmark, 28–31 May 2002; pp. 128–142. [Google Scholar]
  15. Verdie, Y.; Yi, K.; Fua, P.; Lepetit, V. TILDE: A temporally invariant learned detector. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015; pp. 5279–5288. [Google Scholar]
  16. Lenc, K.; Vedaldi, A. Learning covariant feature detectors. In Proceedings of the European Conference on Computer Vision, Amsterdam, The Netherlands, 11–14 October 2016; pp. 100–117. [Google Scholar]
  17. DeTone, D.; Malisiewicz, T.; Rabinovich, A. SuperPoint: Self-Supervised Interest Point Detection and Description. arXiv 2017, arXiv:1712.07629. [Google Scholar]
  18. Dalal, N.; Triggs, B. Histograms of oriented gradients for human detection. In Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR 2005), San Diego, CA, USA, 20–26 June 2005; Volume 1, pp. 886–893. [Google Scholar]
  19. Tola, E.; Lepetit, V.; Fua, P. Daisy: An efficient dense descriptor applied to wide-baseline stereo. IEEE Trans. Pattern Anal. Mach. Intell. 2010, 32, 815–830. [Google Scholar] [CrossRef]
  20. Simo-Serra, E.; Trulls, E.; Ferraz, L.; Kokkinos, I.; Fua, P.; Moreno-Noguer, F. Discriminative learning of deep convolutional feature point descriptors. In Proceedings of the IEEE International Conference on Computer Vision, Santiago, Chile, 7–13 December 2015; pp. 118–126. [Google Scholar]
  21. Tian, Y.; Fan, B.; Wu, F. L2-Net: Deep Learning of Discriminative Patch Descriptor in Euclidean Space. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; Volume 1, p. 6. [Google Scholar]
  22. Mishchuk, A.; Mishkin, D.; Radenovic, F.; Matas, J. Working hard to know your neighbor’s margins: Local descriptor learning loss. In Advances in Neural Information Processing Systems; Neural Information Processing Systems Foundation, Inc.: Montreal, QC, Canada, 2017; pp. 4826–4837. [Google Scholar]
  23. Le Moigne, J.; Campbell, W.J.; Cromp, R.F. An automated parallel image registration technique based on the correlation of wavelet features. IEEE Trans. Geosci. Remote Sens. 2002, 40, 1849–1864. [Google Scholar] [CrossRef]
  24. Le Moigne, J. Parallel registration of multisensor remotely sensed imagery using wavelet coefficients. In Wavelet Applications; International Society for Optics and Photonics: Orlando, FL, USA, 1994; Volume 2242, pp. 432–444. [Google Scholar]
  25. Zavorin, I.; Le Moigne, J. Use of multiresolution wavelet feature pyramids for automatic registration of multisensor imagery. IEEE Trans. Image Process. 2005, 14, 770–782. [Google Scholar] [CrossRef] [PubMed]
  26. Murphy, J.M.; Le Moigne, J.; Harding, D.J. Automatic image registration of multimodal remotely sensed data with global shearlet features. IEEE Trans. Geosci. Remote Sens. 2016, 54, 1685–1704. [Google Scholar] [CrossRef]
  27. Argyriou, V.; Vlachos, T. A Study of Sub-pixel Motion Estimation using Phase Correlation. In Proceedings of the British Machine Vision Conference 2006, Edinburgh, UK, 4–7 September 2006; pp. 387–396. [Google Scholar]
  28. Tian, Q.; Huhns, M.N. Algorithms for subpixel registration. Comput. Vis. Graph. Image Process. 1986, 35, 220–233. [Google Scholar] [CrossRef]
  29. Abdou, I.E. Practical approach to the registration of multiple frames of video images. In Visual Communications and Image Processing’99; International Society for Optics and Photonics: San Jose, CA, USA, 1998; Volume 3653, pp. 371–383. [Google Scholar]
  30. Stone, H.S.; Orchard, M.T.; Chang, E.C.; Martucci, S.A. A fast direct Fourier-based algorithm for subpixel registration of images. IEEE Trans. Geosci. Remote Sens. 2001, 39, 2235–2243. [Google Scholar] [CrossRef]
  31. Tong, X.; Ye, Z.; Xu, Y.; Liu, S.; Li, L.; Xie, H.; Li, T. A novel subpixel phase correlation method using singular value decomposition and unified random sample consensus. IEEE Trans. Geosci. Remote Sens. 2015, 53, 4143–4156. [Google Scholar] [CrossRef]
  32. Dong, Y.; Long, T.; Jiao, W.; He, G.; Zhang, Z. A Novel Image Registration Method Based on Phase Correlation Using Low-Rank Matrix Factorization With Mixture of Gaussian. IEEE Trans. Geosci. Remote Sens. 2018, 56, 446–460. [Google Scholar] [CrossRef]
  33. Dong, Y.; Long, T.; Jioo, W. Eliminating Effect of Image Border with Image Periodic Decomposition for Phase Correlation Based Image Registration. In Proceedings of the IGARSS 2018-2018 IEEE International Geoscience and Remote Sensing Symposium, Valencia, Spain, 23–27 July 2018; pp. 4977–4980. [Google Scholar]
  34. Ge, P.; Lan, C.; Wang, H. An improvement of image registration based on phase correlation. Opt. Int. J. Light Electron Opt. 2014, 125, 6709–6712. [Google Scholar] [CrossRef]
  35. Moisan, L. Periodic plus smooth image decomposition. J. Math. Imaging Vis. 2011, 39, 161–179. [Google Scholar] [CrossRef]
  36. Dong, Y.; Jiao, W.; Long, T.; He, G.; Gong, C. An Extension of Phase Correlation-Based Image Registration to Estimate Similarity Transform Using Multiple Polar Fourier Transform. Remote Sens. 2018, 10, 1719. [Google Scholar] [CrossRef]
  37. Pan, W.; Qin, K.; Chen, Y. An adaptable-multilayer fractional Fourier transform approach for image registration. IEEE Trans. Pattern Anal. Mach. Intell. 2009, 31, 400–414. [Google Scholar] [CrossRef]
Figure 1. The three-dimensional diagrams of different window functions. (a) is the diagram of Blackman window function; (b) is the diagram of raised-cosine window function; (c) is the diagram of flap-top window function. The length of all window functions is 100. For raised-cosine window function, its roll-off factor β is set to 0.25. For the flap-top window function, its stretch factor k is set to 2.7.
Figure 1. The three-dimensional diagrams of different window functions. (a) is the diagram of Blackman window function; (b) is the diagram of raised-cosine window function; (c) is the diagram of flap-top window function. The length of all window functions is 100. For raised-cosine window function, its roll-off factor β is set to 0.25. For the flap-top window function, its stretch factor k is set to 2.7.
Sensors 19 02329 g001
Figure 2. The resulting images of image filtered by different window functions and the corresponding amplitude spectrum. (a) is the original image, its size is 1000 × 1000 pixels. (bd) are the result images after filtering by Blackman, flap-top and raised-cosine window function, respectively. (eh) are the corresponding amplitude spectrum of (ad), respectively. It is worth noting that the amplitude spectrum was operated logarithmically for clear presentation.
Figure 2. The resulting images of image filtered by different window functions and the corresponding amplitude spectrum. (a) is the original image, its size is 1000 × 1000 pixels. (bd) are the result images after filtering by Blackman, flap-top and raised-cosine window function, respectively. (eh) are the corresponding amplitude spectrum of (ad), respectively. It is worth noting that the amplitude spectrum was operated logarithmically for clear presentation.
Sensors 19 02329 g002
Figure 3. Image decomposition and its corresponding amplitude spectrum of image. (ac) are original image, periodic image and smooth image, respectively. (df) are the corresponding amplitude spectrum of (ac), respectively. Compared to (d) of the amplitude spectrum of original image, the cross structure in the (a) of the amplitude spectrum of the periodic image disappears visually. It is noteworthy that, for other images, the cross structure may not vanish completely because the cross structure contains two pieces of information: one is produced by the discontinuity of image border, and the other is the content of the image itself.
Figure 3. Image decomposition and its corresponding amplitude spectrum of image. (ac) are original image, periodic image and smooth image, respectively. (df) are the corresponding amplitude spectrum of (ac), respectively. Compared to (d) of the amplitude spectrum of original image, the cross structure in the (a) of the amplitude spectrum of the periodic image disappears visually. It is noteworthy that, for other images, the cross structure may not vanish completely because the cross structure contains two pieces of information: one is produced by the discontinuity of image border, and the other is the content of the image itself.
Sensors 19 02329 g003
Figure 4. Overall workflow of the image registration based on phase correlation.
Figure 4. Overall workflow of the image registration based on phase correlation.
Sensors 19 02329 g004
Figure 5. The success rate of registration for different methods.
Figure 5. The success rate of registration for different methods.
Sensors 19 02329 g005
Figure 6. A,B represent two images, respectively. There exist displacements between them. Their corresponding weighted filtering window is denoted by a circle and centered at the image. Signal S 0 denotes the information in the overlap and suffered from the degradation due to the filtering of weighted window function. Signal S 1 denotes the information in the overlap and is free from the degradation due to the filtering of weighted window function. The difference between signal S 0 and S 1 is that one is degraded by the weighted window function and one is not. Noise S 2 denotes the information that is not in the overlap and suffered from the degradation due to the filtering of weighted window function. Noise S 3 denotes the information that is not in the overlap and is free from the degradation due to the filtering of weighted window function. The difference between noise S 2 and noise S 3 is that one is degraded by the weighted window function and one is not.
Figure 6. A,B represent two images, respectively. There exist displacements between them. Their corresponding weighted filtering window is denoted by a circle and centered at the image. Signal S 0 denotes the information in the overlap and suffered from the degradation due to the filtering of weighted window function. Signal S 1 denotes the information in the overlap and is free from the degradation due to the filtering of weighted window function. The difference between signal S 0 and S 1 is that one is degraded by the weighted window function and one is not. Noise S 2 denotes the information that is not in the overlap and suffered from the degradation due to the filtering of weighted window function. Noise S 3 denotes the information that is not in the overlap and is free from the degradation due to the filtering of weighted window function. The difference between noise S 2 and noise S 3 is that one is degraded by the weighted window function and one is not.
Sensors 19 02329 g006
Table 1. The comparison of performance for different methods of eliminating the effect of image border in the case of estimating the displacement.
Table 1. The comparison of performance for different methods of eliminating the effect of image border in the case of estimating the displacement.
Algorithm e x e y X RMSE Y RMSE
Decomposition0.2630.2480.01950.0197
Blackman0.2680.2490.01900.020
Flat-top0.2660.2510.01950.021
Raised-cosine0.2650.2540.01960.0216
Table 2. Comparison of the performance of each algorithm in estimating scalar and angles.
Table 2. Comparison of the performance of each algorithm in estimating scalar and angles.
AlgorithmDecomposition MethodRaised-Cosine WindowBlackman WindowFlat-Top Window
Measurements
Success rate
total images (37)
33/3722/3720/3717/37
Mean scalar error
(unit: 10 3 )
2.403.192.643.64
Mean angle error
(unit: 10 1 )
1.478.865.419.55
RMSE of scalar
(unit: 10 5 )
0.661.691.342.12
RMSE of angle
(unit: angle(°))
0.041.050.571.18
Notes: In the calculation of success rate, the total number of test images is 37 pairs, and the success rate is equal to the ratio of the number of matched image pairs to the number of total image pairs.
Table 3. The comparison of displacement accuracy for different methods of eliminating the effect of image border in the case of images with different sizes. e x and e y denote the mean absolute error in the x- and y-directions, respectively.
Table 3. The comparison of displacement accuracy for different methods of eliminating the effect of image border in the case of images with different sizes. e x and e y denote the mean absolute error in the x- and y-directions, respectively.
AlgorithmDecompositionBlackmanFlat-topRaised-cosine
Image Size e x e y e x e y e x e y e x e y
64 × 64 0.244 0.240 0.2660.2500.2940.2820.2910.292
128 × 128 0.248 0.251 0.2520.2530.2560.2630.2540.254
256 × 256 0.263 0.248 0.2680.2490.2660.2510.2650.254
512 × 512 0.2530.2510.2520.2510.253 0.250 0.251 0.252
1024 × 1024 0.2460.270 0.243 0.241 0.243 0.250 0.242 0.245

Share and Cite

MDPI and ACS Style

Dong, Y.; Jiao, W.; Long, T.; Liu, L.; He, G. Eliminating the Effect of Image Border with Image Periodic Decomposition for Phase Correlation Based Remote Sensing Image Registration. Sensors 2019, 19, 2329. https://doi.org/10.3390/s19102329

AMA Style

Dong Y, Jiao W, Long T, Liu L, He G. Eliminating the Effect of Image Border with Image Periodic Decomposition for Phase Correlation Based Remote Sensing Image Registration. Sensors. 2019; 19(10):2329. https://doi.org/10.3390/s19102329

Chicago/Turabian Style

Dong, Yunyun, Weili Jiao, Tengfei Long, Lanfa Liu, and Guojin He. 2019. "Eliminating the Effect of Image Border with Image Periodic Decomposition for Phase Correlation Based Remote Sensing Image Registration" Sensors 19, no. 10: 2329. https://doi.org/10.3390/s19102329

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop