码迷,mamicode.com
首页 > 其他好文 > 详细

Scale Space(zz Wiki)

时间:2016-06-08 23:07:49      阅读:324      评论:0      收藏:0      [点我收藏+]

标签:

 
 
 
 

Scale space

From Wikipedia, the free encyclopedia
 
 
Scale space
Scale-space axioms
Scale-space implementation
Feature detection
Edge detection
Blob detection
Corner detection
Ridge detection
Interest point detection
Scale selection
Affine shape adaptation
Scale-space segmentation

Scale-space theory is a framework for multi-scale signal representation developed by the computer visionimage processing and signal processing communities with complementary motivations from physicsand biological vision. It is a formal theory for handling image structures at different scales, by representing an image as a one-parameter family of smoothed images, the scale-space representation, parametrized by the size of the smoothing kernel used for suppressing fine-scale structures.[1][2][3][4][5][6][7] The parameter {\displaystyle t}技术分享 in this family is referred to as the scale parameter, with the interpretation that image structures of spatial size smaller than about {\displaystyle {\sqrt {t}}}技术分享 have largely been smoothed away in the scale-space level at scale {\displaystyle t}技术分享.

The main type of scale space is the linear (Gaussian) scale space, which has wide applicability as well as the attractive property of being possible to derive from a small set of scale-space axioms. The corresponding scale-space framework encompasses a theory for Gaussian derivative operators, which can be used as a basis for expressing a large class of visual operations for computerized systems that process visual information. This framework also allows visual operations to be made scale invariant, which is necessary for dealing with the size variations that may occur in image data, because real-world objects may be of different sizes and in addition the distance between the object and the camera may be unknown and may vary depending on the circumstances.[8][9]

 

 

Definition[edit]

The notion of scale space applies to signals of arbitrary numbers of variables. The most common case in the literature applies to two-dimensional images, which is what is presented here. For a given image {\displaystyle f(x,y)}技术分享, its linear (Gaussian)scale-space representation is a family of derived signals {\displaystyle L(x,y;t)}技术分享 defined by the convolution of {\displaystyle f(x,y)}技术分享 with the two-dimensional Gaussian kernel

{\displaystyle g(x,y;t)={\frac {1}{2\pi t}}e^{-(x^{2}+y^{2})/2t}\,}技术分享

such that

{\displaystyle L(\cdot ,\cdot ;t)\ =g(\cdot ,\cdot ;t)*f(\cdot ,\cdot ),}技术分享

where the semicolon in the argument of {\displaystyle L}技术分享 implies that the convolution is performed only over the variables {\displaystyle x,y}技术分享, while the scale parameter {\displaystyle t}技术分享 after the semicolon just indicates which scale level is being defined. This definition of {\displaystyle L}技术分享 works for a continuum of scales {\displaystyle t\geq 0}技术分享, but typically only a finite discrete set of levels in the scale-space representation would be actually considered.

The scale parameter {\displaystyle t=\sigma ^{2}}技术分享 is the variance of the Gaussian filter and as a limit for {\displaystyle t=0}技术分享 the filter {\displaystyle g}技术分享 becomes an impulse function such that {\displaystyle L(x,y;0)=f(x,y),}技术分享 that is, the scale-space representation at scale level {\displaystyle t=0}技术分享 is the image {\displaystyle f}技术分享itself. As {\displaystyle t}技术分享 increases, {\displaystyle L}技术分享 is the result of smoothing {\displaystyle f}技术分享 with a larger and larger filter, thereby removing more and more of the details which the image contains. Since the standard deviation of the filter is {\displaystyle \sigma ={\sqrt {t}}}技术分享, details which are significantly smaller than this value are to a large extent removed from the image at scale parameter {\displaystyle t}技术分享, see the following figure and [10] for graphical illustrations.

Why a Gaussian filter?[edit]

