morphological image processing in biomedical application

上传人:无*** 文档编号:41378704 上传时间:2021-11-20 格式:DOC 页数:6 大小:299.50KB
收藏 版权申诉 举报 下载
morphological image processing in biomedical application_第1页
第1页 / 共6页
morphological image processing in biomedical application_第2页
第2页 / 共6页
morphological image processing in biomedical application_第3页
第3页 / 共6页
资源描述:

《morphological image processing in biomedical application》由会员分享,可在线阅读,更多相关《morphological image processing in biomedical application(6页珍藏版)》请在装配图网上搜索。

1、AN APPLICATION OF MORPHOLOGICAL IMAGE PROCESSING TO FORENSICSABSTRACTMorphological Image Processing is an important tool in the Digital Image processing, since that science can rigorously quantify many aspects of the geometrical structure of the way that agrees with the human intuition and perceptio

2、n. Morphologic image processing technology is based on geometry. It emphasizes on studying geometry structure of image. We can find relationship between each part of imageWhen processing image with morphological theory. Accordingly we can comprehend the structural character of image in the morpholog

3、ical approach an image is analyzed in terms of some predetermined geometric shape known as structuring element. Morphological processing is capable of removing noise and clutter as well as the ability to edit an image based on the size and shape of the objects of interest. Morphological Image Proces

4、sing is used in the place of a Linear Image Processing, because it sometimes distort the underlying geometric form of an image, but in Morphological image Processing, the information of the image is not lost.In the Morphological Image Processing the original image can be reconstructed by using Dilat

5、ion, Erosion, Opening and Closing operations for a finite no of times.The major objective of this paper is to reconstruct the class of such finite length Morphological Image Processing tool in a suitable mathematical structure using Java language.The Morphological Image Processing is implemented and

6、 successfully tested in FORENSICS: Fingerprint Enhancement and reduction of noise in finger print images.INTRODUCTIONThe Morphological image processing is generally based on the analysis of a two valued image in terms of certain predetermined geometric shape known as structuring element. The term mo

7、rphology refers to the branch of biology that deals with the form and structure of animals and plants. A very well suited approach for extracting significant features from images that are useful in the representation and description of region shapes is morphological (shape-based) processing. Morphol

8、ogical processing refers to certain operations where an object is Hit or Fit with structuring elements and thereby reduced to a more revealing shape. These structuring elements are shape primitives which are developed to represent some aspect of the information or the noise. By applying these struct

9、uring elements to the data using different algebraic combinations, one performs morphological transformations on the data.The Morphological Image Processing operations are applied for binary images inv FORENSICS: Fingerprint Enhancement and reduction of noise in finger print images. Employment of fi

10、ngerprints as evidence of crime has been one of the most important utilities in forensics, since the date 19th century. Where there are no witness to a certain crime, finger prints can be very useful in determining the offenders. The impressions left on the surface are called latent fingerprints, an

11、d caused by the ridges on the skin. In most cases, they are incomplete and degraded. The individual features that uniquely identify a fingerprint are called minutiae. Thus, the basic ridge pattern together with the minutiae and their location on the finger print pattern uniquely identify a fingerpri

12、nt.The Morphological Image Processing will enhance the degraded noisy and / or incomplete latent fingerprints. Image enhancement and restoration procedures are used to process degraded images of unrecoverable objects or experimental results too expensive to duplicate. FITTING AND HITTINGThe Structur

13、ing Element is positioned at all positions or possible locations in the Binary Image and it is compared with the corresponding neighborhood of pixels.The morphological operation resembles a Binary correction. Where the operation is logical than arithmetic in nature.Ex.: Suppose we have two 3 * 3 str

14、ucturing elements111010S1 = 111S 2 =111111010In a given image A, B, C are the three positions where the S1 and S2 Structuring Elements should be positioned. Binary Image used to test Fitting and Hitting of Structuring Elements S1 and S2 FITThe structuring element is said to FIT the image if, for eac

