mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-17 15:26:00 +08:00

Bugfix: barcode module * bugfix: 1. jni crashing while coping vector<BarcodeType> to list; 2. in python/java, assertion fails when calling decode(), because of (2D Mat).copyTo(vector<Point>); 3. the algorithm of decodeROI() is wrong. * add python and java tests * use constexpr
1D Barcode Detect and Decode
This module is focused on detecting and decoding barcode from image. It is mainly designed for scanning the images, locating barcode, decoding barcode and outputting its decoded result.
- Support 1-dimension bar code detection of any angle tilting.
- Support multi-scale detection.
- Support EAN-13, EAN-8 and UPC-A decode yet.
- With x86 CPU, it achieves 50FPS averagely.