Segmentation of the pectoral muscle edge on mammograms by tunable parametric edge detection

Size: px
Start display at page:

Download "Segmentation of the pectoral muscle edge on mammograms by tunable parametric edge detection"

Transcription

1 Segmentation of the pectoral muscle edge on mammograms by tunable parametric edge detection R CHANDRASEKHAR and Y ATTIKIOUZEL Australian Research Centre for Medical Engineering (ARCME) The University of Western Australia 35 Stirling Highway, Crawley, WA 6009 AUSTRALIA Abstract: Mammograms are used to screen for breast cancer and computerized analysis of these images can aid radiologists in detecting the disease. Any computerized method to analyze digitized mammograms must first partition the image into its visually and anatomically distinct regions. The pectoral muscle appears on mediolateral oblique views of mammograms and needs to be identified and segmented out before further analysis. This paper presents an algorithm for segmenting the edge of the pectoral muscle. A modification of the conventional edge detection paradigm gives rise to families of tunable parametric edge detectors, one of which has been used to extract the pectoral edge simply, controllably and reliably from mammograms. Keywords: tunable parametric edge detection, segmentation, mammogram, pectoral muscle edge Introduction Mammograms are used to screen for breast cancer. Computerized analysis of these images can aid radiologists in detecting abnormalities or lesions. Any method to analyze digitized mammograms by computer must first partition the image into its visually and anatomically distinct regions. Such segmentation includes identifying the breast border [] and locating the nipple [2]. This paper addresses the segmentation of the edge of the pectoral muscle using tunable parametric edge detection. To aid in visualizing the task being described, two typical mammogram views with their distinct regions are shown in Fig.. Because the pectoral muscle occupies a triangular region at the top left corner of Fig (a), it suffices to delineate the edge of the muscle, i.e., determine the hypotenuse, to accomplish segmentation of the pectoral muscle itself. The pectoral muscle, if it appears on a view, is unique enough to be identified easily even by the This research was partially supported by Australian Research Council (ARC) Large Grant No. A and by the Western Australian Government through funding of AR- CME as part of its Centres of Excellence programme. untrained observer. Although the edge of this muscle is visually continuous, detecting that edge accurately and automatically by computer is demanding because of natural variations in intensity, linearity, edge strength and visual texture. The pectoral edge is of interest for at least four reasons:. It has been suggested that in an adequate mediolateral oblique view, the pectoralis muscle should be visualized to approximately the level of the nipple [3, p 62]. 2. In their method for systematic viewing of mammograms, Tabár and Dean [4, pp 6 9] suggest oblique masking in which the edge of the pectoral muscle is used to define each arm of a V when paired mammograms are placed back-to-back for comparison matching. 3. Wallis, Walsh and Lee [5, p 5] have identified the loss of outline of the pectoral margin as a subtle or indirect sign of malignancy. 4. When detecting a mammographic lesion by computer it is desirable to distinguish whether it is located in the glandular tissue or superposed on the pectoral muscle.

2 (a) (b) (a) (b) Figure : Two typical mammogram views of different patients: (a) left mediolateral oblique and (b) right craniocaudal. The letters on the images refer to the following: b: background; s: skin boundary; n: nipple; g: glandular tissue; f: fat; and p: pectoral muscle, which is normally visible only in the mediolateral oblique view. Image (a) is from the MIAS database and (b) is from the UCSF/LLNL database. 2 Segmenting the pectoral edge using standard edge detectors The pectoral edge may be segmented by a variety of methods including intensity thresholding, edge detection, the Hough transform for detecting lines, and texture segmentation [6, chapter 8]. The difficulties arising from a direct application of standard edge detectors to the pectoral edge segmentation problem are now illustrated. MIAS image mdb8rl and its Sobel and Canny edge images are shown in Figure 2(a) to (d) respectively. The problems of selecting suitable thresholds to display the pectoral edge in the first place, and then isolating the pectoral edge from all other displayed edges, must be solved before the pectoral edge can be segmented. These problems are difficult to solve reliably and simply. We have previously examined the fundamentals of the edge detection paradigm, and advocated a fresh approach [7]. Here we extend that work and apply it to pectoral edge segmentation. By relaxing two implicit constraints in the conventional model, we obtain a family of tunable, parametric edge detectors, that in turn yield a simple but effective algorithm for detecting the pectoral edge on mammograms. (c) (d) Figure 2: (a) MIAS image mdb8rl orientated so that pectoral muscle occupies top left corner of image. (b) Scaled Sobel analog edge image with the pectoral edge hardly visible. (c) Thresholded and binarized Sobel edge image. (d) Canny edge image with pectoral edge lost in a sea of other edges. The selection of thresholds at which the analog edge image is binarized is critical, as is the isolation of the pectoral edge from all other edges, and both are difficult problems to solve simply and reliably. 3 Tunable, parametric edge detectors In conventional edge detection, orthogonally directed digital intensity gradients are used as components in an edge vector. These components are then combined by a norm function to yield an edgemagnitude image. This image is then thresholded in the final step to give the binary edge image as shown in Fig. 3. Two implicit constraints in this model are relaxed so:. We relax the constraint that the components of the edge vector should only be directed digital gradients, and instead allow any combi-

