Science Fair Project Encyclopedia
Opening (morphology)
In computer vision and image processing, opening is, together with closing, a basic workhorse of morphological noise removal. Opening removes small objects, while closing removes small holes. These techniques can also be used to find specific shapes in an image. Opening can be used to find things into which a specific structuring element can fit (edges, corners, ...).
The Opening (morphology) is the Dilation (morphology) of the Erosion (morphology) of the set A.
O(A,B) = (A - B) + B
where + is the Minkowski addition.
Last updated: 05-06-2005 22:18:04
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


