Commit Graph

286 Commits

Author SHA1 Message Date
Henry Schimke
517b23b481 more todo!() removal 2023-03-28 16:46:36 -05:00
Henry Schimke
74a459f65a continue removing todo!()s 2023-03-28 16:31:41 -05:00
Henry Schimke
607bb28101 micro versions 2023-03-28 11:16:05 -05:00
Henry Schimke
0636a63291 partial stub out of decoder 2023-03-27 11:45:26 -05:00
Henry Schimke
c2ca7fa2b0 port find bounding box
though it might not need to be ported, evaluate removing later.
2023-03-21 11:59:56 -05:00
Henry Schimke
5450f05d1b Merge branch 'main' into port_cpp_qrcode 2023-03-21 11:57:03 -05:00
Henry Schimke
8a77e7b7ab convert to using point...
instead of vectors for finding corners in bitmatrix
2023-03-21 11:56:53 -05:00
Henry Schimke
7b6a80e4ac move some todo!() to unimplemented!() 2023-03-21 11:26:30 -05:00
Henry Schimke
8486cba277 port bitmatrix_curosor readpattern 2023-03-21 11:22:31 -05:00
Henry Schimke
94ad7753c2 Merge branch 'main' into port_cpp_qrcode 2023-03-21 10:19:25 -05:00
Henry Schimke
890fb4901f v0.4.3 2023-03-21 10:16:46 -05:00
Henry Schimke
2b3ed37924 add tests for bitmatrix out of bounds panic
addresses #27 and #28
2023-03-21 09:57:58 -05:00
Henry Schimke
d183a326aa in progress 2023-03-21 09:19:52 -05:00
Olssdani
8eaabb1c90 Change condition since we went out of bound 2023-03-21 14:29:07 +01:00
Henry Schimke
638c2ac72f port DimensionOffset and DimensionStep 2023-03-20 17:10:05 -05:00
Henry Schimke
f852e14331 move some functions around 2023-03-20 16:39:19 -05:00
Henry Schimke
372bb454c0 reorganize some impl blocks 2023-03-20 15:33:01 -05:00
Henry Schimke
0df86d4fd4 detector builds but does not work 2023-03-20 12:12:25 -05:00
Henry Schimke
3d75de7183 DetectPureQR ported 2023-03-20 11:09:06 -05:00
Henry Schimke
f3af7d72a9 checking, midwork 2023-03-19 15:03:46 -05:00
Henry Schimke
4c8db1f73f in_progress port from cpp 2023-03-18 15:48:47 -05:00
Henry Schimke
07b934283b incomplete port of detector 2023-03-16 14:47:37 -05:00
Henry Schimke
e49f873bc9 incomplete port of detector 2023-03-13 12:35:58 -05:00
Henry Schimke
5d6f4b1d94 clippy --fix 2023-03-12 11:53:52 -05:00
Henry Schimke
3c575ed2d3 port concentric finder (no test) 2023-03-12 11:49:33 -05:00
Henry Schimke
80c5e57632 does not build, mostly ported concentric_finder 2023-03-11 19:06:55 -06:00
Henry Schimke
520764e320 ported tests pass 2023-03-10 16:26:49 -06:00
Henry Schimke
bd2189cf08 ported pattern.h, no tests pass 2023-03-10 13:36:05 -06:00
Henry Schimke
5593a8f8f7 move ported cpp_shared resources 2023-03-08 18:51:48 -06:00
Henry Schimke
111baaab81 clippy --fix 2023-03-08 14:37:45 -06:00
Henry Schimke
e1332c8010 port DefaultGridSampler 2023-03-08 14:36:43 -06:00
Henry Schimke
717b74fd99 cleanup point transform code 2023-03-08 12:46:52 -06:00
Henry Schimke
2b7d053646 Promote Quadrilateral to default
The library now uses the `Quadrilateral` struct when handling sets of four points in `GridSampler` and `PerspectiveTransform`
2023-03-08 11:17:43 -06:00
Henry Schimke
d5e6a5d0a7 update eci_string_builder
This change modifies how the ECIStringBuilder works. Perviously it encoded data as it went, whenever the eci state changed. The new method only decodes data when it is requested, simply appending bytes as it goes otherwise.

This should improve performance in a few situations.

This release also uses the ECIStringBuilder in qrcodes, which previously handled their own decoding.
2023-03-07 17:09:42 -06:00
Henry Schimke
19d5b6276c cargo fmt 2023-03-06 12:24:47 -06:00
Henry Schimke
921b51a405 enable all eci charactersets
This is not enabled for the eci encoder set builder, in which the encoding crate results in some encoders being equivelent and thus resulting in odd test cases.
2023-03-06 12:23:53 -06:00
Henry Schimke
bef21af81e clippy --fix && fmt 2023-03-06 11:37:37 -06:00
Henry Schimke
a821557209 disable some charactersets to match zxing
We should be able to allow these, research needs to be done into why they do not work.
2023-03-04 14:43:01 -06:00
Henry Schimke
69c0119c94 clippy --fix && fmt 2023-03-04 14:17:56 -06:00
Henry Schimke
8a0744e534 move to using Eci enum
Decouples the Eci and CharacterSet concepts within the library. Character sets can now exist independently from Eci encodation schemes.
2023-03-04 14:13:50 -06:00
Henry Schimke
15859b9f10 rename character set and rename methods 2023-03-04 11:47:39 -06:00
Henry Schimke
9431031147 cargo clippy && fmt 2023-03-04 11:17:17 -06:00
Henry Schimke
a0b8b68869 repurpose CharacterSetECI as encoding abstraction 2023-03-04 11:17:17 -06:00
Henry Schimke
c4fec7d2ee add encode / decode methods
This will eventually entirely replace EncoderRef being passed around
2023-03-04 11:17:17 -06:00
Steve Cook
daa1d86358 Fixes for all features 2023-03-01 22:19:37 -05:00
Steve Cook
a9bc58108c Initial generics 2023-03-01 22:08:12 -05:00
Steve Cook
b561bd77c3 Update macro and cargo fmt 2023-03-01 13:43:21 -05:00
Steve Cook
51fcc98b34 Merge branch 'main' into thiserror
# Conflicts:
#	src/aztec/decoder.rs
#	src/datamatrix/decoder/decoded_bit_stream_parser.rs
2023-03-01 13:39:30 -05:00
Steve Cook
f8b29f37db Use thiserror for error handling with less boilerplate 2023-02-20 09:41:28 -05:00
Vukašin Stepanović
c77f0af6f6 remove unnecessary number suffixes 2023-02-17 16:12:23 +00:00