Abstract

In this paper, we propose a novel junction point detector based on an azimuth consensus for remote sensing images. To eliminate the impact of noise and some noncorrelated edges of SAR image, an azimuth consensus constraint is developed. In addition to detecting the locations of junctions at the subpixel level, this operator recognizes their structures as well. A new formula that includes a minimization criterion for the total weighted distance is proposed to compute the locations of junction points accurately. Compared with other well-known detectors, including Forstner, JUDOCA, and CPDA, the experimental results indicate that our operator outperforms them both in location accuracy of junction points and in angle accuracy of branch edges. Moreover, our method possesses satisfying robustness to the impact of noise and changes of the SAR images. Our operator can be potentially used to solve a number of problems in computer vision, such as SAR image registration, wide-baseline matching, and UAV navigation system.

1. Introduction

Synthetic Aperture Radar is able to provide high resolution ground data or images even under heavy weather conditions, and it is widely used in areas of military reconnoiter, topographical mapping, resource exploration and vegetation analysis, and so on. Therefore, it is very important for understanding and analyzing SAR images. Nevertheless, due to the impact of image-forming mechanism and wide dynamic range, SAR images consist of massive coherent macula noises and make the accurate extractions of corners very difficult at the same time, they also hinder the development of SAR image application systems. Therefore, it is crucial to detect and extract the identifiable, invariant, and information-intensive features for SAR image application systems.

Corner feature detection in images is a fundamental problem in computer vision and has been successfully used in visual tracking, panoramic image stitching, and motion estimation [13] among other applications. In these systems, detecting corner features is the first critical step toward many more complicated processes. Over the past decades, there have been many corner and junction detectors proposed in published literatures. These detectors compete with each other in terms of localization accuracy, speed, and information they provide. Common corner detection algorithms can be divided into three categories: algorithms based on gray level statistics, which detect the pattern of the center point by calculating the numbers of similar approximation (or different) points between the local neighborhood (or boundary) and the center of the gray scale, such as SUSAN [4] and FAST [5]; algorithms based on the second-order structure tensor, which builds the autocorrelation matrix of the corner around its local neighborhood region and determines whether the point is the corner by eigenvalue analysis of the matrix, such as the typical algorithms of Förstner and Gülch [6], Harris and Stephens [7], and KLT [8] and some other methods based on improved structure tensors [9, 10]; algorithms based on curvature analysis, that is, the detection of the large curvature points on the edge at the corners, such as CSS [11], ECSS [12], and CPDA [13].

Although corner detectors have been found to perform very well in many areas, a number of inherent weaknesses have been exposed in practical application. Most often, the criterion on which the detection is based is neglected (e.g., local structural information). In particular for SAR images, because they include massive coherent noises, the traditional corner detectors will extract pseudopoints and affect the efficiency and results of SAR image matching and application. By contrast, junction detectors are concerned with both the locations and structures. Due to multibranches topology stability, during matching detectors can effectively filter out the external interference by using richer information and thereby ensure better matching results.

Although McDermott [14] observes that junction point detection is very difficult, even a well-developed human visual system is not an exception. However, due to the above-mentioned advantages of junction detectors, there are many junction detectors proposed in published literatures. The approach described in [15] detects junctions using a piecewise constant function that partitions a circular template into wedge-shaped regions and introduces a minimum description length principle and dynamic programming algorithm to compute the optimal parameters of a model. Chabat et al. [16] introduce a junction detector based on the analysis of local anisotropy and identifying corners as points with a strong gradient but not oriented in a single dominant direction. Cazorla et al. [17, 18] propose two Bayesian methods for junction classification that evolved from the Kona method: a region-based method and an edge-based method. Bergevin and Bubel [19] propose a junction characterization and a validation method where junction branches of volumetric objects are extracted at points of interest in a 2D image using a topologically constrained grouping process and a binary split tree. Perwass [20] proposes a method to extract the intersections between the conic curves and to determine all possible linear support domains, then to determine the edges from the image gradients and to determine the type of extracted junction points by the local geometry structural analysis of edges.

Recently, Elias and Laganière [21] propose JUnction Detection Operator based on Circumferential Anchors (JUDOCA), which represents the latest research result on junction point detection algorithms. JUDOCA has been successfully used to solve many problems, such as 3-D reconstruction, camera parameter enhancing, and indoor and obstacle localization [2224]. However, JUDOCA also has some drawbacks; for example, it only computes integer-valued junction points and cannot achieve subpixel position precision and uses the path directions instead of the dip angles of junction branches, which brings extra errors, and its algorithm is sensitive to fractured edges.

