favoritas37
b6e671b52b
updated README file to include reference to CODE128-GS-1
2017-07-08 21:09:26 +03:00
favoritas37
e5b88fc2cb
Added support to DecoderFormat_CODE_128_GS1
...
Refactoring on all classes that derive from OneDReader to have DecodeHints as argument to the decodeRow function.
Need to populate the test images and get proper expected values.
#36
2017-06-18 11:17:59 +03:00
favoritas37
1f4fa72255
Refactoring on the implementation of QZXingFilter to minimize the image copies
2017-06-17 13:56:06 +03:00
favoritas37
06950e3bfe
added missing break in switch of Code128 decodeRow
2017-06-13 21:49:07 +03:00
favoritas37
6307040787
ported implementation of Code128Reader from current zxing implementation in the hope that GS1 separators will be functional. Partially successful but not finished. #36
2017-06-13 21:34:04 +03:00
Nikolaos Ftylitakis
fbc505c3f2
quick workaround for 2D decoding for iOS
2017-05-25 18:17:28 +03:00
Nikolaos Ftylitakis
f26570dc70
Merge branch 'master' of https://github.com/ftylitak/qzxing
2017-05-11 17:55:51 +03:00
Nikolaos Ftylitakis
710a6f6ab4
added Info.plist to allow iOS to use Camera feature
2017-05-11 17:32:23 +03:00
favoritas37
bf566aca2f
Fixed compilation of QZXingDragNDropTest project, was missing the configuration flag qzxing_qml
2017-05-01 15:09:14 +03:00
favoritas37
d6e16dc543
Added failing test for Qr Encoding
2017-04-25 20:26:24 +03:00
favoritas37
35ebd82c82
Expanding test for the interleaving of EC bytes
2017-04-25 20:00:14 +03:00
favoritas37
1a035cf5c0
adding more tests for Qr Encoder. #10
2017-04-20 14:40:22 +03:00
favoritas37
94de33f4f5
First time that all written tests for Qr Encoding are succeeding. #10
...
Still the Qr code that is generated is not recognizable
2017-04-19 20:27:58 +03:00
favoritas37
ae144f213d
Merge branch 'master' of https://github.com/ftylitak/qzxing
2017-04-19 20:06:19 +03:00
favoritas37
295a28ee47
Progressing fixes for Qr Encoder. #10
2017-04-19 20:05:44 +03:00
Nikolaos Ftylitakis
9e199d1c9f
Update README.md
...
removed to reference to SourceForge with the intention of gradually stop any traffic towards the project's old hosting site.
2017-04-19 19:19:00 +03:00
Nikolaos Ftylitakis
2cf6f94f94
Update README.md
...
minor style fix
2017-04-19 19:16:33 +03:00
favoritas37
e9b7f399a0
explicit deletion of the static character sets. Fixes #25
2017-04-19 19:14:25 +03:00
favoritas37
523c91b085
progressing the testing on the ReedSolomon encoder. #10
2017-04-18 21:05:29 +03:00
favoritas37
a649f73406
Merge branch 'master' of https://github.com/ftylitak/qzxing
2017-04-18 10:21:57 +03:00
favoritas37
e5770ffaca
resolved bug in ReedSolomon encoder. Now the encoding tests are successfull but still the images produced can not be decoded. One step closer to #10
2017-04-18 10:21:30 +03:00
favoritas37
02d8e6b6ff
fixed memory leak at DataMatrix decoding
2017-04-15 12:08:30 +03:00
favoritas37
e3152c2e3e
added const declaration at the functions that utilize CharacterSetECI instances.
2017-04-14 09:00:52 +03:00
favoritas37
572bd586c3
Removed redundant code in QZXingFilter when tryHarder is activated. When tryHarder is try, the library itself tries different angles of the image.
2017-04-14 08:54:58 +03:00
Nikolaos Ftylitakis
61fa59c7bb
Merge pull request #30 from KDAB/wip/capture-rect-yuv-nv
...
Take captureRect into account when converting YUV420P
2017-04-13 16:06:44 +03:00
favoritas37
f5914f494d
calculate byte arrays once per image and provide references instead of always copying the matrix
2017-04-11 09:52:13 +03:00
favoritas37
c46e65803c
added case to not re-conver an already greyscale pixel upon creating the greyscale byte arrays
2017-04-10 18:11:17 +03:00
favoritas37
362f87a807
removed commended code, not necessary
2017-04-10 18:10:00 +03:00
favoritas37
af6833c239
Merge branch 'master' of https://github.com/ftylitak/qzxing
2017-04-10 16:01:11 +03:00
favoritas37
9ec80e5ad4
Optimization of CameraImageWrapper, minimize memory copy and calculations. The implementation of RGB-to-Greyscale convertion that is buildin by QImage does not fit the case of the barcode images. This is why the detection rate had dropped after the commit d112bf4. (554/1099 vs 611/1112 successful tests).
2017-04-10 16:00:41 +03:00
favoritas37
d11b51e3a5
Merge branch 'master' of https://github.com/ftylitak/qzxing
2017-04-07 17:16:43 +03:00
favoritas37
30dcf6acfc
Fixed compilation of BarcodeEncoder example. Make use of qzxing_qml CONFIG tag.
2017-04-07 17:16:15 +03:00
Nikolaos Ftylitakis
d2cf8dc3f9
Merge pull request #24 from neutrino2/master
...
fixed type mistake in ReedSolomonEncoder::encode
2017-04-05 20:28:59 +03:00
Milian Wolff
e77dcccd5f
Take captureRect into account when converting YUV420P
...
This allows us to only copy the actually required data from the source
frame into the greyscale target image. Without this patch, my desktop
machine with a camera providing YUV420 frames takes about ~25ms to
decode a single frame 1920x1080 frame using a 25% capture rect.
With the patch applied, the performance goes up drastically, and we
now only take about 17ms to decode a single frame.
The same should be done for NV12 frames, but I didn't have a device
at hand to test the code there yet.
2017-03-30 18:24:28 +02:00
Nikolaos Ftylitakis
6d945cce4f
Update README.md
...
fixed Readme file styling
2017-03-20 18:17:39 +02:00
favoritas37
6a40ab118d
Merge branch 'master' of https://github.com/ftylitak/qzxing
2017-03-20 17:24:53 +02:00
favoritas37
2207c3c248
Removed qzxing_qml tag from the defaults
...
Automatically add qzxing_qml if qzxing_multimedia tag is used
Refactorings to wrap QML dependant code in QZXING_QML scopes
update README.md to reflect the above changes
changes triggered from #26
2017-03-20 17:23:52 +02:00
favoritas37
51346e19d6
Fixed processing of RGB32 images. Fix inverted y directly at the construction of the image. Fixes issue #27 .
2017-03-20 15:11:40 +02:00
favoritas37
f581e879de
fixed compilation of QZXingLive for platforms other than Android
2017-03-16 16:26:48 +02:00
favoritas37
a69cd45ac6
added higher resolution icons in QZXingLive
2017-03-03 19:02:49 +02:00
Neutrino
7dd3489290
fixed type mistake in ReedSolomonEncoder::encode
2017-02-16 14:13:03 +08:00
favoritas37
3ee00d8cff
Merge branch 'oKcerG-register-types-qzxingcpp'
2017-01-30 09:11:25 +02:00
favoritas37
cd9fc3b029
resolving merge conflicts
2017-01-30 09:07:52 +02:00
favoritas37
29860c538c
Added example with proper handling of Android application permissions for QZXingLive triggered by #22
2017-01-29 17:54:16 +02:00
favoritas37
5ef72fa114
added license reference to the headers of the project
2017-01-27 13:50:46 +02:00
Nikolaos Ftylitakis
452054720d
Merge pull request #20 from nickdiego/fix-captureRect
...
QZXingFilter: More fixes to captureRect stuff
2017-01-23 20:18:31 +02:00
favoritas37
88012f5aa2
Updated BarcodeEncoder project. Previous implementation caused compilation error when compiled with MSVC. Also this implementation is more compact
2017-01-23 19:45:47 +02:00
favoritas37
3397ee4a2b
fixed linker error for QZXingTests when compiled with MSVC. Minor styling edits in TestCase.cpp
2017-01-23 18:05:57 +02:00
Nick Diego Yamane
815dec7252
QZXingFilter: More fixes to captureRect stuff
2017-01-22 23:43:39 -04:00
favoritas37
fe26b2112e
align file name casing to camel case for qzxing.cpp and imagehandler
2017-01-22 18:42:03 +02:00