Clear Filters
Clear Filters

connectivity of pixels using 8 connectivity

2 views (last 30 days)
If I am having a binary image and if I want to connect the pixels row wise which are black pixel. how to do it. I am using the concept that if a(i,j) is the black pixel then I have to check only pixels whose coordinates are (i+1,j+1),(i+1,j) and (i+1,j-1).

Answers (0)

Categories

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

Products

Community Treasure Hunt

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

Start Hunting!