When faced with the task of generating a multi-scale representation one may ask: could any filter g of low-pass type and with a parameter t which determines its width be used to generate a scale space? The answer is no, as it is of crucial importance that the smoothing filter does not introduce new spurious structures at coarse scales that do not correspond to simplifications of corresponding structures at finer scales. In the scale-space literature, a number of different ways have been expressed to formulate this criterion in precise mathematical terms.

The conclusion from several different axiomatic derivations that have been presented is that the Gaussian scale space constitutes the canonical way to generate a linear scale space, based on the essential requirement that new structures must not be created when going from a fine scale to any coarser scale.[2][3][5][8][11][12][13][14][15][16][17][18] Conditions, referred to as scale-space axioms, that have been used for deriving the uniqueness of the Gaussian kernel includelinearityshift invariancesemi-group structure, non-enhancement of local extremascale invariance and rotational invariance. In the paper [19] by M. Felsberg, the uniqueness claimed in the seminal work by Iijima (1962) has been criticized, and the alternative linear scale-space Laplace kernel has been proposed.

Alternative definition[edit]

Equivalently, the scale-space family can be defined as the solution of the diffusion equation (for example in terms of the heat equation),

{\displaystyle \partial _{t}L={\frac {1}{2}}\nabla ^{2}L,}技术分享

with initial condition {\displaystyle L(x,y;0)=f(x,y)}技术分享. This formulation of the scale-space representation L means that it is possible to interpret the intensity values of the image f as a "temperature distribution" in the image plane and that the process which generates the scale-space representation as a function of t corresponds to heat diffusion in the image plane over time t (assuming the thermal conductivity of the material equal to the arbitrarily chosen constant ½). Although this connection may appear superficial for a reader not familiar with differential equations, it is indeed the case that the main scale-space formulation in terms of non-enhancement of local extrema is expressed in terms of a sign condition on partial derivatives in the 2+1-D volume generated by the scale space, thus within the framework of partial differential equations. Furthermore, a detailed analysis of the discrete case shows that the diffusion equation provides a unifying link between continuous and discrete scale spaces, which also generalizes to nonlinear scale spaces, for example, using anisotropic diffusion. Hence, one may say that the primary way to generate a scale space is by the diffusion equation, and that the Gaussian kernel arises as the Green‘s function of this specific partial differential equation.

Motivations[edit]

The motivation for generating a scale-space representation of a given data set originates from the basic observation that real-world objects are composed of different structures at different scales. This implies that real-world objects, in contrast to idealized mathematical entities such as points or lines, may appear in different ways depending on the scale of observation. For example, the concept of a "tree" is appropriate at the scale of meters, while concepts such as leaves and molecules are more appropriate at finer scales. For a computer vision system analysing an unknown scene, there is no way to know a priori what scales are appropriate for describing the interesting structures in the image data. Hence, the only reasonable approach is to consider descriptions at multiple scales in order to be able to capture the unknown scale variations that may occur. Taken to the limit, a scale-space representation considers representations at all scales.[8]

Another motivation to the scale-space concept originates from the process of performing a physical measurement on real-world data. In order to extract any information from a measurement process, one has to apply operators of non-infinitesimal size to the data. In many branches of computer science and applied mathematics, the size of the measurement operator is disregarded in the theoretical modelling of a problem. The scale-space theory on the other hand explicitly incorporates the need for a non-infinitesimal size of the image operators as an integral part of any measurement as well as any other operation that depends on a real-world measurement.[4]

There is a close link between scale-space theory and biological vision. Many scale-space operations show a high degree of similarity with receptive field profiles recorded from the mammalian retina and the first stages in the visual cortex. In these respects, the scale-space framework can be seen as a theoretically well-founded paradigm for early vision, which in addition has been thoroughly tested by algorithms and experiments.[3][8]

Gaussian derivatives[edit]

At any scale in scale space, we can apply local derivative operators to the scale-space representation:

{\displaystyle L_{x^{m}y^{n}}(x,y;t)=\left(\partial _{x^{m}y^{n}}L\right)(x,y;t).}技术分享

