Statistics
4 Questions
0 Answers
RANK
261,023
of 301,298
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,225
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,851
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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...
4 years ago | 1 answer | 0
1
answerQuestion
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 = ...
4 years ago | 2 answers | 0
2
answersQuestion
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...
4 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 1 answer | 0