photo

yen


Active since 2011

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


How can I save line 1 in all images
I have an image directory consist I1, I2,....In same size I1=[1 1 1 0;1 1 1 0;1 1 1 0]; I2=[1 0 1 0;1 0 1 0;1 0 1 0]; .... In=...

13 years ago | 1 answer | 0

1

answer

Question


3-dimensional array
Example a=[1 0;0 1] b=[2 2;2 2] c=[0 3;3 0] d=cat(3,a,b,c) ==> d(:,:,1)=a ; d(:,:,2)=b; d(:,:,3)=c. I have n-dimensi...

13 years ago | 0 answers | 0

0

answers

Question


How can I get all value after convert n matrix
I have an image directory consist I1, I2,....In I1=[1 1 1 0;1 1 1 0;1 1 1 0]; I2=[1 0 1 0;1 0 1 0;1 0 1 0]; .... In=[1 1 0 1;1 1...

13 years ago | 1 answer | 0

1

answer

Question


count the number of columns 0 and 1 in a barcode image column 0 is black bars and 1 is a white bars
I have a barcode image. Please help me how to count the number of columns 0 and 1 in a barcode image only consist column 0 is ...

13 years ago | 3 answers | 0

3

answers

Question


specific vector for barcode39 to input train neural network
I have a directory consist 44 images code39 barcodes encode the characters 0 -> 9, A-> Z ,%,$, space ,+,-,. My images were taken...

13 years ago | 0 answers | 0

0

answers

Question


How do I cut individual letters in the image bar code?
I have a code 39 barcode image. Because each character is encoded by a Code 39 total of 9 elements. In which five black bars an...

13 years ago | 1 answer | 0

1

answer

Question


How do I make a function read all the images in a directory?
I have an images directory. What function can be used to read all of the images in that directory?

13 years ago | 3 answers | 0

3

answers