Due to the commutative property between the derivative operator and the Gaussian smoothing operator, such scale-space derivatives can equivalently be computed by convolving the original image with Gaussian derivative operators. For this reason they are often also referred to as Gaussian derivatives:

{\displaystyle L_{x^{m}y^{n}}(\cdot ,\cdot ;t)=\partial _{x^{m}y^{n}}g(\cdot ,\cdot ;\,t)*f(\cdot ,\cdot ).}技术分享

Interestingly, the uniqueness of the Gaussian derivative operators as local operations derived from a scale-space representation can be obtained by similar axiomatic derivations as are used for deriving the uniqueness of the Gaussian kernel for scale-space smoothing.[3][20]

Visual front end[edit]

These Gaussian derivative operators can in turn be combined by linear or non-linear operators into a larger variety of different types of feature detectors, which in many cases can be well modelled by differential geometry. Specifically, invariance (or more appropriately covariance) to local geometric transformations, such as rotations or local affine transformations, can be obtained by considering differential invariants under the appropriate class of transformations or alternatively by normalizing the Gaussian derivative operators to a locally determined coordinate frame determined from e.g. a preferred orientation in the image domain or by applying a preferred local affine transformation to a local image patch (see the article on affine shape adaptation for further details).

When Gaussian derivative operators and differential invariants are used in this way as basic feature detectors at multiple scales, the uncommitted first stages of visual processing are often referred to as a visual front-end. This overall framework has been applied to a large variety of problems in computer vision, including feature detectionfeature classificationimage segmentationimage matchingmotion estimation, computation of shape cues and object recognition. The set of Gaussian derivative operators up to a certain order is often referred to as the N-jet and constitutes a basic type of feature within the scale-space framework.

Detector examples[edit]

Following the idea of expressing visual operation in terms of differential invariants computed at multiple scales using Gaussian derivative operators, we can express an edge detector from the set of points that satisfy the requirement that the gradient magnitude

{\displaystyle L_{v}={\sqrt {L_{x}^{2}+L_{y}^{2}}}}技术分享

should assume a local maximum in the gradient direction

{\displaystyle \nabla L=(L_{x},L_{y})^{T}.}技术分享

By working out the differential geometry, it can be shown [3] that this differential edge detector can equivalently be expressed from the zero-crossings of the second-order differential invariant

{\displaystyle {\tilde {L}}_{v}^{2}=L_{x}^{2}\,L_{xx}+2\,L_{x}\,L_{y}\,L_{xy}+L_{y}^{2}\,L_{yy}=0}技术分享

that satisfy the following sign condition on a third-order differential invariant:

{\displaystyle {\tilde {L}}_{v}^{3}=L_{x}^{3}\,L_{xxx}+3\,L_{x}^{2}\,L_{y}\,L_{xxy}+3\,L_{x}\,L_{y}^{2}\,L_{xyy}+L_{y}^{3}\,L_{yyy}<0.}技术分享

Similarly, multi-scale blob detectors at any given fixed scale[8] can be obtained from local maxima and local minima of either the Laplacian operator (also referred to as the Laplacian of Gaussian)

{\displaystyle \nabla ^{2}L=L_{xx}+L_{yy}\,}技术分享

or the determinant of the Hessian matrix

{\displaystyle \operatorname {det} HL(x,y;t)=(L_{xx}L_{yy}-L_{xy}^{2}).}技术分享

In an analogous fashion, corner detectors and ridge and valley detectors can be expressed as local maxima, minima or zero-crossings of multi-scale differential invariants defined from Gaussian derivatives. The algebraic expressions for the corner and ridge detection operators are, however, somewhat more complex and the reader is referred to the articles on corner detection and ridge detection for further details.

Scale-space operations have also been frequently used for expressing coarse-to-fine methods, in particular for tasks such as image matching and for multi-scale image segmentation.

Scale selection[edit]

