CN103268363A - Elastic HOG (histograms of oriented gradient) feature-based Chinese calligraphy image retrieval method matched with DDTW (Derivative dynamic time wrapping) - Google Patents

Elastic HOG (histograms of oriented gradient) feature-based Chinese calligraphy image retrieval method matched with DDTW (Derivative dynamic time wrapping) Download PDF

Info

Publication number
CN103268363A
CN103268363A CN2013102348039A CN201310234803A CN103268363A CN 103268363 A CN103268363 A CN 103268363A CN 2013102348039 A CN2013102348039 A CN 2013102348039A CN 201310234803 A CN201310234803 A CN 201310234803A CN 103268363 A CN103268363 A CN 103268363A
Authority
CN
China
Prior art keywords
feature
grid
ddtw
character
hog
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2013102348039A
Other languages
Chinese (zh)
Other versions
CN103268363B (en
Inventor
夏勇
阳志波
王宽全
张盛平
伯彭波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Harbin Institute of Technology
Original Assignee
Harbin Institute of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Harbin Institute of Technology filed Critical Harbin Institute of Technology
Priority to CN201310234803.9A priority Critical patent/CN103268363B/en
Publication of CN103268363A publication Critical patent/CN103268363A/en
Application granted granted Critical
Publication of CN103268363B publication Critical patent/CN103268363B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses an elastic HOG (histograms of oriented gradient) feature-based Chinese calligraphy image retrieval method matched with DDTW (derivative dynamic time wrapping), and belongs to the technical field of information treatment. The method comprises the following steps of: firstly, carrying out pretreatment operation aiming at Chinese calligraphy images, so as to obtain a single character image; dividing an input image into different sizes of grid blocks by adopting an elastic grid technology according to the pixel density distribution of image texts; calculating the HOG features in each grid block; rebuilding EHOG features of the entire character image from the HOG features inside each grid block by an overlapping technology; storing the character image features into a database as character indexing results; extracting the EHOG features of the input character images during retrieving; then carrying out matching search in an indexing database based on a DDTW matching algorithm, and returning the retrieval result on the basis of a specific similarity threshold. The method does not need to utilize an OCR (optical character reader), and has the advantages of high accurate rate, good robustness, simple method, low cost and the like.

Description

A kind of Chinese calligraphy's image search method based on elasticity HOG feature and DDTW coupling
Technical field
The invention belongs to technical field of information processing, relate to the search method of a kind of Chinese calligraphy image, relate in particular to a kind of Chinese calligraphy's image search method based on elasticity HOG feature and DDTW coupling.
Background technology
Chinese calligraphy is a kind of wordsmanship and valuable cultural heritage of having handed down to posterity 3000, mainly is collected in museum and library.Great majority among them all have very high value, but because can not be by random browsing, so can not be known by the public.Such calligraphy document for easy reference, many mechanisms provide the scanning version of these calligraphy samples, as shown in Figure 1.Therefore, index and retrieval technique are indispensable efficiently.Chinese calligraphy is very special, mainly has the characteristic of the following aspects:
1) change: calligraphy is write with writing brush and ink, thereby causes it to have bigger handwriting thickness to change than the word of writing with pen or pencil.Calligraphy has different writing styles in the different dynasties, and the great majority in them have not been used now.
2) degenerate: the calligraphy sample is usually owing to ink fades, paper pollutes and other disadvantageous natural causes are degenerated, to such an extent as to can't identification.
3) deformation: calligraphy has embodied calligraphist's individual character, and the calligraphist is often deliberately with a kind of uncommon mode writing words, as the style of calligraphy characterized by hollow strokes.
For file and picture, a kind of traditional character search method is exactly earlier file and picture to be carried out character recognition, and the result based on identification retrieves then.But for the calligraphy file and picture, because writing of calligraphic character is very random, and may exist various forms of image degradations, so character identification rate is very low, be difficult to make up searching system efficiently based on identification.A kind of feasible method is exactly character picture not to be carried out explicit identification, but directly extracts feature from the calligraphy character, mates based on feature then.This method can be removed loaded down with trivial details and complicated character training and identifying from, makes that the structure of searching system is simple and efficient.Two gordian techniquies of this method are exactly how to extract validity feature to reach the coupling of how to carry out between feature.Existing feature extracting method at handwritten Chinese character retrieval can not well directly apply in the retrieval of handwriting image, and feature matching method generally all adopted the dynamic matching method of DTW, but this method performance is also very limited.
Summary of the invention
At the search problem of Chinese calligraphy's image, the present invention proposes a kind of new for elastic mesh and the synthetic feature extracting method of local histogram of gradients feature, i.e. EHOG feature; Based on the DDTW matching process character feature is carried out online coupling then.
Chinese calligraphy's image search method step based on elasticity HOG feature and DDTW coupling of the present invention is as follows:
(1) at Chinese calligraphy's image, carries out pretreatment operation earlier, to obtain single character picture;
(2) adopt the elastic mesh technology, according to the picture element density distribution of pictograph, input picture is divided into the gridblocks of different sizes;
(3) calculated direction histogram of gradients HOG feature in each gridblock;
(4) the HOG feature in each gridblock is carried out the EHOG feature that has just obtained whole character picture connected in series;
(5) deposit the character picture feature in database as character index result;
(6) when retrieval, to the character picture extraction EHOG feature of input, then based on the DDTW matching algorithm, in the index database, carry out matched and searched, return result for retrieval based on a specific similarity threshold.
The present invention adopts derivative dynamic time warping (DDTW) algorithm to carry out literal location, because DDTW has utilized the shape facility of matching sequence, so it can be applied in the task of calligraphy character seach better, has brought higher retrieval rate.
A distinguishing feature of the present invention is exactly at Chinese calligraphy's image, abandon character recognition technologies (OCR) fully, directly utilize the feature of character picture, innovatively with elastic mesh technology and traditional HOG feature combination, propose to be more suitable for a kind of novel feature--the elasticity local direction histogram of gradients (EHOG) in Chinese calligraphy's Chinese character index, and utilized DDTW matching algorithm relatively more commonly used in the speech recognition to finish the retrieval of literal.The direct search method based on picture material that the present invention proposes need not to utilize OCR, has higher accuracy rate, good robustness, and advantages such as method is simple, with low cost are arranged.
Description of drawings
Fig. 1 is picture format Chinese calligraphy document example;
Fig. 2 is EHOG feature extraction process flow diagram;
Fig. 3 is q (x, bilinear interpolation synoptic diagram y) (12 direction posts) for direction;
Fig. 4 is EHOG feature extracting method example;
Fig. 5 is with " it " the part result for retrieval as polling character.
Embodiment
Embodiment one: the Chinese calligraphy's image search method based on elasticity HOG feature and DDTW coupling of present embodiment, step is as follows:
(1) at Chinese calligraphy's image, removes artificial seal earlier, eliminates pretreatment operation such as noise, Character segmentation, to obtain single character picture.
(2) adopt the elastic mesh technology, according to the picture element density distribution of pictograph, input picture is divided into the gridblocks of different sizes.
(3) definition grid primitive, namely its size is the grid cell less than a gridblock unit, the size of minimum grid primitive is width and highly is 1 pixel.The size of grid primitive can be set up on their own by the user.
(4) to each gridblock unit, the grid that therefrom finds all to satisfy the definition of grid primitive can be overlapping between these grids.As shown in Figure 4, concrete lookup method is: from the upper left corner of grid cell, first along continuous straight runs carries out the slip of individual element to the right, up to the border that arrives grid cell, thereby obtains a series of grid primitive; Get back to the position in the upper left corner then, vertically to pixel of lower slider, and along continuous straight runs carries out the slip of individual element to the right, up to the border that arrives grid cell, thereby gets back a series of grid primitive; According to top step, just stop to slide up to the lower boundary of arrival gridblock and the intersection of right margin.The above-mentioned grid primitive that obtains is arranged according to sequencing, each grid primitive is extracted the HOG feature, then the feature of all grid primitives is carried out the HOG feature that has just constituted gridblock connected in series and describe.
(5) the HOG feature of all gridblocks is carried out connected in series, the feature that has just constituted this character picture is described.
(6) deposit the character picture feature in database as character index result.
(7) when retrieval, to the character picture extraction EHOG feature of input, then based on the DDTW matching algorithm, in the index database, carry out matched and searched, return result for retrieval based on a specific similarity threshold.
(8) basic procedure of DDTW coupling is as follows:
(a) the character picture characteristic sequence of supposition retrieval is Q=q 1, q 2..., q l... q n, its characteristic sequence length is n, certain the character picture characteristic sequence in the index database is S=s 1, s 2, L, s j, L, s m, its characteristic sequence length is m.
(b) since the character picture characteristic sequence length of retrieval input not necessarily equate with character picture characteristic length in the index database, can have multiple corresponding relation like this.Suppose that certain bar characteristic of correspondence path is W, then can represent with following formula:
w k = ( i , j ) k W = w 1 , w 2 , &CenterDot; &CenterDot; &CenterDot; w k , &CenterDot; &CenterDot; &CenterDot; , w K max ( n , m ) &le; K < n + m - 1 .
(c) for Q and S, the size that we define matching distance is the match is successful whether standard.Matching distance based on DTW is defined as follows:
D(ij)=d(q i,s j)+min{D(i-1,j-1),D(i-1,j)D(i,j-1)}
Here, d (q is j)=(q i-s j) 2, what i, j represented respectively is certain one dimension of Q and S.
In the present invention, we use d (q ' i, s j) replacement d (q is j), wherein
Embodiment two: Chinese calligraphy's image is carried out at first need removing pretreatment operation such as artificial seal, image binaryzation, elimination noise, Character segmentation earlier, to obtain single character picture before the index.In the index stage, cut apart good calligraphy character picture to one, at first extract the EHOG feature, then this feature is stored as the index information of this character feature.When actual retrieval, certain the docuterm image to user's input at first extracts the EHOG feature, based on the DDTW matching algorithm all character pictures in the index database is carried out matched and searched then.All images matching similarity in the index database is returned to the user greater than the character picture of certain specific threshold as result for retrieval.Idiographic flow and method that two gordian technique EHOG feature extraction in this flow process and DDTW dynamically mate are as follows:
1、EHOG:
In order to adapt to the characteristics of Chinese calligraphy's literal, the present invention proposes a new feature and describe operator: EHOG, it is the improvement version that the HOG feature is described operator.Fig. 2 has provided the process flow diagram about the EHOG characteristic extraction procedure.G xAnd G yRepresent horizontal gradient and VG (vertical gradient) respectively.
As shown in Figure 2 and original HOG be not both, the present invention uses the elastic network(s) technology of formatting that pretreated image is divided into grid heterogeneous.The advantage of elastic mesh is according to stroke intensity the character picture of importing to be divided into empty grid.Owing to there is polytype writing brush word, as the variation of position, size and degree of tilt, therefore than input picture being divided into grid of uniform size, it is more rational feature extracting method that elastic mesh is divided.Like this, two strokes that identical character is identical more may have identical sequential areas, thereby also have similar feature to describe.The division methods of elastic mesh is as follows:
1), to each the some p in the input picture (i, j), calculate current point to the city block distance c of nearest stain (i, j).(i j) is defined as for the weighted point density d of each point
Figure BSA00000911284000051
Here i, the horizontal ordinate of j presentation video mid point supposes that picture traverse is I, highly is J, i=1 then, 2 ..., I, j=1,2 ..., J.
2), the dot density with weighting projects to horizontal direction and vertical direction respectively.Level and characteristic projection function are respectively H ( i ) = &Sigma; j = 1 J d ( i , j ) With V ( j ) = &Sigma; i = 1 I d ( i , j ) .
3), the coordinate mapping relations are as follows:
x ( i ) = L &times; &Sigma; k = 1 i H ( i ) / &Sigma; k = 1 I H ( i ) y ( j ) = L &times; &Sigma; k = 1 j V ( j ) / &Sigma; k = 1 J V ( j ) ;
Here L represents the size of the virtual image intending generating, namely longly and wide is L pixel.
Based on above-mentioned conversion, original image just corresponds on the virtual grid image of a L * L, and the division of carrying out grid by a specific unified yardstick on the virtual grid corresponds to the division effect that original image is exactly a non-linear grid.
HOG drops on " number of votes obtained " (quantity) of the pixel on the different directions post, in order to constitute direction histogram according to the Grad of pixel in the statistics grid.Suppose that image I is arranged (x, y), G xAnd G yRepresent horizontal gradient and VG (vertical gradient) respectively, then have:
Figure BSA00000911284000061
So, we just can obtain pixel (x, Grad m y) and direction θ:
m ( x , y ) = G x 2 + G y 2 - - - ( 2 )
With
q(x,y)=R(G x,G y) (3)。
In the formula (3), R represents amount of orientation G x, G yBetween angle.At last, to obscure situation in order reducing, " number of votes obtained " of pixel to be carried out bilinear interpolation to the adjacent direction post of this point.That is to say that (x is that its nearest both direction post adds m altogether (x y) opens ticket, as shown in Figure 3 y) to each pixel.Wherein, the number of votes obtained of direction post 1 is And the number of votes obtained of direction post 0 is
Figure BSA00000911284000064
Here T represents the number of direction post.
The division of direction post can be carried out " no symbol " division in 0 ° to 180 ° interval, or carries out " symbol is arranged " in 0 ° to 360 ° interval and divide.In SIFT and HOG, it is better that " no symbol " divides the experiment effect of dividing than " symbol is arranged ", and this is because the contrast difference of prospect and background does not have differentiation information in its target image.And in experiment of the present invention, use the dividing mode of " symbol is arranged ", because in character picture, prospect and background generally can not be obscured, and have more intense differentiation.Suppose to have us to utilize elastic mesh that input picture is divided into M ' N grid, and T direction post arranged, we just can obtain a histogram that NT direction post of M wound arranged so.
The present invention is unit with the grid primitive, carries out feature extraction, and it is connected in series that all grid primitive features are described operator, describes operator as gridblock HOG feature.The grid primitive is made up of adjacent grid on m ' n the space, so the grid primitive feature is the vector of a m wound nT dimension.These grid primitives use the method (as shown in Figure 4, each grid primitive is made up of 2 * 2 grid lattice, so for each character picture, just can obtain (7-2+1) * (7-2+1) individual grid primitive) of width or the height of an overlapped grid.Therefore, for each character picture, divide altogether (M-m+1)? (Nn+1) individual grid primitive.Finally, obtain a dimension and be (M-m+1)? (Nn+1) the EHOG feature of wound m n T is described operator.
2、DDTW
After the characteristic sequence of handwriting image is described operator extraction by above-mentioned feature and come out, then enter the characteristic matching stage.Fig. 5 has provided a matching result example.Jing Dian matching process is DTW the most, but the present invention has adopted a kind of DDTW of improving one's methods, and experimental result shows that this method is more effective in the handwriting image retrieval.
The ultimate principle of DTW:
Suppose to have two time series Q and S, their length is respectively n and m, has:
Q=q 1,q 2,…,q i,…q n (4)
S=s 1,s 2,L,s j,L,s m (5)
DTW has constructed the transition matrix of a m ' n, and (i, j) element has comprised some q iWith a s jBetween apart from d (q is j) (we use Euclidean distance usually here, i.e. d (q i, s j)=(q i-s j) 2), and represent q iAnd s jBetween calibration relation.Alignment path W is made of several continuous elements in the transition matrix, and it has set up mapping relations between sequence Q and S.Alignment path is defined as follows:
w k = ( i , j ) k W = w 1 , w 2 , &CenterDot; &CenterDot; &CenterDot; w k , &CenterDot; &CenterDot; &CenterDot; , w K max ( n , m ) &le; K < n + m - 1 - - - ( 6 )
Wherein W is from w 1=(1,1) beginning is to w k=(n m) finishes." cost " in this path is as giving a definition:
Figure BSA00000911284000072
In other words, the DTW mode that is based on dynamic programming (DP) is determined its best alignment path:
D(i,j)=d(q i,s j)+min{D(i-1,j-1),D(i-1,j),D(i,j-1)} (8)
Though DTW is obtaining great success aspect the searching similar sequences, it may produce unexpected result sometimes.In our experiment, DTW mates the character picture of the two dimension on the Y-axle by calibration X-axle (time series).Deviation may appear in DTW in this case: identical word is occurring repeatedly, and certain of the sequence image of one of them word " trough " " trough " more corresponding than another word is low, and the ascending velocity of one of them is littler than another.Suppose that we get two some q among sequence Q and the S iAnd s j, their value is identical.But q iBe to be in an ascendant trend, and s jBe to be in the downward trend, although we can judge intuitively this moment should be not just these 2 set up mapping relations, think that be corresponding fully at these 2 yet DTW can be wrong.In order to address this problem, we have used improvement algorithm---the DDTW of DTW.DDTW does not directly get the value of sequence as the coupling foundation, but considers the tendency of sequence.By the sequence on the Y-axle being carried out a differentiate, just can obtain the tendency of this sequence.So in DDTW, use d (q ' I,s j) replacement d (q i, s j), wherein
Figure BSA00000911284000081
Like this, calibrating mode just is not simply based on sequential value, but the shape facility of sequence (slope and extreme value).
In order to verify the validity of the inventive method, famous calligraphist's " Zhao Mengpin " calligraphy work is scanned and is picture format, and one has 17 width of cloth calligraphies and paintings.After carrying out Character segmentation, this data set comprises 14,302 words altogether.Experimental result shows that average accuracy rate (mean Average Precision) retrieved in the individual character that the inventive method can reach more than 90% on this data set.Further, the EHOG feature that the present invention proposes is compared traditional HOG feature, retrieves average accuracy rate and can improve more than 8%; Based on the EHOG feature, utilize DDTW to carry out the average accuracy rate of retrieval that matching ratio utilizes DTW to mate and to improve more than 1%.

Claims (5)

1. the Chinese calligraphy's image search method based on elasticity HOG feature and DDTW coupling is characterized in that described method comprises the steps:
(1) at Chinese calligraphy's image, carries out pretreatment operation earlier, to obtain single character picture;
(2) adopt the elastic mesh technology, according to the picture element density distribution of pictograph, input picture is divided into the gridblocks of different sizes;
(3) in each gridblock, calculate the HOG feature;
(4) the HOG feature in each gridblock is carried out connected in series, obtain the EHOG feature of whole character picture;
(5) deposit the character picture feature in database as character index result;
(6) when retrieval, to the character picture extraction EHOG feature of input, then based on the DDTW matching algorithm, in the index database, carry out matched and searched, return result for retrieval based on a specific similarity threshold.
2. the Chinese calligraphy's image search method based on elasticity HOG feature and DDTW coupling according to claim 1 is characterized in that the concrete steps of described step (3) are as follows:
(1) definition grid primitive, namely its size is the grid cell less than a gridblock unit;
(2) to each gridblock unit, therefrom find all to satisfy the grid of grid primitive definition, the grid primitive that obtains is arranged according to sequencing, each grid primitive is extracted the HOG feature, then the feature of all grid primitives is carried out the HOG feature that has just constituted gridblock connected in series and describe.
3. according to the Chinese calligraphy's image search method based on elasticity HOG feature and DDTW coupling according to claim 2, it is characterized in that the described lookup method that satisfies the grid of grid primitive definition is: from the upper left corner of grid cell, elder generation's along continuous straight runs carries out the slip of individual element to the right, up to the border that arrives grid cell, thereby obtain a series of grid primitive; Get back to the position in the upper left corner then, vertically to pixel of lower slider, and along continuous straight runs carries out the slip of individual element to the right, up to the border that arrives grid cell, thereby gets back a series of grid primitive; According to top step, stop to slide up to the lower boundary of arrival gridblock and the intersection of right margin.
4. according to the Chinese calligraphy's image search method based on elasticity HOG feature and DDTW coupling according to claim 1 and 2, it is characterized in that described EHOG Feature Extraction step is: the HOG feature of all gridblocks is carried out connected in series, the EHOG feature that has just constituted this character picture is described.
5. according to the Chinese calligraphy's image search method based on elasticity HOG feature and DDTW coupling according to claim 1, it is characterized in that the basic procedure of described DDTW coupling is as follows:
(a) the character picture characteristic sequence of supposition retrieval is Q=q 1, q 2..., q i... q n, its characteristic sequence length is n, certain the character picture characteristic sequence in the index database is S=s 1, s 2, L, s j, L, s m, its characteristic sequence length is m;
(b) suppose that certain bar characteristic of correspondence path is W, then represent with following formula:
w k = ( i , j ) k W = w 1 , w 2 , &CenterDot; &CenterDot; &CenterDot; w k , &CenterDot; &CenterDot; &CenterDot; , w K max ( n , m ) &le; K < n + m - 1 ;
(c) for Q and S, whether standard that the size of definition matching distance is that the match is successful is defined as follows based on the matching distance of DTW:
D (i, j)=d (q i, s j)+min{D (i-1, j-1), D (i-1, j), D (i, j-1) }, d (q i, s j)=(q i-s j) 2), what i, j represented respectively is certain one dimension of Q and S;
(d) in DDTW, use d (q ' i, s j) replacement d (q i, s j), wherein
CN201310234803.9A 2013-06-06 2013-06-06 A kind of Chinese calligraphy's image search method based on elastic HOG feature and DDTW coupling Expired - Fee Related CN103268363B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310234803.9A CN103268363B (en) 2013-06-06 2013-06-06 A kind of Chinese calligraphy's image search method based on elastic HOG feature and DDTW coupling

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310234803.9A CN103268363B (en) 2013-06-06 2013-06-06 A kind of Chinese calligraphy's image search method based on elastic HOG feature and DDTW coupling

Publications (2)

Publication Number Publication Date
CN103268363A true CN103268363A (en) 2013-08-28
CN103268363B CN103268363B (en) 2016-06-22

Family

ID=49011992

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310234803.9A Expired - Fee Related CN103268363B (en) 2013-06-06 2013-06-06 A kind of Chinese calligraphy's image search method based on elastic HOG feature and DDTW coupling

Country Status (1)

Country Link
CN (1) CN103268363B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104331699A (en) * 2014-11-19 2015-02-04 重庆大学 Planar fast search and comparison method of three-dimensional point cloud
CN105069026A (en) * 2015-07-17 2015-11-18 北京航空航天大学 Chinese character image lookup method on the basis of optical flow analysis
CN105117741A (en) * 2015-09-28 2015-12-02 上海海事大学 Recognition method of calligraphy character style
CN106156724A (en) * 2016-06-15 2016-11-23 浙江大学 A kind of railway based on SIFT feature detection picture match method
US9542625B2 (en) 2014-03-07 2017-01-10 Tata Consultancy Services Limited Multi range object detection device and method
CN106875546A (en) * 2017-02-10 2017-06-20 大连海事大学 A kind of recognition methods of VAT invoice
CN106952212A (en) * 2017-03-14 2017-07-14 电子科技大学 A kind of HOG image characteristics extraction algorithms based on vectorial homomorphic cryptography
CN110569384A (en) * 2019-09-09 2019-12-13 深圳市乐福衡器有限公司 AI scanning method
CN110598636A (en) * 2019-09-09 2019-12-20 哈尔滨工业大学 Ship target identification method based on feature migration
CN115146094A (en) * 2022-07-14 2022-10-04 武汉科鉴文化科技有限公司 Seal quick query method and system based on HOG characteristics

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1256900A1 (en) * 2001-05-09 2002-11-13 Requisite Technology Inc. Database entry system and method employing optical character recognition
CN101183283A (en) * 2007-12-04 2008-05-21 哈尔滨工业大学深圳研究生院 Method for directly writing handwriting information
CN102915433A (en) * 2012-09-13 2013-02-06 中国科学院自动化研究所 Character combination-based license plate positioning and identifying method
CN103093240A (en) * 2013-01-18 2013-05-08 浙江大学 Calligraphy character identifying method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1256900A1 (en) * 2001-05-09 2002-11-13 Requisite Technology Inc. Database entry system and method employing optical character recognition
CN101183283A (en) * 2007-12-04 2008-05-21 哈尔滨工业大学深圳研究生院 Method for directly writing handwriting information
CN102915433A (en) * 2012-09-13 2013-02-06 中国科学院自动化研究所 Character combination-based license plate positioning and identifying method
CN103093240A (en) * 2013-01-18 2013-05-08 浙江大学 Calligraphy character identifying method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
XIAYONG等: "Chinese Keyword Spotting Using Knowledge-based Clustering", 《第11届文档分析与识别国际会议(ICDAR)论文集》 *
徐赵辉等: "基于弹性网格和Legendre矩的手写体汉字识别方法", 《计算机工程与应用》 *
高学: "基于运动图像的手写汉字识别研究", 《中国博士学位论文全文数据库(电子期刊)》 *

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9542625B2 (en) 2014-03-07 2017-01-10 Tata Consultancy Services Limited Multi range object detection device and method
CN104331699B (en) * 2014-11-19 2017-11-14 重庆大学 A kind of method that three-dimensional point cloud planarization fast search compares
CN104331699A (en) * 2014-11-19 2015-02-04 重庆大学 Planar fast search and comparison method of three-dimensional point cloud
CN105069026A (en) * 2015-07-17 2015-11-18 北京航空航天大学 Chinese character image lookup method on the basis of optical flow analysis
CN105069026B (en) * 2015-07-17 2019-03-08 北京航空航天大学 A kind of Chinese character image lookup method based on optical flow analysis
CN105117741A (en) * 2015-09-28 2015-12-02 上海海事大学 Recognition method of calligraphy character style
CN106156724A (en) * 2016-06-15 2016-11-23 浙江大学 A kind of railway based on SIFT feature detection picture match method
CN106875546B (en) * 2017-02-10 2019-02-05 大连海事大学 A kind of recognition methods of VAT invoice
CN106875546A (en) * 2017-02-10 2017-06-20 大连海事大学 A kind of recognition methods of VAT invoice
CN106952212A (en) * 2017-03-14 2017-07-14 电子科技大学 A kind of HOG image characteristics extraction algorithms based on vectorial homomorphic cryptography
CN106952212B (en) * 2017-03-14 2019-10-15 电子科技大学 A kind of HOG image characteristics extraction algorithm based on vector homomorphic cryptography
CN110569384A (en) * 2019-09-09 2019-12-13 深圳市乐福衡器有限公司 AI scanning method
CN110598636A (en) * 2019-09-09 2019-12-20 哈尔滨工业大学 Ship target identification method based on feature migration
CN110569384B (en) * 2019-09-09 2021-02-26 深圳市乐福衡器有限公司 AI scanning method
CN110598636B (en) * 2019-09-09 2023-01-17 哈尔滨工业大学 Ship target identification method based on feature migration
CN115146094A (en) * 2022-07-14 2022-10-04 武汉科鉴文化科技有限公司 Seal quick query method and system based on HOG characteristics
CN115146094B (en) * 2022-07-14 2023-11-21 武汉科鉴文化科技有限公司 Quick seal query method and system based on HOG characteristics

Also Published As

Publication number Publication date
CN103268363B (en) 2016-06-22

Similar Documents

Publication Publication Date Title
CN103268363A (en) Elastic HOG (histograms of oriented gradient) feature-based Chinese calligraphy image retrieval method matched with DDTW (Derivative dynamic time wrapping)
CN106156761B (en) Image table detection and identification method for mobile terminal shooting
Gurjar et al. Learning deep representations for word spotting under weak supervision
Rothacker et al. Segmentation-free query-by-string word spotting with bag-of-features HMMs
CN103577843B (en) A kind of aerial hand-written character string recognition methods
NO20161728A1 (en) Written text transformer
Pratikakis et al. ICFHR 2014 competition on handwritten keyword spotting (H-KWS 2014)
Roman-Rangel et al. Analyzing ancient maya glyph collections with contextual shape descriptors
CN110114776B (en) System and method for character recognition using a fully convolutional neural network
TWI437448B (en) Radical-based hmm modeling for handwritten east asian characters
CN103093240A (en) Calligraphy character identifying method
Wang et al. A coarse-to-fine word spotting approach for historical handwritten documents based on graph embedding and graph edit distance
CN102073870A (en) Method for recognizing Chinese character handwriting on touch screen
Clausner et al. Icfhr 2018 competition on recognition of historical arabic scientific manuscripts–rasm2018
Retsinas et al. Keyword spotting in handwritten documents using projections of oriented gradients
Fernández et al. Handwritten word spotting in old manuscript images using a pseudo-structural descriptor organized in a hash structure
Chamchong et al. Text line extraction using adaptive partial projection for palm leaf manuscripts from Thailand
CN109635808A (en) It is a kind of in natural scene image to the extracting method of Chinese key and context
Al Aghbari et al. HAH manuscripts: A holistic paradigm for classifying and retrieving historical Arabic handwritten documents
Saabni et al. Keyword searching for Arabic handwritten documents
Sfikas et al. Using attributes for word spotting and recognition in polytonic greek documents
Ayesh et al. A robust line segmentation algorithm for Arabic printed text with diacritics
Rothacker et al. Bag-of-features HMMs for segmentation-free Bangla word spotting
Bui et al. Unsupervised word spotting using a graph representation based on invariants
Abidi et al. Word spotting based retrieval of urdu handwritten documents

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20160622