HOME

TheInfoList



OR:

In
image processing An image is a visual representation of something. It can be two-dimensional, three-dimensional, or somehow otherwise feed into the visual system to convey information. An image can be an artifact, such as a photograph or other two-dimension ...
, ridge detection is the attempt, via software, to locate ridges in an
image An image is a visual representation of something. It can be two-dimensional, three-dimensional, or somehow otherwise feed into the visual system to convey information. An image can be an artifact, such as a photograph or other two-dimensiona ...
, defined as curves whose points are local maxima of the function, akin to geographical
ridge A ridge or a mountain ridge is a geographical feature consisting of a chain of mountains or hills that form a continuous elevated crest for an extended distance. The sides of the ridge slope away from the narrow top on either side. The line ...
s. For a function of ''N'' variables, its ridges are a set of curves whose points are local maxima in ''N'' − 1 dimensions. In this respect, the notion of ridge points extends the concept of a
local maximum In mathematical analysis, the maxima and minima (the respective plurals of maximum and minimum) of a function, known collectively as extrema (the plural of extremum), are the largest and smallest value of the function, either within a given ran ...
. Correspondingly, the notion of valleys for a function can be defined by replacing the condition of a local maximum with the condition of a
local minimum In mathematical analysis, the maxima and minima (the respective plurals of maximum and minimum) of a function, known collectively as extrema (the plural of extremum), are the largest and smallest value of the function, either within a given ran ...
. The union of ridge sets and valley sets, together with a related set of points called the connector set, form a connected set of curves that partition, intersect, or meet at the critical points of the function. This union of sets together is called the function's relative critical set.Miller, J. ''Relative Critical Sets in \mathbb^n and Applications to Image Analysis.'' Ph.D. Dissertation. University of North Carolina. 1998. Ridge sets, valley sets, and relative critical sets represent important geometric information intrinsic to a function. In a way, they provide a compact representation of important features of the function, but the extent to which they can be used to determine global features of the function is an open question. The primary motivation for the creation of ridge detection and valley detection procedures has come from
image analysis Image analysis or imagery analysis is the extraction of meaningful information from images; mainly from digital images by means of digital image processing techniques. Image analysis tasks can be as simple as reading bar coded tags or as sophis ...
and
computer vision Computer vision is an interdisciplinary scientific field that deals with how computers can gain high-level understanding from digital images or videos. From the perspective of engineering, it seeks to understand and automate tasks that the human ...
and is to capture the interior of elongated objects in the image domain. Ridge-related representations in terms of watersheds have been used for
image segmentation In digital image processing and computer vision, image segmentation is the process of partitioning a digital image into multiple image segments, also known as image regions or image objects ( sets of pixels). The goal of segmentation is to simpl ...
. There have also been attempts to capture the shapes of objects by graph-based representations that reflect ridges, valleys and critical points in the image domain. Such representations may, however, be highly noise sensitive if computed at a single scale only. Because scale-space theoretic computations involve convolution with the Gaussian (smoothing) kernel, it has been hoped that use of multi-scale ridges, valleys and critical points in the context of
scale space Scale-space theory is a framework for multi-scale signal representation developed by the computer vision, image processing and signal processing communities with complementary motivations from physics and biological vision. It is a formal theory ...
theory should allow for more a robust representation of objects (or shapes) in the image. In this respect, ridges and valleys can be seen as a complement to natural interest points or local extremal points. With appropriately defined concepts, ridges and valleys in the intensity landscape (or in some other representation derived from the intensity landscape) may form a
scale invariant In physics, mathematics and statistics, scale invariance is a feature of objects or laws that do not change if scales of length, energy, or other variables, are multiplied by a common factor, and thus represent a universality. The technical ter ...
skeleton A skeleton is the structural frame that supports the body of an animal. There are several types of skeletons, including the exoskeleton, which is the stable outer shell of an organism, the endoskeleton, which forms the support structure inside ...
for organizing spatial constraints on local appearance, with a number of qualitative similarities to the way the Blum's medial axis transform provides a shape skeleton for
binary image A binary image is one that consists of pixels that can have one of exactly two colors, usually black and white. Binary images are also called ''bi-level'' or ''two-level'', Pixelart made of two colours is often referred to as ''1-Bit'' or ''1b ...
s. In typical applications, ridge and valley descriptors are often used for detecting roads in aerial images and for detecting
blood vessel The blood vessels are the components of the circulatory system that transport blood throughout the human body. These vessels transport blood cells, nutrients, and oxygen to the tissues of the body. They also take waste and carbon dioxide awa ...
s in retinal images or three-dimensional magnetic resonance images.