The theory presented so far describes a well-founded framework for representing image structures at multiple scales. In many cases it is, however, also necessary to select locally appropriate scales for further analysis. This need forscale selection originates from two major reasons; (i) real-world objects may have different size, and this size may be unknown to the vision system, and (ii) the distance between the object and the camera can vary, and this distance information may also be unknown a priori. A highly useful property of scale-space representation is that image representations can be made invariant to scales, by performing automatic local scale selection[8][9][21][22][23] based on localmaxima (or minima) over scales of normalized derivatives

{\displaystyle L_{\xi ^{m}\eta ^{n}}(x,y;t)=t^{(m+n)\gamma /2}L_{x^{m}y^{n}}(x,y;t)}技术分享

where {\displaystyle \gamma \in [0,1]}技术分享 is a parameter that is related to the dimensionality of the image feature. This algebraic expression for scale normalized Gaussian derivative operators originates from the introduction of {\displaystyle \gamma }技术分享-normalized derivatives according to

{\displaystyle \partial _{\xi }=t^{\gamma /2}\partial _{x}\quad }技术分享 and {\displaystyle \quad \partial _{\eta }=t^{\gamma /2}\partial _{y}.}技术分享

It can be theoretically shown that a scale selection module working according to this principle will satisfy the following scale invariance property: if for a certain type of image feature a local maximum is assumed in a certain image at a certain scale {\displaystyle t_{0}}技术分享, then under a rescaling of the image by a scale factor {\displaystyle s}技术分享 the local maximum over scales in the rescaled image will be transformed to the scale level {\displaystyle s^{2}t_{0}}技术分享.

Scale invariant feature detection[edit]

Following this approach of gamma-normalized derivatives, it can be shown that different types of scale adaptive and scale invariant feature detectors[8][9][21][22][23][24][25] can be expressed for tasks such as blob detectioncorner detectionridge detection and edge detection (see the specific articles on these topics for in-depth descriptions of how these scale-invariant feature detectors are formulated). Furthermore, the scale levels obtained from automatic scale selection can be used for determining regions of interest for subsequent affine shape adaptation[26] to obtain affine invariant interest points[27][28] or for determining scale levels for computing associated image descriptors, such as locally scale adapted N-jets.

Recent work has shown that also more complex operations, such as scale-invariant object recognition can be performed in this way, by computing local image descriptors (N-jets or local histograms of gradient directions) at scale-adapted interest points obtained from scale-space extrema of the normalized Laplacian operator (see also scale-invariant feature transform[29]) or the determinant of the Hessian (see also SURF);[30] see also the Scholarpedia article on the scale-invariant feature transform[31] for a more general outlook of object recognition approaches based on receptive field responses[18][32][33][34] in terms Gaussian derivative operators or approximations thereof.

Related multi-scale representations[edit]

An image pyramid is a discrete representation in which a scale space is sampled in both space and scale. For scale invariance, the scale factors should be sampled exponentially, for example as integer powers of 2 or root 2. When properly constructed, the ratio of the sample rates in space and scale are held constant so that the impulse response is identical in all levels of the pyramid.[35][36][37] Fast, O(N), algorithms exist for computing a scale invariant image pyramid in which the image or signal is repeatedly smoothed then subsampled. Values for scale space between pyramid samples can easily be estimated using interpolation within and between scales and allowing for scale and position estimates with sub resolution accuracy.[37]

In a scale-space representation, the existence of a continuous scale parameter makes it possible to track zero crossings over scales leading to so-called deep structure. For features defined as zero-crossings of differential invariants, the implicit function theorem directly defines trajectories across scales,[3][38] and at those scales where bifurcations occur, the local behaviour can be modelled by singularity theory.[3][38][39][40]

Extensions of linear scale-space theory concern the formulation of non-linear scale-space concepts more committed to specific purposes.[41][42] These non-linear scale-spaces often start from the equivalent diffusion formulation of the scale-space concept, which is subsequently extended in a non-linear fashion. A large number of evolution equations have been formulated in this way, motivated by different specific requirements (see the abovementioned book references for further information). It should be noted, however, that not all of these non-linear scale-spaces satisfy similar "nice" theoretical requirements as the linear Gaussian scale-space concept. Hence, unexpected artifacts may sometimes occur and one should be very careful of not using the term "scale-space" for just any type of one-parameter family of images.