3 nation of edge sensitive features, including directed digital gradients, that are suited to the task at hand. 2. We relax the constraint that the function that combines vector components to yield a real scalar magnitude must satisfy the properties of a norm, and instead allow a blending function [7] that maps a vector to a real scalar, possibly combining the norming and thresholding operations into a single step, to yield an almost binary image suited to our purpose. (Note particularly that norms are not excluded from being blending functions.) The edge detectors generated by these modifications may be parametrized both by the nominated features and the selected blending function and its parameters, giving rise to families of edge detectors that may be tuned by their parameters. This approach affords a systematic framework for selecting the most suitable edge detector for any specific task. Original Image Edge Features Horizontal Digital Gradient Vertical Digital Gradient Blending Function Norm Threshold Binary Edge Image are as defined in equations () to (4) respectively. ϕ h (w) = (w 9 + 2w 8 + w 7 ) (w + 2w 2 + w 3 ) () ϕ v (w) = (w 3 + 2w 6 + w 9 ) (w + 2w 4 + w 7 ) (2) ϕ r (w) = max [w i] min [w i] (3) i 9 i 9 [ ] [ ] 2 ϕ s (w) = 9 9 w 2 i w i (4) 9 9 i= i= In order to ensure compatibility between the ranges of the different features, each is normalized so that the range of all four is [0, 4]. 3.2 Blending function There are many possibilities for choosing the blending function. For detecting the pectoral edge, we have found empirically that a sigmoidal blending function, like the logistic function [6] is suitable. The logistic function in one dimension has the form b L (x) = (5) + exp( λ(x β)) where λ and β are real, positive constants. The shapes of the logistic curves for fixed β and varying λ are shown in Fig. 4. We generalize the logistic One dimensional logistic functions with β = 0.5 and varying λ 0.9 Figure 3: Conventional and tunable parametric edge detection. We relax two implicit constraints in the traditional model: (i) any edge sensitive features (not only digital intensity gradients) may be used as components to the edge vector and (ii) a blending function need not necessarily have the properties of a norm and may combine the norming and thresholding operations into a single step to yield the desired edge image. 3. Edge Features Four neighbourhood-based edge features, two directed digital gradients and two statistical descriptors, were investigated. The pixels in a 3 3 window around a candidate pixel are strung out as a vector w of dimension 9, indexed from to 9 in raster scan fashion, from top to bottom and left to right, in the original neighbourhood. Then the absolute values of the horizontal and vertical Sobel digital gradients, and the range and standard deviation, y =.0/(.0 + exp( λ(x β))) λ = λ = 0 λ = x Figure 4: Three one-dimensional logistic functions are graphed above. The value of β is constant at 0.5 while λ is varied from 00 through 0 to. blending function to accept a p-dimensional input vector ϕ and yield a real scalar by defining b L (t, ϕ, λ, β) = (6) + exp( λ( ϕ t β))

4 where the Minkowski t-norm t is defined by ϕ t = [ p i= ] ϕ i t t (7) 4 Mammograms experiments A sequence of experiments was performed in which. the components of the edge feature vector were varied while the -norm was used as the constant blending function; then (ϕ r ) (ϕ s ) 2. the edge feature vector was kept constant while the blending function and its parameters were varied; then 3. based on the results from these, the blending function was chosen and the feature vector varied to identify the most suitable set of features; and finally 4. the feature vector, blending function and its parameters were fixed, and the method was tested across different images. One image from the MIAS database, mdb8r, shown in Fig. 2(a) was used in all these experiments. It was histogram equalized and reduced in size and resolution to 800 micrometres per pixel for all experiments. The results of pectoral edge segmentation were evaluated visually by the authors and the best combination of features, logistic parameters and norm were chosen for the pectoral edge detection algorithm. After the parameters had been thus fixed, the algorithm was tested on six image pairs from the MIAS database. 5 Results Due to space constraints only salient results are recorded here. Figure 5 shows the results of varying the features keeping the -norm as the blending function. Neither the breast border nor the pectoral edge appears as an edge of constant strength. Different Minkowski norms were tested as blending functions and the feature vector was kept constant as ϕ = (ϕ h, ϕ v, ϕ r, ϕ s ) T. The resulting edge images were all similar although the -norm images seemed brighter. Consequently, this norm was used in the logistic blending function, i.e., t was set to (ϕ h, ϕ v ) (ϕ h, ϕ v, ϕ r, ϕ s ) Figure 5: Variation of edge features blended with the -norm. The features used are shown under each image. Both the range and standard deviation are good edge features, along with the horizontal and vertical Sobel components. The pectoral muscle edge starts out visible near the top but fades out as it approaches the left edge, in keeping with its diffuse appearance in that region in the original in Fig. 2(a). in equation (6), while its other two parameters λ and β were varied in the next set of experiments. The results are shown in Fig. 6. It is clear that varying β has a more profound effect on the output than varying λ. The value β = 0.5 appears suitable for revealing the full edge of the pectoral muscle. For the blending function b L, the choice of t =, λ = 00 and β = 0.5 seems a sensible one for delineating the edge of the pectoral muscle. The blending function was frozen as b L (, ϕ, 00, 0.5) and the feature vector ϕ was varied. Results from these experiments are shown in Fig. 7 for the feature vectors (ϕ h, ϕ v ) and (ϕ h, ϕ v, ϕ r, ϕ s ). It is clear from these experiments that the feature vector of choice for pectoral edge detection should be ϕ = (ϕ h, ϕ v, ϕ r, ϕ s ).

