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

回答