first-order extension of the isotropic Gaussian scale space is provided by the affine (Gaussian) scale space.[3] One motivation for this extension originates from the common need for computing image descriptors subject for real-world objects that are viewed under a perspective camera model. To handle such non-linear deformations locally, partial invariance (or more correctly covariance) to local affine deformations can be achieved by considering affine Gaussian kernels with their shapes determined by the local image structure,[26] see the article on affine shape adaptation for theory and algorithms. Indeed, this affine scale space can also be expressed from a non-isotropic extension of the linear (isotropic) diffusion equation, while still being within the class of linear partial differential equations.

There exists a more general extension of the Gaussian scale-space model to affine and spatio-temporal scale-spaces.[17][18][43] In addition to variabilities over scale, which original scale-space theory was designed to handle, thisgeneralized scale-space theory also comprises other types of variabilities caused by geometric transformations in the image formation process, including variations in viewing direction approximated by local affine transformations, and relative motions between objects in the world and the observer, approximated by local Galilean transformations. This generalized scale-space theory leads to predictions about receptive field profiles in good qualitative agreement with receptive field profiles measured by cell recordings in biological vision.[43][44][45]

There are strong relations between scale-space theory and wavelet theory, although these two notions of multi-scale representation have been developed from somewhat different premises. There has also been work on other multi-scale approaches, such as pyramids and a variety of other kernels, that do not exploit or require the same requirements as true scale-space descriptions do.

Biological vision[edit]

There are interesting relations between scale-space representation and biological vision. Neurophysiological studies have shown that there are receptive field profiles in the mammalian retina and visual cortex, which can be well modelled by linear Gaussian derivative operators, in some cases also complemented by a non-isotropic affine scale-space model, a spatio-temporal scale-space model and/or non-linear combinations of such linear operators.[17][44][45][46][47]

Implementation issues[edit]

When implementing scale-space smoothing in practice there are a number of different approaches that can be taken in terms of continuous or discrete Gaussian smoothing, implementation in the Fourier domain, in terms of pyramids based on binomial filters that approximate the Gaussian or using recursive filters. More details about this are given in a separate article on scale space implementation.

See also[edit]

Complementary articles on specific subtopics of scale space:

Multi-scale feature detection within the scale-space framework:

The Gaussian function and other smoothing or multi-scale approaches:

More general articles on feature detection, computer vision and image processing:

