Computer-aided Interactive Object Delineation Using an Intelligent Paintbrush Technique Frederik Maes?, Dirk Vandermeulen, Paul Suetens, Guy Marchal L

Size: px
Start display at page:

Download "Computer-aided Interactive Object Delineation Using an Intelligent Paintbrush Technique Frederik Maes?, Dirk Vandermeulen, Paul Suetens, Guy Marchal L"

Transcription

1

2 Computer-aided Interactive Object Delineation Using an Intelligent Paintbrush Technique Frederik Maes?, Dirk Vandermeulen, Paul Suetens, Guy Marchal Laboratory for Medical Imaging Research?? Katholieke Universiteit Leuven, Belgium. Department of Electrical Engineering, ESAT, Kardinaal Mercierlaan 94, B-3001 Heverlee, Belgium. Department of Radiology, University Hospital Gasthuisberg, Herestraat 49, B-3000 Leuven, Belgium. Abstract. A method for fast generic object segmentation is presented that allows the user to quickly paint the object of interest in the image using an intelligent paintbrush. This intelligence is based on a partitioning of the image in segmentation primitives, which are computed automatically by merging watershed regions with similar image intensity distribution using the Minimum Description Length principle. We show results for Magnetic Resonance images of the heart and of the brain and for Computerized Tomography images of the abdomen. 1 Introduction Segmentation of medical images is a necessary requirement for three-dimensional (3D) visualization and quantication of the anatomical structures of interest. There are numerous clinical applications, for instance in surgery and radiotherapy treatment planning and in quantitative diagnosis. Because completely manual object delineation on large 3D datasets is very tedious and time-consuming, computer-assistance is needed to facilitate the segmentation task in clinical routine. Fully automatic methods, relying on a priori knowledge such as shape and intensity models, are precluded by the complexity of the images, the diversity of the objects of interest and the occurrence of pathological deformations. In this paper, we present a semi-automatic segmentation method, whereby the user, assisted by the computer, interactively segments the object of interest by colouring it in the image using an intelligent paintbrush [1]. This approach is based on a partitioning of the image in primitive regions and assumes that the object of interest is the union of one or more of these regions. In that case, only one point of each region that belongs to the object needs to be selected to completely segment it, which dramatically speeds up the interactive segmentation process.? Frederik Maes is Aspirant of the Belgian National Fund of Scientic Research (NFWO). Corresponding author. frederik@uz.kuleuven.ac.be?? Directors: Andre Oosterlinck & Albert L. Baert

3 78 Section 2 describes how a relevant partitioning is computed automatically using a fast watershed-like procedure. In order to reduce the need for user interaction in the paintbrush tool, regions that are likely to belong to the same object need to be merged selectively while maintaing the relevant object boundatries. Section 3 describes how this is achieved using the Minimum Description Length (MDL) criterion [9]. Section 4 illustrates the power of the method by showing results for Magnetic Resonance (MR) images of the heart and of the brain and for Computerized Tomography (CT) images of the abdomen. 2 Construction of primitive image regions Boundaries between dierent objects in an image are often characterised by a signicant change in image intensity across the boundary. Such boundaries correspond to ridges in the gradient magnitude image and the contours of the objects coincide with the crest lines of these ridges. Therefore, a partitioning of the image in meaningful segmentation entities can be obtained by detecting these crest lines using the watershed of the gradient magnitude image. A true watershed transformation, however, is intractable, because it is a computationally expensive operation [10]. Instead, we construct pseudo-watershed regions by tracking downhill Maximum Gradient Paths (MGP) [6], starting from each point in the image and terminating in a local gradient minimum. The gradient of the image intensity is computed using the Sobel [4] operator, after Gaussian smoothing of the original image in order to reduce the inuence of noise on the gradient computation. The downhill MGP of each pixel p is tracked by recursively selecting the pixel q in the 8-connected (in 2D, or 26-connected in 3D) neighbourhood of p for which the gradient magnitude is minimal. If more than one such pixel q exists, we systematically select the rst one found. The MGP terminates in the pixel m if there is no pixel in its neighbourhood with strictly smaller gradient magnitude. Each such pixel m is marked as a local minimum of the gradient magnitude and given a distinct label. If a minimum is reached in whose neighbourhood another minimum with the same gradient magnitude value has already been detected, the new minimum is disregarded by giving it the same label as the neighbouring one in order to reduce the number of regions. Each pixel in the image is assigned the label of the minimum its downhill MGP terminates in. A pixel p is a boundary pixel of the region R(p) it belongs to if there is at least one pixel q in the 4-connected (in 2D, or 6-connected in 3D) neighbourhood of p that does not belong to R(p). This pixel q is a boundary pixel of its region R(q) and the common pixel boundary of p and q is a boundary line element (in 2D, or surface element in 3D) of R(p) and R(q). The boundary between two regions is the union of all their common boundary elements. We now argue that the sodened downhill region boundaries coincide with the crest lines of the gradient magnitude. Indeed, if the pixel p is located on the crest line of a gradient ridge, the gradient of the image gradient magnitude points in opposite directions on both sides of the ridge, ipping direction in p. Therefore, the neighbourhood of

