Ask Your Question
0

Equivalent to matlab bfilter2?

asked 2020-06-12 03:35:35 -0600

NoSpaze gravatar image

updated 2020-06-12 03:48:06 -0600

Hi. I don't know too much about image processing, I was told to use matlab bfilter2() (see the link below), but I prefer using OpenCV, if possible. But I don't know if there's an equivalent of such filter, so not to rewrite the whole shebang (which includes learning matlab). A quick googling gives me no clear results.

https://www.mathworks.com/matlabcentr...

Any hint? Thanks in advance!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-06-12 03:57:00 -0600

berak gravatar image

unless you really need the 2 image version,

you could try with bilateralFilter() or bilateralTextureFilter() (from opencv_contrib)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-06-12 03:35:35 -0600

Seen: 215 times

Last updated: Jun 12 '20