5 (λ, β) = (0, ) (λ, β) = (0, 0.5) (ϕ h, ϕ v ) (ϕ h, ϕ v, ϕ r, ϕ s ) Figure 7: The blending function was fixed to be b L (, ϕ, 00, 0.5) and the feature vector was varied. The features are shown below each figure. It is clear that the edge vector ϕ = (ϕ h, ϕ v, ϕ r, ϕ s ) gives the closest to the desired response. (λ, β) = (00, ) (λ, β) = (00, 0.5) Figure 6: Variation of parameters of logistic function with t =. Changing β had a more pronounced effect than changing λ. Based on these results, we setλ = 00 and β = 0.5 and froze the blending function to be b L (, ϕ, 00, 0.5) for experiments in which ϕ was varied. The preferred edge vector/blending function combination for the pectoral muscle edge detector is therefore ϕ = (ϕ h, ϕ v, ϕ r, ϕ s ) T and b L (, ϕ, 00, 0.5). This was tested out on six MIAS image pairs. The results were encouraging for 0 of the 2 test images and results for four images, including one exception, are shown in Figure 8. 6 Discussion The pectoral muscle does not show the crisp definition that the skin boundary presents in Figs. 5 to 7. The muscle edge is an internal edge defined by transitions in intensity and texture, whereas the skin edge is an external edge between two objects, and indeed, two phases. Therefore, the pectoral muscle presents the more difficult task for edge detection. The combination of the directed digital gradients and the range and standard deviation performs better than any feature alone or in pairs and perhaps illustrates the complementary nature of the information extracted by them. The function of the logistic curve is now discussed. Recall that b L is applied to the feature vector after some norm has been evaluated on it. Figure 4 shows the graphs of three logistic functions (defined by equation (5)) for which β is constant at 0.5 while λ varies from 00 through 0 to. These curves look like the familiar transfer characteristics encountered in electronic circuits, and may be so interpreted. The curve for λ = 00 is reminiscent of the transfer curve of a transistor, operating as a digital switch. That for λ =, on the other hand performs linear compression of the input, like an amplifier with fractional gain. The two salient features on these curves are the onset and steepness of transition. The value of β, set at 0.5 here, determines the onset of the transition. Its value, in turn, depends on the range of each feature, ϕ, which in this case lies in [0, 4]. If β is close to zero, the entire image is subjected to the sigmoidal modulation of the logistic. The appearance of the output image then depends on the value of λ, whose effect is discussed next. The steepness of the transition is determined by λ; the larger it is, the steeper the slope. If we use the analogy of electronic circuits, large values of λ lead to saturation behaviour and a binary image, whereas low values like a λ of (see the relevant

6 curve in Figure 4) lead to linear operation and a grey image. The two parameters of b L, β and λ, thus offer a simple but effective means of generating a wide range of edge images from which the most suitable values for any application may be determined by inspection of the outputs or other, more sophisticated criteria. Except for image mdb263lm and its pair, the edge of the pectoral muscle may be trivially located automatically using a priori knowledge of its position in the orientated image and seeking the right extreme of the black region when scanning from left to right and top to bottom, starting at the origin. If the black triangle at the upper left corner is noisy, median filtering could be used. Although our results stop short of demonstrating the pectoral edge alone on an image, a modest amount of post-processing (e.g., median filtering, morphological operations, etc.) would yield a binary pectoral edge image. mdb026rl mdb056rm 7 Conclusions We have developed an algorithm for segmenting the edge of the pectoral muscle that uses a family of tunable parametric edge detectors. These edge detectors incorporate edge sensitive features, like digital gradients and local statistics, and a logistic blending function with two parameters, that when properly chosen, give simple, controllable and reliable segmentation of the edge of the pectoral muscle. References mdb263lm mdb3ll Figure 8: Results of pectoral edge with different MIAS images. The method fails with image mdb263lm and its pair but is perhaps excusable, given the appearance of the original image which is not shown above. The other three images show results similar to the other ten images in the test set. [] R. Chandrasekhar and Y. Attikiouzel, Segmenting the Breast Border and Nipple on Mammograms, Australian Journal of Intelligent Information Processing Systems, vol. 6, no., pp , [2] R. Chandrasekhar and Y. Attikiouzel, A Simple Method for Automatically Locating the Nipple on Mammograms, IEEE Transactions on Medical Imaging, vol. 6, pp , Oct [3] M. E. Peters, D. R. Voegeli, and K. A. Scanlan, eds., Handbook of Breast Imaging. Handbooks of Diagnostic Imaging, New York: Churchill Livingstone, 989. [4] L. Tabár and P. B. Dean, Teaching Atlas of Mammography. New York: Thieme-Stratton, second revised ed., 985. [5] M. G. Wallis, M. T. Walsh, and J. R. Lee, A Review of False Negative Mammography in a Symptomatic Population, Clinical Radiology, vol. 44, pp. 3 5, 99. [6] R. Chandrasekhar, Systematic Segmentation of Mammograms. PhD Thesis, Centre for Intelligent Information Processing Systems, Department of Electrical and Electronic Engineering, The University of Western Australia, Nedlands, WA 6907, Australia, Oct [7] J. C. Bezdek, R. Chandrasekhar, and Y. Attikiouzel, A Geometric Approach to Edge Detection, IEEE Transactions on Fuzzy Systems, vol. 6, pp , Feb. 998.

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS 130 CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS A mass is defined as a space-occupying lesion seen in more than one projection and it is described by its shapes and margin

More information

Mass Classification Method in Mammogram Using Fuzzy K-Nearest Neighbour Equality

Mass Classification Method in Mammogram Using Fuzzy K-Nearest Neighbour Equality Mass Classification Method in Mammogram Using Fuzzy K-Nearest Neighbour Equality Abstract: Mass classification of objects is an important area of research and application in a variety of fields. In this

More information

MIXTURE MODELING FOR DIGITAL MAMMOGRAM DISPLAY AND ANALYSIS 1

MIXTURE MODELING FOR DIGITAL MAMMOGRAM DISPLAY AND ANALYSIS 1 MIXTURE MODELING FOR DIGITAL MAMMOGRAM DISPLAY AND ANALYSIS 1 Stephen R. Aylward, Bradley M. Hemminger, and Etta D. Pisano Department of Radiology Medical Image Display and Analysis Group University of

More information

A ranklet-based CAD for digital mammography

A ranklet-based CAD for digital mammography A ranklet-based CAD for digital mammography Enrico Angelini 1, Renato Campanini 1, Emiro Iampieri 1, Nico Lanconelli 1, Matteo Masotti 1, Todor Petkov 1, and Matteo Roffilli 2 1 Physics Department, University

More information

PERFORMANCE ANALYSIS OF CANNY AND OTHER COMMONLY USED EDGE DETECTORS Sandeep Dhawan Director of Technology, OTTE, NEW YORK

PERFORMANCE ANALYSIS OF CANNY AND OTHER COMMONLY USED EDGE DETECTORS Sandeep Dhawan Director of Technology, OTTE, NEW YORK International Journal of Science, Environment and Technology, Vol. 3, No 5, 2014, 1759 1766 ISSN 2278-3687 (O) PERFORMANCE ANALYSIS OF CANNY AND OTHER COMMONLY USED EDGE DETECTORS Sandeep Dhawan Director

More information

CHAPTER 4 SEGMENTATION

CHAPTER 4 SEGMENTATION 69 CHAPTER 4 SEGMENTATION 4.1 INTRODUCTION One of the most efficient methods for breast cancer early detection is mammography. A new method for detection and classification of micro calcifications is presented.

More information

Computer-aided detection of clustered microcalcifications in digital mammograms.

