Barcode detection
A software for barcode detection in image and video files.
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:
- image processing,
- pattern recognition,
- clustering,
- detection
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.