Feeds
질문
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...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
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 = ...
거의 5년 전 | 답변 수: 2 | 0
2
답변질문
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...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
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...
거의 5년 전 | 답변 수: 1 | 0