In this paper, we present a novel branch-point detection algorithm based on azimuth consensus. At the same time, compared with previous methods, our proposed algorithm can extract junction points at the level of sub-pixel accuracy and low contrast change and build a set of characteristic descriptions for recognition. In addition, experimental results indicate that our proposed algorithm provides improved positioning accuracy for junction points and angle accuracy for branch edges, and it has improved the robustness to noises especially for SAR images.

The contribution of this paper is summarized as follows. Section 2 provides the definition of the azimuth consensus and groups the edge points that satisfy the azimuth consensus constraints. Section 3 describes the accurate calculation of junction point locations and the characteristic description for a junction point and its branch edge structure. Experimental results are present in Section 4, where proposed algorithm is compared with previous algorithms with respect to accuracy, contrast change, noise, and SAR images. Section 5 concludes the paper and discusses future work.

2. Junction Point Detection and Branch Edge Grouping

2.1. Subpixel Location of Edge Points

For a given SAR image , where is the coordinate vector, which is corresponding to a pixel in the image, the gradient of in the location is defined as where and are the first-order partial derivatives of with respect to the - and -directions, respectively.

The gradient magnitude and orientation in are given by where // is the modular operation which limits the range of gradient orientation to , and the vertical direction of gradient orientation is defined as .

To find the edge points of an image, our method utilizes non-maxima suppression [25] to determine the gradient magnitude image in the direction of the gradient orientation (see Figure 1(a)). Let and be two solutions of the following equation (6) in the local neighborhood circle region that has as its center and has a radius of :

Because it is possible that coordinate values of and are nonintegers, their gradient magnitude values of and are calculated by the bilinear interpolation method. Let be the gradient magnitude image after performing non-maximal suppression. If , then. If , then . In the direction , using the points , and fitting a parabolic curve, —the real-valued sub-pixel location of —is the peak of the constructed parabolic curve (as shown in Figure 1(b)). The formula of the sub-pixel location is

2.2. Azimuth Consensus

Let be the local circular region for which is its center and its radius is in the image and define that is an assembly consisting of nonzero intensity value, that is,

The set is defined as the sub-pixel position of all points in . For each point, let , and then compute the angle of its corresponding center point , that is, where and are the coordinates of sub-pixel position (). is defined as the angle between and :

Formula (7) ensures that the range of the angle belongs to . If a certain point , which belongs to the set defined by the formula (9), satisfies the formula (12) condition, and then has azimuth consensus for ( is a choosing angle threshold):

From the geometrical presentation of azimuth consensus, we find that if point is located in one of the straight lines that cross over the center , then ; otherwise . Azimuth consensus consists of the relative position and the edge orientation information, so it is able to filter out the distortion of noise and unrelated edge points effectively.

2.3. Junction Point Classification and Branch Edge Grouping

The set consists of all points in that satisfy the azimuth consensus constraints, and the set is a set of sub-pixel locations corresponding to . From (6), the range of angles , which is relative to the center , of the points in belongs to . The points in are classified based on the distribution of angles to determine all the junction branches of . Simultaneously, based on the classified results of the junction point classification algorithm, which is shown in Algorithm 1, the algorithm decides whether is a junction point or not.

Input: , the dip angle set corresponding to M, and the threshold angle
Output: The classification result set E of branch edges’ points
Initialize: Set the set E = NULL
Main steps of algorithm:
Define a matrix H and initialize H = null; and then compute all the elements of the matrix
  according to the equation
          
Calculate the position of the maximal value of H; assuming the maximum is at ( ), set = null,
   and , and then, compute the classification center
               
Update , and by all angles that satisfy the condition ) searched
  from the set ;
Repeat step until the angle set that satisfies the condition never change and place
  the junction points corresponding to the angle set into E;
Repeat steps , and until all the elements of H are null, and then return E.

In Algorithm 1, to eliminate the wrap-around effect of the angles and ensure that the junction points corresponding to the angles close to and are divided into the same branch edge, we construct the matrix by the cosine value of the D value between the two angles. By executing the algorithm in Algorithm 1, all junction edge points of the current point are computed. If is a valid junction point, then must satisfy the following conditions.(i)The size of set , that is, the number of branch edges, is larger than 2.(ii)If the size of is equal to two, the intersection angle must be larger than a fixed threshold to avoid Colinearity.(iii)The junction and edge points in its local neighborhood area often violate the azimuth consensus constraints. So for every junction edge point, the gradient magnitude of all pixels that are in the Bresenham path [26] between and its closest point is nonzero.