15、h of its pixels that is set to 1, The corresponding image pixel is also 1.For the above example, Both S1 and S2 fit the image at A (Remember that structuring element pixels set to 0 are ignored when testing for a fit). S2 fits the image at B and neither S1 nor S2 fits at C.HITA structuring element i

16、s said to HIT and Image if, for any of it pixels that is set to 1, The corresponding Image pixel is also 1. (Here also we ignore Image pixels for which the corresponding structuring element pixel is 0.)For the above example, S1 and S2 HIT the Image in neighborhood A. The same holds true at B. But at

17、 neighborhood C, only S1 HITS the Image.In this concept HITS corresponds to Union and where as the FITS corresponds to Intersection.Further more it is possible to replace the set operation Intersection and Union by the Boolean operators AND and OR. DILATIONDilation - grow image regionsDilation cause

18、s objects to dilate or grow in size. The amount and the way that they grow depends upon the choice of the structuring element 3. Dilation makes an object larger by adding pixels around its edges.The Dilation of an Image A by a structuring element B is written as AB. To compute the Dilation, we posit

19、ion B such that its origin is at pixel co-ordinates (x , y) and apply the rule. 1 if B hits Ag(x , y) = 0 OtherwiseRepeat for all pixel co-ordinates. Dilation creates new image showing all the location of a structuring element origin at which that structuring element HITS the Input Image. In this it

20、 adds a layer of pixel to an object, there by enlarging it. Pixels are added to both the inner and outer boundaries of regions, so Dilation will shrink the holes enclosed by a single region and make the gaps between different regions smaller. Dilation will also tend to fill in any small intrusions i

21、nto a regions boundaries. The results of Dilation are influenced not just by the size of the structuring element but by its shape also.Dilation is a Morphological operation; it can be performed on both Binary and Grey Tone Images. It helps in extracting the outer boundaries of the given images.For B

22、inary Image:Dilation operation is defined as follows,D (A , B) = A B Where, A is the imageB is the structuring element of the order 3 * 3.Many structuring elements are requested for Dilating the entire image.EROSIONErosion - shrink image regionsErosion causes objects to shrink. The amount of the way

23、 that they shrink depend upon the choice of the structuring element. Erosion makes an object smaller by removing or Eroding away the pixels on its edges 3.The Erosion of an image A by a structuring element B is denoted as A B. To compute the Erosion, we position B such that its origin is at image pi

24、xel co-ordinate (x , y) and apply the rule.1 if B Fits A, g(x , y) = 0 otherwise.Repeat for all x and y or pixel co-ordinates. Erosion creates new image that marks all the locations of a Structuring elements origin at which that Structuring Element Fits the input image. The Erosion operation seems t

25、o strip away a layer of pixels from an object, shrinking it in the process. Pixels are eroded from both the inner and outer boundaries of regions. So, Erosion will enlarge the holes enclosed by a single region as well as making the gap between different regions larger. Erosion will also tend to elim

26、inate small extrusions on a regions boundaries.The result of erosion depends on Structuring element size with larger Structuring elements having a more pronounced effect & the result of Erosion with a large Structuring element is similar to the result obtained by iterated Erosion using a smaller str

27、ucturing element of the same shape.Erosion is the Morphological operation, it can be performed on Binary and Grey images. It helps in extracting the inner boundaries of a given image.For Binary Images: Erosion operation is defined as follows,E (A, B) = A BWhere, A is the imageB is the structuring el

28、ement of the order 3 * 3.Many structuring elements are required for eroding the entire image.OPENINGOpening - structured removal of image region boundary pixelsIt is a powerful operator, obtained by combining Erosion and Dilation. “Opening separates the Objects”. As we know, Dilation expands an imag

29、e and Erosion shrinks it 3. Opening generally smoothes the contour of an image, breaks narrow Isthmuses and eliminates thin Protrusions 1.The Opening of an image A by a structuring element B is denoted as A B and is defined as an Erosion followed by a Dilation, and is written as 3,A B = (A B) BOpeni

