Skip to content

Segmentation - Topography🔗

Operators🔗

critical_points_sub_pixCriticalPointsSubPix: Subpixel precise detection of critical points in an image.

local_maxLocalMax: Detect all local maxima in an image.

local_max_sub_pixLocalMaxSubPix: Subpixel precise detection of local maxima in an image.

local_minLocalMin: Detect all local minima in an image.

local_min_sub_pixLocalMinSubPix: Subpixel precise detection of local minima in an image.

lowlandsLowlands: Detect all gray value lowlands.

lowlands_centerLowlandsCenter: Detect the centers of all gray value lowlands.

plateausPlateaus: Detect all gray value plateaus.

plateaus_centerPlateausCenter: Detect the centers of all gray value plateaus.

pouringPouring: Segment an image by “pouring water” over it.

saddle_points_sub_pixSaddlePointsSubPix: Subpixel precise detection of saddle points in an image.

watershedsWatersheds: Extract watersheds and basins from an image.

watersheds_markerWatershedsMarker: Extract watersheds and combine basins based on markers.

watersheds_thresholdWatershedsThreshold: Extract watershed basins from an image using a threshold.