Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

FillingTransform

FillingTransform[image]

gives a version of image with all extended minima filled.

FillingTransform[image,marker]

fills extended minima in regions where at least one corresponding element of marker is nonzero.

FillingTransform[image,h]

fills only extended minima of depth h or less.

Details and Options

Examples

open allclose all

Basic Examples  (2)

Fill holes in a binary image:

Fill a hole in a 3D image:

Scope  (3)

Fill all image holes:

Use a marker to specify the holes to be filled:

Compute the h-minima transform of a grayscale image by filling shallow, dark regions:

Applications  (4)

Fill the holes of objects in an image:

Find the innermost components in a binary image:

Use the dilated innermost components to fill the innermost holes:

Use hole-filling as a preprocessing step for image segmentation:

Remove background features from an astronomical image:

Neat Examples  (1)

Create an artistic effect by extracting areas that have local minima:

Wolfram Research (2010), FillingTransform, Wolfram Language function, https://reference.wolfram.com/language/ref/FillingTransform.html (updated 2012).

Text

Wolfram Research (2010), FillingTransform, Wolfram Language function, https://reference.wolfram.com/language/ref/FillingTransform.html (updated 2012).

CMS

Wolfram Language. 2010. "FillingTransform." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2012. https://reference.wolfram.com/language/ref/FillingTransform.html.

APA

Wolfram Language. (2010). FillingTransform. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FillingTransform.html

BibTeX

@misc{reference.wolfram_2024_fillingtransform, author="Wolfram Research", title="{FillingTransform}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/FillingTransform.html}", note=[Accessed: 25-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_fillingtransform, organization={Wolfram Research}, title={FillingTransform}, year={2012}, url={https://reference.wolfram.com/language/ref/FillingTransform.html}, note=[Accessed: 25-May-2024 ]}

Top