photo

Faizan


Last seen: 4 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
64,106
of 301,763

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,413

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,447

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

View by

Question


can any one fixed this code.
I = imread("barcode1D.jpg"); [msg, format, locs] = readBarcode(I); disp("Detected format and message: " + format + ", " + msg)...

4 years ago | 0 answers | 0

0

answers

Question


i am trying to detect the barcode but i am facing index error.
I = imread("barcode1D.jpg"); [msg, format, locs] = readBarcode(I); disp("Detected format and message: " + format + ", " + msg)...

4 years ago | 0 answers | 0

0

answers

Answered
i am tryng to detect the barcode from image.i am facing the error about index of the position. this code is not workinng.
I = imread("barcode1D.jpg"); [msg, format, locs] = readBarcode(I); disp("Detected format and message: " + format + ", " + msg)...

4 years ago | 0

1

answer

Question


i am tryng to detect the barcode from image.i am facing the error about index of the position. this code is not workinng.
I = imread("barcode1D.jpg"); [msg, format, locs] = readBarcode(I); disp("Detected format and message: " + format + ", " + ms...

4 years ago | 2 answers | 0

2

answers