4 p will contain at least two pixels that are mapped on two dierent local minima on opposite sides of the crest and p is a boundary pixel of its downhill region. The result of this algorithm is an oversegmentation of the image, as illustrated in Fig. 1. The correspondence of the watershed boundaries to object contours can be compared with the result of an edge detector, such as the Canny edge detector [2] (Fig. 1c). A typical problem of Canny edge detection is that the edges found are not closed and that additional processing for explicit detection of junctions and linking of edge segments is usually required. The watershed method on the contrary, has no problem detecting junctions and, because of the region based approach, all boundaries are closed implicitly, regardless of noise or low intensity contrast. 79 [t] a b c Fig. 1. (a) Short-axis MR cross-section of the heart at diastole (200 times 200). (b) Watershed regions of the gradient magnitude of the smoothed image ( = 2). (c) Canny edges thresholded at 10% of the maximum edge strength (sigma = 2). 3 Selectively merging primitive regions Because the image intensity is often rather homogeneous within one object and signicantly dierent between objects, the oversegmentation of the watershed can be reduced while preserving the relevant object boundaries by selectively merging regions with similar intensity distributions. Apart from intensity similarity, merging small regions that have a large common boundary compared to their size should be preferred, because this reduces the oversegmentation more than merging regions that only share a small common boundary. These criteria can be formulated mathematically as an optimization problem using the Minimum Description Length (MDL) principle: the optimal image partitioning is the one for which the total number of bits required to describe the image data in terms of a specied descriptive language is minimal [8, 9]. In our case, such a description consists of the number of bits needed to code the

5 80 image intensity of each pixel in each region and the number of bits needed to code the region boundaries. In this section, we only discuss the 2D case, but extension to 3D regions is straightforward. We code the image data using separate code alphabets for each region R i by treating the original image intensity x of all pixels in R i as a stochastic variable with distribution p Ri (x). According to information theory [3], the number of bits B I (R i ) required to code the image intensity of all pixels in R i using an optimal coding scheme is given by B I (R i )=n(r i )H(R i ), with n(r i ) being the number of pixels in R i and H(R i ) the entropyofp Ri (x). The image intensity distribution p Ri (x) is estimated from the histogram of the original image in the region R i as the convolution of with a Gaussian Parzen-window [4]. The boundary line of each region is coded by specifying one starting point andachain code of boundary line elements, such that the total number of bits needed to code the region boundary information of the partitioning R is B B (R) = N R (R) b 1 + N b (R) b 2, with N R (R) being the number of regions in R, N b (R) the total boundary length, b 1 the number of bits required to code the starting point and b 2 the number of bits required to code each element of the boundary chain code. We take b 1 =28 = 16 for a 2D image and b 2 = log 2 4=2, as each 2D boundary element corresponds to one of 4 possible directions. The total number of bits to code the image data from the image partitioning R using this coding scheme is B(R) =B I (R)+B B (R) = P i B I(R i )+B B (R). If two neighbouring regions R 1 and R 2 are merged into a new region R 3, more bits will be required to code the image intensity information of R 3 that of R 1 and R 2 separately. However, the total description length might decrease because no bits are needed to code the common boundary segment ofr 1 and R 2. The description length gain B(R 1 ;R 2 ) of merging R 1 and R 2 into R 3 is given by B(R 1 ;R 2 )=n(r 1 )H(R 1 )+n(r 2 )H(R 2 ),n(r 3 )H(R 3 )+b 1 + n b (R 1 ;R 2 )b 2, with n b (R 1 ;R 2 ) being the length of the common boundary of R 1 and R 2. The merging process proceeds iteratively by selecting at each step the couple of neighbouring regions with the largest positive description length gain, merging these into a new region and updating the neighbour relations. This procedure is repeated as long as regions can be merged with positive description length gain and merging terminates at a local minimum of the description length function. Figure 2 shows the result of this procedure on the partitioning of Fig. 1b. This partitioning is used as input to the intelligent paintbrush tool. 4 Results obtained with the intelligent paintbrush tool The original image and the region label image of the primitive region partitioning are used as input to the intelligent paintbrush tool. Only the original image is presented to the user, while the region label image remains hidden. When the user selects a point on the screen by clicking the left mouse button, the region the selected point belongs to is extracted from the region label image and shown in colour overlay on the screen. The user can erase coloured regions by clicking

6 81 [t] a b c Fig. 2. (a) Merged region boundaries for the image of gure 1(b). (b) Overlay of (a) on the original image. (c) The myocardium segmented with the intelligent paintbrush tool. the right mouse button. Dragging the mouse with the left or right mouse button pressed, colours or erases all regions the mouse pointer hits. In the current implementation of this tool, the colour overlay is opaque and hides the underlying image, which might make it dicult for the user to assess the result of the segmentation. For clinical use, the colourings should be transparent and the user should be oered the choice of displaying the lled coloured regions or only the boundary of their union. Manual editing of the contour of the delineated region might also be needed to correct segmentation errors. [t] a b c Fig. 3. (a) Original MR image of the brain ( ). (b) Merged watershed partitioning. (c) Tumor segmented with the intelligent paintbrush. Figure 2c shows the segmentation of the myocardium in the image of Fig. 1, using the partitioning of Fig. 2a. This partitioning was computed automatically from the original image in less than 5 seconds on an IBM RS/6000 workstation. It

