外文翻譯--基于批處理灰度圖像的拼接方法COM組件技術(shù)_第1頁
外文翻譯--基于批處理灰度圖像的拼接方法COM組件技術(shù)_第2頁
外文翻譯--基于批處理灰度圖像的拼接方法COM組件技術(shù)_第3頁
外文翻譯--基于批處理灰度圖像的拼接方法COM組件技術(shù)_第4頁
外文翻譯--基于批處理灰度圖像的拼接方法COM組件技術(shù)_第5頁
已閱讀5頁,還剩2頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、附錄B 引用外文文獻(xiàn)及其譯文COM component technology based batch gray images mosaic methodAbstractIn this paper, we present a gray image mosaic component design method based on the vector rotating relax matching algorithm, which can handle batch images fast and with high quality. We compute the coordinate transfo

2、rmation matrix for full-scene image splicing by using the image matching algorithm. The algorithms matrix operation implementation is based on the COM component technology toolbox in Matlab 7.0. We apply both fuzzy human visual restriction conditions for splicing images and the multithread technolog

3、y in the VC development environment to improve the matching algorithm performance efficiency. The experiment part demonstrates the execution efficiency of the proposed method, which shows that it can meet the real-time demand of the batch gray image mosaic software system.Keywords: image mosaic; ima

4、ge registration; relaxation matching.1. IntroductionFull scene image software based on image splicing attracts great attention recently, such as Arc Soft Panorama Maker, Photoshop 8.0 etc. This software are often used to process image captured by the commercial camera or personal camera, which has h

5、igh image quality. However, that software is not suitable for the camera which is often used in high speed mode, complex and harsh shooting conditions, such as industrial cameras. The image quality and image fidelity captured by industrial cameras are not as good as those captured by the personal ca

6、mera or commercial camera, which more or less have different degrees of image distortion and reduce theaccuracy and stability of the automatic image mosaic algorithm(Liu, 2007).Because the main difficulty of image splicing lies on image registration, researchers put great attention on image registra

7、tion technology in the past decades, and have achieved significant research results (Kanazawa & Kanatani, 2004; Miranda-Luna, Daul, Blondel, Hernandez-Mier, Wolf and Guillemin, 2008; Zitová & Flusser, 2003). To improve the image registration accuracy, a large sum of matrix operations ar

8、e performed on the images, which is high computation cost, and reduces the efficiency of the image splicing software. This cannot Hence, these algorithms cannot extend to the realistic applications.Image registration algorithm based on vector rotating relax has been proven to be a precise and robust

9、 image matching algorithm (Wang, Hou, Cong, and Sun, 2010). However, in order to pursue the above two characteristics, this kind algorithm also involve many matrix operations, and the execution efficiency is not high. To overcome this bottleneck, in this paper, we proposed a method that uses multith

10、read technology to optimize the image registration matrix, and to execute concurrently, which can meet the real-time demanding of the image registration system.2. Related Theories2.1. Relax matching algorithm based on the vector rotatingWang, Hou, Cong, and Sun (2010) proposed the relax matching alg

11、orithm based on the vector rotating, and the main idea is as follows: First, evaluate the two pairs of initial matching corner points extracted from two images; Second, involve another pair of corner points, and if the vector rotation angles of the this pair corners and that of the initial pairs of

12、corners are very similar, support degree of this pair corner points and the two initial pairs of corner points is high. If the sum the support degree of pairs of corner points, which are constituted by one corner point with all other points, this corner point is wrong, and we can delete it. We repea

13、t this process until all selected corner points meet the above conditions.2.2. Fuzzy human visual restriction conditionsWe can extract three main visual restriction conditions for the images to be spliced, from the vector rotating relax matching algorithm.1. Proportional band of the overlap parts be

14、tween images2. The similarity of the grey level or the threshold between the images.3. Subjective visual image distortion degree of the images.Because of the differences between the images in the real world, the above three conditions in the real image process project cannot be consistent exactly, a

