Init main.cpp and tv_denoising.hpp

This commit is contained in:
2023-06-25 14:09:12 +02:00
parent 3cacbda492
commit c8e2f9b694
2 changed files with 56 additions and 0 deletions

12
include/tv_denoising.hpp Normal file
View File

@@ -0,0 +1,12 @@
/*
Author: Vargha Csongor Csaba
Created: 2023-06-25 10:23:33
*/
#ifndef TV_DENOISING_H
#define TV_DENOISING_H
#include <opencv2/opencv.hpp>
extern "C" void TVDenoising(cv::Mat& image, float lambda, int maxIterations);
#endif // TV_DENOISING_H