First time here? Check out the FAQ!
answered 2017-03-09 05:52:19 -0600
please note, that denoise_TVL1 takes a vector<Mat> as 1st arg, not a simple Mat (like with fastNlMeansDenoising)!
vector<Mat>
so:
vector<Mat> vecm(1,I) denoise_TVL1( vecm, Denoised, lambda, niters); // ! WORKING !