I need to scanline the region of interest for my image to check that it includes 1D barcode or not. Can anyone help me in how to implement this?Any relevant function ?
Asked
Active
Viewed 435 times
1
-
2What do you have so far? – Collin Apr 18 '13 at 15:45
-
I have rectangles for region of interest that is including same orientation of gradient image. And now i have to check these regions for detecting 1D barcode. – user3979 Apr 18 '13 at 15:50
1 Answers
1
Yes the Computer Vision System Toolbox seems to be what you are looking for.
You can find more about it here:
http://www.mathworks.nl/help/vision/examples/barcode-recognition.html

Dennis Jaheruddin
- 21,208
- 8
- 66
- 122
-
Please, do you know how can I see the code for that function vipbarcoderecognition ? – Vladimir May 27 '14 at 11:00