|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
GeodesicOpening
GeodesicOpening[image, ker]
gives the geodesic opening of image with respect to the structuring element ker.
GeodesicOpening[image, r]
gives the geodesic opening with respect to a range r square.
GeodesicOpening[data, ...]
applies geodesic opening to an array of data.
DetailsDetails
- GeodesicOpening works with binary, grayscale, and other images.
- GeodesicOpening works with 3D as well as 2D images, and also with data arrays of any rank.
- The structuring element ker is a matrix containing
s and
s. - GeodesicOpening automatically pads structuring elements to have odd dimensions.
- GeodesicOpening[image, r] is equivalent to GeodesicOpening[image, BoxMatrix[r]].
- If multiple image channels are present, GeodesicOpening operates on each of them separately.
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




