AN EFFECTIVE METHOD FOR IMAGE MATCHING BASED ON
MODIFIED LBP AND SIFT
Yinan Wang, Nuo Zhang, Toshinori Watanabe and Hisashi Koga
Graduate School of Information Systems, the University of Electro-Communications,
1-5-1 Chofugaoka, Chofu-shi, Tokyo, 182-8585 Japan
Keywords:
Feature Matching, Local Binary Pattern (LBP), Scale Invariant Feature Transform (SIFT).
Abstract:
Scale Invariant Feature Transform (SIFT) is a very powerful and popular descriptor for image registration,
which is commonly used in feature matching. However, there is still a need for improvement with respect to
the matching accuracy of SIFT. In this paper, we present a combination of modified LBP and SIFT method
for more reliable feature matching. The main idea of the proposed method is to extract spatially enhanced
image features with modified Local Binary Pattern (LBP) from the images before implementation Difference-
of-Gaussian (DoG) in SIFT. The proposed method is also robust to illumination changes, rotation and scaling
of images. Experimental results show significant improvement over original SIFT.
1 INTRODUCTION
The image matching, an important component in im-
age processing, is widely used in numerous appli-
cations that range from object recognition, building
panoramas guidance, automatic surveillance, navi-
gation, robot vision and mapping sciences, and so
forth. For image matching, the technology based on
Lowe’s descriptor (Lowe, 1993; Lowe, 1991; Lowe,
2004) has merits of selecting stable features in a scale
space, which is named Scale Invariant Feature Trans-
form (SIFT). Recently, improvement techniques de-
veloped for SIFT are mostly foucsed on minimization
of the reduction of computational time (H. Bay, 2006;
G. Michael, 2006; Y. Ke, 2004).
Local Binary Pattern (LBP) is a powerful descrip-
tor for texture feature analysis (T. Ojala and Maen-
paa, 2002). In this paper, we propose a combination
of modified LBP and SIFT method for more reliable
feature matching. The proposedmethod helps empha-
size some features, such as edges, in original images
and then improves performance of image matching.
The proposed method also carries on the good prop-
erties of LBP and SIFT, so that it is robust to gray
scale, illumination, rotation and scaling variation.
By combining SIFT operator and Local Binary
Pattern, it is shown to be a robust and effective ap-
proach for feature matching. In some cases, we got
results of 100% correct matching . The advantages of
our method is illustrated in the following part.
The rest of the paper is organized as follows.
In Section 2, we first briefly describe the original
SIFT and LBP. Sections 3 gives details for the pro-
posed approach. Experiment results with the pro-
posed method, and comparisons between our method
and the SITF are shown in Section 4. The conclusion
is given in the last section.
2 SIFT AND LBP METHODS
Before presenting in detail about our method, we give
a brief review of the SIFT and LBP methods that form
the basis of our work.
2.1 Scale Invariant Feature Transform
The scale invariant feature transform algorithm
(Lowe, 2004) is an algorithm for image features gen-
eration which is invariant to image translation, rota-
tion, scaling, illumination changes and partially affine
projection. SIFT first searches over all scales and
locations of the original image. It is implemented
efficiently by using a Difference-of-Gaussian (DoG)
function to identify potential interesting points.
Then for each candidate interesting location, a de-
tailed model is fit to determine location and scale.
Key-points are selected based on measures of their
stability. After the key-point location, one or more
orientations are assigned to each key-point location
410
Wang Y., Zhang N., Watanabe T. and Koga H..
AN EFFECTIVE METHOD FOR IMAGE MATCHING BASED ON MODIFIED LBP AND SIFT.
DOI: 10.5220/0003827004100413
In Proceedings of the International Conference on Computer Vision Theory and Applications (VISAPP-2012), pages 410-413
ISBN: 978-989-8565-03-7
Copyright
c
2012 SCITEPRESS (Science and Technology Publications, Lda.)