summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
will [Sun, 3 Nov 2024 02:02:24 +0000 (02:02 +0000)]
Fixed build issue and moved build script
will [Sat, 2 Nov 2024 12:33:22 +0000 (12:33 +0000)]
Begun setting up c++ functions
- moved process of taking the photo to the rust programme with only the
homography calculation and the actual perspective transformation as part
of the cpp binary.
currently having issues getting rust_cc to link the opencv library.
will [Sat, 26 Oct 2024 14:07:58 +0000 (15:07 +0100)]
Added build sript and started working on c++ perspective transformer
will [Fri, 18 Oct 2024 13:25:19 +0000 (14:25 +0100)]
Built dynamic ifft processor
will [Wed, 16 Oct 2024 23:34:45 +0000 (00:34 +0100)]
Fixed normaization bug
- added looping over audio file
- begun adding audio output stream
will [Wed, 16 Oct 2024 15:14:31 +0000 (16:14 +0100)]
Troubleshooting
will [Sun, 29 Sep 2024 01:18:46 +0000 (02:18 +0100)]
Main structure and functions setup
Copied over from python
will [Sat, 21 Sep 2024 03:22:25 +0000 (04:22 +0100)]
Initial version