15、lthough we can get approximate values based on analysis of plenty of image data. However, this strategy will reduce the execution efficiency of the system, which is not suitable for the real world applications. On this other hand, in many industrial conditions, there is some certain pattern for the

16、image sequences selected. For this kind of image sequences, the above three condition are usually applicable.2.3. Software designation for the fast image registrationThe image registration algorithm in Sec. 2.1 contains three main steps: Firstly, extract Harris corner point matrix for the two images

17、 to be spliced; secondly, initial circular projection matching; thirdly, relax optimization matching. The computing process of the three steps is corresponding to the above three conditions. Hence, we can improve the execution efficiency of the algorithm and the robustness of the system by reasonabl

18、y using these fuzzy visual restriction conditions.The flowchart of the image registration algorithm proposed in Sec. 2.1 is shown in Fig.1 (a). We can see from Fig.1 (a) that, there is no relevance between Step 1 and Step 2, and every individual extraction is based on the whole image. This will prod

19、uce plenty of useless corner points, which are a waste of time and will cause interference for the initial matching. For the corner point matrixes selected from Step 3 and Step 5, there is relevance, but there is no relevance for the corner points within the matrix. Hence, the computation of grey si

20、milarity of the corner points and that of the support degree summation of the optimization selection algorithm can be executed concurrently.Fig.1 (a) Flowchart of the image registration algorithm; (b) Software implementation of the image registration algorithmThe flowchart of the software for the im

21、age registration proposed in Sec. 2.1 is shown in Fig.1 (b). Fig.1 (b) shows that, the computation time of Step 1 and Step 2 can be overlap, and the corner points searching from the un-overlap area can be avoided based on the restriction condition 1, which can improve the efficiency of the feature p

22、oints searching algorithm, and the accuracy of the initial matching. Step 3 divides the corner point matrix got from Step 1 based on columns of the matrix. In this paper, we divide it into 4 blocks based on the height of the simulation image (1280×1024). All the corner point matrix blocks compu

23、te the grey similarity concurrently, and select the initial corner point matching pairs based on the restriction condition 2. Step 6 clones the initial matching pair position coordinate set of the first image to be spliced got from Step 5 set into 4, and each set will be relax matching optimization

24、selected based on the following strategy.Let the elements of the set be n, and the elements of the set x (x=1, 2, 3), the initial matching pairs position coordinates of which need to be selected based relax matching optimization algorithm, belong to the region: (x-1)×n/4-n/4×x, and that of

25、 the set 4 belongs to 3×n/4-n.Through this way, each set just needs to keep one best corner points matching pair, and also, in the next image splicing step, the corner point matching pairs of SVD coordinate transformation can cover the whole image in the image space. In addition, this method ca

26、n guarantee the coordinate transformation of image splicing matrix to be accurate. Based on the restriction condition 3, users can set the image distortion tolerance degree values themselves through fuzzy visual feelings, which can improve the robustness of the system significantly.3. Simulation Res

27、ultsIn this paper, the pair of images to splice is randomly selected from the Heilongjiang Province highway concrete pavement splicing samples. These samples are captured by an automatic road detection vehicle, which runs at the speed of 70km/h. This size of the image is 1280×1024. Concrete pav

28、ement for reference is shown in Fig. 2 (a), and concrete pavement to be registered is shown in Fig. 2 (b).Fig.2 (a) Concrete pavement for reference; (b) Concrete pavement to be registeredFrom table 1 we can see that, under the above experimental settings, the proposed algorithm can finish the image

29、registration in about an average 20s, which is acceptable for the customers. Another convincing point is that the multithread technology can make full use of the CUP resource. As the multi core CUP is on a daily broadening scale, multithread technology which executes data operation concurrently will

30、 be the trend. The execution efficiency of the image splicing algorithm based on multithread technology will continue to improve as the continuous upgrade of CUP technology.4. ConclusionIn this paper, we proposed a COM component design method for a multithread based image splicing algorithm. This me

31、thod increases the stability of the splicing system by involving fuzzy visual restriction conditions and, in some degrees, optimizes the algorithm structure and increases the execution efficiency of the algorithm. The proposed method is valuable to promote for real industrial full-scene image splici

