Init main.cpp and tv_denoising.hpp
This commit is contained in:
12
include/tv_denoising.hpp
Normal file
12
include/tv_denoising.hpp
Normal 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
|
Reference in New Issue
Block a user