Barcode detection
A software for barcode detection in image and video files.
This implementation of barcodes detection differs from the scripts existing on the market. Our algorithm supports detection in a real-time video due to a small processing time. Also, it is capable to detect barcodes in noisy images and poor light patterns. The software doesn’t require much training data, except just a few samples for parameters selection, etc. The algorithm is able to handle blurred images with barcodes that don’t have clear edges, it commonly happens to moving objects in videos.

Algorithm description.
Processing of a frame starts from detection of monotonic color blobs and filtering those ones that have suitable dimensions to be distinguished as bars. Later, a hierarchical clustering algorithm is applied to generate groups of bars with similar properties using custom criteria for merging. Finally, they are analyzed, and the most prominent samples (if any) are selected as a result to be displayed to a user.
The code was written with an assumption to convert it to other programming languages native for different platforms. That’s why usage of 3rd-party libraries was limited to OpenCV only.
Key functionality:
Similar Projects
Virtual try-on tool for makeup products
The system consists of a face detection and segmentation model and an algorithm that allows recoloring objects without losing their original texture.
Online sign language interpreter
AI algorithm that converts video of a person using sign language into a text transcript
Influencers search API
The API we’ve developed can help a company to find a best matching influencer. Want to promote your new music album in Instagram stories? Just send this to the API and get a list of accounts which will increase your revenue.