Differential geometric definition of ridges and valleys at a fixed scale in a two-dimensional image

Let f(x, y) denote a two-dimensional function, and let L be the scale-space representation of f(x, y) obtained by convolving f(x, y) with a Gaussian function :g(x, y, t) = \frac e^. Furthermore, let L_ and L_ denote the
eigenvalue In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted ...
s of the
Hessian matrix In mathematics, the Hessian matrix or Hessian is a square matrix of second-order partial derivatives of a scalar-valued function, or scalar field. It describes the local curvature of a function of many variables. The Hessian matrix was developed ...
:H = \begin L_ & L_ \\ L_ & L_ \end of the scale-space representation L with a coordinate transformation (a rotation) applied to local directional derivative operators, :\partial_p = \sin \beta \partial_x - \cos \beta \partial_y, \partial_q = \cos \beta \partial_x + \sin \beta \partial_y where p and q are coordinates of the rotated coordinate system. It can be shown that the mixed derivative L_ in the transformed coordinate system is zero if we choose :\cos \beta = \sqrt, \sin \beta = \sgn(L_) \sqrt . Then, a formal differential geometric definition of the ridges of f(x, y) at a fixed scale t can be expressed as the set of points that satisfy :L_ = 0, L_ \leq 0, , L_, \geq , L_, . Correspondingly, the valleys of f(x, y) at scale t are the set of points :L_ = 0, L_ \geq 0, , L_, \geq , L_, . In terms of a (u, v) coordinate system with the v direction parallel to the image gradient :\partial_u = \sin \alpha \partial_x - \cos \alpha \partial_y, \partial_v = \cos \alpha \partial_x + \sin \alpha \partial_y where :\cos \alpha = \frac, \sin \alpha = \frac it can be shown that this ridge and valley definition can instead be equivalently be written as : L_ = 0, L_^2 - L_^2 \geq 0 where :L_v^2 L_ = L_x^2 L_ - 2 L_x L_y L_ + L_y^2 L_, :L_v^2 L_ = L_x L_y (L_ - L_) - (L_x^2 - L_y^2) L_, :L_v^2 L_ = L_x^2 L_ + 2 L_x L_y L_ + L_y^2 L_ and the sign of L_ determines the polarity; L_<0 for ridges and L_>0 for valleys.


Computation of variable scale ridges from two-dimensional images

A main problem with the fixed scale ridge definition presented above is that it can be very sensitive to the choice of the scale level. Experiments show that the scale parameter of the Gaussian pre-smoothing kernel must be carefully tuned to the width of the ridge structure in the image domain, in order for the ridge detector to produce a connected curve reflecting the underlying image structures. To handle this problem in the absence of prior information, the notion of ''scale-space ridges'' has been introduced, which treats the scale parameter as an inherent property of the ridge definition and allows the scale levels to vary along a scale-space ridge. Moreover, the concept of a scale-space ridge also allows the scale parameter to be automatically tuned to the width of the ridge structures in the image domain, in fact as a consequence of a well-stated definition. In the literature, a number of different approaches have been proposed based on this idea. Let R(x, y, t) denote a measure of ridge strength (to be specified below). Then, for a two-dimensional image, a scale-space ridge is the set of points that satisfy :L_ = 0, L_ \leq 0, \partial_t(R) = 0, \partial_(R) \leq 0, where t is the scale parameter in the scale-space representation. Similarly, a ''scale-space valley'' is the set of points that satisfy :L_ = 0, L_ \geq 0, \partial_t(R) = 0, \partial_(R) \leq 0. An immediate consequence of this definition is that for a two-dimensional image the concept of scale-space ridges sweeps out a set of one-dimensional curves in the three-dimensional scale-space, where the scale parameter is allowed to vary along the scale-space ridge (or the scale-space valley). The ridge descriptor in the image domain will then be a projection of this three-dimensional curve into the two-dimensional image plane, where the attribute scale information at every ridge point can be used as a natural estimate of the width of the ridge structure in the image domain in a neighbourhood of that point. In the literature, various measures of ridge strength have been proposed. When Lindeberg (1996, 1998) coined the term scale-space ridge, he considered three measures of ridge strength: *The main principal curvature ::L_ = \frac \left( L_+L_ - \sqrt \right) :expressed in terms of ''\gamma-normalized derivatives'' with ::\partial_ = t^ \partial_x, \partial_ = t^ \partial_y. *The square of the \gamma-normalized square eigenvalue difference ::N_ = \left( L_^2 - L_^2 \right)^2 = t^ (L_+L_)^2 \left( (L_-L_)^2 + 4 L_^2 \right). *The square of the \gamma-normalized eigenvalue difference ::A_ = \left( L_ - L_ \right)^2 = t^ \left( (L_-L_)^2 + 4 L_^2 \right). The notion of \gamma-normalized derivatives is essential here, since it allows the ridge and valley detector algorithms to be calibrated properly. By requiring that for a one-dimensional Gaussian ridge embedded in two (or three dimensions) the detection scale should be equal to the width of the ridge structure when measured in units of length (a requirement of a match between the size of the detection filter and the image structure it responds to), it follows that one should choose \gamma = 3/4. Out of these three measures of ridge strength, the first entity L_ is a general purpose ridge strength measure with many applications such as blood vessel detection and road extraction. Nevertheless, the entity A_ has been used in applications such as fingerprint enhancement, real-time
hand tracking In the field of gesture recognition and image processing, finger tracking is a high-resolution technique developed in 1969 that is employed to know the consecutive position of the fingers of the user and hence represent objects in 3D. In additio ...
and
gesture recognition Gesture recognition is a topic in computer science and language technology with the goal of interpreting human gestures via mathematical algorithms. It is a subdiscipline of computer vision. Gestures can originate from any bodily motion or sta ...
as well as for modelling local image statistics for detecting and tracking humans in images and video. There are also other closely related ridge definitions that make use of normalized derivatives with the implicit assumption of \gamma = 1. ''Develop these approaches in further detail.'' When detecting ridges with \gamma = 1, however, the detection scale will be twice as large as for \gamma = 3/4, resulting in more shape distortions and a lower ability to capture ridges and valleys with nearby interfering image structures in the image domain.


