Community Profile

photo

P. Sai Krishna


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I have an image of a newspaper and I want to extract individual articles from it. Can anyone please help me write a code for doing it ?
i = imread('...../../news.jpg'); figure, imshow(i); s = strel('line', 25, 100); i2 = imdilate(i1, s); i3 = im2bw(i2); [Labe...

7 years ago | 1 answer | 0

1

answer