2023-06-25 14:09:54 +02:00
2023-06-25 14:09:12 +02:00
2023-06-25 13:56:42 +02:00
2023-06-25 13:56:42 +02:00
2023-06-25 11:00:27 +02:00
2023-06-25 14:09:54 +02:00

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
Using the TV algorithm to denoise images with c++ and cuda.
Readme 52 KiB
Languages
Cuda 50.5%
C++ 35.4%
CMake 14.1%