Open Access
16 June 2016 Improved census transform for noise robust stereo matching
Jongchul Lee, Daeyoon Jun, Changkyoung Eem, Hyunki Hong
Author Affiliations +
Abstract
Census transform (CT), a stereo matching algorithm, has a strong advantage in radial distortion and brightness changes. However, CT is noise-sensitive because it compares the brightness of a single central pixel based on the brightness values of neighborhood pixels within a matching window. Star-census transform, which compares the brightness of pixels separated by a certain distance along a symmetrical pattern within the matching window, is presented. The proposed method can select the distance between the pixels for comparison and comparison patterns. The experiment results show that the proposed method yields a better performance than the previous CT methods.

1.

Introduction

Stereo vision establishes the correspondence between both views as stereo matching and calculates the dense disparity and three-dimensional (3-D) depth information. The stereo matching method is largely divided into two parts: local and global. Also, the stereo matching algorithm consists of several steps, including initial matching cost calculation, cost aggregation, cost calculation, and refinement.1

The local method applies a matching window to find the correspondence between the reference image and the target image. It is more efficient than the global method because it searches only the designated area, whereas the global method explores the entire image area including the neighborhood area. The global method defines an energy model by using various conditions, such as uniqueness and continuity, and determines the matching information by minimizing the energy function of an entire image. The global method can obtain more exact difference values than the local method because it processes a search of the entire image repeatedly. However, the implementation of the global method is complex and is not suitable for real-time processing due to the amount of computational complexity. Representative examples of the global method include belief propagation,2,3 graph-cut,4 and dynamic programming.5

For noise robustness in stereo matching, we improve the original census transform (CT), which is one of the most widely used local methods to calculate the initial matching cost. Hirshmüller and Scharstein6 compared the performance of various stereo matching algorithms including CT, based on the image change due to different camera exposures and light conditions. CT compares the relative brightness between two pixels and converts the comparison result into a bit-string. The local methods, such as sum of absolute or squared difference and normalized cross correlation, compare the values of all pixels in the matching window. CT obtains a robust result toward brightness change and radiometric distortion because it determines only the relative high and low level of brightness between two pixels.7 However, CT is noise-sensitive because it compares the relative difference of brightness of a pixel with neighborhood pixels based on one single central pixel. In other words, the probability of false matching greatly increases when the central pixel is affected by noise or other conditions.8,9

Several suggestions have been proposed, such as the mini-census transform (MCT)8 and generalized-census transform (GCT),9 to improve the performance of the existing CT. CT compares all the pixels in the neighborhood based on the central pixels within the matching window; thus, if the size of the matching window increases, the computational complexity also increases. MCT compares only six pixels of the neighborhood, which are selected empirically, with a central pixel.8 This method has shown good performance with less computational complexity than the existing CT. Furthermore, GCT was proposed for robust matching performance toward Gaussian noise.9 This method applies pixels separated by a certain distance within the matching window, not the central pixel. MCT has a drawback whereby it is affected by noise due to the characteristic of comparing the brightness values of neighborhood pixels based on a single central pixel. On the other hand, GCT is robust to noise because it compares the neighborhood pixels to each other and the pixels are symmetrically set within a matching mask.

This paper introduces star-census transform (SCT), which compares the pixels separated by a certain distance symmetrically. The purpose of the proposed method is to initiate the sampling of neighborhood pixels in a symmetrical pattern excluding the central pixels of the matching window. It then compares the previous and current sampling points consecutively along a scan pattern. Compared with GCT, which compares the brightness of sampling points separated by a certain distance, the proposed method is more robust to noise due to its comparison of brightness values between the sampling points. The sampling points and the distance (edge length) between these points can be diversely selected, depending on the correlation with the central pixel of the matching window, the degree of noise within the image, and the computational complexity requirement. The proposed SCT can be utilized in areas such as real-time stereo matching, as well as feature points matching and tracking.

2.

Census Transform

CT compares the brightness values between the pixels.6,7 Equations (1) and (2) show the CT equation and comparison process between brightness values. It describes the bit-string C(p) as a value compared by operator subjected to the brightness value Ip of central pixel p and the brightness value Iq of neighborhood pixel q in a matching window W. Here, function ξ() returns 1 if the brightness value of the neighborhood pixel is higher than the counterpart of the central pixel, and 0 if the brightness value of the neighborhood pixel is lower than the counterpart of the central pixel by comparing the brightness values between pixels. C(p) is the encoding bit-string and consists of 0 and 1. It refers to a relative brightness distribution with neighborhood pixels on the basis of the central pixel of the window.

