MinDetect

MinDetect[image]

gives a binary image in which white pixels correspond to constant extended minima in image.

MinDetect[image,h]

finds extended minima where the range of values is not greater than h.

MinDetect[data,]

applies minima detection to an array of data.

Details and Options

  • MinDetect[image] finds regional minima.
  • An extended minimum is a connected set of pixels with values less than their surroundings.
  • MinDetect[image,h] effectively fills minima of depth h or less and returns all remaining constant regional minima.
  • MinDetect[image] is equivalent to MinDetect[image,0].
  • MinDetect works with binary, grayscale, and other images.
  • MinDetect works with 3D as well as 2D images, and also with data arrays of any rank.
  • The following options can be given:
  • CornerNeighborsTruewhether to include corner neighbors
    PaddingAutomaticpadding method to use
  • By default, for images white padding is used, and for data arrays the maximum possible number is used so that the minima at the boundary is always detected regardless of the range of data values.

Examples

open allclose all

Basic Examples  (3)

Local minima of a list:

Find catchment basins of depth 0.3 in a terrain map:

Find sharp dark regions in an image:

Scope  (2)

Use MinDetect to create a background mask:

Local minima of a matrix:

Applications  (1)

Use MaxDetect and MinDetect to find salt-and-pepper noise:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2023_mindetect, organization={Wolfram Research}, title={MinDetect}, year={2014}, url={https://reference.wolfram.com/language/ref/MinDetect.html}, note=[Accessed: 18-March-2024 ]}