35979f6ea32c41de22dae8c955d7ca2d674b9759
tv-image-denoising
Using the TV algorithm to denoise images with c++ and cuda.
Requirements
g++
vcpkg
cmake
opencv2
cuda
Build
# Generate build files
cmake -B build .
# Build
cmake --build build
Run
./TV_Denoising_CUDA <input_image>
Description
Languages
Cuda
50.5%
C++
35.4%
CMake
14.1%