Computer-aided detection of clustered microcalcifications in digital mammograms. Computer-aided detection of clustered microcalcifications in digital mammograms. Stelios Halkiotis, John Mantas & Taxiarchis Botsis. University of Athens Faculty of Nursing- Health Informatics Laboratory.

More information

Segmentation of Images

Segmentation of Images Segmentation of Images SEGMENTATION If an image has been preprocessed appropriately to remove noise and artifacts, segmentation is often the key step in interpreting the image. Image segmentation is a

More information

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) References: [1] http://homepages.inf.ed.ac.uk/rbf/hipr2/index.htm [2] http://www.cs.wisc.edu/~dyer/cs540/notes/vision.html

More information

Predicting Tumour Location by Simulating Large Deformations of the Breast using a 3D Finite Element Model and Nonlinear Elasticity

Predicting Tumour Location by Simulating Large Deformations of the Breast using a 3D Finite Element Model and Nonlinear Elasticity Predicting Tumour Location by Simulating Large Deformations of the Breast using a 3D Finite Element Model and Nonlinear Elasticity P. Pathmanathan 1 D. Gavaghan 1 J. Whiteley 1 M. Brady 2 M. Nash 3 P.

More information

EECS490: Digital Image Processing. Lecture #19

EECS490: Digital Image Processing. Lecture #19 Lecture #19 Shading and texture analysis using morphology Gray scale reconstruction Basic image segmentation: edges v. regions Point and line locators, edge types and noise Edge operators: LoG, DoG, Canny

More information

Mammogram Segmentation using Region based Method with Split and Merge Technique

Mammogram Segmentation using Region based Method with Split and Merge Technique Indian Journal of Science and Technology, Vol 9(40), DOI: 10.17485/ijst/2016/v9i40/99589, October 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Mammogram Segmentation using Region based Method

More information

SECTION 5 IMAGE PROCESSING 2

SECTION 5 IMAGE PROCESSING 2 SECTION 5 IMAGE PROCESSING 2 5.1 Resampling 3 5.1.1 Image Interpolation Comparison 3 5.2 Convolution 3 5.3 Smoothing Filters 3 5.3.1 Mean Filter 3 5.3.2 Median Filter 4 5.3.3 Pseudomedian Filter 6 5.3.4

More information

Feature extraction. Bi-Histogram Binarization Entropy. What is texture Texture primitives. Filter banks 2D Fourier Transform Wavlet maxima points

Feature extraction. Bi-Histogram Binarization Entropy. What is texture Texture primitives. Filter banks 2D Fourier Transform Wavlet maxima points Feature extraction Bi-Histogram Binarization Entropy What is texture Texture primitives Filter banks 2D Fourier Transform Wavlet maxima points Edge detection Image gradient Mask operators Feature space

More information

Automated segmentation methods for liver analysis in oncology applications

Automated segmentation methods for liver analysis in oncology applications University of Szeged Department of Image Processing and Computer Graphics Automated segmentation methods for liver analysis in oncology applications Ph. D. Thesis László Ruskó Thesis Advisor Dr. Antal

More information

Predicting Tumour Location by Modelling the Deformation of the Breast using Nonlinear Elasticity

Predicting Tumour Location by Modelling the Deformation of the Breast using Nonlinear Elasticity Predicting Tumour Location by Modelling the Deformation of the Breast using Nonlinear Elasticity November 8th, 2006 Outline Motivation Motivation Motivation for Modelling Breast Deformation Mesh Generation

More information

Classification Performance related to Intrinsic Dimensionality in Mammographic Image Analysis

Classification Performance related to Intrinsic Dimensionality in Mammographic Image Analysis Classification Performance related to Intrinsic Dimensionality in Mammographic Image Analysis Harry Strange a and Reyer Zwiggelaar a a Department of Computer Science, Aberystwyth University, SY23 3DB,

More information

HIERARCHICAL SEGMENTATION OF MAMMOGRAMS BASED ON PIXEL INTENSITY. Martin Masek

HIERARCHICAL SEGMENTATION OF MAMMOGRAMS BASED ON PIXEL INTENSITY. Martin Masek HIERARCHICAL SEGMENTATION OF MAMMOGRAMS BASED ON PIXEL INTENSITY Martin Masek This thesis is presented for the degree of Doctor of Philosophy of The University of Western Australia Centre for Intelligent

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

Study on the Signboard Region Detection in Natural Image

Study on the Signboard Region Detection in Natural Image , pp.179-184 http://dx.doi.org/10.14257/astl.2016.140.34 Study on the Signboard Region Detection in Natural Image Daeyeong Lim 1, Youngbaik Kim 2, Incheol Park 1, Jihoon seung 1, Kilto Chong 1,* 1 1567

More information

Fingerprint Ridge Orientation Estimation Using A Modified Canny Edge Detection Mask

Fingerprint Ridge Orientation Estimation Using A Modified Canny Edge Detection Mask Fingerprint Ridge Orientation Estimation Using A Modified Canny Edge Detection Mask Laurice Phillips PhD student laurice.phillips@utt.edu.tt Margaret Bernard Senior Lecturer and Head of Department Margaret.Bernard@sta.uwi.edu

More information

Outlines. Medical Image Processing Using Transforms. 4. Transform in image space

Outlines. Medical Image Processing Using Transforms. 4. Transform in image space Medical Image Processing Using Transforms Hongmei Zhu, Ph.D Department of Mathematics & Statistics York University hmzhu@yorku.ca Outlines Image Quality Gray value transforms Histogram processing Transforms

More information

WorkstationOne. - a diagnostic breast imaging workstation. User Training Presentation. doc #24 (v2.0) Let MammoOne Assist You in Digital Mammography

WorkstationOne. - a diagnostic breast imaging workstation. User Training Presentation. doc #24 (v2.0) Let MammoOne Assist You in Digital Mammography WorkstationOne - a diagnostic breast imaging workstation User Training Presentation WorkstationOne Unique streamlined workflow for efficient digital mammography reading Let MammoOne Let MammoOne Assist

More information

Scalar Data. CMPT 467/767 Visualization Torsten Möller. Weiskopf/Machiraju/Möller

