]> OzVa Git service - rust_fft/commit
Color correction and C++ changes
authorMax Value <greenwoodw50@gmail.com>
Sun, 11 Jan 2026 23:57:18 +0000 (23:57 +0000)
committerMax Value <greenwoodw50@gmail.com>
Sun, 11 Jan 2026 23:57:18 +0000 (23:57 +0000)
commitf12645ed627a8aa998638c78c27d0eb6ad606d33
tree59e8dc85fe3a44602de14db13bb15defe22d9469
parent8b82cdb47fe7afe093e3cd8f4279e464a2cfac73
Color correction and C++ changes

+ windows support for camera capture (switched rscam for nokhwa)
+ windows support for paths
+ show_image GPU flag in build
+ more todo notes
~ split of the major structs into own files
+ the example sound (Souled American - Second of All)

NEW:
+ C++ color correction and integrated into the main script
(not currently working)
+ improvements to the lut generator
18 files changed:
Cargo.toml
build.rs
check.py [new file with mode: 0644]
src/barrel.cpp [new file with mode: 0644]
src/color.cpp [new file with mode: 0644]
src/generate_distort.py
src/generate_lut.py
src/homography.cpp [new file with mode: 0644]
src/image_array.rs [new file with mode: 0644]
src/lut/camera.py
src/lut/config.py
src/lut/frame.py
src/main.rs
src/perspective.cpp [deleted file]
src/process.cpp [new file with mode: 0644]
src/sample_buffer.rs [new file with mode: 0644]
test/example.wav [new file with mode: 0644]
todo