The bit-string Cl(p) on the left reference image is computed, and then the bit-strings Cr(p+d) on the right target image are calculated within the search range of the maximum disparity of d. If the matching window is m×m, the bit-string m×m1 is obtained. Also, as indicated in Eq. (3), the hamming distance value, which is implemented with exclusive logical OR arithmetic operation toward bit-strings of Cl(p) and Cr(p+d), is calculated. Then, CT determines an initial difference value of pixel p, which is equal to the lowest cost value of the difference value dint(p).

Eq. (1)

C(p)=qWξ(Ip,Iq),

Eq. (2)

ξ(Ip,Iq)={1,if  Ip<Iq0,otherwise,

Eq. (3)

dint(p)=argmindHamming[Cl(p),Cr(p+d)].

MCT, which was proposed to reduce the computation complexity of the existing CT, compares only some parts of the pixels in the window based on the central pixel. In other words, on the 5×5 sized matching window in Fig. 1(a), MCT only performs the comparison arithmetic operation of the six dark-colored pixels.8 GCT, in Fig. 1(b), is the CT method, which compares the neighborhood pixels with each other in a symmetrical pattern on the basis of the central pixel.9 GCT is more robust to noise than the other methods because it compares the brightness values of various neighborhood pixels in the direction of the arrow, not the central pixel.

Fig. 1

(a) MCT8 and (b) GCT.9

OE_55_6_063107_f001.png

3.

Proposed Method

3.1.

Star-Census Transform

The existing CT compares the brightness values of the neighborhood pixels on the basis of the central pixel within the matching window; thus, if noise occurs, the false matching ratio greatly increases. The proposed SCT is a method used to compare the neighborhood pixels by symmetrical patterns in a consecutive manner, rather than comparing them with the central pixel. Here, it is crucial to select the sampling pixels, which are the subjects for comparison in the window.

Fire and Archibald9 calculated the average degree of correlation between neighborhood pixels on the basis of the central pixel on Middlebury benchmark images: Tsukuba, Venus, Teddy, Cones, and so on. The result demonstrated that the highest correlation for the neighborhood pixels is shown for the distance of 2  pixels from the central pixel. Thus, checking the pixel area located 2 pixels from the central pixel of the matching window is an effective procedure for reducing the false matching. Based on this property, Fire proposed GCT, which compares the brightness values of neighborhood pixels in the symmetrical direction, without a central pixel.

To reduce the noise that can arise from a particular location such as a central pixel, the proposed SCT samples the pixels separated by a certain distance within the matching window and compares the brightness values of the corresponding points. Also, the scan pattern of each sampling point should be designed symmetrically to obtain the same results even from a rotated image. Here, we employ the Chebyshev distance on a spatial space (x and y coordinates), where the distance between two pixels is the greatest of their differences along any coordinate dimension.

All the sample points for comparison in the matching window are connected, and the last sampling point is compared to the initial sampling point. In other words, the relative brightness heights of all sample points are analyzed along the scan pattern. The proposed method compares two neighborhood pixels consecutively on the basis of a random sample point in the matching window, so the matching accuracy is higher than that of the existing CT. Also, the initial sample point is compared to the last sample point. Thus, the scan pattern is connected as one line. This means that the distribution of the relative level of brightness values of all pixels can be measured. For example, a 5×5 sized matching window can be compared with the sample points of the distance from 1 to 4, and the maximum distance increases depending on the size of the matching window. The proposed method can produce a variety of patterns depending on the size of the matching window, the compared distance between pixels, and the position of sampling points. Figures 2(a) and 2(b) show the SCT pattern with an edge length (comparison distance) of 2 in a 3×3 matching window and an edge length (comparison distance) of 3 in a 5×5 matching window:

Eq. (4)

ξ(Iq,Iq)={1,if  IqIq>00,otherwise,

Eq. (5)

C(p)=qWξ(Iq,Iq).

Fig. 2

Basic pattern of SCT: matching windows of (a) 3×3 (edge distance 2) and (b) 5×5 (edge distance 3).

OE_55_6_063107_f002.png

The proposed SCT can be defined by Eqs. (4) and (5). In Eq. (4), if the difference between brightness value Iq of neighborhood pixel q (excluding the central pixel p of the matching window and the brightness value of Iq of the neighborhood pixel q, which is separated by a certain distance) is greater than 0, then it returns 1. Otherwise, the remaining pixels return 0. By using operator in Eq. (5), the comparison result of brightness values of pixels in the matching window of size W is converted into a bit-string.

The brightness values of the sampling points in a consecutive manner depending on the scan patterns in matching window are compared. The number of sampling points in which brightness has been compared is doubled in the same sized matching window, so it has a more robust performance for stereo matching. Figure 3 describes the average matching cost distribution obtained by CT and SCT, from two random areas (indicated in the red circle) of the Teddy image, which is the Middlebury standard image. These two areas are front-parallel planes, which face the camera and toward each other. The ground truth difference values of these two random areas are 18 and 15. Figures 3(a) and 3(b) show the distribution of matching cost from CT, and Figs. 3(c) and 3(d) show those from SCT. Figure 3(b) shows two minimum errors of the minimum cost values; it is therefore difficult to obtain exact disparity information. However, in Figs. 3(c) and 3(d), the minimum matching cost values are clearly obtained at 18 and 15 disparity levels, respectively.

Fig. 3

Comparison of matching costs of [(a) and (b)] CT, and [(c) and (d)] SCT.

OE_55_6_063107_f003.png

Figure 4 shows the matching cost distribution according to the edge length (the distance between the sample points) of SCT. In the case of the 24 sampling points in the 5×5 matching window, there is no comparison pattern at the edge length of 4: pixels are sampled redundantly. We therefore sampled 16 points in the 5×5 matching window in Fig. 4. The average matching cost in the marked areas of Fig. 3 (Teddy image) is then computed. In other words, Figs. 4(a)4(c) indicate the cost error distribution with 16 sampling points in the matching window when the edge lengths are set to 2, 3, and 4, respectively. Compared to Fig. 4(c), the case of Fig. 4(a) is relatively easier to distinguish the location of the minimum matching cost. In this case, the edge length between sample points in the matching window is set as 2; we can thus obtain more reliable distribution of matching cost than in other cases. This result is consistent with the analysis result of the previous study.9

Fig. 4

Comparison of matching costs with edge length of (a) 2, (b) 3, and (c) 4.

OE_55_6_063107_f004.png

In the three cases shown in Fig. 4, peak-ratio naive (PKRN) is employed to measure the method of obtaining the reliable disparity value of the minimum matching cost obtained from the Winner Takes All method.10,11 PKRN determines the reliability of the final disparity value as Eq. (6), by calculating the proportion of the disparity value of the minimum matching cost (C1) and the disparity value of the second minimum matching cost (C2). Generally, if the difference between C1 and C2 increases (if PKRN value becomes larger), it is determined that the reliable disparity value is obtained:

Eq. (6)

PKRN=C2+ϵC1+ϵ,
where ϵ is a value for the case when the minimum matching cost (C1) is 0 (ϵ=10). In Fig. 4, PKRN is used just to determine the reliability of the final disparity value according to three edge length parameters. ϵ in Eq. (6) has no influence on the matching performance.

Table 1 describes the PKRN reliability results on the disparity value of Middlebury standard images (Tsukuba, Venus, Teddy, and Cones). When 24 points are sampled in a 5×5 matching window, PKRN results by the SCT method are greater than those by the CT method. Here, “24-2-1” refers to the first of scan patterns with 24 sample points and the edge length of 2. Table 2 shows the PKRN results from inlier areas by a left–right consistency check. From Tables 1 and 2, the proposed SCT method with the edge length of 2 can obtain better reliable disparity information than the previous CT method.

Table 1

PKRN values of obtained disparity maps.

TsukubaVenusTeddyConesAvg.
CT1.1601.1521.1271.1441.146
SCT (24-2-1)1.1641.1721.1431.1701.162
SCT (24-3-1)1.1581.1631.1361.1611.154

Table 2

PKRN values of inlier disparity maps.

TsukubaVenusTeddyConesAvg.
CT1.1991.1971.1651.1911.188
SCT (24-2-1)1.2041.2131.1821.2171.204
SCT (24-3-1)1.1951.2031.1731.2051.194

3.2.

Selection of Sample Points

The proposed SCT can perform a comparison operation up to 24 times in the 5×5 matching window. When the matching window size increases, the number of bit-strings produced from the comparison operation increases. If the number of sampling points is reduced based on the scan pattern, the number of comparison operations also decreases. The edge length (comparison distance) in the 5×5 matching window is 1 to 4. To ensure the accuracy and robustness against noise, the proposed method considers the patterns with edge lengths of 2 to 4, excluding the distance of 1. Figure 5 shows the possible patterns on the 5×5 matching window according to the edge lengths and the number of sample points (shown as dark color). For example, if eight points are sampled, three patterns can be generated: (1) two scan patterns with the edge length of 2, (2) three scan patterns with the edge length of 3, and (3) one scan pattern with the edge length of 4. In Fig. 5, “8–2–1” refers to the first scan pattern with eight sample points and an edge length of 2. The initial sample point and the last sample point are connected, and the sample points are consecutively compared along their symmetrical pattern.

Fig. 5

SCT scan pattern according to sampling points and edge lengths.

OE_55_6_063107_f005.png

Even if the edge lengths are same (if two pixels are separated by the same distance) in the matching window, we can choose several patterns, as shown in Fig. 5. When pixels in the matching mask are sampled, each point in the neighboring pixels has been correlated differently with a central pixel. Therefore, it is crucial to determine which pixel should be placed in a scan pattern in the area-based stereo matching window. Previous studies9 suggested the average correlation relationship between the central pixel and the neighborhood pixels on Middlebury standard images (Tsukuba, Venus, Teddy, and Cones). Based on this, it is possible to select the sample points with a high correlation relationship within the matching window. Figure 6 shows the average correlation calculated from each sample point along the seven different patterns (with 16 sample points and edge length of 2). The experiment results indicate that four patterns (16-2-1, 16-2-2, 16-2-6, and 16-2-7) show a high correlation, even if the Gaussian noise (σ=5.12) is added. By employing appropriate scan patterns from the correlation distribution of an input image, we can improve the overall performance of stereo matching.

Fig. 6

Comparison of summation of on average correlation values of seven different patterns with (a) no noise and (b) Gaussian noise.

OE_55_6_063107_f006.png

4.

Experimental Results

4.1.

Benchmark Results Analysis

The computer used in the experiment is Intel(R) Core(TM) i7-3770 CPU 3.40 GHz, Nvidia Geforce GTX 760. The Middlebury benchmark datasets12 for the performance test of stereo matching are employed. In the stereo matching framework, we compute an initial matching cost and apply cross-based aggregation13,14 of the initial costs in the support region. Then, a final disparity map is obtained using a median filter (Figs. 7 and 8). This experiment framework focuses on comparing the performance of the previous CT, MCT, and GCT methods with the proposed SCT method. If advanced cost aggregation and optimization processes are included, we can sufficiently obtain better stereo matching performance.

Fig. 7

Tsukuba, Venus, Teddy, and Cones images, ground truth, and disparity map obtained from proposed SCT: sample points of 8 (8-2-2), 16 (16-2-2), and 24 (24-2-1) (from left to right).

OE_55_6_063107_f007.png

Fig. 8

Baby 3, Bowling 2, Cloth 2, and Dolls images, ground truth, and disparity map obtained from proposed SCT: 8 sample points (8-2-2), 16 (16-2-2), and 24 (24-2-1) (from left to right).

OE_55_6_063107_f008.png

Table 3 shows the false matching ratio of final disparity to ground truth in the nonocclusion regions by using the proposed SCT pattern (Fig. 5). A percentage of bad matching pixels is computed with the absolute difference between the computed disparity map and the ground truth disparity map. Here, a threshold value that means a disparity error tolerance is set to 1.

Table 3

Comparison of false matching ratio results (nonocclusion regions).

MethodsTsukubaVenusTeddyConesAvg.Baby3Bowling2Cloth2DollsAvg.
CT (full 5×5)8.201.788.154.965.773.566.643.786.765.18
MCT7.561.478.265.385.664.067.295.329.596.56
GCT (12 edges)6.201.657.726.045.404.769.095.6610.427.48
GCT (16 edges)5.491.727.845.955.254.618.395.049.476.87
SCT 8 points8-2-27.921.288.354.775.584.437.713.937.505.89
8-3-18.782.069.596.446.715.749.735.5310.717.92
8-4-17.052.2411.027.226.886.8111.156.4012.179.13
SCT 16 points16-2-16.490.938.134.495.014.367.484.017.475.83
16-2-26.290.927.934.314.864.187.373.817.155.62
16-2-38.161.558.165.015.724.668.004.488.286.35
16-2-48.321.348.465.165.824.707.874.488.336.34
16-2-57.781.188.595.215.694.977.834.658.896.58
16-2-66.131.117.994.404.904.187.153.937.265.63
16-2-77.841.238.244.685.494.537.443.927.365.81
16-3-17.101.297.564.975.233.906.974.448.485.94
16-4-16.391.829.026.095.834.859.296.0411.187.84
SCT 24 points24-2-16.520.967.794.524.943.936.273.636.605.10
24-3-17.951.739.005.846.135.329.065.159.687.30

In Table 3, matching performance depends on both the scan pattern and the image local properties (intensity distribution) to some degrees. That means, there is no optimal scan pattern to guarantee the best matching performance in any input image. When SCT patterns with 8, 16, and 24 sample points and an edge length of 2 are employed, the most accurate matching performance is obtained. By considering the experimental results (Table 3), we can determine an appropriate scan pattern suitable for input images. Also, when comparing eight sampling points in the proposed pattern, the proposed SCT method showed better performance than the existing CT and MCT on the four benchmark images (Tsukuba, Venus, Teddy, and Cones). By using 16-2-2 patterns with 16 sample points on four benchmark images, the best performance with a 4.86% error percentage is obtained. In other reference images (baby 3, bowling 2, cloth 2, and dolls), the previous CT method achieved better stereo matching than MCT and GCT. In the proposed method, we obtained the best performance (5.10%) by using the 24-2-1 scan pattern with 24 sample points and an edge length of 2. In Table 3, best performance values according to the number of sample points (8, 16 and 24) are indicated in bold font.

4.2.

Stereo Matching Performance in Noise

To examine the noise robustness of the proposed method, Gaussian noise and impulse noise are applied to the Tsukuba, Venus, Teddy, and Cones images. Gaussian noise with a signal-to-noise ratio (SNR) of 10, 15, 20, 25, and 30 dB and an impulse noise with the pixel-to-noise ratio of 2, 5, 10, and 20% are applied, respectively.

Table 4 shows the average false matching ratio results according to the amount of Gaussian noise (dB). If Gaussian noise exists, the existing CT and MCT methods obtain unreliable disparity maps overall, regardless of the amount of noise. Since Gaussian noise affects every pixel of the image evenly, the proposed method obtains reliable disparity results to some degree. When 16 sampling points are considered, the 16-3-1 scan pattern showed the best performance.

Table 4

False matching ratio in Gaussian noise (nonocclusion regions).

Methods30 dB25 dB20 dB15 dB10 dBAvg.
CT (full 5×5)9.5513.1230.2843.0973.4133.89
MCT11.3415.8235.8947.9874.5837.12
GCT (12 edges)8.4611.6223.1232.0063.4627.73
GCT (16 edges)7.9210.1620.4628.3960.2125.42
SCT 8 points8-2-28.0010.4722.2532.3663.5627.32
8-3-19.3511.3022.3430.9461.2027.02
8-4-19.6211.7622.6630.6860.0826.96
SCT 16 points16-2-17.079.5120.8929.8660.8125.62
16-2-26.839.0619.7428.6359.6724.78
16-2-38.3210.8323.5934.2365.5928.51
16-2-48.2210.9923.7833.5065.5828.41
16-2-58.4311.4524.6234.9766.1129.11
16-2-67.049.2320.5230.1562.4125.87
16-2-77.509.8520.9330.6862.6526.32
16-3-17.399.1319.4027.5859.6024.62
16-4-18.2610.4620.8728.7359.6625.59
SCT 24 points24-2-16.488.6719.3428.7961.9925.05
24-3-18.3010.1220.5328.7959.8625.52

When Gaussian noise with a higher SNR (30, 25, and 20 dB) is added, the 24-2-1 scan pattern obtained the best performance. In addition, if Gaussian noise with a lower SNR (15 and 10 dB) is added, the 16-3-1 scan pattern achieves the best performance. In other words, for the case of relatively small noise, a more reliable disparity result by a scan pattern with more sampling points is obtained. In the image degraded much by Gaussian noise, we should choose patterns, which are suitable to identify the brightness distribution of the image.9 In the total average false matching ratio results, the best performance is obtained by using a scan pattern with 16 sampling points (16-3-1 and 16-2-2). In Table 4, best performance values according to the number of sample points (16 and 24) are indicated in bold font.

Table 5 shows the average false matching ratio in Benchmark images (Tsukuba, Venus, Teddy, and Cones) with impulse noise. When an impulse noise of 2%, 5%, 10% and 20% is added, the average false matching ratio of GCT with an edge length of 16 is 31.47%, and that of the proposed SCT with a 16-2-2 pattern is 28.88%. In the case where impulse noise was applied in relatively small amounts (2%, 5%, and 10%), SCT showed much better performance than the other methods. When impulsive noise is significantly increased (20%), the performance of GCT was relatively better than that of the other methods. However, since the input stereo views are considerably degraded, it is difficult to obtain reliable disparity results. The error ratio by GCT is 72.75%. In Table 5, best performance values according to both the number of sample points (16 and 24) and the degree of impulse noise are indicated in bold font. Table 5 shows the best performance (24.78%) in average is obtained by using a 16-2-2 scan pattern.

Table 5

False matching ratio in impulse noise (nonocclusion regions).

Methods2%5%10%20%Avg.
CT (full 5×5)8.6523.0664.9488.5946.31
MCT9.1519.3348.9483.0740.12
GCT (12 edges)7.7713.9934.9675.3733.02
GCT (16 edges)7.7113.5631.8772.7531.47
SCT 8 points8-2-27.3212.2133.2076.3232.26
8-3-19.2215.1534.9574.8333.53
8-4-19.7616.2935.9874.2934.08
SCT 16 Points16-2-16.2810.2328.9073.8729.82
16-2-25.979.6427.0172.9328.88
16-2-37.7813.4935.8877.6833.70
16-2-47.8613.3936.1877.6133.76
16-2-57.8213.8137.1777.9534.18
16-2-66.3311.1430.4475.2230.78
16-2-77.1411.7832.2075.7331.71
16-3-17.1712.3730.7872.8530.79
16-4-18.4314.9134.6873.9732.99
SCT 24 points24-2-15.9010.2829.3574.8930.10
24-3-18.1913.4831.6673.1231.61

Figures 9 and 10 show the average false matching results (Tables 4 and 5) by MCT, GCT, and proposed SCT when Gaussian noise and impulse noise are applied. The performance of CT and MCT is significantly affected by Gaussian noise and impulse noise. On the contrary, the proposed SCT shows relatively reliable stereo matching performance. In conclusion, in the case of stereo view with no noise (Benchmark images), the best performance is obtained by using SCT with an edge length of 2. If Gaussian noise is applied, we obtain the best reliable disparity map by using SCT with an edge length of 3. These results are consistent with the correlation distribution of the center pixel and neighborhood in the matching window.9

Fig. 9

Comparison of false matching ratios in (a) Gaussian and (b) impulse noise.

OE_55_6_063107_f009.png

Fig. 10

Average false matching ratios in Gaussian noise, impulse noise, and no noise.

OE_55_6_063107_f010.png

In Tables 4 and 5, we have evaluated matching performance both in Gaussian noise and in impulse noise with several SNR conditions. From the evaluation results (Tables 4 and 5), we determine the scan pattern with 16 sample points in a 5×5 matching window to cope with practical situation, where the noise is generated in image acquisition.

These results are consistent with the correlation distribution of the center pixel and neighborhood in the matching window.9 In case a pixel belongs to a different surface other than the surface on which the kernel pixel is, the encoding result may be affected by local brightness distribution. Figure 11 shows the disparity results in no noise and Gaussian noise. In Fig. 11, the disparity value distribution at surface discontinuities is indicated in the red rectangle. Some foreground regions become thicker (about one pixel) at surface discontinuities than ground truth depths. However, Table 6 shows that SCT obtains more reliable initial disparity results even at surface discontinuities than the existing CT. Here, the first scan pattern with 24 sample points and an edge length of 2 (24-2-1) is employed. The performances are evaluated in the nonoccluded region “non-occ,” all (including half-occluded) regions “all,” and regions near depth discontinuities “disc” region, respectively.

Fig. 11

Disparity maps by [(a) and (c)] existing CT [(b) and (d)] and by SCT in no noise and Gaussian noise (Table 6).

OE_55_6_063107_f011.png

Table 6

False matching ratio of initial disparity maps.

No noiseGaussian noise (30 dB)Impulse noise (5%)
CTSCTCTSCTCTSCT
TsukubaNon-occ40.031.946.239.153.849.1
All41.133.247.140.254.550.0
Disc42.136.146.940.755.751.9
VenusNon-occ41.329.852.943.161.855.2
All42.231.053.744.062.456.0
Disc45.037.352.544.562.758.8
TeddyNon-occ50.338.861.251.172.969.9
All55.445.165.156.175.672.9
Disc56.650.364.357.475.573.3
ConesNon-occ39.926.548.134.266.862.6
All46.734.853.941.670.466.7
Disc49.239.855.645.470.768.4
Avg.45.836.254.044.865.261.2

In conclusion, though matching results at surface discontinuities may be affected by coplanarity of the central point of the search window and the sample points, overall performance by SCT is much more reliable than the existing CT.

5.

Conclusion

This paper presents an improved CT method with a star-like scan pattern. The brightness values of the sampling points separated by a certain distance within the stereo matching window are compared in a symmetrical manner. The drawback of the existing CT is that the computation complexity increases: as the matching window size increases, the number of conversed bit-strings also increases. In the proposed SCT, we can choose an appropriate scan pattern in accordance with the processing speed, correlation distribution of the subject image, and types of noise. From the experiment results in Gaussian noise and impulse noise, the proposed SCT achieved relatively more reliable matching performance, even when using smaller sample points than those of the existing methods. The proposed method is also useful in other areas, such as feature matching and tracking.

Acknowledgments

This work was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, Science and Technology (Grant No. 2013R1A1A2008953).

References

1. 

D. Scharstein and R. Szeliski, “A taxonomy and evaluation of dense two-frame stereo correspondence algorithms,” Int. J. Comput. Vision, 47 (1), 7 –42 (2002). http://dx.doi.org/10.1023/A:1014573219977 IJCVEQ 0920-5691 Google Scholar

2. 

A. Klaus, M. Sormann and K. Karner, “Segment-based stereo matching using belief propagation and a self-adapting dissimilarity measure,” in Proc. of Int. Conf. on Pattern Recognition, 15 –18 (2006). Google Scholar

3. 

Q. Yang et al., “Stereo matching with color-weighted correlation, hierarchical belief propagation, and occlusion handling,” IEEE Trans. Pattern Anal. Mach. Intell., 30 (3), 492 –504 (2008). http://dx.doi.org/10.1109/TPAMI.2008.99 ITPIDJ 0162-8828 Google Scholar

4. 

J. Worby and W. J. MacLean, “Establishing visual correspondence from multi-resolution graph cuts for stereo-motion,” in Proc. of Computer Vision and Pattern Recognition, 313 –320 (2007). Google Scholar

5. 

M. Gong and Y. Yang, “Real-time stereo matching using orthogonal reliability-based dynamic programming,” IEEE Trans. Image Process., 16 (3), 879 –884 (2007). http://dx.doi.org/10.1109/TIP.2006.891344 IIPRE4 1057-7149 Google Scholar

6. 

H. Hirschmüller and D. Scharstein, “Evaluation of stereo matching costs on images with radiometric differences,” IEEE Trans. Pattern Anal. Mach. Intell., 31 (9), 1582 –1599 (2009). http://dx.doi.org/10.1109/TPAMI.2008.221 ITPIDJ 0162-8828 Google Scholar

7. 

R. Zabih and J. Woodfill, “Non-parametric local transforms for computing visual correspondence,” in Proc. of European Conf. on Computer Vision, 151 –158 (1994). Google Scholar

8. 

N. Chang et al., “Algorithm and architecture of disparity estimation with mini-census adaptive support weight,” IEEE Trans. Circuits Syst. Video Technol., 20 (6), 792 –805 (2010). http://dx.doi.org/10.1109/TCSVT.2010.2045814 ITCTEM 1051-8215 Google Scholar

9. 

W. Fire and J. Archibald, “Improved census transforms for resource-optimized stereo vision,” IEEE Trans. Circuits Syst. Video Technol., 23 (1), 60 –73 (2013). http://dx.doi.org/10.1109/TCSVT.2012.2203197 ITCTEM 1051-8215 Google Scholar

10. 

X. Hu and P. Mordohai, “Evaluation of stereo confidence indoors and outdoors,” in Proc. of Computer Vision and Pattern Recognition, 1466 –1473 (2010). Google Scholar

11. 

D. Pfeiffer, S. Gehrig and N. Schneider, “Exploiting the power of stereo confidences,” in Proc. of Computer Vision and Pattern Recognition, 297 –304 (2013). Google Scholar

12. 

D. Scharstein, R. Szeliski and H. Hirschmüller, “Middlebury stereo vision,” (2015) http://vision.middlebury.edu/stereo/ December ). 2015). Google Scholar

13. 

K. Zhang, J. Lu and G. Lafruit, “Cross-based local stereo matching using orthogonal integral images,” IEEE Trans. Circuits Syst. Video Technol., 19 (7), 1073 –1079 (2009). http://dx.doi.org/10.1109/TCSVT.2009.2020478 Google Scholar

14. 

X. Mei et al., “On building an accurate stereo matching system on graphics hardware,” in Proc. of IEEE Int. Conf. on Computer Vision Workshops on GPUs for Computer Vision, 467 –474 (2011). http://dx.doi.org/10.1109/ICCVW.2011.6130280 Google Scholar

Biography

Jongchul Lee received his BS degree in computer engineering from Academic Credit Bank System, Seoul, Republic of Korea, in 2007. He is currently pursuing a MS degree in the Department of Imaging Science and Arts, Graduate School of Advanced Imaging Science, Multimedia and Film (GSAIM) at Chung-Ang University, Seoul. His research interests include stereo vision, computer vision, and augmented reality.

Daeyoon Jun received his BS degree in electronic software engineering from Hansei University, Gunpo, Republic of Korea, in 2015. He is currently pursuing a MS degree in the School of Integrative Engineering, Chung‐Ang University, Seoul, Republic of Korea. His research interests include stereo vision and computer vision.

Changkyoung Eem received his BS, MS, and PhD degrees in electronic engineering from Hanyang University, Republic of Korea, in 1990, 1992, and 1999, respectively. From 1995 to 2000, he worked at DACOM R&D Center. In 2000, he founded a network software company, IFeelNet Co., and worked for Bzweb Technologies as CTO from 2006 to 2009 in the United States. Since 2014, he has been an industry university cooperation professor at Chung-Ang University, Republic of Korea. His research interests include stereo vision, computer vision, and augmented reality.

Hyunki Hong received his BS, MS, and PhD degrees in electronic engineering from Chung-Ang University, Republic of Korea, in 1993, 1995, and 1998, respectively. From 1998 to 1999, he worked as a researcher in the Automatic Control Research Center, Seoul National University, Republic of Korea. From 2000 to 2014, he was a professor in GSAIM at Chung-Ang University. Since 2014, he has been a professor in the School of Integrative Engineering, Chung-Ang University. His research interests include stereo vision, computer vision, and augmented reality.

CC BY: © The Authors. Published by SPIE under a Creative Commons Attribution 4.0 Unported License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.
Jongchul Lee, Daeyoon Jun, Changkyoung Eem, and Hyunki Hong "Improved census transform for noise robust stereo matching," Optical Engineering 55(6), 063107 (16 June 2016). https://doi.org/10.1117/1.OE.55.6.063107
Published: 16 June 2016
Lens.org Logo
CITATIONS
Cited by 19 scholarly publications and 1 patent.
Advertisement
Advertisement
KEYWORDS
Signal to noise ratio

Venus

Computed tomography

Optical engineering

Computer programming

Distortion

Image processing

RELATED CONTENT


Back to Top