Scalar Data. CMPT 467/767 Visualization Torsten Möller. Weiskopf/Machiraju/Möller Scalar Data CMPT 467/767 Visualization Torsten Möller Weiskopf/Machiraju/Möller Overview Basic strategies Function plots and height fields Isolines Color coding Volume visualization (overview) Classification

More information

Image Processing

Image Processing Image Processing 159.731 Canny Edge Detection Report Syed Irfanullah, Azeezullah 00297844 Danh Anh Huynh 02136047 1 Canny Edge Detection INTRODUCTION Edges Edges characterize boundaries and are therefore

More information

Scalar Data. Visualization Torsten Möller. Weiskopf/Machiraju/Möller

Scalar Data. Visualization Torsten Möller. Weiskopf/Machiraju/Möller Scalar Data Visualization Torsten Möller Weiskopf/Machiraju/Möller Overview Basic strategies Function plots and height fields Isolines Color coding Volume visualization (overview) Classification Segmentation

More information

Department of Computer Engineering, Punjabi University, Patiala, Punjab, India 2

Department of Computer Engineering, Punjabi University, Patiala, Punjab, India 2 Volume 6, Issue 8, August 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparison of

More information

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Du-Yih Tsai, Masaru Sekiya and Yongbum Lee Department of Radiological Technology, School of Health Sciences, Faculty of

More information

CHAPTER 6 ENHANCEMENT USING HYPERBOLIC TANGENT DIRECTIONAL FILTER BASED CONTOURLET

CHAPTER 6 ENHANCEMENT USING HYPERBOLIC TANGENT DIRECTIONAL FILTER BASED CONTOURLET 93 CHAPTER 6 ENHANCEMENT USING HYPERBOLIC TANGENT DIRECTIONAL FILTER BASED CONTOURLET 6.1 INTRODUCTION Mammography is the most common technique for radiologists to detect and diagnose breast cancer. This

More information

Content Based Medical Image Retrieval Using Fuzzy C- Means Clustering With RF

Content Based Medical Image Retrieval Using Fuzzy C- Means Clustering With RF Content Based Medical Image Retrieval Using Fuzzy C- Means Clustering With RF Jasmine Samraj #1, NazreenBee. M *2 # Associate Professor, Department of Computer Science, Quaid-E-Millath Government college

More information

Dilation Aware Multi-Image Enrollment for Iris Biometrics

Dilation Aware Multi-Image Enrollment for Iris Biometrics Dilation Aware Multi-Image Enrollment for Iris Biometrics Estefan Ortiz 1 and Kevin W. Bowyer 1 1 Abstract Current iris biometric systems enroll a person based on the best eye image taken at the time of

More information

Keywords: Thresholding, Morphological operations, Image filtering, Adaptive histogram equalization, Ceramic tile.

Keywords: Thresholding, Morphological operations, Image filtering, Adaptive histogram equalization, Ceramic tile. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Blobs and Cracks

More information

Real-time Corner and Polygon Detection System on FPGA. Chunmeng Bi and Tsutomu Maruyama University of Tsukuba

Real-time Corner and Polygon Detection System on FPGA. Chunmeng Bi and Tsutomu Maruyama University of Tsukuba Real-time Corner and Polygon Detection System on FPGA Chunmeng Bi and Tsutomu Maruyama University of Tsukuba Outline Introduction Algorithms FPGA Implementation Experimental Results Conclusions and Future

More information

What Are Edges? Lecture 5: Gradients and Edge Detection. Boundaries of objects. Boundaries of Lighting. Types of Edges (1D Profiles)

What Are Edges? Lecture 5: Gradients and Edge Detection. Boundaries of objects. Boundaries of Lighting. Types of Edges (1D Profiles) What Are Edges? Simple answer: discontinuities in intensity. Lecture 5: Gradients and Edge Detection Reading: T&V Section 4.1 and 4. Boundaries of objects Boundaries of Material Properties D.Jacobs, U.Maryland

More information

Topic 4 Image Segmentation

Topic 4 Image Segmentation Topic 4 Image Segmentation What is Segmentation? Why? Segmentation important contributing factor to the success of an automated image analysis process What is Image Analysis: Processing images to derive

More information

A New Technique of Extraction of Edge Detection Using Digital Image Processing

A New Technique of Extraction of Edge Detection Using Digital Image Processing International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A New Technique of Extraction of Edge Detection Using Digital Image Processing Balaji S.C.K 1 1, Asst Professor S.V.I.T Abstract:

More information

Segmentation algorithm for monochrome images generally are based on one of two basic properties of gray level values: discontinuity and similarity.

Segmentation algorithm for monochrome images generally are based on one of two basic properties of gray level values: discontinuity and similarity. Chapter - 3 : IMAGE SEGMENTATION Segmentation subdivides an image into its constituent s parts or objects. The level to which this subdivision is carried depends on the problem being solved. That means

More information

Medical Image Feature, Extraction, Selection And Classification

Medical Image Feature, Extraction, Selection And Classification Medical Image Feature, Extraction, Selection And Classification 1 M.VASANTHA *, 2 DR.V.SUBBIAH BHARATHI, 3 R.DHAMODHARAN 1. Research Scholar, Mother Teresa Women s University, KodaiKanal, and Asst.Professor,

More information

Global Thresholding Techniques to Classify Dead Cells in Diffusion Weighted Magnetic Resonant Images

Global Thresholding Techniques to Classify Dead Cells in Diffusion Weighted Magnetic Resonant Images Global Thresholding Techniques to Classify Dead Cells in Diffusion Weighted Magnetic Resonant Images Ravi S 1, A. M. Khan 2 1 Research Student, Department of Electronics, Mangalore University, Karnataka

More information

Scanner Parameter Estimation Using Bilevel Scans of Star Charts

Scanner Parameter Estimation Using Bilevel Scans of Star Charts ICDAR, Seattle WA September Scanner Parameter Estimation Using Bilevel Scans of Star Charts Elisa H. Barney Smith Electrical and Computer Engineering Department Boise State University, Boise, Idaho 8375

More information