Using the above-described detection algorithm, many junction points are often detected in the neighborhood of the actual junction points. A response function as (13) is to determine the actual location of the junction points: where is a set composed of the th branch points and is the standard deviation of the Gaussian function.

3. Accurate Junction Point Localization and Characterization

3.1. Accurate Junction Point Localization

To improve the accuracy of the location of junction points, we compute the accurate location of junction points based on the minimal distance criterion [6, 27]. Assume that is the integer-valued location of a junction point, that is its related junction edges’ point, and that is the sub-pixel location corresponding to . From (1), the gradient of is , so the equation of line crossover is represented by

The optimal locations of the junction points satisfy the condition that the total weighted distance from all line segments is the shortest, that is, where , , and are shown as the following equation (12), respectively:

To minimize formula (11), the optimal location of junction point is determined by taking the derivative of the right-side function with respect to and setting it to zero, yielding .

3.2. Accurate Branch Edge Orientation and Characterization

After calculating the accurate location of junction point , update the current center location as , and then, use (6), and compute the dip angles of branch edges points that fulfill the azimuth consensus constraints. With the dip angle set of a certain junction point labeled as , the optimal orientation of this branch edge is described as

In (13), is considered to be the object function for the following reasons: first, the distribution of the edge angles is relatively centered on a small area, so it decreases the search range of the optimal solution for the best angle; second, the cosine function is not susceptible to the sign of the D-value between two angles; third, the cosine function can eliminate the warp-around effect and map the angles close to 0° and 360° into the same value.

Next, calculate the value of according to every value , find the maxima from a series of , and set the maxima to . After executing the above steps for the branch edges corresponding to all the junction points, the characterization description set for all junction points is created as where is the number of junction points detected, is the number of branch edges corresponding to a junction point, and every element , which is represented as tuple, describes the th junction point location and branch edges angle information corresponding to the th junction point.

4. Experimental Results Comparison and Analysis

4.1. Experiment Design and Parameter Setting

The experiments included four parts: comparisons with the Forstner, CPDA, and JUDOCA algorithms in terms of the location accuracy, junction edge orientation accuracy, contrast changes, and the impact of noise. We chose these algorithms to be compared with our proposed method because of the error control and local optimization mechanism of these algorithms.

Note that in the accuracy experiment, because CPDA is unable to detect all the junction points using the default parameter values, during the edge extraction step, the high and low thresholds are modified to be 0.2 and 0.05, respectively, and the gap connection length is set to two, while the other three algorithms maintain their default values. In addition, in the following experiments, the parameters shown in Table 1 are equal, the other parameters use default values.

4.2. Accuracy of the Location of the Junction Points and the Orientation of the Branch Edges

To quantify the precision of our chosen methods, the ground truth data are required for all the locations of the junction points and the orientations of the branch edges. Therefore, we construct two artificial images for testing (as shown in Figures 2(a) and 2(c), where the digits in the images number represent the junction points in consecutive order).

The First Test Image: quadrate image [28] of size , including 25 square boxes, as shown in Figure 2(a). These 25 squares have the following characteristics: the four edges of the 1st square (the square in the upper left corner) are parallel with the corresponding horizontal and vertical lines; the th square is rotated 3.6() degrees () along the 1st square in a clockwise direction; the distance between two centers of adjacent squares is 100 pixels; the center coordinates of the 1st square are (51, 51). The other test image: polygon image [28] of size , including nine regular polygons as shown in Figure 2(c). These 9 polygons have the following characteristics: the height of all regular polygons is 50 pixels; the adjacent polygons form the public edges and vertices; the coordinates of the junction points labeled as 1, 14, and 24 are (55, 76), (190, 65), and (130, 190), respectively.

Forstner, CPDA, JUDOCA, and our proposed algorithm are used to determine the junction points from the two images described above and compared with the known baseline data; the smaller the error of the result, the higher the detection accuracy. The formula of the location error of the junction points is defined as where and are the location of junction points extracted by the above-mentioned algorithms and the actual-location of junction points, respectively.

