版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、附件1:外文資料翻譯譯文建立一個自動車輛車牌識別系統(tǒng)車輛由于數(shù)量龐大的抽象,現(xiàn)代化的城市要建立有效的交通自動系統(tǒng)管理和調(diào)度。最有用的系統(tǒng)之一是車輛車牌(心室晚電位)辨識系統(tǒng),它能自動捕獲車輛圖像和閱讀這些板塊的號碼在本文中,我們提出一個自動心室晚電位識別系統(tǒng),iseecarrecognizer,閱讀越南樣顆粒在交通費的注冊號碼。我們的系統(tǒng)包括三個主要模塊:心室晚電位檢測,板數(shù)分割和車牌號碼識別。在心室晚電位檢測模塊,我們提出一個有效的邊界線為基礎(chǔ)hough變換相結(jié)合的方法和輪廓算法。該方法優(yōu)化速度和準(zhǔn)確性處理圖像取自不同職位。然后,我們使用水平和垂直投影的車牌號碼分開心室晚電位分段模塊.最后,
2、每個車牌號碼將被ocr的識別模塊實現(xiàn)了由隱馬爾可夫模型。該系統(tǒng)在兩個形象評價實證套并證明其有效性是適用于實際交通收費系統(tǒng)。該系統(tǒng)也可適用于輕微改變一些其他類型的病毒樣顆粒。一.導(dǎo)言心室晚電位識別的問題是一個非常有趣,但 困難的一個問題.這在許多交通管理系統(tǒng)中是非常有用的.心室晚電位識別需要一些復(fù)雜的任務(wù),如心室晚電位檢測,分割和承認(rèn)。這些任務(wù)變得更加復(fù)雜時,處理各種傾斜角度拍攝的圖像或板噪音板的圖像。由于此問題通常是在實時系統(tǒng)中使用,它不僅需要準(zhǔn)確性,而且要效率。大多數(shù)心室晚電位識別應(yīng)用通過建立減少一些復(fù)雜的約束的位置和距離相機(jī)車輛,傾斜角度。通過這種方式,心室晚電位識別率識別系統(tǒng)已得到明顯改
3、善.在此外,我們可以更準(zhǔn)確地獲得通過一些具體的當(dāng)?shù)貥宇w粒的功能,如字符數(shù),行數(shù)在一板,或板的背景顏色或的寬度比為一板高.二.相關(guān)工作心室晚電位的自動識別問題在20世紀(jì)90年代開始就有研究。第一種方法是基于特征的邊界線。首次輸入圖像處理,以豐富的邊界線的一些信息如梯度算法過濾器,導(dǎo)致在一邊緣圖像。這張照片是二值化處理,然后用某些算法,如hough變換,檢測線。最終,2平行線視為板候選人4 5。另一種方法是基于形態(tài)學(xué)2。這種方法側(cè)重于一些板塊圖像性質(zhì)如亮度,對稱,角度等.由于這些特性,這種方法可以檢測出圖像中的某些相似的性質(zhì)和找到車牌區(qū)域的位置。第三種方法是基于紋理3。在這種方法中,一個心室晚電位
4、被認(rèn)為是一個對象和不同的紋理幀。大小不同的紋理窗框用于檢測板的候選人。每個人獲得通過一個分類,以確認(rèn)它是否是一個盤子或沒有。這常用的方法是尋找圖像中的文字任務(wù)。此外,已經(jīng)出現(xiàn)了一些其他有關(guān)這個問題的方法上注重檢測心室晚電位在視頻數(shù)據(jù)。三.擬議的系統(tǒng)我們的系統(tǒng),iseecarrecognizer,由四個模塊:前處理,心室晚電位檢測,字符分割,和光學(xué)字符識別(ocr),在其中最后三個模塊處理三個主要問題一個心室晚電位識別域。是vlp檢測模塊接收到的圖像有被處理的預(yù)處理模塊 -第一個輸入該系統(tǒng)的模塊。這個模塊的結(jié)果圖像發(fā)送到分段模塊。分割段模塊板的圖像,成為獨立的characterimages。這些
5、字符的圖像,然后認(rèn)可光學(xué)字符識別模塊和最終結(jié)果是ascii字符和板塊中的數(shù)字。1.預(yù)處理從相機(jī)拍攝的圖像進(jìn)行處理的預(yù)處理模塊。本模塊的目的是豐富的邊緣特征。由于我們的檢測方法在邊界上的基地功能,它可以改善成功率的心室晚電位檢測模塊。該算法在此模塊順序使用的老齡化,規(guī)范化和直方圖均衡。在得到一個灰階圖片中,我們使用過濾器來提取索貝爾邊緣圖像,然后以一個二進(jìn)制閾值的一個圖像。我們用于局部自適應(yīng)閾值算法二值化的一步。特別是,我們發(fā)展一種基于動態(tài)規(guī)劃,優(yōu)化其速度,使其適用于實時應(yīng)用1。圖像的結(jié)果被用作心室晚電位檢測模塊的輸入。2.心室晚電位檢測算法在邊界為基礎(chǔ)的方法,最重要的步驟是檢測邊界線。最有效的
6、算法之一是hough變換申請?zhí)崛〉亩M(jìn)制映像線從對象的圖像。然后我們找兩平行線,其包含的區(qū)域被認(rèn)為platecandidates。然而,這種方法的缺點是,霍夫變換的執(zhí)行時間需要太多多的運算時,被應(yīng)用到一個二進(jìn)制圖像與大量的像素。特別是,較大的圖像慢的算法。該算法的速度可能會通過細(xì)化圖像改進(jìn),然后再應(yīng)用霍夫變換。然而,細(xì)化算法也慢。這種限制使這種方法不適合實時交通管理系統(tǒng)。該算法在本系統(tǒng)中我們采用的是組合hough變換的算法和輪廓產(chǎn)生更高的精度和更快的速度,它可以適用于實時系統(tǒng)。1)結(jié)合hough變換和輪廓算法心室晚電位檢測我們的做法是:從提取的邊緣圖片中,我們使用封閉的輪廓檢測算法邊界的對象。
7、這些輪廓線改造到霍夫協(xié)調(diào),找到兩個平行線互動(2 -平行線之一成立回另兩平行線并建立一個平行四邊形表對象)是作為板候選人考慮。由于有相當(dāng)少(黑)在等高線的像素,轉(zhuǎn)化這些需要協(xié)調(diào)霍夫點少得多計算。因此,該算法的速度提高沒有明顯的精度損失。然而,有些板塊可能會覆蓋眼鏡或裝飾燈。這些對象還可能有形狀兩個相互作用二平行線,因此是錯誤地檢測為板候選人。要拒絕這樣不正確的候選人,我們評估一個模塊的實施無論候選人是板或沒有。2)板考生核查從兩個候選人的水平線,我們可以如何準(zhǔn)確地計算出它從水平傾斜坐標(biāo)。然后,我們應(yīng)用旋轉(zhuǎn)轉(zhuǎn)換調(diào)整它為平角。經(jīng)過處理,這些標(biāo)準(zhǔn)二進(jìn)制板候選區(qū)域被傳遞給一個號碼啟發(fā)式檢測和評估算法。
8、我們的評價板候選人在兩個算法基地主要步驟,分別采取。這兩個步驟是:(1)評價之間的高度和寬度的比例候選人,(2)使用水平橫切來計算數(shù)切入候選人的對象。我們只選擇了檢查和候選人有寬度與高度之比滿足預(yù)先定義約束:minwhratio寬/高maxwhratio既然有兩種主要類型的越南板:1 -行和2行,我們有兩個充足兩種類型的限制。3.5寬/高4.5一排板候選人0.8寬/高1.4二排板候選人。這些候選人是滿足了上述兩個一約束選擇,并傳遞到下一個評估。利用水平評價橫切。在這個階段,我們使用兩個水平削減和再算上該由這些橫切削減對象的數(shù)量。一候選人將被視為一個盤子,如果數(shù)量的減少選擇對象為每個板塊在一定范
9、圍內(nèi)適當(dāng)通過實驗類型。這個數(shù)字必須在數(shù)量大致范圍在一類病毒顆粒的字符,我們有兩個合適的約束兩個越南板類型:預(yù)處理ocr的分割拍攝的圖像心室晚電位檢測從相機(jī)許可證帕泰字符:418排板候選人72n時排板候選人16與n是禁對象的數(shù)量。候選人是滿足了上述兩個約束選定為最終結(jié)果。在我們的制度,我們實施的1 /3兩hoziontal削減和2 / 3的板候選人的高度。平均的數(shù)目切對象將被計算。這種評估有助于確定正確的板候選人。(3).分割要正確認(rèn)識字,我們要一車牌圖像二值圖像的設(shè)置只包含一車牌字符。這些形象將被傳遞到對于ocr的識別模塊。這個任務(wù)常見的算法是運用預(yù)測。然而,在一些情況下,無法正常工作。我們現(xiàn)
10、在將描述我們在分割方法添加一些增強(qiáng)此方法。我們用一個水平投影檢測和部分行排在二板。因為二進(jìn)制圖像進(jìn)行了調(diào)整板他們的傾斜角度為零,分割結(jié)果的行幾乎是完美的。與最低值的位置水平投影是啟動或在最后一排板。不同形式的行分割,字符分割更為困難,因為許多原因,如卡字符,螺絲,和泥覆蓋板。這些噪音事情的原因使用的字符分割算法垂直投影,有一些錯誤。在一些最嚴(yán)重的圖像質(zhì)量差板的情況下,一個字符可以分割成兩部分。我們應(yīng)用的若干制約因素比到一個字符的寬度高度。我們尋求的最低值在垂直 投影,只有這給削減最低位置 件滿足所有預(yù)定義的限制被認(rèn)為是 字符分割點。通過此增強(qiáng),我們在這項任務(wù)中取得了較好的效果。經(jīng)過這一步,我們
11、有一個人物候選人名單。并不是所有的考生實際上是人物形象。到那時,我們可以重新評估候選人是否板是一盤或不檢查的字符數(shù)候選人。在越南,一盤只包含7或8字符。最后一盤的候選人,連同與他們的字符列表傳遞到ocr模塊負(fù)責(zé)確認(rèn)。(4).用于光學(xué)字符識別隱馬爾可夫模型在這個系統(tǒng)中,我們使用的字符的hmm模型承認(rèn)。我們的特點,在此模型中使用的在窗口中的比例前景像素。我們使用的9 9大小的窗口,這個掃描在圖像窗口中,從左至右,從上到下這些窗口可以由兩個互相重疊三分之二的大小。通過這種方式,我們有一個特征向量其中包括196值。在識別模塊,我們需要一個字符分類成一個形象的36個班(26個英文字母:甲,乙,丙.和10
12、個數(shù)字字符:0,1,2 .)。要培養(yǎng)我們的模型,我們使用的訓(xùn)練,是從圖像中提取套病毒樣顆粒。對每類樣本數(shù)約為60.these提取樣品圖像實時心室晚電位一點點的噪音,所以在良好的訓(xùn)練,該模型可以正是認(rèn)識到板的同類型的噪音。在最后一步,我們使用越南的一些具體規(guī)則病毒樣顆粒以提高準(zhǔn)確性。我們了解到,第三次在車牌字符必須是字母,四是有時信,但通常是一個數(shù)字,其他位置當(dāng)然是數(shù)字。四.實證評價我們的系統(tǒng)進(jìn)行了評價與越南兩個套車輛的車牌。圖像由索尼dc350數(shù)碼相機(jī),具有800x600像素大小,在不同地點和時間。我們使用microsoft visual c+ 6.0,運行惠普工作站x2000奔騰iv,1.4
13、千兆赫,512 mb的的ram,windows xp操作系統(tǒng)。五.結(jié)論和未來工作該系統(tǒng)運行良好的越南各類 心室晚電位的圖像,甚至抓傷,縮放板的圖像。在 此外,它可以處理多個板塊中的案件 相同的圖像,或不同類型的車輛,如摩托車 板,汽車板或車板。然而,它仍然有幾個 錯誤在處理劣質(zhì)板材。我們正在數(shù)的算法在預(yù)處理模塊。其目的是探測地區(qū)的第一盤地區(qū)可能,從而減少 計算成本的心室晚電位檢測算法。在 此外,我們打算結(jié)合的紋理為基礎(chǔ)的數(shù) 方法,和機(jī)器學(xué)習(xí)的方法來評價platecadidates。我們相信,這些將提高信息的準(zhǔn)確性和該算法的速度進(jìn)一步。索引詞:車載車牌識別,實時系統(tǒng),hough變換,輪廓算法。附
14、件2:外文原文(復(fù)印件)building an automatic vehicle license-platerecognition systemabstractdue to a huge number of vehicles, modern cities need to establish effectively automatic systems for traffic management and scheduling.one of the most useful systems is the vehicle license-plate (vlp) recognition system
15、which captures images of vehicles and read these plates registration numbers automatically.in this paper, we present an automatic vlp recognition system, iseecarrecognizer, to read vietnamese vlps registration numbers at traffic tolls.our system consists of three main modules: vlp detection, plate n
16、umber segmentation, and plate number recognition.in vlp detection module, we propose an efficient boundary line-based method combining the hough transform and contour algorithm.this method optimizes speed and accuracy in processing images taken from various positions. then, we use horizontal and ver
17、tical projection to separate plate numbers in vlp segmentation module.finally, each plate number will be recognized by ocr module implemented by hidden markov model.the system was evaluated in two empirical image sets and has proved its effectiveness (see section iv) which isapplicable in real traff
18、ic toll systems. the system can also be applied to some other types of vlps with minor changes.i. introductionthe problem of vlp recognition is a very interesting butdifficult one.it is very useful for many trafficmanagement systems.vlp recognition requires some complex tasks, such as vlp detection,
19、 segmentation and recognition.these tasks become more sophisticated when dealing with plate images taken in various inclined angles orplate images with noise.because this problem is usually used in real-time systems, it requires not only accuracy but also fast processing.most vlp recognition applica
20、tions reduce the complexity by establishing some constrains on the position and distance from the camera to vehicles, and the inclined angles.by that way, the recognition rate of vlp recognition systems has been improved significantly.in addition, we can gain more accuracy by using some specific fea
21、tures of local vlps, such as the number of characters, thenumber of rows in a plate, or colors of plate background, or the ratio of width to height of a plate .ii. related workthe problem of automatic vlp recognition has beenstudied since 1990s.the first approach was based on characteristics of boun
22、dary lines.the input image was first processed to enrich boundary lines information by some algorithms such as the gradient filter, and resulted in an edging image.this image was binarized and then processed by certain algorithms, such as hough transform, to detect lines.eventually, couples of 2-par
23、allel lines were considered as a plate-candidate 45.another approach was morphology-based 2.this approach focuses on some properties of plate images such as their brightness,symmetry, angles, etc.due to these properties, this methodcan detect the similar properties in a certain image and locate the
24、position of license plate regions.the third approach was texture-based 3.in this approach, a vlp was considered as an object with different textures and frames.the texture window frames of different sizes wereused to detect plate-candidates.each candidate was passed to a classifier to confirm whethe
25、r it is a plate or not.this approach was commonly used in finding text in images tasks.in addition, there have been a number of other methods relating to this problem focusing on detecting vlp in video data.iii. the proposed systemour system, iseecarrecognizer, consists of fourmodules: pre-processin
26、g, vlp detection, charactersegmentation, and optical character recognition (ocr), in which the last three modules deal with three main problems of a vlp recognition domain.the vlp detection module receives images which have been processed by the preprocessing module the first input module of this sy
27、stem.the resulted images of this module are sent to the segmentation module.the segmentationmodule segments plate-images into separate characterimages.these character-images are then recognized by the ocr module and the final results are ascii characters andnumbers in plates.a. preprocessingimages t
28、aken from camera were processed by the preprocessing module.the purpose of this module was to enrich the edge features.because our detection method bases on the boundary features, it will improve the successful rate of the vlp detection module.the algorithms sequentially used in this module are gray
29、ing, normalizing and histogram equalization.after having obtained a greyscale image, we use sobel filters to extract the edging image, and then thresholds the image to a binary one.we used the local adaptive thresholding algorithm for the binarization step.especially, we develop an algorithm basedon
30、 dynamic programming to optimize its speed and make it suitable to real-time applications 1.the resulted images are used as inputs for the vlp detection module.b. vlp detection algorithmin boundary-based approach, the most important step is to detect boundary lines.one of most efficient algorithms i
31、s hough transform applying to the binary image to extract lines from object-images.then we look for two parallel lines, whose the contained region is considered platecandidates.however, the drawback of this approach is that the execution time of the hough transform requires too much computation when
32、 being applied to a binary image with great number of pixels.especially, the larger image theslower the algorithm is. the speed of the algorithm may beimproved by thinning image before applying the houghtransform.nevertheless, the thinning algorithm is also slow. this limitation makes the approach u
33、nsuitable for real timetraffic management systems.the algorithm we used in this system is the combination of the hough transform and contour algorithm which produces higher accuracy and faster speed so that it can be applied to real time systems.1) combine hough transform and contour algorithm for d
34、etecting vlpour approach is as follows: from the extracted edging image, we use the contour algorithm to detect closed boundaries of objects.considered as a plate-candidate.since there are quite few(black) pixels in the contour lines, the transformation ofthese points to hough coordinate required mu
35、ch lesscomputation. hence, the speed of the algorithm is improved significantly without the loss of accuracy .however, some plates may be covered by glasses ordecorated with headlights.these objects may also have the shape of two interacted 2-parallel lines, and therefore, arealso falsely detected a
36、s plate-candidates. to reject suchincorrect candidates, we implement a module for evaluating whether a candidate is a plate or not.2) plate-candidates verificationfrom the two horizontal lines of a candidate, we can calculate exactly how inclined it was from horizontal coordinate. then we apply a ro
37、tate transformation to adjust it to straight angle. after processed, these straight binaryplate-candidate regions were passed to a number ofheuristics and algorithms for evaluating.our evaluating plate-candidates algorithm bases on twomain steps, which are taken respectively. the two steps are:(a) e
38、valuate the ratios between the heights and the widths of the candidates, (b) use horizontal crosscuts to count the number of cut-objects in the candidates.in this stage, we check and only select out candidates that have the ratios of width to height satisfying pre-defined constraint: minwhratio w/h
39、maxwhratiosince there are two main types of vietnamese plates: 1-row and 2-row , we have two adequate constraints for two types.3.5 w/h 4.5 with 1-row plate-candidates0.8 w/h 1.4 with 2-row plate-candidatesthose candidates which satisfied one of the two aboveconstraints are selected and passed to th
40、e nextevaluation.evaluate by using horizontal crosscutsin this stage, we use two horizontal cuts and then count the number of objects that are cut by these crosscuts.a candidate will be considered as a plate if the number of cut objects is in the given range chosen suitably for each plate type by ex
41、periments .this number must be in the approximate range of the number of characters in a vlp, we have two appropriate constraints for two types of vietnamese plates:preprocessing ocr segmentation.images taken vlp detection from camera license-patecharacters:4 n 8 with 1-row plate-candidates7 n 16 wi
42、th 2-row plate-candidateswith n is the number of cut-objects.the candidates that satisfied one of the two above constraints are selected as the final result.in our system, we implemented two hoziontal cuts at 1/3and 2/3 of plate-candidates height. the average of number of cut objects will be calcula
43、ted. this evaluation helps to identify the correct plate-candidates.c. segmentationto correctly recognize characters, we have to segment a binary plate image to set of images which only contain one license character. these character images will be passed to the ocr module for recognizing. the common
44、 algorithm for this task is applying projections. however, in some cases, it does not work correctly. we will now describe our approach in segmentation by adding some enhancements to this method.we use a horizontal projection to detect and segment rows in 2 row plates. because binary plate images we
45、re adjustedtheir inclined angles to zero, the result of row segmentation is nearly perfect. the positions with minimum values of horizontal projection are the start or the end of a row in plate.different form row segmentation, character segmentation is more difficult due to many reasons such as stuc
46、k characters, screws, and mud covered in plates. these noise things cause the character segmentation algorithm using vertical projection to have some mistakes. in some worst cases of bad quality plate images, a character can be segmented into two pieces.we apply several constraints ofratio of the he
47、ight to the width of a character.we search for the minimum values in the vertical projection and only the minimum positions which give cut pieces satisfied all predefined constraints are considered as the points for character segmentation. by this enhancement,we have achieved better results in this
48、task. after this step,we have a list of character candidates. not all of the candidates are actually images of characters.by that time, we can re-evaluate whether a plate candidate is a plate or not by checking the number of characters of candidates. in vietnam, a plate contains only 7 or 8 characte
49、rs . the final plate candidates, together with their list of characters are passed to the ocr module for recognizing.d. hidden markov model for ocrin this system, we use the hmm model for characterrecognition. the features which we used in this model are the ratio of foreground pixels in a window.we
50、 use a window with the size of 99, and scan this window in the image from left to right and top to bottom these windows can overlap each other by two thirds of their size. by this way, we have a feature vector which includes 196 values.in the recognition module, we need to classify a character image into one of 36 classes (26 alphabet letters: a, b, cand 10 numeric characters: 0, 1, 2).to train our model, we use training sets which were extracted f
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年度影視演員經(jīng)紀(jì)服務(wù)與勞動合同
- 二零二五版木工行業(yè)綠色生產(chǎn)標(biāo)準(zhǔn)合同4篇
- 二零二五年度運輸合同延誤糾紛處理范本
- 2025年度農(nóng)產(chǎn)品運輸安全協(xié)議書
- 二零二五年度照明設(shè)備銷售代理服務(wù)合同
- 2025年度貨車?yán)\建筑材料運輸合同
- 2025年度美容行業(yè)員工勞動合同范本與要點分析
- 2025年度診所租賃合同涵蓋診所員工住宿及福利待遇
- 2025年度精裝修住宅購房定金協(xié)議
- 2025年度股權(quán)合作協(xié)議書:現(xiàn)代農(nóng)業(yè)智能裝備股權(quán)合資與推廣
- 《大學(xué)生職業(yè)發(fā)展與就業(yè)指導(dǎo)》課程標(biāo)準(zhǔn)
- 第23課《出師表》課件(共56張)
- GB/T 3953-2024電工圓銅線
- 發(fā)電機(jī)停電故障應(yīng)急預(yù)案
- 接電的施工方案
- 常用藥物作用及副作用課件
- 幼兒阿拉伯?dāng)?shù)字描紅(0-100)打印版
- 社會組織等級評估報告模板
- GB/T 12173-2008礦用一般型電氣設(shè)備
- 新媒體研究方法教學(xué)ppt課件(完整版)
- 2020新版?zhèn)€人征信報告模板
評論
0/150
提交評論