Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 372 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 372 Bytes

BarCode-Location-Recognition

This project is used to judge if two images have similar barcodes layout or locates the barcodes in one image. If you want to judge two images wether they have similar barcodes, please use the function MatchBarcode(Mat target, Mat template). If you just want to get locations of barcodes in an image, please use GetBarcode(Mat src).