Development of an Automated Method for Detecting Mammographic Masses With a Partial Loss of Region

Development of an Automated Method for Detecting Mammographic Masses With a Partial Loss of Region IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 20, NO. 12, DECEMBER 2001 1209 Development of an Automated Method for Detecting Mammographic Masses With a Partial Loss of Region Yuji Hatanaka*, Takeshi Hara,

More information

Types of Edges. Why Edge Detection? Types of Edges. Edge Detection. Gradient. Edge Detection

Types of Edges. Why Edge Detection? Types of Edges. Edge Detection. Gradient. Edge Detection Why Edge Detection? How can an algorithm extract relevant information from an image that is enables the algorithm to recognize objects? The most important information for the interpretation of an image

More information

Analysis of classifier to improve Medical diagnosis for Breast Cancer Detection using Data Mining Techniques A.subasini 1

Analysis of classifier to improve Medical diagnosis for Breast Cancer Detection using Data Mining Techniques A.subasini 1 2117 Analysis of classifier to improve Medical diagnosis for Breast Cancer Detection using Data Mining Techniques A.subasini 1 1 Research Scholar, R.D.Govt college, Sivagangai Nirase Fathima abubacker

More information

Medical images, segmentation and analysis

Medical images, segmentation and analysis Medical images, segmentation and analysis ImageLab group http://imagelab.ing.unimo.it Università degli Studi di Modena e Reggio Emilia Medical Images Macroscopic Dermoscopic ELM enhance the features of

More information

A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation

A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation Walid Aydi, Lotfi Kamoun, Nouri Masmoudi Department of Electrical National Engineering School of Sfax Sfax University

More information

Fingerprint Image Enhancement Algorithm and Performance Evaluation

Fingerprint Image Enhancement Algorithm and Performance Evaluation Fingerprint Image Enhancement Algorithm and Performance Evaluation Naja M I, Rajesh R M Tech Student, College of Engineering, Perumon, Perinad, Kerala, India Project Manager, NEST GROUP, Techno Park, TVM,

More information

Image Processing. BITS Pilani. Dr Jagadish Nayak. Dubai Campus

Image Processing. BITS Pilani. Dr Jagadish Nayak. Dubai Campus Image Processing BITS Pilani Dubai Campus Dr Jagadish Nayak Image Segmentation BITS Pilani Dubai Campus Fundamentals Let R be the entire spatial region occupied by an image Process that partitions R into

More information

Micro-scale Stereo Photogrammetry of Skin Lesions for Depth and Colour Classification

Micro-scale Stereo Photogrammetry of Skin Lesions for Depth and Colour Classification Micro-scale Stereo Photogrammetry of Skin Lesions for Depth and Colour Classification Tim Lukins Institute of Perception, Action and Behaviour 1 Introduction The classification of melanoma has traditionally

More information

5. Feature Extraction from Images

5. Feature Extraction from Images 5. Feature Extraction from Images Aim of this Chapter: Learn the Basic Feature Extraction Methods for Images Main features: Color Texture Edges Wie funktioniert ein Mustererkennungssystem Test Data x i

More information

Towards the completion of assignment 1

Towards the completion of assignment 1 Towards the completion of assignment 1 What to do for calibration What to do for point matching What to do for tracking What to do for GUI COMPSCI 773 Feature Point Detection Why study feature point detection?

More information

1.Some Basic Gray Level Transformations

1.Some Basic Gray Level Transformations 1.Some Basic Gray Level Transformations We begin the study of image enhancement techniques by discussing gray-level transformation functions.these are among the simplest of all image enhancement techniques.the

More information

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi Journal of Asian Scientific Research, 013, 3(1):68-74 Journal of Asian Scientific Research journal homepage: http://aessweb.com/journal-detail.php?id=5003 FEATURES COMPOSTON FOR PROFCENT AND REAL TME RETREVAL

More information

An Extension to Hough Transform Based on Gradient Orientation

An Extension to Hough Transform Based on Gradient Orientation An Extension to Hough Transform Based on Gradient Orientation Tomislav Petković and Sven Lončarić University of Zagreb Faculty of Electrical and Computer Engineering Unska 3, HR-10000 Zagreb, Croatia Email:

More information

MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS

MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS Mathematical and Computational Applications, Vol. 5, No. 2, pp. 240-247, 200. Association for Scientific Research MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS Volkan Uslan and Đhsan Ömür Bucak

More information

IRIS SEGMENTATION OF NON-IDEAL IMAGES

IRIS SEGMENTATION OF NON-IDEAL IMAGES IRIS SEGMENTATION OF NON-IDEAL IMAGES William S. Weld St. Lawrence University Computer Science Department Canton, NY 13617 Xiaojun Qi, Ph.D Utah State University Computer Science Department Logan, UT 84322

More information

doi: /

doi: / Shuang Liu ; Mary Salvatore ; David F. Yankelevitz ; Claudia I. Henschke ; Anthony P. Reeves; Segmentation of the whole breast from low-dose chest CT images. Proc. SPIE 9414, Medical Imaging 2015: Computer-Aided

More information

Edge detection. Stefano Ferrari. Università degli Studi di Milano Elaborazione delle immagini (Image processing I)

Edge detection. Stefano Ferrari. Università degli Studi di Milano Elaborazione delle immagini (Image processing I) Edge detection Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Elaborazione delle immagini (Image processing I) academic year 2011 2012 Image segmentation Several image processing

More information

Introduction to Medical Image Processing

Introduction to Medical Image Processing Introduction to Medical Image Processing Δ Essential environments of a medical imaging system Subject Image Analysis Energy Imaging System Images Image Processing Feature Images Image processing may be

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S. Image Operations I

C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S. Image Operations I T H E U N I V E R S I T Y of T E X A S H E A L T H S C I E N C E C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S Image Operations I For students of HI 5323

More information

Renu Dhir C.S.E department NIT Jalandhar India

Renu Dhir C.S.E department NIT Jalandhar India Volume 2, Issue 5, May 202 ISSN: 2277 28X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Novel Edge Detection Using Adaptive

More information

Norbert Schuff VA Medical Center and UCSF

