]> OzVa Git service - rust_fft/log
rust_fft
3 weeks agoRefactoring main
will [Sun, 3 Nov 2024 22:23:15 +0000 (22:23 +0000)]
Refactoring

- Created camera module to deal with camera stuff
- Created sound modue to abstract inputs and outputs of different types
to indivisual sound objects
- changed calibration image path to include src

4 weeks agoFixed bugs
will [Sun, 3 Nov 2024 21:42:41 +0000 (21:42 +0000)]
Fixed bugs

- fixed bugs
- made include paths less specific

4 weeks agoFixed build issue and moved build script
will [Sun, 3 Nov 2024 02:02:24 +0000 (02:02 +0000)]
Fixed build issue and moved build script

4 weeks agoBegun setting up c++ functions
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.

5 weeks agoAdded build sript and started working on c++ perspective transformer
will [Sat, 26 Oct 2024 14:07:58 +0000 (15:07 +0100)]
Added build sript and started working on c++ perspective transformer

6 weeks agoBuilt dynamic ifft processor
will [Fri, 18 Oct 2024 13:25:19 +0000 (14:25 +0100)]
Built dynamic ifft processor

6 weeks agoFixed normaization bug
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

7 weeks agoTroubleshooting
will [Wed, 16 Oct 2024 15:14:31 +0000 (16:14 +0100)]
Troubleshooting

2 months agoMain structure and functions setup
will [Sun, 29 Sep 2024 01:18:46 +0000 (02:18 +0100)]
Main structure and functions setup

Copied over from python

2 months agoInitial version
will [Sat, 21 Sep 2024 03:22:25 +0000 (04:22 +0100)]
Initial version