how i could color of a specific color instead remove blobs in connected components?
Posted: 2017-09-07T07:15:02-07:00
this is my code
IM trying with mean color but not work
this is my image
this is my expected result
please help me
IM trying with mean color but not work
Code: Select all
connected-components:mean-color=srgb\(0,0,255\)
Code: Select all
convert v10.png -define connected-components:area-threshold=64 -define connected-components:mean-color=srgb\(0,0,255\) -connected-components 8 v1x1.png
this is my expected result
please help me