References[edit]

  1. Jump up^ Witkin, A. P. "Scale-space filtering", Proc. 8th Int. Joint Conf. Art. Intell., Karlsruhe, Germany,1019–1022, 1983.
  2. Jump up to:a b Koenderink, Jan "The structure of images", Biological Cybernetics, 50:363–370, 1984
  3. Jump up to:a b c d e f g h Lindeberg, T., Scale-Space Theory in Computer Vision, Kluwer Academic Publishers, 1994ISBN 0-7923-9418-6
  4. Jump up to:a b T. Lindeberg (1994). "Scale-space theory: A basic tool for analysing structures at different scales"Journal of Applied Statistics (Supplement on Advances in Applied Statistics: Statistics and Images: 2) 21 (2). pp. 224–270. doi:10.1080/757582976.
  5. Jump up to:a b Florack, Luc, Image Structure, Kluwer Academic Publishers, 1997.
  6. Jump up^ Sporring, Jon et al. (Eds), Gaussian Scale-Space Theory, Kluwer Academic Publishers, 1997.
  7. Jump up^ ter Haar Romeny, Bart M., Front-End Vision and Multi-Scale Image Analysis, Kluwer Academic Publishers, 2003.
  8. Jump up to:a b c d e f g Lindeberg, Tony (2008). "Scale-space"Encyclopedia of Computer Science and Engineering (Benjamin Wah, ed), John Wiley and Sons IV: 2495–2504. doi:10.1002/9780470050118.ecse609.
  9. Jump up to:a b c T. Lindeberg (2014) "Scale selection", Computer Vision: A Reference Guide, (K. Ikeuchi, Editor), Springer, pages 701-713.
  10. Jump up^ Graphical illustration of basic ideas of scale-space representation at http://www.csc.kth.se/~tony/cern-review/cern-html/node2.html
  11. Jump up^ J. Babaud, A. P. Witkin, M. Baudin, and R. O. Duda, Uniqueness of the Gaussian kernel for scale-space filtering. IEEE Trans. Pattern Anal. Machine Intell. 8(1), 26–33, 1986.
  12. Jump up^ A. Yuille, T.A. Poggio: Scaling theorems for zero crossings. IEEE Trans. Pattern Analysis & Machine Intelligence, Vol. PAMI-8, no. 1, pp. 15–25, Jan. 1986.
  13. Jump up^ Lindeberg, T., "Scale-space for discrete signals," IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. PAMI-12, No. 3, March 1990, pp. 234–254.
  14. Jump up^ Pauwels, E., van Gool, L., Fiddelaers, P. and Moons, T.: An extended class of scale-invariant and recursive scale space filters, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 17, No. 7, pp. 691–701, 1995.
  15. Jump up^ Lindeberg, T.: On the axiomatic foundations of linear scale-space: Combining semi-group structure with causailty vs. scale invariance. In: J. Sporring et al. (eds.) Gaussian Scale-Space Theory: Proc. PhD School on Scale-Space Theory , (Copenhagen, Denmark, May 1996), pages 75–98, Kluwer Academic Publishers, 1997.
  16. Jump up^ Weickert, J. Linear scale space has first been proposed in Japan. Journal of Mathematical Imaging and Vision, 10(3):237–252, 1999.
  17. Jump up to:a b c Lindeberg, T. Generalized Gaussian scale-space axiomatics comprising linear scale-space, affine scale-space and spatio-temporal scale-space, Journal of Mathematical Imaging and Vision, Volume 40, Number 1, 36-81, 2011.
  18. Jump up to:a b c Lindeberg, T. Generalized axiomatic scale-space theory, Advances in Imaging and Electron Physics, Elsevier, volume 178, pages 1-96, 2013.
  19. Jump up^ The Monogenic Scale-Space: A Unifying Approach to Phase-Based Image Processing in Scale Space (2002)
  20. Jump up^ Koenderink, Jan and van Doorn, Ans: "Generic neighbourhood operators", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol 14, pp 597-605, 1992
  21. Jump up to:a b Lindeberg, Tony "Feature detection with automatic scale selection", International Journal of Computer Vision, 30, 2, pp 77–116, 1998.
  22. Jump up to:a b Lindeberg, Tony "Edge detection and ridge detection with automatic scale selection", International Journal of Computer Vision, 30, 2, pp 117–154, 1998.
  23. Jump up to:a b Lindeberg, Tony, "Principles for automatic scale selection", In: B. Jähne (et al., eds.), Handbook on Computer Vision and Applications, volume 2, pp 239--274, Academic Press, Boston, USA, 1999.
  24. Jump up^ T. Lindeberg ``Scale selection properties of generalized scale-space interest point detectors", Journal of Mathematical Imaging and Vision, volume 46, number 2, pages 177-210, 2013.
  25. Jump up^ T. Lindeberg ``Image matching using generalized scale-space interest points", Journal of Mathematical Imaging and Vision, volume 52, number 1, pages 3-36, 2015.
  26. Jump up to:a b Lindeberg, T. and Garding, J.: Shape-adapted smoothing in estimation of 3-D depth cues from affine distortions of local 2-D structure, Image and Vision Computing, 15,~415–434, 1997.
  27. Jump up^ Baumberg, A.: Reliable feature matching across widely separated views, Proc. Computer Vision Pattern Recognition, I:1774–1781, 2000.
  28. Jump up^ Mikolajczyk, K. and Schmid, C.: Scale and affine invariant interest point detectors, Int. Journal of Computer Vision, 60:1, 63 - 86, 2004.
  29. Jump up^ Lowe, D. G., “Distinctive image features from scale-invariant keypoints”, International Journal of Computer Vision, 60, 2, pp. 91-110, 2004.
  30. Jump up^ H. Bay, A. Ess, T. Tuytelaars and L. van Gool, "Speeded-up robust features (SURF)", Computer Vision and Image Understanding, 110:3, 2008, pages 346–359
  31. Jump up^ Lindeberg, T. “Scale-invariant feature transform”, Scholarpedia, 7(5):10491, 2012.
  32. Jump up^ B. Schiele and J. L. Crowley "Recognition without correspondence using multidimensional receptive field histograms", International Journal of Computer Vision, 36:1, 31-50, 2000
  33. Jump up^ O. Linde and T. Lindeberg "Object recognition using composed receptive field histograms of higher dimensionality", Proc. International Conference on Pattern Recognition (ICPR‘04), Cambridge, U.K. II:1-6, 2004.
  34. Jump up^ O. Linde and T. Lindeberg "Composed complex-cue histograms: An investigation of the information content in receptive field based image descriptors for object recognition", Computer Vision and Image Understanding, 116:4, 538-560, 2012.
  35. Jump up^ Burt, Peter and Adelson, Ted, "The Laplacian Pyramid as a Compact Image Code", IEEE Trans. Communications, 9:4, 532–540, 1983.
  36. Jump up^ Crowley, J. L. and Sanderson, A. C. "Multiple resolution representation and probabilistic matching of 2-D gray-scale shape", IEEE Transactions on Pattern Analysis and Machine Intelligence, 9(1), pp 113-121, 1987.
  37. Jump up to:a b T. Lindeberg and L. Bretzner (2003) "Real-time scale selection in hybrid multi-scale representations", Proc. Scale-Space‘03, Isle of Skye, Scotland, Springer Lecture Notes in Computer Science, volume 2695, pages 148-163.
  38. Jump up to:a b T. Lindeberg (1992) ``Scale-space behaviour of local extrema and blobs, J. of Mathematical Imaging and Vision, 1(1), pages 65--99.
  39. Jump up^ Jan Koenderink and Andrea van Doorn, A. J. (1986), ‘Dynamic shape’, Biological Cybernetics 53, 383–396.
  40. Jump up^ Damon, J. (1995), ‘Local Morse theory for solutions to the heat equation and Gaussian blurring’, J. of Differential Equations 115(2), 386–401.
  41. Jump up^ ter Haar Romeny, Bart M. (Editor), Geometry-Driven Diffusion in Computer Vision, Kluwer Academic Publishers, 1994.
  42. Jump up^ Weickert, J Anisotropic diffusion in image processing, Teuber Verlag, Stuttgart, 1998.
  43. Jump up to:a b T. Lindeberg (2016) "Time-causal and time-recursive spatio-temporal receptive fields", Journal of Mathematical Imaging and Vision, volume 55, number 1, pages 50-88.
  44. Jump up to:a b Lindeberg, T. A computational theory of visual receptive fields, Biological Cybernetics, 107(6): 589-635, 2013.
  45. Jump up to:a b Lindeberg, T. Invariance of visual operations at the level of receptive fields, PLoS ONE 8(7):e66990, 2013
  46. Jump up^ Young, R. A. "The Gaussian derivative model for spatial vision: Retinal mechanisms", Spatial Vision, 2:273–293, 1987.
  47. Jump up^ DeAngelis, G. C., Ohzawa, I., and Freeman, R. D., "Receptive-field dynamics in the central visual pathways", Trends Neurosci. 18: 451–458, 1995.

External links[edit]

 

Scale Space(zz Wiki)

标签:

原文地址:http://www.cnblogs.com/stevenxiu/p/5571468.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!