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.
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-morphologyIn 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-morphologyI'm trying to morphologically close a volume with a ball structuring element created by the function SE3 = skimage.morphology.ball(8). …
python opencv mathematical-morphologyI 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-morphologyI've been using morph opening in OpenCV to reduce noise outside of my ROI in images via opencv, and until …
opencv mathematical-morphology