aboutsummaryrefslogtreecommitdiff
path: root/tests/testdrive.cpp
AgeCommit message (Collapse)Author
2022-09-12Fix old crap that prevented windows compat efforts from working.Gravatar Chris Xiong
Thanks BLumia for debugging.
2022-09-11Check actual size of type, not the platform.Gravatar Chris Xiong
2022-09-11New testdrive using sqlite db as data storage.Gravatar Chris Xiong
Add signature serialization & deserialization. Only link what we need from OpenCV.
2022-09-07Pass matrices as pointers so that headers no longer depend on opencv.Gravatar Chris Xiong
2022-08-29stupid misspellGravatar Chris Xiong
2022-08-29Rewrite file header peeking.Gravatar Chris Xiong
2022-08-29Trying to support the superior operating system.Gravatar Chris Xiong
Also reformat a bit of legacy code. Smells like mold.
2022-08-29Add result export for mingui.Gravatar Chris Xiong
2022-08-27Fix distance calculation.Gravatar Chris Xiong
2022-08-27Initial code dump.Gravatar Chris Xiong