History

The notion of ridges and valleys in digital images was introduced by
Haralick Robert M. Haralick (born 1943) is Distinguished Professor in Computer Science at Graduate Center of the City University of New York (CUNY). Haralick is one of the leading figures in computer vision, pattern recognition, and image analysis. He is a ...
in 1983 and by Crowley concerning
difference of Gaussians In imaging science, difference of Gaussians (DoG) is a feature enhancement algorithm that involves the subtraction of one Gaussian blurred version of an original image from another, less blurred version of the original. In the simple case of gra ...
pyramids in 1984. The application of ridge descriptors to medical image analysis has been extensively studied by Pizer and his co-workers resulting in their notion of M-reps. Ridge detection has also been furthered by Lindeberg with the introduction of \gamma-normalized derivatives and scale-space ridges defined from local maximization of the appropriately normalized main principal curvature of the Hessian matrix (or other measures of ridge strength) over space and over scale. These notions have later been developed with application to road extraction by Steger et al. and to blood vessel segmentation by Frangi et al. as well as to the detection of curvilinear and tubular structures by Sato et al. and Krissian et al. A review of several of the classical ridge definitions at a fixed scale including relations between them has been given by Koenderink and van Doorn. A review of vessel extraction techniques has been presented by Kirbas and Quek.


Definition of ridges and valleys in N dimensions

In its broadest sense, the notion of ridge generalizes the idea of a local maximum of a real-valued function. A point \mathbf_0 in the domain of a function f:\mathbb^n \rightarrow \mathbb is a local maximum of the function if there is a distance \delta>0 with the property that if \mathbf is within \delta units of \mathbf_0, then f(\mathbf) < f(\mathbf_0). It is well known that critical points, of which local maxima are just one type, are isolated points in a function's domain in all but the most unusual situations (''i.e.'', the nongeneric cases). Consider relaxing the condition that f(\mathbf) < f(\mathbf_0) for \mathbf in an entire neighborhood of \mathbf_0 slightly to require only that this hold on an n-1 dimensional subset. Presumably this relaxation allows the set of points which satisfy the criteria, which we will call the ridge, to have a single degree of freedom, at least in the generic case. This means that the set of ridge points will form a 1-dimensional locus, or a ridge curve. Notice that the above can be modified to generalize the idea to local minima and result in what might call 1-dimensional valley curves. This following ridge definition follows the book by Eberly and can be seen as a generalization of some of the abovementioned ridge definitions. Let U \subset \mathbb^n be an open set, and f:U \rightarrow \mathbb be smooth. Let \mathbf_0 \in U. Let \nabla_f be the gradient of f at \mathbf_0, and let H_(f) be the n \times n Hessian matrix of f at \mathbf_0. Let \lambda_1 \leq \lambda_2 \leq \cdots \leq \lambda_n be the n ordered eigenvalues of H_(f) and let \mathbf_i be a unit eigenvector in the eigenspace for \lambda_i. (For this, one should assume that all the eigenvalues are distinct.) The point \mathbf_0 is a point on the 1-dimensional ridge of f if the following conditions hold: #\lambda_<0, and #\nabla_ f \cdot \mathbf_i=0 for i=1, 2, \ldots, n-1. This makes precise the concept that f restricted to ''this particular'' n-1-dimensional subspace has a local maximum at \mathbf_0. This definition naturally generalizes to the ''k''-dimensional ridge as follows: the point \mathbf_0 is a point on the ''k''-dimensional ridge of f if the following conditions hold: #\lambda_<0, and #\nabla_ f \cdot \mathbf_i=0 for i=1, 2, \ldots, n-k. In many ways, these definitions naturally generalize that of a local maximum of a function. Properties of maximal convexity ridges are put on a solid mathematical footing by Damon and Miller. Their properties in one-parameter families was established by Keller.


