modified data matrix detection interface (that does not use any new data structures...
authorVadim Pisarevsky <no@email>
Fri, 27 Apr 2012 16:10:10 +0000 (16:10 +0000)
committerVadim Pisarevsky <no@email>
Fri, 27 Apr 2012 16:10:10 +0000 (16:10 +0000)
commit9b382d07f6e460511f2eaa79dc262d0911b74ab9
treeaca30a42e8474f373171e5eadca249854719e25f
parent1046f50acb8f2d97c5928240bed0993628c8e480
modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664
modules/core/include/opencv2/core/core.hpp
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
modules/objdetect/src/datamatrix.cpp
samples/cpp/video_dmtx.cpp
samples/python2/video_dmtx.py [new file with mode: 0644]