How to use Bilateral Filter in a submat

asked 2017-08-06 00:10:25 -0600

arqam gravatar image

I mean the JAVA api for Bilateral Filter the source and destination Mat cannot be same.

So we have to clone the submat and store the result in that Mat. But then we will not be able to see the original result in the main image. Also if we copy this cloned submat back again then also we are not able to see the result.

So my question is in the case of submat how can we do Bilateral filter and apply to the result.?

edit retag flag offensive close merge delete