Image Processing Methods Utilized



Fig. 3.1
Delaunay method representation



TRI = delaunay(x,y) for the data points defined by vectors x and y, returns a set of triangles such that no data points are contained in any triangle’s circumscribed circle. Each row of the m-by-3 matrix TRI defines one such triangle and contains indices into x and y. If the original data points are collinear or x is empty, the triangles cannot be computed and delaunay returns an empty matrix [8].

Delaunay uses Qhull.

TRI = Delaunay (x,y, options) specifies a cell array of strings options to be used in Qhull via Delaunay. The default options are {‘Qt’,‘Qbb’,‘Qc’} [8].

This method derives spatial relations between the detected image objects and also performs pixel grouping.


3.3.1 Watershed Segmentation


A well-known image segmentation technique is morphological watershed transform, which is based on mathematical morphology to divide an image due to discontinuities. The concept of watersheds is based on visualizing an image in three dimensions: two spatial co-ordinates versus intensity. In such a “topographic” interpretation, we consider three types of points: (a) points belonging to regional minimum; (b) points at which a drop of water, if placed at the location of any of those points, would fall with certainly to a single minimum; and (c) points at which water would be equally likely to fall to more than one such minimum. For a particular regional minimum, the set of points satisfying condition (b) is called catchment basin or watershed of that minimum. The points satisfying condition (c) form crest lines on the topographic surface and are termed divide lines or watershed lines [6] (Fig. 3.2).

A338562_1_En_3_Fig2_HTML.gif


Fig. 3.2
Watershed representation

The principle objective of segmentation algorithms based on these concepts is to find watershed lines. The basic idea is simple, suppose that a hole is punched in each regional minimum and that the entire topography is flooded from below by letting water rise through the holes at uniform rate [9]. When the rising water in distinct catchment basins is about to merge, a dam is built to prevent the merging. The flooding will eventually reach a stage when only the tops of the dams are visible above the waterline. These dam boundaries correspond to the divide lines of the watersheds. Therefore, they are the (connected) boundaries extracted by a watershed algorithm. In contrast to classical area based segmentation, the watershed transform is executed on the gradient image. A digital watershed is defined as a small region that cannot assigned unique to an influence zones of a local minima in the gradient image. Also these methods were successful in segmenting certain classes of images; due to the image noise and the discrete character of digital image, they require significant interactive user guidance of accurate prior knowledge on the image structure, and easy to be over segmentation and lack of smoothness.

Watershed algorithm:

Nov 20, 2016 | Posted by in GENERAL RADIOLOGY | Comments Off on Image Processing Methods Utilized

Full access? Get Clinical Tree

Get Clinical Tree app for offline access