Algorithm for lining contour boundaries in Mean Shift
I am using the Mean Shift Algorithm for segmentation. To better the result image I would like to draw a white line in the contour boundaries. What algorithm fits this requirement and is there a code example in C++?
If you want to make a white line thicker, a simple dilation operation will suffice:
Look into morphological operations on binary images. OpenCV provides all you need
There is no white line yet. For example, this is the result: https://www.mathworks.com/matlabcentr...
I want to draw a line the between the segments.