Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
162.886
of 301.653
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.377
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.992
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I have a code I need to rewrite it with explanations step by step, I don't understand some of the steps
Iimage1 = imread('dimage1.jpg'); ocrResults = ocr(Iimage1); figure(); bboxes = locateText(ocrResults, 'a', 'IgnoreCase', true...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I use sublot in this code, I want to show the three images in one figuare
Iimage1 = imread('dimage1.jpg'); ocrResults = ocr(Iimage1); bboxes = locateText(ocrResults, 'a', 'IgnoreCase', true); Iocr = ...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to detect special letters from image
Hello everyo I need a matlab code that can detect 3 letters 'a' 'v' 'b' . from an image and calculate the miss recognition pe...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
detect 3 letters 'a' 'v' 'b' .
Hello everyone I need a matlab code that can detect 3 letters 'a' 'v' 'b' . from the 3 images I provided 1. Show the detected...
más de 4 años hace | 1 respuesta | 0