7 82 takes the user about 5 seconds to complete the segmentation with the intelligent paintbrush tool. Figure 3 shows the segmentation of a tumor in one slice of a transversal 3D MR image of the brain. Slice by slice segmentation of the tumor on all 33 slices takes the user less than 3 minutes. Figure 4 shows one slice of a 3D CT image of the abdomen and the segmentation of the prostate in this image. [t] a b c Fig. 4. (a) Original CT image of the abdomen ( ). (b) Merged watershed partitioning. (c) Prostate segmentation with the intelligent paintbrush. 5 Discussion The accuracy of the intelligent paintbrush segmentation depends on the overlap of boundaries in the image partitioning with the contours of the object of interest. First results show that the pseudo-watershed procedure is able to detect small intensity dierences in the image, as long as these correspond to a ridge in the gradient magnitude image. This might not be the case for the boundaries of thin line-like (or plate-like) structures, which are likely to be blurred with the background due to the smoothing needed for the gradient computation. Other image partitionings can be obtained that are based on another ridge denition. Grin [6] describes a method to partition the image in districts by growing MGP's both uphill and downhill from the saddle points of the gradient magnitude image, computed at dierent scales from a continuous representation of the orginal image. Eberly [5] uses a ridge ow model, whereby ridges, corresponding to medial structures, are computed from the image intensity itself. The MDL criterion requires estimation of the image intensity distribution in each region. For small regions, the number of samples might be too small to obtain reliable statistics. However, the image intensity is likely to be rather homogeneous within each region, such that the average number of samples per histogram bin might still be signicant. Region merging is favored by histogram binning,