Norbert Schuff VA Medical Center and UCSF Norbert Schuff Medical Center and UCSF Norbert.schuff@ucsf.edu Medical Imaging Informatics N.Schuff Course # 170.03 Slide 1/67 Objective Learn the principle segmentation techniques Understand the role

More information

Limitations of Projection Radiography. Stereoscopic Breast Imaging. Limitations of Projection Radiography. 3-D Breast Imaging Methods

Limitations of Projection Radiography. Stereoscopic Breast Imaging. Limitations of Projection Radiography. 3-D Breast Imaging Methods Stereoscopic Breast Imaging Andrew D. A. Maidment, Ph.D. Chief, Physics Section Department of Radiology University of Pennsylvania Limitations of Projection Radiography Mammography is a projection imaging

More information

Foveal Algorithm for the Detection of Microcalcification Clusters: a FROC Analysis

Foveal Algorithm for the Detection of Microcalcification Clusters: a FROC Analysis Foveal Algorithm for the Detection of Microcalcification Clusters: a FROC Analysis Marius George Linguraru a,b, Michael Brady a and Ruth English c a Medical Vision Laboratory, University of Oxford, Ewert

More information

Color Lesion Boundary Detection Using Live Wire

Color Lesion Boundary Detection Using Live Wire Color Lesion Boundary Detection Using Live Wire Artur Chodorowski a, Ulf Mattsson b, Morgan Langille c and Ghassan Hamarneh c a Chalmers University of Technology, Göteborg, Sweden b Central Hospital, Karlstad,

More information

Comparison between Various Edge Detection Methods on Satellite Image

Comparison between Various Edge Detection Methods on Satellite Image Comparison between Various Edge Detection Methods on Satellite Image H.S. Bhadauria 1, Annapurna Singh 2, Anuj Kumar 3 Govind Ballabh Pant Engineering College ( Pauri garhwal),computer Science and Engineering

More information

BMVC 1996 doi: /c.10.41

BMVC 1996 doi: /c.10.41 On the use of the 1D Boolean model for the description of binary textures M Petrou, M Arrigo and J A Vons Dept. of Electronic and Electrical Engineering, University of Surrey, Guildford GU2 5XH, United

More information

Feature Detectors - Canny Edge Detector

