Community Profile

photo

Fizah


Active since 2014

Statistics

Content Feed

View by

Question


How to extract and recognize the word in each bounding box and save each word in image?
i = imread('Cropping_1.jpg'); i1 = rgb2gray(i); imshow(i1); i2 = edge(i1,'canny',0.3); imshow(i2); se = strel('square...

10 years ago | 1 answer | 0

1

answer