Python bindings for 2D barcodes: findDataMatrix() and drawDataMatrixCodes() (Feature #1664)
Description
The bar code functions:
findDataMatrix(gray, codes);
drawDataMatrixCodes(codes, frame);
- A python interface
- Documentation
Note that in .../samples/video_dmtx.cpp where I've added some documentation about this function, including that it's limited to text strings of 3 numbers and a website http://datamatrix.kaywa.com/ where you can create these codes.
Associated revisions
modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664
Merge pull request #1664 from SpecLad:merge-2.4
History
Updated by Gary Bradski about 13 years ago
The title was bad, it should be Python bindings for 2D barcodes: findDataMatrix() and drawDataMatrixCodes()
Updated by Alexander Shishkov about 13 years ago
- Subject changed from Python to Python bindings for 2D barcodes: findDataMatrix() and drawDataMatrixCodes()
Updated by Alexander Shishkov about 13 years ago
You can change name by click Update button and use link "More" after
Updated by Alexander Shishkov almost 13 years ago
- Assignee set to Vadim Pisarevsky
Updated by Alexander Shishkov almost 13 years ago
- Tracker set to Feature
Updated by Vadim Pisarevsky almost 13 years ago
Now data matrix detection has Python interface. The new sample http://code.opencv.org/svn/opencv/branches/2.4/opencv/samples/python2/video_dmtx.py has been added.
- Status changed from Open to Done