Jump to content

Blob detection

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tpl (talk | contribs) at 15:49, 4 September 2006 (A first outline of the article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In the area of computer vision, 'blob detection' refers to visual modules that are aimed at detecting points and/or regions in the image that are either brighter or darker than the surrounding. There are two main classes of blob detectors (i) differential methods based on derivatives and (ii) methods based on local extrema in the intensity landscape.

The Laplacian

The DoG approach

The determinant of the Hessian

Maximally stable extremum regions

Grey-level blobs and grey-level blob trees

See also

corner detection