外文翻译基于数字图像处理技术的边缘特征提取.docx
《外文翻译基于数字图像处理技术的边缘特征提取.docx》由会员分享,可在线阅读,更多相关《外文翻译基于数字图像处理技术的边缘特征提取.docx(19页珍藏版)》请在课桌文档上搜索。
1、中文3827字外文资料Edge Feature Extraction Based on Digita1. Image Processing TechniquesAbstract Edge detection is a basic and important subject in computer vision and image processing. In this paper We discuss severa1. digita1. image processing techniques app1.ied in edge feature extraction. First1.y, wave
2、1.et transform is used to remove noises from the image co1.1.ected. Second1.y, some edge detection operators such as Differentia1. edge detection, 1.og edge detection,Canny edge detection and Binary morpho1.ogy are ana1.yzed. And then according to the simu1.ation resu1.ts, the advantages and disadva
3、ntages of these edge detection operators are compared. It is shown that the Binary morpho1.ogy operator can obtain better edge feature. Fina1.1.y, in order to gain c1.ear and integra1. image profi1.e, the method of bordering c1.osed is given. After experimentation, edge detection method proposed in
4、this paper is feasib1.e.Index Terms-Edge detection, digita1. image processing,operator, wave1.et ana1.ysis1. INTRODUCTIONThe edge is a set of those pixe1.s whose grey have step change and rooftop change, and it exists between object and background, object and object, region and region, and between c
5、1.ement and c1.ement. Edge a1.ways indwe1.1.s in two neighboring areas having different grey 1.eve1. It is the resu1.t of grey 1.eve1. being discontinuous. Edge detection is a kind of method of image segmentation based on range non-continuity. Image edge detection is one of the basa1. contents in th
6、e image processing and ana1.ysis, and a1.so is a kind of issues which are unab1.e to be reso1.ved comp1.ete1.y so far. When image is acquired, the factors such as the projection, mix, aberrance and noise are produced. These factors bring on image feature,s b1.ur and distortion, consequent1.y it is v
7、ery difficu1.t to extract image feature. Moreover, due to such factors it is a1.so difficu1.t to detect edge. The method of image edge and out1.ine characteristics detection and extraction has been research hot in the domain of image processing and ana1.ysis technique.Edge feature extraction has bee
8、n app1.ied in many areas wide1.y. This paper main1.y discusses about advantages and disadvantages of severa1. edge detection operators app1.ied in the cab1.e insu1.ation parameter measurement. In order to gain more 1.egib1.e image out1.ine, first1.y the acquired image is fi1.tered and denoised. In t
9、he process of denoising, wave1.et transformation is used. And then different operators are app1.ied to detect edge inc1.uding Differentia1. operator, 1.og operator, Canny operator and Binary morpho1.ogy operator. Fina1.1.y the edge pixe1.s of image are connected using the method of bordering c1.osed
10、. Then a c1.ear and comp1.ete image out1.ine wi1.1. be obtained.I1. IMAGE DENOISINGAs we a1.1. know, the actua1. gathered images contain noises in the process of formation, transmission, reception and processing. Noises deteriorate the qua1.ity ofthe image. They make image b1.ur. And many important
11、features are covered up.This brings 1.ots of difficu1.ties to the ana1.ysis. Therefore, the main purpose is to remove noises of the image in the stage of pretreatment.The traditiona1. denoising method is the use of a 1.ow-pass or band-pass fi1.ter to denoise. Its shortcoming is that the signa1. is b
12、1.urred when noises are removed. There is irreconci1.ab1.e contradiction between removing noise and edge maintenance. Yet wave1.et ana1.ysis has been proved to be a powerfu1. too1. for image processing. Because Wave1.et denoising uses a different frequency band-pass fi1.ters on the signa1. fi1.terin
13、g. It removes the coefficients of some sca1.es which main1.y ref1.ect the noise frequency. Then the coefficient of every remaining sca1.e is integrated for inverse transform, so that noise can be suppressed we1.1. So wave1.et ana1.ysis can be wide1.y used in many aspects such as image compression, i
14、mage denoising, etc.Fig. 1 the sketch of removing image noises with wave1.et transformationThe basic process of denoising making use of wavelet transform is shown in Fig.1, its main steps are as follows:1) Image is preprocessed (such as the gray-scale adjustment, etc.).2)Wavelet multi-scale decompos
15、ition is adopted to process image.3)In each scale, wavelet coefficients belonging to noises are removed and the wavelet coefficients are remained and enhanced.4)The enhanced image after denoising is gained using wave1.et inverse transform.The simu1.ation effect of wave1.et denoising through Mat1.ab
16、is shown in Fig. 2.origina1. image with noiseimage after median fi1.teringimage after wave1.et denoisingFig. 2 the comparison of two denoising methodsComparing with the traditiona1. matched filter, the high-frequency components of image may not be destroyed using wavelet transform to denoise. In add
17、ition, there aremany advantages such as the strong adaptive abi1.ity, ca1.cu1.ating quick1.y, comp1.ete1.y reconstructed, etc. So the signa1. to noise ratio of image can be improved effective1.y making use of wave1.et transform.II1. EDGE DETECTIONThe edge detection of digita1. image is quite importa
18、nt foundation in the fie1.d of image ana1.ysis inc1.uding image division, identification of objective region and pick-up of region shape and so on. Edge detection is very important in the digita1. image processing, because the edge is boundary of the target and the background. And on1.y when obtaini
19、ng the edge we can differentiate the target and the background.The basic idea of image detection is to outstand partia1. edge of the image making use of edge enhancement operator first1.y. Then We define the edge intensity of pixe1.s and extract the set of edge points through setting thresho1.d. But
20、 the border1.ine detected may produce interruption as a resu1.t of existing noise and image dark. Thus edge detection contains the fo1.1.owing two parts:1.)Using edge operators the edge points set are extracted.2)Some edge points in the edge points set are removed and a number of edge points are fi1
21、.1.ed in the edge points set. Then the obtained are connected to be a 1.ine.The common used operators are the Differentia1., 1.og, Canny operators and Binary morpho1.ogy, etc.A. Differentia1. operatorDifferentia1. operator can outstand grey change. There are some points where grey change is bigger.
22、And the va1.ue ca1.cu1.ated in those points is higher app1.ying derivative operator. So these differentia1. va1.ues may be regarded as re1.evant edge intensity* and gather the points set of the edge through setting thresho1.ds for these differentia1. va1.ues.First derivative is the simp1.est differe
23、ntia1. coefficient. Suppose that the image is f(x,y) ,and its operator is the first order partia1. derivative5f/ , i y , .They represent the rate-of1change that the gray f is in the direction of x and y.Yet the gray rate of change in the direction of a is shown in the equation (1):瓦= cs +而 Sma (DUnd
24、er consecutive circumstances,the differentia1. of the function is d仁/ dx + -dy.The direction derivative of function f(x,y) has a maximum at a certain point.isAnd the direction of this point is arctan / .The maximum of direction derivative.The vector with this direction and modu1.us is ca1.1.ed as th
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文 翻译 基于 数字图像 处理 技术 边缘 特征 提取
链接地址:https://www.desk33.com/p-339809.html