Maximal scale ridge

The following definition can be traced to Fritsch who was interested in extracting geometric information about figures in two dimensional greyscale images. Fritsch filtered his image with a "medialness" filter that gave him information analogous to "distant to the boundary" data in scale-space. Ridges of this image, once projected to the original image, were to be analogous to a shape skeleton (''e.g.'', the Blum medial axis) of the original image. What follows is a definition for the maximal scale ridge of a function of three variables, one of which is a "scale" parameter. One thing that we want to be true in this definition is, if (\mathbf,\sigma) is a point on this ridge, then the value of the function at the point is maximal in the scale dimension. Let f(\mathbf,\sigma) be a smooth differentiable function on U \subset \mathbb^2 \times \mathbb_. The (\mathbf,\sigma) is a point on the maximal scale ridge if and only if # \frac=0 and \frac<0, and # \nabla f \cdot \mathbf_1=0 and \mathbf_1^t H(f) \mathbf_1 <0.


Relations between edge detection and ridge detection

The purpose of ridge detection is usually to capture the major axis of symmetry of an elongated object, whereas the purpose of
edge detection Edge detection includes a variety of mathematical methods that aim at identifying edges, curves in a digital image at which the image brightness changes sharply or, more formally, has discontinuities. The same problem of finding discontinuitie ...
is usually to capture the boundary of the object. However, some literature on edge detection erroneously includes the notion of ridges into the concept of edges, which confuses the situation. In terms of definitions, there is a close connection between edge detectors and ridge detectors. With the formulation of non-maximum as given by Canny, it holds that edges are defined as the points where the gradient magnitude assumes a local maximum in the gradient direction. Following a differential geometric way of expressing this definition, we can in the above-mentioned (u, v)-coordinate system state that the gradient magnitude of the scale-space representation, which is equal to the first-order directional derivative in the v-direction L_v, should have its first order directional derivative in the v-direction equal to zero :\partial_v(L_v) = 0 while the second-order directional derivative in the v-direction of L_v should be negative, i.e., :\partial_(L_v) \leq 0. Written out as an explicit expression in terms of local partial derivatives L_x, L_y ... L_, this edge definition can be expressed as the zero-crossing curves of the differential invariant :L_v^2 L_ = L_x^2 \, L_ + 2 \, L_x \, L_y \, L_ + L_y^2 \, L_ = 0, that satisfy a sign-condition on the following differential invariant :L_v^3 L_ = L_x^3 \, L_ + 3 \, L_x^2 \, L_y \, L_ + 3 \, L_x \, L_y^2 \, L_ + L_y^3 \, L_{yyy} \leq 0 (see the article on
edge detection Edge detection includes a variety of mathematical methods that aim at identifying edges, curves in a digital image at which the image brightness changes sharply or, more formally, has discontinuities. The same problem of finding discontinuitie ...
for more information). Notably, the edges obtained in this way are the ridges of the gradient magnitude.


See also

*
Blob detection In computer vision, blob detection methods are aimed at detecting regions in a digital image that differ in properties, such as brightness or color, compared to surrounding regions. Informally, a blob is a region of an image in which some propert ...
*
Computer vision Computer vision is an interdisciplinary scientific field that deals with how computers can gain high-level understanding from digital images or videos. From the perspective of engineering, it seeks to understand and automate tasks that the human ...
*
Edge detection Edge detection includes a variety of mathematical methods that aim at identifying edges, curves in a digital image at which the image brightness changes sharply or, more formally, has discontinuities. The same problem of finding discontinuitie ...
* Feature detection (computer vision) * Interest point detection *
Scale space Scale-space theory is a framework for multi-scale signal representation developed by the computer vision, image processing and signal processing communities with complementary motivations from physics and biological vision. It is a formal theory ...


References

Feature detection (computer vision) Multivariable calculus Smooth functions Singularity theory