photo

raha boolat


Last seen: presque 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 3 ans il y a | 0

Question


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

environ 3 ans il y a | 1 réponse | 0

0

réponse