image processing. The system recognizes inscriptions
from an inscription database that contains images of
normalized inscriptions similar to a dictionary. The
normalized inscriptions are generated using character
font software to make the characters smooth, clear,
and straight, with uniformly thick strokes. These
characters have been examined by historians, and the
database is created by the researchers who belongs
the letters college of Ritsumeikan University. More
than 2000 normalized inscriptions are stored in the
database(Ochiai, 2014).
The recognition system is comprised of four steps
for recognition. The first step is noise reduction pro-
cessing, where Gaussian filtering and labeling are
applied to reduce noise. The second step is fea-
ture extraction pre-processing, which includes affine
transformation(Schneider and Eberly, 2003) and thin-
ning(L. Lam and Suen, 1992) for extracting the skele-
ton of OBIs. The third is line feature processing,
which extracts the line feature points by Hough trans-
form (Ballard, 1981). The fourth is recognition by
calculating the minimum distance between the ex-
tracted line feature points of original and template
OBI images.
The contributions of this paper are as follows:
1. Design of an OBI recognition system from
noise reduction to recognition.
2. Proposal of a method for OBI recognition by
Hough transform and clustering.
Section 2 of this paper discusses related work and
section 3 describes the recognition method. Experi-
ments and results are reported in section 4. We con-
clude in section 5 with a brief summary.
2 RELATED WORK
As technologies evolve, various researchers have at-
tempted to recognize OBIs by image processing.
However, few English papers have reported on OBI.
We do know that the recognition rate needs to be im-
proved.
(Li and Woo, 2008) and (Q. Li, 2011) presented a
recognition method that treats OBIs as a non-directed
graph for recording the features of end-points, three-
cross-points, five-cross-points, blocks, net-holes, etc.
However, due to the age of OBIs, some of the holes
and cross-points that occur are not actually a part
of the OBIs themselves, which increases the diffi-
culty of the recognition. (Li and Woo, 2000) pro-
posed a DNA method for recognizing OBIs. How-
ever, neither (Li and Woo, 2000) nor (Q. Li, 2011)
provided details on any experiments.We have previ-
ously proposed several methods for recognizing OBIs
Figure 2: Flow of OBI recognition.
by template matching and by using Hough transform
(L. Meng, 2016),(L. Meng and Oyanagi, 2015). How-
ever, the template matching was weak when the orig-
inal character tilt, and (L. Meng and Oyanagi, 2015)
did not properly process the tilt, either.
In the present work, we propose a complete recog-
nition system from noise reduction to recognition, and
consider the tilt.
3 RECOGNITION PROCESSING
Figure 2 shows the OBIs recognition flow. The main
processing includes noise reduction processing, fea-
ture extraction pre-processing, line feature extraction
processing and recognition processing.
3.1 Noise Reduction Processing
Due to aging, many noises both big and small exist
on OBI rubbings. Noise reduction processing is there-
fore an important part of the recognition process. Fig-
ure 3a) is the original image, the character means the
period of ”zi”, which is a rubbing image cut from (Pu
and Xie, 2009). As shown, both smaller noises such
as fog and some bigger noises exist in the image.
We use Gaussian filtering and binarization for re-
ducing the smaller noises. Formula (1) shows the
Gaussian filter used for blurred images. Figure 3b)
shows the Gaussian filtering results and Fig. 3e)
shows the histogram of the Gaussian filtering results
divided into two peaks. The Otsu method(Sezgin and
Sankur, 2004) was used to decide the threshold for
binarization and reduce the smaller noise. Figure 3c)
shows the results of binarization, where the smaller
noises (such as fog) are reduced successfully and the