1 | initial version |
I am not sure to understand what are original image and your result. I have changed parameters in sepfilter :
sepFilter2D(tmp,tmp,CV_32F,k11.t(),k17);
Mat xxx;
normalize(tmp,xxx,255,0,NORM_MINMAX,CV_8U);
imshow("ee",xxx);
and result is :