The morphology tag has no wiki summary.
10
votes
0answers
80 views
Reconstructing Tree Limbs that are Occluded by Leaves
How would would one approximately reconstruct the branches in a photo of a tree, where portions of the branches are covered by leaves?
I can extract the visible portions of the branches by ...
3
votes
1answer
71 views
Grayscale morphology
Hello I've been trying to understand the grayscale dilation operation using the following example, but my results are different.
$I = \begin{pmatrix}
\bf{5} & 2 & 4 \\
1 & -3 & 1
...
4
votes
2answers
215 views
Recover myself from Dilate and Erode for noise reduction
i have obtained some skin detection map (i post below two example of detection map). but, i'm using a normal webcam and the map is noisy. Not a lot, just a bit.
I think i can remove noise only with ...