The location error curves for the above two test images determined by using the four detection operators are shown in Figure 3, where the horizontal axes represent the labeled junction points and the vertical axes describe the location error of the junction points determined by formula (15). The mean location error of all the junction points is listed in Table 2. The performance of the Forstner algorithm is the best option; for location accuracy, our proposed method can maintain the error to under-one pixel, just as the Forstner algorithm does, and achieve sub-pixel location accuracy (as shown in Figures 2(b) and 2(d)). The error of CPDA and JUDOCA are both larger than that of the Forstner algorithm and the mean error is greater than one pixel. For some junction points in Figure 2(c), the error of CPDA is even over 3 pixels. This is why our proposed algorithm introduces the same accurate location method to detect junction points and extract their accurate locations, while CPDA and JUDOCA only extract integer-valued junction point locations and cannot achieve sub-pixel location accuracy because the edge orientation information is unused to optimize junction point location.

4.3. Noise Impact

In this section, we test the impact of noise on our proposed algorithm. Random noises are added to the original image, and all operations are applied to this noisy version. Figure 4 from row 1 to row 2 shows the images combined with 1% and 1.2% noise, respectively, and each noisy image includes 26 junction points. When the test image includes the noise, the detection result often contains both the correct junction points and a certain number of pseudopoints (i.e., false alarms).

Assuming the number of the real junction points in the test image is and the number of the detected junction points is , which includes correct junction points, we can compute the recall rate () and precision rate () to examine the operator performance. In the experiment, we chose contrast measure criterion combined with RR and PR [29]:

The results of the four algorithms for the two noisy test images are shown in Figure 4 columns from (a) to (d). The results for ,, RR, PR, and ACU determined from these test images are listed in Table 3. The experimental results indicate that RR of Forstner operator is the highest. However, the Forstner operator ignores the more stable edge information in the local area, thereby leading to the extraction of more pseudojunction points; therefore, PR is the lowest, and ACU only is approximately 50%. CPDA exhibits strong robustness to the impact of noise and results in a higher PR and a value of ACU that is able to reach 70%. This result is mainly because CPDA extracts junction points by using discrete curvature estimates and by using fracture-edge connectivity technology.

However, the noises can lead to parted branch edges and thereby cause RR to decrease. The robustness of JUDOCA to noise is weaker than that of CPDA, especially its ACU, which is under high noise conditions and reduced by half, compared to the value of ACU under low noise conditions. PR and ACU of our method are the highest among the four methods; that is, it has the best robustness to the impact of noise. This excellent performance using our method is due to the introduction of azimuth consensus constraints to filter out the noise and the lack of a strict requirement for a connective path of branch edges.

4.4. Experiment Results for SAR Images

This experiment is different from the first four experiments on artificial test images, as it is usually very difficult to extract the ground truth data from the natural images. This difficulty is primarily because junction point detection for SAR images is not only relative to the local structural pattern but is also often related to the observation view and the observer’s subjective judgment [14]. Therefore, in this section, we adopt the qualitative evaluation criterion and choose two SAR images, which have different revolutions (as shown in Figure 5). The results of the two images are shown in Figures 5(a) and 5(b), respectively. The results in Figure 5(a) indicate that, for some obvious junction points, JUDOCA missed more points than our proposed method and it lost a part of the branch edges; the results for the SAR image in the City of Maoming are shown in Figure 5(b) and indicate that the two algorithms achieve comparable detection results.

Note that under the situation consisting of massive noises, JUDOCA extracts more pseudojunction points around the circumference region than our method (especially in Figure 5(a)), but the points in the circle easily introduce significant location error because they are inappropriately detected as junction points. Thus, during the detection of a junction point, JUDOCA chooses and filters out the branch edges and noise impact only by the connective paths. By contrast, our proposed algorithm can effectively filter out the noise impact and the circumference points by using azimuth consensus and extract more useful structural information.

5. Conclusion

This paper presents a novel method for junction point detection to detect junctions accurately in SAR images. The proposed algorithm uses an azimuth consensus to filter out the impact of noise and pseudo-junction points, such as those from a homogeneous region and 1D-edge points. The experimental results demonstrate that our proposed algorithm exhibits improved performance in the detection accuracy and is less susceptible to contrast change and noise impact than JUDOCA and CPDA. One area of our future work is to apply the junction detector to computer vision. Possible applications include content-based image registration, SAR image stitching, and multisensory image matching.

Acknowledgment

This research was partially supported by the National Natural Science Foundation of China under Grants 61170159 and 60902093.