Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

ImageSegmentationComponents

ImageSegmentationComponents[image]

performs a global segmentation of image and returns a label matrix of components.

ImageSegmentationComponents[image,spec]

segments an image into components based on the given spec.

Details and Options

Examples

open allclose all

Basic Examples  (1)

Segment an image:

Scope  (3)

Segment an image and colorize the label matrix:

Highlight segments on the image:

Generate a mask for a segment indicated by a list of positions:

Highlight the specified target points as well as the segmentation on the image:

Generate a mask for a segment inside a bounding box:

Highlight the bounding box as well as the segmentation on the image:

Options  (1)

PerformanceGoal  (1)

By default, a medium-speed model with moderate quality is used:

Aim for speed, but this typically results in lower quality:

Aim for high quality, but this typically leads to slower results:

Applications  (3)

Segment repeating components in an image:

Segment an x-ray or other image modalities:

Segment a region selected by points:

Wolfram Research (2023), ImageSegmentationComponents, Wolfram Language function, https://reference.wolfram.com/language/ref/ImageSegmentationComponents.html.

Text

Wolfram Research (2023), ImageSegmentationComponents, Wolfram Language function, https://reference.wolfram.com/language/ref/ImageSegmentationComponents.html.

CMS

Wolfram Language. 2023. "ImageSegmentationComponents." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ImageSegmentationComponents.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_imagesegmentationcomponents, organization={Wolfram Research}, title={ImageSegmentationComponents}, year={2023}, url={https://reference.wolfram.com/language/ref/ImageSegmentationComponents.html}, note=[Accessed: 18-May-2024 ]}

Top