]> OzVa Git service - rust_fft/commit
Begun setting up c++ functions
authorwill <greenwoodw50@gmail.com>
Sat, 2 Nov 2024 12:33:22 +0000 (12:33 +0000)
committerwill <greenwoodw50@gmail.com>
Sat, 2 Nov 2024 12:33:22 +0000 (12:33 +0000)
commitff7cba862f5355bb9472fcba9cf1eabb5647b43a
treed55f38896bf62f35d07251009257467d6bf904ea
parent944ad49be84b71bc24b744f6055b8a70199900e6
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.
Cargo.lock
Cargo.toml
src/build.rs
src/camera.cpp
src/main.rs
src/perspective.cpp [new file with mode: 0644]