30、ng operation is obtained by doing Dilation on Eroded Image. It is to smoothen the curves of the image. Opening spaces objects that are too close together, detaches objects that are touching and should not be, and enlarges holes inside objects.Opening involves one or more Erosions followed by one Dil

31、ation.CLOSINGClosing - structured filling in of image region boundary pixels It is a powerful operator, obtained by combining Erosion and Dilation. “Closing, join the Objects” 3. Closing also tends to smooth sections of contours but, as opposed to Opening, it generally fuses narrow breaks and long t

32、hin Gulfs, eliminates small holes and fills gaps in the contour 1.The Closing of an image A by a structuring element B is denoted as A B and defined as a Dilation followed by an Erosion; and is written as 3,A B = (A B) BClosing is obtained by doing Erosion on Dilated image. Closing joins broken obje

33、cts and fills in unwanted holes in objects.Closing involves one or more Dilations followed by one Erosion. RESULTS:FINGER PRINT ENHANCEMENT Fingerprints are unique. The differences between fingerprints are due to the type and the position of the ridge characteristics. In most cases, acquired latent

34、fingerprints are degraded, noisy and / or incomplete. Thus to reduce the rejection rates during the matching stage, latent fingerprints have to be enhanced prior to matching. This can be enhanced using Morphological Image Processing. The fig (a) is original image , to enhance the fingerprints we are

35、 subjecting to the Morphological Operations. When the image is Dilated, it leaves specific & clear ridges to visualize, can be seen in fig 1. By Eroding the fig (a), the ridges are thickened for analysis. Can be seen in fig 2. By performing Open operation to fig (a), the ridges that are broken can b

36、e joined to analyse the fingerprints clearly, can be seen in fig 3. And by performing Close operation to the fig (a), the ridges which are overlapped can be separated and can be analysed clearly, can be seen in fig 4. a . ORIGINAL BINARY IMAGE 1. DILATED IMAGE 2. ERODED IMAGE 3. OPEN IMAGE 4. CLOSE

37、IMAGE CONCLUSIONThis report represents the practical operation of Morphological Image Processing and it successfully performed the Fundamental and Compound operations of Morphological Image processing on Binary images in, v FORENSICS: Fingerprint Enhancement and reduction of noise in finger print im

38、ages.IMPLEMENTATIONThis concept has been implemented in java. The java platform provides a convenient representation for images that makes the implementation of image processing software relatively straight forward. The Binary image operations are implemented using Swings and have a GUI for performi

39、ng Dilation, Erosion, Opening & Closing operations FUTURE SCOPEThe Morphological Image Processing can be further applied to a wide spectrum of problems including: Medical image analysis: Tumor detection, measurement of size and shape of internal organs, Regurgitation, etc. Robotics: Recognition and

40、interpretation of objects in a scene, motion control and execution through visual feedback Radar imaging: Target detection and identification. and this is further extended to Color image concept and 24-bit True Color concept and a special feature such as Automatic selection of Structuring element fo

41、r object classification through Morphology is still challenging to this technique and have been chosen to be the major direction of the future work.REFERENCES1.DIGTAL IMAGE PROCESSING- Rafael C. Gonzalez- Richard E. WoodsADDISON-WESLEYAn imprint of Pearson Education, 1st Edition.2. FUNDAMENTALS OF D

42、IGITAL IMAGE PROCESSING-Anil K. JainPrentice-Hall of India, 2001.3. JAVA TM 2 THE COMPLETE REFERENCE-Patrick Naughton-Herbert SchildtTATA McGraw-Hill, 3rd Edition4. Quality Inspection in PCBs and SMDs Using Computer VisionTechniques by. D. Demir, S. Birecik, IEEE Journal5. Differential Morphology and Image Processing by Petros Maragos, Fellow, IEEEIEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 5, NO. 6, JUNE 1996WEB SITES 1. http:/www.ks.informatik.uni-kiel.de/chp /conf/Tutorials/MIPTutorial/miptutorial.html 2. 3. www.ieee.org 4. http:/bigwww.epfl.ch/teaching/iplabsite/trial

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!