aboutsummaryrefslogtreecommitdiff
path: root/signature.cpp
AgeCommit message (Collapse)Author
2022-09-11Containment measures for ugly sql stuff.Gravatar Chris Xiong
Also made forgetting return value a sin (should've been the case in the first place)
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-30Add proper readme and license.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-27Add hash function for uncompressed signatures.Gravatar Chris Xiong
2022-08-27Fix distance calculation.Gravatar Chris Xiong
2022-08-27Initial code dump.Gravatar Chris Xiong