I am getting creazy with Thresholding function in opencv...
I want to keep all values higher than 200 and remove rest of them!
seems I should use this THRESH_TOZERO type but I do not know what should I write instead of double maxval
threshold( Src2, AmpGSignal_Bilateral, 200, double maxval ,THRESH_TOZERO );
any idea would be appreciated...