Request: joint aka cross option for bilateralFilter [closed]

asked 2020-01-04 08:20:18 -0600

kyochujoho gravatar image

updated 2020-01-04 08:28:37 -0600

A cross aka joint option would simply allow one to supply a second input image to bilateralFilter and have sigmaColor apply to that image when computing the gaussian weights. One noteable usage for this filter is in the well-cited paper:

Zhuo, Shaojie, and Terence Sim. "Defocus map estimation from a single image." Pattern Recognition 44.9 (2011): 1852-1858

https://github.com/opencv/opencv/issu...

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Der Luftmensch
close date 2020-01-07 08:36:13.135911

Comments

Are you asking for cv::jointBilateralFilter?

Der Luftmensch gravatar imageDer Luftmensch ( 2020-01-05 09:00:39 -0600 )edit

Yes. Goodness. I didn't see this. thank you.

kyochujoho gravatar imagekyochujoho ( 2020-01-05 23:13:36 -0600 )edit