Feeds
已回答
how to draw a rectangle to identify character
function obj_det(img_name) f=imread (img_name); if (size(f,3) >1) f=rgb2gray(f); f_bw=~im2bw(f,graythresh(f)); else...
how to draw a rectangle to identify character
function obj_det(img_name) f=imread (img_name); if (size(f,3) >1) f=rgb2gray(f); f_bw=~im2bw(f,graythresh(f)); else...
4 years 前 | 0
提问
How to draw a rectangle around the characters of a text
I want to draw a rectangle around the letters so that each letter is inside a rectangle. I wrote this code, but it considers the...
4 years 前 | 0 个回答 | 0
