Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-18 | Dunno why I used pascal case in the first place... | Chris Xiong | |
2022-09-18 | Move stuff around to accommodate new family members. | Chris Xiong | |
2022-09-18 | Add batching for get_signature(). | Chris Xiong | |
2022-09-17 | Finish similar image grouping. | Chris Xiong | |
2022-09-17 | Continue hollowing out the testdrive application... | Chris Xiong | |
...and stuff everything into signature_db which is now becoming the new ragbag. Includes half-finished disjoint set implementation to absorb some logic originally in mingui's main.cpp into this ever-growing signature_db. Changed how batching is handled. Now different type of batches can be interleaved. | |||
2022-09-16 | Stop using explicit ids from outside. | Chris Xiong | |
2022-09-12 | Fix old crap that prevented windows compat efforts from working. | Chris Xiong | |
Thanks BLumia for debugging. | |||
2022-09-12 | fix randomly neglected target in the last commit. | Chris Xiong | |
2022-09-12 | correct library linkage ordering. | Chris Xiong | |
2022-09-11 | Stop writting result to a file as it's in the database already. | Chris Xiong | |
2022-09-11 | Rewrite most part of the sqlite version of the testdrive program. | Chris Xiong | |
... using the shiny new bits. | |||
2022-09-11 | Check actual size of type, not the platform. | Chris Xiong | |
2022-09-11 | New testdrive using sqlite db as data storage. | Chris Xiong | |
Add signature serialization & deserialization. Only link what we need from OpenCV. | |||
2022-09-07 | Add classes for subslicing (extracted from testdrive.cpp). | Chris Xiong | |
2022-09-07 | Pass matrices as pointers so that headers no longer depend on opencv. | Chris Xiong | |
2022-08-29 | Make signature test non-stupid. | Chris Xiong | |
2022-08-29 | stupid misspell | Chris Xiong | |
2022-08-29 | Rewrite file header peeking. | Chris Xiong | |
2022-08-29 | Trying to support the superior operating system. | Chris Xiong | |
Also reformat a bit of legacy code. Smells like mold. | |||
2022-08-29 | Add result export for mingui. | Chris Xiong | |
2022-08-27 | Fix distance calculation. | Chris Xiong | |
2022-08-27 | Initial code dump. | Chris Xiong | |