photo

raha boolat


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

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...

대략 3년 전 | 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...

대략 3년 전 | 답변 수: 0 | 0

0

답변