Commit Graph

25 Commits

Author SHA1 Message Date
Henry Schimke
e01e392a4a wip: add dxo edge barcode (inop) 2024-01-31 19:11:00 -06:00
Henry Schimke
eb97b628a9 fix performance issue in PatternView:
Previously converting from a `PatternView` to an array reference required an intermediary step, and the creation of a new array on the stack. The new implementation can pass a reference to the underyling data directly, without that intermediary allocation.
2023-05-13 11:03:07 -05:00
Henry Schimke
326da6808a clippy fix 2023-05-04 13:53:57 -05:00
Henry Schimke
634722a806 cargo clippy --fix 2023-05-04 13:45:57 -05:00
Henry Schimke
592a4d694c move more to generic points 2023-05-04 13:16:44 -05:00
Henry Schimke
74a830f462 switch to using Point in one-d-derive macros
Also start updates to make point more generic, still not complete or fully implemented.

Some code cleanup
2023-04-29 17:51:26 -05:00
Henry Schimke
508f5f14c5 code cleanup 2023-04-29 09:58:04 -05:00
Henry
ef999a4eb0 clippy fix 2023-04-28 19:41:23 -05:00
Henry
2afc6be3dc cargo fix 2023-04-28 19:15:25 -05:00
Henry Schimke
96cadb8e66 some progress in passing images 2023-04-26 13:17:57 -05:00
Henry Schimke
b216a446ee ported latest c++ changes, does not pass all tests 2023-04-25 15:59:47 -05:00
Henry Schimke
b8b4bd523c mqr tests pass 2023-04-25 12:50:54 -05:00
Henry Schimke
483539a194 fix pattern test 2023-04-24 17:49:04 -05:00
Henry Schimke
a811b56fbb cargo fmt 2023-04-23 14:36:51 -05:00
Henry Schimke
789719d3eb adding result points to sampler 2023-04-22 11:44:37 -05:00
Henry Schimke
d3ce9fcb90 still working on tests 2023-04-17 16:47:57 -05:00
Henry Schimke
44e2d52599 cleanup failures for existing tests 2023-04-03 16:08:15 -05:00
Henry Schimke
169db55a82 begin cleanup 2023-04-03 12:52:01 -05:00
Henry Schimke
3d75de7183 DetectPureQR ported 2023-03-20 11:09:06 -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