lessthanoptimal / BoofCV

Fast computer vision library for SFM, calibration, fiducials, tracking, image processing, and more.
http://boofcv.org
1.05k stars 259 forks source link

1D Barcode Scanner Support #102

Open hlemcke opened 5 years ago

hlemcke commented 5 years ago

The QR-Scanner works really fine. Is it possible to add classes for BarCodeScanner?

lessthanoptimal commented 5 years ago

A bar code scanner might be added in the future and is something I have thought about but just don't have any need for it personally right now. Same goes for aztec and data matrix. If someone wants to take a shot at this I can help.

First request I think I've seen people thumb up before. If 100 people thumbs up this request I'll make it a priority!

wbervoets commented 4 years ago

would be a great addition !

tweenietomatoes commented 4 years ago

I believe that "feature that working ok" is much preferable than barely working feature. In my opinion, keeping it small and simple is much better. There's also ZXing library you may use to detect different types of barcodes.

lessthanoptimal commented 4 years ago

If it gets added it would be done right, so I wouldn't worry about that. Just not a high priority at the moment.

ratman commented 4 years ago

Another vote for the feature!

livenlearnaday commented 3 years ago

A bar code scanner might be added in the future and is something I have thought about but just don't have any need for it personally right now. Same goes for aztec and data matrix. If someone wants to take a shot at this I can help.

Hi there. Thank you so much for providing such a great library for bulk qr scanning. If I want to integrate barcode scanning, where would I start? Is there a file where I can add the data or do I need to train the data first?

lessthanoptimal commented 2 years ago

Update: 2D Barcodes are getting all the love at the moment. Added Micro QR and will be done adding Aztec soon. Datamatrix is being considered.

What's currently the best 1D barcode computer vision library?

I might take a look at it and see how they did it. Main reason 2D bar codes are getting all the attention is that there's existing code that can be used to detect them. I suspect a very robust 1D barcode detector will require some new approaches be added.

AhmadShaik commented 2 years ago

What's currently the best 1D barcode computer vision library?

I might take a look at it and see how they did it. Main reason 2D bar codes are getting all the attention is that there's existing code that can be used to detect them. I suspect a very robust 1D barcode detector will require some new approaches be added.

Waiting for it. My vote is for both 1D and 2D barcode reading using visio.

lessthanoptimal commented 2 years ago

Waiting for it. My vote is for both 1D and 2D barcode reading using visio.

Microsoft Visio?"diagramming and vector graphics" application?

andrm commented 8 months ago

What's currently the best 1D barcode computer vision library?

In Java it's zxing: https://github.com/zxing/zxing

nfalco79 commented 8 months ago

Also here we are looking for barcode. We use this lib for QRCode but now we have to support also 1D barcode