Feature Detectors - Canny Edge Detector Feature Detectors - Canny Edge Detector 04/12/2006 07:00 PM Canny Edge Detector Common Names: Canny edge detector Brief Description The Canny operator was designed to be an optimal edge detector (according

More information

Using Probability Maps for Multi organ Automatic Segmentation

Using Probability Maps for Multi organ Automatic Segmentation Using Probability Maps for Multi organ Automatic Segmentation Ranveer Joyseeree 1,2, Óscar Jiménez del Toro1, and Henning Müller 1,3 1 University of Applied Sciences Western Switzerland (HES SO), Sierre,

More information

Basic relations between pixels (Chapter 2)

Basic relations between pixels (Chapter 2) Basic relations between pixels (Chapter 2) Lecture 3 Basic Relationships Between Pixels Definitions: f(x,y): digital image Pixels: q, p (p,q f) A subset of pixels of f(x,y): S A typology of relations:

More information

A Method of weld Edge Extraction in the X-ray Linear Diode Arrays. Real-time imaging

A Method of weld Edge Extraction in the X-ray Linear Diode Arrays. Real-time imaging 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China A Method of weld Edge Extraction in the X-ray Linear Diode Arrays Real-time imaging Guang CHEN, Keqin DING, Lihong LIANG

More information

Implementation Of Fuzzy Controller For Image Edge Detection

Implementation Of Fuzzy Controller For Image Edge Detection Implementation Of Fuzzy Controller For Image Edge Detection Anjali Datyal 1 and Satnam Singh 2 1 M.Tech Scholar, ECE Department, SSCET, Badhani, Punjab, India 2 AP, ECE Department, SSCET, Badhani, Punjab,

More information

Computer Aided Diagnosis Based on Medical Image Processing and Artificial Intelligence Methods

Computer Aided Diagnosis Based on Medical Image Processing and Artificial Intelligence Methods International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 9 (2013), pp. 887-892 International Research Publications House http://www. irphouse.com /ijict.htm Computer

More information

Edge Detection. CS664 Computer Vision. 3. Edges. Several Causes of Edges. Detecting Edges. Finite Differences. The Gradient

Edge Detection. CS664 Computer Vision. 3. Edges. Several Causes of Edges. Detecting Edges. Finite Differences. The Gradient Edge Detection CS664 Computer Vision. Edges Convert a gray or color image into set of curves Represented as binary image Capture properties of shapes Dan Huttenlocher Several Causes of Edges Sudden changes

More information

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM Contour Assessment for Quality Assurance and Data Mining Tom Purdie, PhD, MCCPM Objective Understand the state-of-the-art in contour assessment for quality assurance including data mining-based techniques

More information

Lecture 15: Segmentation (Edge Based, Hough Transform)

Lecture 15: Segmentation (Edge Based, Hough Transform) Lecture 15: Segmentation (Edge Based, Hough Transform) c Bryan S. Morse, Brigham Young University, 1998 000 Last modified on February 3, 000 at :00 PM Contents 15.1 Introduction..............................................

More information

GENERAL AUTOMATED FLAW DETECTION SCHEME FOR NDE X-RAY IMAGES

GENERAL AUTOMATED FLAW DETECTION SCHEME FOR NDE X-RAY IMAGES GENERAL AUTOMATED FLAW DETECTION SCHEME FOR NDE X-RAY IMAGES Karl W. Ulmer and John P. Basart Center for Nondestructive Evaluation Department of Electrical and Computer Engineering Iowa State University

More information

Biomedical Image Analysis. Point, Edge and Line Detection

Biomedical Image Analysis. Point, Edge and Line Detection Biomedical Image Analysis Point, Edge and Line Detection Contents: Point and line detection Advanced edge detection: Canny Local/regional edge processing Global processing: Hough transform BMIA 15 V. Roth

More information

Segmentation

Segmentation Lecture 6: Segmentation 24--4 Robin Strand Centre for Image Analysis Dept. of IT Uppsala University Today What is image segmentation? A smörgåsbord of methods for image segmentation: Thresholding Edge-based

More information

Engineering Problem and Goal

Engineering Problem and Goal Engineering Problem and Goal Engineering Problem: Traditional active contour models can not detect edges or convex regions in noisy images. Engineering Goal: The goal of this project is to design an algorithm

More information

CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN

CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN CHAPTER 3: IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN Principal objective: to process an image so that the result is more suitable than the original image

More information

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Chris K. Mechefske Department of Mechanical and Materials Engineering The University of Western Ontario London, Ontario, Canada N6A5B9

More information

EDGE BASED REGION GROWING

EDGE BASED REGION GROWING EDGE BASED REGION GROWING Rupinder Singh, Jarnail Singh Preetkamal Sharma, Sudhir Sharma Abstract Image segmentation is a decomposition of scene into its components. It is a key step in image analysis.

More information

MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS

MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS Miguel Alemán-Flores, Luis Álvarez-León Departamento de Informática y Sistemas, Universidad de Las Palmas

More information

Interactive Differential Segmentation of the Prostate using Graph-Cuts with a Feature Detector-based Boundary Term

Interactive Differential Segmentation of the Prostate using Graph-Cuts with a Feature Detector-based Boundary Term MOSCHIDIS, GRAHAM: GRAPH-CUTS WITH FEATURE DETECTORS 1 Interactive Differential Segmentation of the Prostate using Graph-Cuts with a Feature Detector-based Boundary Term Emmanouil Moschidis emmanouil.moschidis@postgrad.manchester.ac.uk

More information

A Robust Wipe Detection Algorithm

A Robust Wipe Detection Algorithm A Robust Wipe Detection Algorithm C. W. Ngo, T. C. Pong & R. T. Chin Department of Computer Science The Hong Kong University of Science & Technology Clear Water Bay, Kowloon, Hong Kong Email: fcwngo, tcpong,

More information

Segmentation

Segmentation Lecture 6: Segmentation 215-13-11 Filip Malmberg Centre for Image Analysis Uppsala University 2 Today What is image segmentation? A smörgåsbord of methods for image segmentation: Thresholding Edge-based

More information

CS334: Digital Imaging and Multimedia Edges and Contours. Ahmed Elgammal Dept. of Computer Science Rutgers University

CS334: Digital Imaging and Multimedia Edges and Contours. Ahmed Elgammal Dept. of Computer Science Rutgers University CS334: Digital Imaging and Multimedia Edges and Contours Ahmed Elgammal Dept. of Computer Science Rutgers University Outlines What makes an edge? Gradient-based edge detection Edge Operators From Edges

More information

The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy

The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy Sokratis K. Makrogiannis, PhD From post-doctoral research at SBIA lab, Department of Radiology,

More information

A FUZZY LOGIC BASED METHOD FOR EDGE DETECTION

A FUZZY LOGIC BASED METHOD FOR EDGE DETECTION Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences Vol. 4 (53) No. 1-2011 A FUZZY LOGIC BASED METHOD FOR EDGE DETECTION C. SULIMAN 1 C. BOLDIŞOR 1 R. BĂZĂVAN 2 F. MOLDOVEANU

More information

MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION OF TEXTURES

MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION OF TEXTURES International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 125-130 MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION

More information

STIC AmSud Project. Graph cut based segmentation of cardiac ventricles in MRI: a shape-prior based approach

STIC AmSud Project. Graph cut based segmentation of cardiac ventricles in MRI: a shape-prior based approach STIC AmSud Project Graph cut based segmentation of cardiac ventricles in MRI: a shape-prior based approach Caroline Petitjean A joint work with Damien Grosgeorge, Pr Su Ruan, Pr JN Dacher, MD October 22,

More information

A NOVEL FEATURE EXTRACTION METHOD BASED ON SEGMENTATION OVER EDGE FIELD FOR MULTIMEDIA INDEXING AND RETRIEVAL

A NOVEL FEATURE EXTRACTION METHOD BASED ON SEGMENTATION OVER EDGE FIELD FOR MULTIMEDIA INDEXING AND RETRIEVAL A NOVEL FEATURE EXTRACTION METHOD BASED ON SEGMENTATION OVER EDGE FIELD FOR MULTIMEDIA INDEXING AND RETRIEVAL Serkan Kiranyaz, Miguel Ferreira and Moncef Gabbouj Institute of Signal Processing, Tampere

More information

Detection of Rib Shadows in Digital Chest Radiographs

Detection of Rib Shadows in Digital Chest Radiographs Detection of Rib Shadows in Digital Chest Radiographs S. Sarkar 1 and S. Chaudhuri 2'* 1School of Biomedical Engineering, 2Department of Electrical Engineering, Indian Institute of Technology, Powai, Bombay-400076,

More information

Chapter 9 Conclusions

Chapter 9 Conclusions Chapter 9 Conclusions This dissertation has described a new method for using local medial properties of shape to identify and measure anatomical structures. A bottom up approach based on image properties

More information

Lecture 6: Edge Detection

Lecture 6: Edge Detection #1 Lecture 6: Edge Detection Saad J Bedros sbedros@umn.edu Review From Last Lecture Options for Image Representation Introduced the concept of different representation or transformation Fourier Transform

More information

Segmentation and Grouping

Segmentation and Grouping Segmentation and Grouping How and what do we see? Fundamental Problems ' Focus of attention, or grouping ' What subsets of pixels do we consider as possible objects? ' All connected subsets? ' Representation

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

Segmentation Using Region Merging with Edges

Segmentation Using Region Merging with Edges Segmentation Using Region Merging with Edges Michael Gay Sowerby Research Centre (FPC 267), British Aerospace pic, Bristol BS12 7QW. This paper considers a hybrid segmentation technique which uses an iterative

More information

Chapter 11 Arc Extraction and Segmentation

Chapter 11 Arc Extraction and Segmentation Chapter 11 Arc Extraction and Segmentation 11.1 Introduction edge detection: labels each pixel as edge or no edge additional properties of edge: direction, gradient magnitude, contrast edge grouping: edge

More information