Top "Mathematical-morphology" questions

This tag discusses the theory, applications of Mathematical Morphology to fields of Image analysis, Non linear Signal Processing Methods, Statistical and Structural Pattern recognition, Scale Space Analysis, Variational Methods, Optimization Theory, Topology, and other topics.

implementing erosion, dilation in C, C++

I have theoretical understanding of how dilation in binary image is done. AFAIK, If my SE (structuring element) is this 0 1 1 1. …

c++ image-processing mathematical-morphology
Helping using the dilate function OpenCV

In the following code I want to use the dilate function but I don't know how to cast a Mat …

c++ function opencv image-processing mathematical-morphology
Python Opencv morphological closing gives src data type = 0 is not supported

I'm trying to morphologically close a volume with a ball structuring element created by the function SE3 = skimage.morphology.ball(8). …

python opencv mathematical-morphology
Segmenting a grayscale image

I am having trouble achieving the correct segmentation of a grayscale image: The ground truth, i.e. what I would …

matlab image-processing image-segmentation morphological-analysis mathematical-morphology
Iterations vs. Kernel Size in Morphological Operations (OpenCV)

I've been using morph opening in OpenCV to reduce noise outside of my ROI in images via opencv, and until …

opencv mathematical-morphology