8 because all region intensity distibutions will be more compact and therefore more similar. Other optimization strategies to minimize the description length function, such as simulated annealing [], might result in more optimal partitionings with lower description length, but are computationally more expensive than the procedure used here. Instead of using one single image partitioning as input to the paintbrush tool, several partitionings of the same original image could be used with dierent granularity. A hierarchy of dierent image partitionings is constructed implicitly during merging. One partitioning with larger granularity could be used for fast, but rough, colouring of the object of interest, while another with smaller granularity could be used for erasing and more detailed editing Conclusion Partitioning of the image in segmentation primitives is a powerful technique. It allows fast and robust computer-aided interactive segmentation of the object of interest using the intelligent paintbrush tool. Further work includes extension of the merging procedure to 3D with the purpose of true 3D object segmentation, and evaluation of the accuracy of the method on clinical applications by medical experts. Acknowledgements This research is supported by the Belgian National Fund for Scientic Research (NFWO). The algorithms were developed with AVS (Application Visualization System) on an IBM RS/6000 workstation. We thank Dr. J. Bogaert and Dr. F. Demaerel for providing the images and D. Delaere and E. Bellon for their contribution to the implementation of the intelligent paintbrush tool. References 1. Beard, D. V., Eberly, D., Hemminger, B., Pizer, S., Faith, R., Kurak, C., Livingston, M.: Interacting with image hierarchies for fast and accurate object segmentation. Proc. SPIE Newport Beach, CA, 2167 (1994) 10{ Canny, J.: A computational approach to edge detection. IEEE Trans. PAMI 11 (1986) 679{ Cover, T.M., Thomas, J.A.: Elements of information theory. John Wiley & Sons (1991). 4. Duda, R.O., Hart, P.E.: Pattern classication and scene analysis. John Wiley & Sons (1973). 5. Eberly. D., Pizer, S.M.: Ridge ow models for image segmentation. Proc. SPIE Newport Beach, CA, 2167 (1994) 54{ Grin, L.D., Colchester, A.C.F., Robinson, G.P.: Scale and segmentation of greylevel images using maximum gradient paths. Image and Vision Computing 10 (1992) 389{402.

9 84 7. Kirkpatrick, S., Gelatt, C.D, Vecchi, M.P.: Optimization by simulated annealing. Science 220 (1982) 671{ Leclerc, Y.G.: Constructing simple stable descriptions for image partitioning. Intern. J. Computer Vision 3 (1987) 73{ Rissanen, J.: Minimum-description-length principle. Encyclopedia of Statistical Sciences. Wiley, New York 5 (1987) 425{ Vincent, L., Soille,P.: Watersheds in digital spaces: an ecient algorithm based on immersion simulations. IEEE Trans. PAMI 13 (1991) 583{598. This article was processed using the LATEX macro package with LLNCS style

216 F.MAES ET AL. tomation, semi-automatic methods that improve interaction by providing intelligent assistance are often superior to fully automatic

216 F.MAES ET AL. tomation, semi-automatic methods that improve interaction by providing intelligent assistance are often superior to fully automatic AUTOMATIC IMAGE PARTITIONING FOR GENERIC OBJECT SEGMENTATION IN MEDICAL IMAGES F.MAES, D.VANDERMEULEN, P.SUETENS AND G.MARCHAL Laboratory for Medical Imaging Research y, ESAT-Radiology K. U. Leuven, Kardinaal

More information

Using Game Theory for Image Segmentation

Using Game Theory for Image Segmentation Using Game Theory for Image Segmentation Elizabeth Cassell Sumanth Kolar Alex Yakushev 1 Introduction 21st March 2007 The goal of image segmentation, is to distinguish objects from background. Robust segmentation

More information

Segmentation of Neck Lymph Nodes in CT Datasets with Stable 3D Mass-Spring Models

Segmentation of Neck Lymph Nodes in CT Datasets with Stable 3D Mass-Spring Models Segmentation of Neck Lymph Nodes in CT Datasets with Stable 3D Mass-Spring Models Jana Dornheim 1, Heiko Seim 1, Bernhard Preim 1, Ilka Hertel 2, and Gero Strauss 2 1 Otto-von-Guericke-Universität Magdeburg,

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

Region-based Segmentation

Region-based Segmentation Region-based Segmentation Image Segmentation Group similar components (such as, pixels in an image, image frames in a video) to obtain a compact representation. Applications: Finding tumors, veins, etc.

More information

2.1 Signal Production. RF_Coil. Scanner. Phantom. Image. Image Production

2.1 Signal Production. RF_Coil. Scanner. Phantom. Image. Image Production An Extensible MRI Simulator for Post-Processing Evaluation Remi K.-S. Kwan?, Alan C. Evans, and G. Bruce Pike McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University, Montreal,

More information

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Mohamed Amine LARHMAM, Saïd MAHMOUDI and Mohammed BENJELLOUN Faculty of Engineering, University of Mons,

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

3D Multi-Modality Medical Image Registration Using Feature Space Clustering Andre Collignon, Dirk Vandermeulen, Paul Suetens, Guy Marchal Laboratory f

3D Multi-Modality Medical Image Registration Using Feature Space Clustering Andre Collignon, Dirk Vandermeulen, Paul Suetens, Guy Marchal Laboratory f 3D Multi-Modality Medical Image Registration Using Feature Space Clustering Andre Collignon, Dirk Vandermeulen, Paul Suetens, Guy Marchal Laboratory for Medical Imaging Research? Katholieke Universiteit

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

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

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

Analysis of Image and Video Using Color, Texture and Shape Features for Object Identification

Analysis of Image and Video Using Color, Texture and Shape Features for Object Identification IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. VI (Nov Dec. 2014), PP 29-33 Analysis of Image and Video Using Color, Texture and Shape Features

More information

Image Segmentation. Shengnan Wang

Image Segmentation. Shengnan Wang Image Segmentation Shengnan Wang shengnan@cs.wisc.edu Contents I. Introduction to Segmentation II. Mean Shift Theory 1. What is Mean Shift? 2. Density Estimation Methods 3. Deriving the Mean Shift 4. Mean

More information

3D Surface Reconstruction of the Brain based on Level Set Method

3D Surface Reconstruction of the Brain based on Level Set Method 3D Surface Reconstruction of the Brain based on Level Set Method Shijun Tang, Bill P. Buckles, and Kamesh Namuduri Department of Computer Science & Engineering Department of Electrical Engineering University

More information

Analysis of CMR images within an integrated healthcare framework for remote monitoring

Analysis of CMR images within an integrated healthcare framework for remote monitoring Analysis of CMR images within an integrated healthcare framework for remote monitoring Abstract. We present a software for analyzing Cardiac Magnetic Resonance (CMR) images. This tool has been developed

More information

MR IMAGE SEGMENTATION

MR IMAGE SEGMENTATION MR IMAGE SEGMENTATION Prepared by : Monil Shah What is Segmentation? Partitioning a region or regions of interest in images such that each region corresponds to one or more anatomic structures Classification

More information

K Means Clustering Using Localized Histogram Analysis and Multiple Assignment. Michael Bryson 4/18/2007

K Means Clustering Using Localized Histogram Analysis and Multiple Assignment. Michael Bryson 4/18/2007 1 K Means Clustering Using Localized Histogram Analysis and Multiple Assignment Michael Bryson 4/18/2007 2 Outline Introduction Redefining Distance Preliminary Results Multiple Assignment Discussion 3

More information

Law, AKW; Zhu, H; Lam, FK; Chan, FHY; Chan, BCB; Lu, PP

Law, AKW; Zhu, H; Lam, FK; Chan, FHY; Chan, BCB; Lu, PP Title Tumor boundary extraction in multislice MR brain images using region and contour deformation Author(s) Law, AKW; Zhu, H; Lam, FK; Chan, FHY; Chan, BCB; Lu, PP Citation International Workshop on Medical

More information

Image Segmentation Based on Watershed and Edge Detection Techniques

Image Segmentation Based on Watershed and Edge Detection Techniques 0 The International Arab Journal of Information Technology, Vol., No., April 00 Image Segmentation Based on Watershed and Edge Detection Techniques Nassir Salman Computer Science Department, Zarqa Private

More information

Image Segmentation. Ross Whitaker SCI Institute, School of Computing University of Utah

Image Segmentation. Ross Whitaker SCI Institute, School of Computing University of Utah Image Segmentation Ross Whitaker SCI Institute, School of Computing University of Utah What is Segmentation? Partitioning images/volumes into meaningful pieces Partitioning problem Labels Isolating a specific

More information

Digital Image Processing. Image Enhancement - Filtering

Digital Image Processing. Image Enhancement - Filtering Digital Image Processing Image Enhancement - Filtering Derivative Derivative is defined as a rate of change. Discrete Derivative Finite Distance Example Derivatives in 2-dimension Derivatives of Images

More information

Image Segmentation. Ross Whitaker SCI Institute, School of Computing University of Utah

Image Segmentation. Ross Whitaker SCI Institute, School of Computing University of Utah Image Segmentation Ross Whitaker SCI Institute, School of Computing University of Utah What is Segmentation? Partitioning images/volumes into meaningful pieces Partitioning problem Labels Isolating a specific

More information

Concepts in. Edge Detection

Concepts in. Edge Detection Concepts in Edge Detection Dr. Sukhendu Das Deptt. of Computer Science and Engg., Indian Institute of Technology, Madras Chennai 600036, India. http://www.cs.iitm.ernet.in/~sdas Email: sdas@iitm.ac.in

More information

Automatic Detection of Bone Contours in X-Ray Images

Automatic Detection of Bone Contours in X-Ray Images Automatic Detection of Bone Contours in X-Ray Images Alexey Mikhaylichenko 1, Yana Demyanenko 1, and Elena Grushko 2 1 Institute of Mathematics, Mechanics and Computer Science, Southern Federal University,

More information

Dept of CSE, CIT Gubbi, Tumkur, Mysore, India

Dept of CSE, CIT Gubbi, Tumkur, Mysore, India Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com MRI Tissue Segmentation

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

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 II

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 II 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 II For students of HI 5323

More information

Interactive Boundary Detection for Automatic Definition of 2D Opacity Transfer Function

Interactive Boundary Detection for Automatic Definition of 2D Opacity Transfer Function Interactive Boundary Detection for Automatic Definition of 2D Opacity Transfer Function Martin Rauberger, Heinrich Martin Overhoff Medical Engineering Laboratory, University of Applied Sciences Gelsenkirchen,

More information

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A.Anuja Merlyn 1, A.Anuba Merlyn 2 1 PG Scholar, Department of Computer Science and Engineering,

More information

Research Article Image Segmentation Using Gray-Scale Morphology and Marker-Controlled Watershed Transformation

Research Article Image Segmentation Using Gray-Scale Morphology and Marker-Controlled Watershed Transformation Discrete Dynamics in Nature and Society Volume 2008, Article ID 384346, 8 pages doi:10.1155/2008/384346 Research Article Image Segmentation Using Gray-Scale Morphology and Marker-Controlled Watershed Transformation

More information

Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator

Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator Li X.C.,, Chui C. K.,, and Ong S. H.,* Dept. of Electrical and Computer Engineering Dept. of Mechanical Engineering, National

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

CS4670: Computer Vision Noah Snavely

CS4670: Computer Vision Noah Snavely CS4670: Computer Vision Noah Snavely Lecture 2: Edge detection From Sandlot Science Announcements Project 1 released, due Friday, September 7 1 Edge detection Convert a 2D image into a set of curves Extracts

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

Part 3: Image Processing

Part 3: Image Processing Part 3: Image Processing Image Filtering and Segmentation Georgy Gimel farb COMPSCI 373 Computer Graphics and Image Processing 1 / 60 1 Image filtering 2 Median filtering 3 Mean filtering 4 Image segmentation

More information

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight Three-Dimensional Object Reconstruction from Layered Spatial Data Michael Dangl and Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image

More information

Effects Of Shadow On Canny Edge Detection through a camera

Effects Of Shadow On Canny Edge Detection through a camera 1523 Effects Of Shadow On Canny Edge Detection through a camera Srajit Mehrotra Shadow causes errors in computer vision as it is difficult to detect objects that are under the influence of shadows. Shadow

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 04 130131 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Histogram Equalization Image Filtering Linear

More information

Scene-Based Segmentation of Multiple Muscles from MRI in MITK

Scene-Based Segmentation of Multiple Muscles from MRI in MITK Scene-Based Segmentation of Multiple Muscles from MRI in MITK Yan Geng 1, Sebastian Ullrich 2, Oliver Grottke 3, Rolf Rossaint 3, Torsten Kuhlen 2, Thomas M. Deserno 1 1 Department of Medical Informatics,

More information

Adaptive active contours (snakes) for the segmentation of complex structures in biological images

Adaptive active contours (snakes) for the segmentation of complex structures in biological images Adaptive active contours (snakes) for the segmentation of complex structures in biological images Philippe Andrey a and Thomas Boudier b a Analyse et Modélisation en Imagerie Biologique, Laboratoire Neurobiologie

More information

2 F. ZANOGUERA ET AL. are no longer valid. 2. Although some of the techniques proposed can directly be applied to the segmentation of 3D images, no pr

2 F. ZANOGUERA ET AL. are no longer valid. 2. Although some of the techniques proposed can directly be applied to the segmentation of 3D images, no pr A SEGMENTATION PYRAMID FOR THE INTERACTIVE SEGMENTATION OF 3-D IMAGES AND VIDEO SEQUENCES F. ZANOGUERA, B. MARCOTEGUI and F. MEYER Centre de Morphologie Mathematique - Ecole des Mines de Paris 35, rue

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

Deformable Registration Using Scale Space Keypoints

Deformable Registration Using Scale Space Keypoints Deformable Registration Using Scale Space Keypoints Mehdi Moradi a, Purang Abolmaesoumi a,b and Parvin Mousavi a a School of Computing, Queen s University, Kingston, Ontario, Canada K7L 3N6; b Department

More information

THE geometric alignment or registration of multimodality

THE geometric alignment or registration of multimodality IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 16, NO. 2, APRIL 1997 187 Multimodality Image Registration by Maximization of Mutual Information Frederik Maes,* André Collignon, Dirk Vandermeulen, Guy Marchal,

More information

Graph based Image Segmentation using improved SLIC Superpixel algorithm

Graph based Image Segmentation using improved SLIC Superpixel algorithm Graph based Image Segmentation using improved SLIC Superpixel algorithm Prasanna Regmi 1, B.J.M. Ravi Kumar 2 1 Computer Science and Systems Engineering, Andhra University, AP, India 2 Computer Science

More information

Edge Detection. CMPUT 206: Introduction to Digital Image Processing. Nilanjan Ray. Source:

Edge Detection. CMPUT 206: Introduction to Digital Image Processing. Nilanjan Ray. Source: Edge Detection CMPUT 206: Introduction to Digital Image Processing Nilanjan Ray Source: www.imagingbook.com What are edges? Are image positions where local image intensity changes significantly along a

More information

Modeling and preoperative planning for kidney surgery

Modeling and preoperative planning for kidney surgery Modeling and preoperative planning for kidney surgery Refael Vivanti Computer Aided Surgery and Medical Image Processing Lab Hebrew University of Jerusalem, Israel Advisor: Prof. Leo Joskowicz Clinical

More information

Available Online through

Available Online through Available Online through www.ijptonline.com ISSN: 0975-766X CODEN: IJPTFI Research Article ANALYSIS OF CT LIVER IMAGES FOR TUMOUR DIAGNOSIS BASED ON CLUSTERING TECHNIQUE AND TEXTURE FEATURES M.Krithika

More information

Multivalued image segmentation based on first fundamental form

Multivalued image segmentation based on first fundamental form Multivalued image segmentation based on first fundamental form P. Scheunders Vision Lab, Department of Physics, University of Antwerp, Groenenborgerlaan 171, 2020 Antwerpen, Belgium Tel.: +32/3/218 04

More information

Whole Body MRI Intensity Standardization

Whole Body MRI Intensity Standardization Whole Body MRI Intensity Standardization Florian Jäger 1, László Nyúl 1, Bernd Frericks 2, Frank Wacker 2 and Joachim Hornegger 1 1 Institute of Pattern Recognition, University of Erlangen, {jaeger,nyul,hornegger}@informatik.uni-erlangen.de

More information

Rigid and Deformable Vasculature-to-Image Registration : a Hierarchical Approach

Rigid and Deformable Vasculature-to-Image Registration : a Hierarchical Approach Rigid and Deformable Vasculature-to-Image Registration : a Hierarchical Approach Julien Jomier and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab The University of North Carolina at Chapel

More information

Integrating Intensity and Texture in Markov Random Fields Segmentation. Amer Dawoud and Anton Netchaev. {amer.dawoud*,

Integrating Intensity and Texture in Markov Random Fields Segmentation. Amer Dawoud and Anton Netchaev. {amer.dawoud*, Integrating Intensity and Texture in Markov Random Fields Segmentation Amer Dawoud and Anton Netchaev {amer.dawoud*, anton.netchaev}@usm.edu School of Computing, University of Southern Mississippi 118

More information

A Robust Method for Circle / Ellipse Extraction Based Canny Edge Detection

A Robust Method for Circle / Ellipse Extraction Based Canny Edge Detection International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 5, May 2015, PP 49-57 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) A Robust Method for Circle / Ellipse

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

Norbert Schuff Professor of Radiology VA Medical Center and UCSF

Norbert Schuff Professor of Radiology VA Medical Center and UCSF Norbert Schuff Professor of Radiology Medical Center and UCSF Norbert.schuff@ucsf.edu 2010, N.Schuff Slide 1/67 Overview Definitions Role of Segmentation Segmentation methods Intensity based Shape based

More information

Segmentation of medical images using adaptive region growing

Segmentation of medical images using adaptive region growing Header for SPIE use Segmentation of medical images using adaptive region growing Regina Pohle*, Klaus D. Toennies Otto-von-Guericke University Magdeburg, Department of Simulation and Graphics ABSTRACT

More information

Solution: filter the image, then subsample F 1 F 2. subsample blur subsample. blur

Solution: filter the image, then subsample F 1 F 2. subsample blur subsample. blur Pyramids Gaussian pre-filtering Solution: filter the image, then subsample blur F 0 subsample blur subsample * F 0 H F 1 F 1 * H F 2 { Gaussian pyramid blur F 0 subsample blur subsample * F 0 H F 1 F 1

More information

Edge Detection CSC 767

Edge Detection CSC 767 Edge Detection CSC 767 Edge detection Goal: Identify sudden changes (discontinuities) in an image Most semantic and shape information from the image can be encoded in the edges More compact than pixels

More information

Segmentation Using a Region Growing Thresholding

Segmentation Using a Region Growing Thresholding Segmentation Using a Region Growing Thresholding Matei MANCAS 1, Bernard GOSSELIN 1, Benoît MACQ 2 1 Faculté Polytechnique de Mons, Circuit Theory and Signal Processing Laboratory Bâtiment MULTITEL/TCTS

More information

Fundamentals of Digital Image Processing

Fundamentals of Digital Image Processing \L\.6 Gw.i Fundamentals of Digital Image Processing A Practical Approach with Examples in Matlab Chris Solomon School of Physical Sciences, University of Kent, Canterbury, UK Toby Breckon School of Engineering,

More information

Image Segmentation. Srikumar Ramalingam School of Computing University of Utah. Slides borrowed from Ross Whitaker

Image Segmentation. Srikumar Ramalingam School of Computing University of Utah. Slides borrowed from Ross Whitaker Image Segmentation Srikumar Ramalingam School of Computing University of Utah Slides borrowed from Ross Whitaker Segmentation Semantic Segmentation Indoor layout estimation What is Segmentation? Partitioning

More information

Operators-Based on Second Derivative double derivative Laplacian operator Laplacian Operator Laplacian Of Gaussian (LOG) Operator LOG

Operators-Based on Second Derivative double derivative Laplacian operator Laplacian Operator Laplacian Of Gaussian (LOG) Operator LOG Operators-Based on Second Derivative The principle of edge detection based on double derivative is to detect only those points as edge points which possess local maxima in the gradient values. Laplacian

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

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

sizes. Section 5 briey introduces some of the possible applications of the algorithm. Finally, we draw some conclusions in Section 6. 2 MasPar Archite

sizes. Section 5 briey introduces some of the possible applications of the algorithm. Finally, we draw some conclusions in Section 6. 2 MasPar Archite Parallelization of 3-D Range Image Segmentation on a SIMD Multiprocessor Vipin Chaudhary and Sumit Roy Bikash Sabata Parallel and Distributed Computing Laboratory SRI International Wayne State University

More information

TUMOR DETECTION IN MRI IMAGES

TUMOR DETECTION IN MRI IMAGES TUMOR DETECTION IN MRI IMAGES Prof. Pravin P. Adivarekar, 2 Priyanka P. Khatate, 3 Punam N. Pawar Prof. Pravin P. Adivarekar, 2 Priyanka P. Khatate, 3 Punam N. Pawar Asst. Professor, 2,3 BE Student,,2,3

More information

curvature extrema. We carried out experiments measuring the sensitivity to noise,

curvature extrema. We carried out experiments measuring the sensitivity to noise, 1 Investigation of Approaches for the Localization of Anatomical Landmarks in 3D Medical Images Wolfgang Beil, Karl Rohr, H. Siegfried Stiehl a a Universitat Hamburg, FB Informatik, AB KOGS Vogt-Kolln-Str.

More information

Review on Different Segmentation Techniques For Lung Cancer CT Images

Review on Different Segmentation Techniques For Lung Cancer CT Images Review on Different Segmentation Techniques For Lung Cancer CT Images Arathi 1, Anusha Shetty 1, Madhushree 1, Chandini Udyavar 1, Akhilraj.V.Gadagkar 2 1 UG student, Dept. Of CSE, Srinivas school of engineering,

More information

Color Image Segmentation

Color Image Segmentation Color Image Segmentation Yining Deng, B. S. Manjunath and Hyundoo Shin* Department of Electrical and Computer Engineering University of California, Santa Barbara, CA 93106-9560 *Samsung Electronics Inc.

More information

Fast 3D Mean Shift Filter for CT Images

Fast 3D Mean Shift Filter for CT Images Fast 3D Mean Shift Filter for CT Images Gustavo Fernández Domínguez, Horst Bischof, and Reinhard Beichel Institute for Computer Graphics and Vision, Graz University of Technology Inffeldgasse 16/2, A-8010,

More information

Multimedia Retrieval Ch 5 Image Processing. Anne Ylinen

Multimedia Retrieval Ch 5 Image Processing. Anne Ylinen Multimedia Retrieval Ch 5 Image Processing Anne Ylinen Agenda Types of image processing Application areas Image analysis Image features Types of Image Processing Image Acquisition Camera Scanners X-ray

More information

Modified Bit-Planes Sobel Operator: A New Approach to Edge Detection

Modified Bit-Planes Sobel Operator: A New Approach to Edge Detection Modified Bit-Planes Sobel Operator: A New Approach to Edge Detection Rashi Agarwal, Ph.D Reader, IT Department CSJMU Kanpur-208024 ABSTRACT The detection of edges in images is a vital operation with applications

More information

Comparison of Vessel Segmentations using STAPLE

Comparison of Vessel Segmentations using STAPLE Comparison of Vessel Segmentations using STAPLE Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab The University of North Carolina at Chapel Hill, Department

More information

Comparison of Vessel Segmentations Using STAPLE

Comparison of Vessel Segmentations Using STAPLE Comparison of Vessel Segmentations Using STAPLE Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab, The University of North Carolina at Chapel Hill, Department

More information

A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING

A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING Proceedings of the 1994 IEEE International Conference on Image Processing (ICIP-94), pp. 530-534. (Austin, Texas, 13-16 November 1994.) A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING

More information

Grid-Based Genetic Algorithm Approach to Colour Image Segmentation

Grid-Based Genetic Algorithm Approach to Colour Image Segmentation Grid-Based Genetic Algorithm Approach to Colour Image Segmentation Marco Gallotta Keri Woods Supervised by Audrey Mbogho Image Segmentation Identifying and extracting distinct, homogeneous regions from

More information

EDGE BASED REGION GROWING

EDGE BASED REGION GROWING EDGE BASED REGION GROWING A thesis submitted in partial fulfillment of the Requirements for the award of the degree of MASTER OF ENGINEERING IN ELECTRONICS AND COMMUNICATION ENGINEERING Submitted By: Sanmeet

More information

Image Processing, Analysis and Machine Vision

Image Processing, Analysis and Machine Vision Image Processing, Analysis and Machine Vision Milan Sonka PhD University of Iowa Iowa City, USA Vaclav Hlavac PhD Czech Technical University Prague, Czech Republic and Roger Boyle DPhil, MBCS, CEng University

More information

Bioimage Informatics

Bioimage Informatics Bioimage Informatics Lecture 14, Spring 2012 Bioimage Data Analysis (IV) Image Segmentation (part 3) Lecture 14 March 07, 2012 1 Outline Review: intensity thresholding based image segmentation Morphological

More information

The Architecture of a System for the Indexing of Images by. Content

The Architecture of a System for the Indexing of Images by. Content The Architecture of a System for the Indexing of s by Content S. Kostomanolakis, M. Lourakis, C. Chronaki, Y. Kavaklis, and S. C. Orphanoudakis Computer Vision and Robotics Laboratory Institute of Computer

More information

Automatic Detection and Segmentation of Kidneys in Magnetic Resonance Images Using Image Processing Techniques

Automatic Detection and Segmentation of Kidneys in Magnetic Resonance Images Using Image Processing Techniques Biomedical Statistics and Informatics 2017; 2(1): 22-26 http://www.sciencepublishinggroup.com/j/bsi doi: 10.11648/j.bsi.20170201.15 Automatic Detection and Segmentation of Kidneys in Magnetic Resonance

More information

Segmenting an Image Assigning labels to pixels (cat, ball, floor) Point processing: Lecture 3: Region Based Vision. Overview

Segmenting an Image Assigning labels to pixels (cat, ball, floor) Point processing: Lecture 3: Region Based Vision. Overview Slide 2 Lecture 3: Region Based Vision Dr Carole Twining Thursday 18th March 1:00pm 1:50pm Segmenting an Image Assigning labels to pixels (cat, ball, floor) Point processing: colour or grayscale values,

More information

Image Segmentation for Image Object Extraction

Image Segmentation for Image Object Extraction Image Segmentation for Image Object Extraction Rohit Kamble, Keshav Kaul # Computer Department, Vishwakarma Institute of Information Technology, Pune kamble.rohit@hotmail.com, kaul.keshav@gmail.com ABSTRACT

More information

Dr. Ulas Bagci

Dr. Ulas Bagci CAP5415-Computer Vision Lecture 11-Image Segmentation (BASICS): Thresholding, Region Growing, Clustering Dr. Ulas Bagci bagci@ucf.edu 1 Image Segmentation Aim: to partition an image into a collection of

More information

CS534: Introduction to Computer Vision Edges and Contours. Ahmed Elgammal Dept. of Computer Science Rutgers University

CS534: Introduction to Computer Vision Edges and Contours. Ahmed Elgammal Dept. of Computer Science Rutgers University CS534: Introduction to Computer Vision Edges and Contours Ahmed Elgammal Dept. of Computer Science Rutgers University Outlines What makes an edge? Gradient-based edge detection Edge Operators Laplacian

More information

ECEN 447 Digital Image Processing

ECEN 447 Digital Image Processing ECEN 447 Digital Image Processing Lecture 8: Segmentation and Description Ulisses Braga-Neto ECE Department Texas A&M University Image Segmentation and Description Image segmentation and description are

More information

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION Abstract: MIP Project Report Spring 2013 Gaurav Mittal 201232644 This is a detailed report about the course project, which was to implement

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

Edge Detection Lecture 03 Computer Vision

Edge Detection Lecture 03 Computer Vision Edge Detection Lecture 3 Computer Vision Suggested readings Chapter 5 Linda G. Shapiro and George Stockman, Computer Vision, Upper Saddle River, NJ, Prentice Hall,. Chapter David A. Forsyth and Jean Ponce,

More information

Histogram and watershed based segmentation of color images

Histogram and watershed based segmentation of color images Histogram and watershed based segmentation of color images O. Lezoray H. Cardot LUSAC EA 2607 IUT Saint-Lô, 120 rue de l'exode, 50000 Saint-Lô, FRANCE Abstract A novel method for color image segmentation

More information

Contents.

Contents. Contents Brief introduction to Image segmentation Types of Image segmentation Region growing and Shrinking (split /merge ) method Applications of Image segmentation Results 1 http://astro.temple.edu/~siddu

More information

CS5670: Computer Vision

CS5670: Computer Vision CS5670: Computer Vision Noah Snavely Lecture 2: Edge detection From Sandlot Science Announcements Project 1 (Hybrid Images) is now on the course webpage (see Projects link) Due Wednesday, Feb 15, by 11:59pm

More information

Morphometric Analysis of Biomedical Images. Sara Rolfe 10/9/17

Morphometric Analysis of Biomedical Images. Sara Rolfe 10/9/17 Morphometric Analysis of Biomedical Images Sara Rolfe 10/9/17 Morphometric Analysis of Biomedical Images Object surface contours Image difference features Compact representation of feature differences

More information

Variational Methods II

Variational Methods II Mathematical Foundations of Computer Graphics and Vision Variational Methods II Luca Ballan Institute of Visual Computing Last Lecture If we have a topological vector space with an inner product and functionals

More information

Structural Analysis of Aerial Photographs (HB47 Computer Vision: Assignment)

Structural Analysis of Aerial Photographs (HB47 Computer Vision: Assignment) Structural Analysis of Aerial Photographs (HB47 Computer Vision: Assignment) Xiaodong Lu, Jin Yu, Yajie Li Master in Artificial Intelligence May 2004 Table of Contents 1 Introduction... 1 2 Edge-Preserving

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

Edge and Texture. CS 554 Computer Vision Pinar Duygulu Bilkent University

Edge and Texture. CS 554 Computer Vision Pinar Duygulu Bilkent University Edge and Texture CS 554 Computer Vision Pinar Duygulu Bilkent University Filters for features Previously, thinking of filtering as a way to remove or reduce noise Now, consider how filters will allow us

More information

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07.

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07. NIH Public Access Author Manuscript Published in final edited form as: Proc Soc Photo Opt Instrum Eng. 2014 March 21; 9034: 903442. doi:10.1117/12.2042915. MRI Brain Tumor Segmentation and Necrosis Detection

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