Clear Filters
Clear Filters

image processing algorithm for filling

1 view (last 30 days)
Douglas Brenner
Douglas Brenner on 6 Nov 2016
Commented: Image Analyst on 6 Nov 2016
I am going to try but in the meantime if anybody wants to help ... I have a 2-D image in black, white and red. Going across each row, I want to change white and red pixels to black if they are surrounded by a red border and black pixels. for each row A if pixel(a,A) = black; pixel(b,A) = red; and pixel(c,A) = white; then make all pixels black until pixel(x,A) = white; pixel(y,A) = red; and pixel(c,A) = is black

Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!