32、ng.基于批處理灰度圖像的拼接方法COM組件技術(shù)摘要在本文中,我們提出了一種以矢量旋轉(zhuǎn)的松弛匹配算法為根據(jù)的灰度圖像拼接構(gòu)件設(shè)計方法,可以快速地、高效地處理批處理圖像。我們利用圖像匹配算法來計算全景圖像拼接的坐標(biāo)變換矩陣。該算法的矩陣運算的實現(xiàn)是基于Matlab 7 當(dāng)中的COM組件技術(shù)工具箱。我們應(yīng)用模糊的視覺限制條件進(jìn)行拼接圖像,在VC開發(fā)環(huán)境下利用多線程技術(shù)提高匹配算法的效率。實驗完全證實了所提出方法的執(zhí)行效率,表明它能滿足批量的灰度圖像拼接軟件系統(tǒng)實時性的要求。關(guān)鍵詞:圖像拼接;圖像配準(zhǔn);松弛匹配。1.引言近年來,基于圖像拼接的全景圖像軟件受到了極大的關(guān)注,如虹軟全景圖像拼接大師、PS

33、圖像處理軟件 8.0 等。這些軟件經(jīng)常被用來處理具有高質(zhì)量的商業(yè)相機或個人相機拍攝的圖像。然而,這些軟件并不適合經(jīng)常用于高速模式、復(fù)雜和惡劣的拍攝條件的相機,如工業(yè)相機。由工業(yè)攝像機拍攝的圖像質(zhì)量和圖像保真度沒有那些由個人或商業(yè)相機拍攝的那樣好,這或多或少會降低圖像自動拼接的準(zhǔn)確性和穩(wěn)定性。由于圖像拼接的主要困難是圖像配準(zhǔn),因此在過去的幾十年,研究者特別重視圖像配準(zhǔn)技術(shù),并取得了顯著的研究成果。為了提高圖像配準(zhǔn)的精度,大量的矩陣運算應(yīng)用于圖像,這需要很高的計算成本,降低了圖像拼接軟件的效率。還不僅如此,這些算法不能擴展到現(xiàn)實中。基于矢量旋轉(zhuǎn)的松弛的圖像配準(zhǔn)算法已被證明是準(zhǔn)確和魯棒性的圖像匹配算

34、法。然而,為了追求上述兩個特點,這種算法還涉及到很多的矩陣運算,且執(zhí)行效率不高。為了克服這一瓶頸,在本文中,我們提出了一種利用多線程技術(shù)來優(yōu)化圖像配準(zhǔn)矩陣的方法,可以滿足圖像配準(zhǔn)系統(tǒng)的實時性的要求。2.相關(guān)理論2.1 基于矢量旋轉(zhuǎn)的松弛匹配算法Wang,Hou,Cong and Sun提出了基于矢量旋轉(zhuǎn)的松弛匹配算法,其主要思想是:首先,評價兩組從兩幅圖像中提取的初始角點;第二,如果這兩組角點的向量旋轉(zhuǎn)角度非常相似,那么這兩組角點的相似度就很高。如果這對角點和其他角點都相似,那這個點就是錯誤的,我們可以刪除它。我們重復(fù)這個過程,知道所選定的角點都滿足上述條件。2.2 模糊的視覺限制條件我們可以從矢量旋轉(zhuǎn)松弛匹配算法中為待拼接圖像提取三個主要視覺限制條件。1. 圖像之間的重疊部分的比例帶。2. 圖像之間的閥值和灰度級的相似度。3. 圖像的主觀視覺圖像的失真度。雖然我們可以通過大量的圖像數(shù)據(jù)的分析獲得近似值,但因在現(xiàn)實世界圖像之間的差異,在實際的圖像處理中,上面三個條件不能夠準(zhǔn)確一致。然而,這種策略會降低系統(tǒng)的執(zhí)行效率,這是不適合在現(xiàn)實世界中應(yīng)用的。在另一方面,在許多工業(yè)的情況下,可以選擇一些特

溫馨提示

  • 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)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論