Ask Your Question
0

What is the gpu::DisparityBilateralFilter based on?

asked 2015-10-10 20:24:45 -0600

rexroni gravatar image

According to the OpenCV documentation, the DisparityBilateralFilter is based on the following paper:

Q. Yang, L. Wang, and N. Ahuja. A constant-space belief propagation algorithm for stereo matching. In CVPR, 2010. [pdf]

But I am reading that paper, and I don't see anywhere where bilateral filters are mentioned. I'll admit that it's a bit over my head.

I don't quite understand what the source code is doing for that class, but could they maybe have meant to cite this paper (or one of Yang's other papers on bilateral filters?):

Qingxiong Yang, Kar-Han Tan and Narendra Ahuja, Real-time O(1) Bilateral Filtering, IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2009. [pdf2]

Can anybody confirm which paper the DisparityBilateralFilter is based on?

edit retag flag offensive close merge delete

Comments

2

I think that referecence is for all class. After you can find some reference about disparity bilateral filter https://users.soe.ucsc.edu/~manduchi/... and https://www-robotics.jpl.nasa.gov/pub... and this http://ojs.academypublisher.com/index...

LBerger gravatar imageLBerger ( 2015-10-11 03:16:39 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
2

answered 2015-10-16 16:18:26 -0600

rexroni gravatar image

So I used git blame to find the email address of the guy who wrote the code, and I asked him. He said, ya it's in section 3.5 of the indicated paper. The section is called "A Constant-Time Constant-Space Post-Processing Method".

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-10-10 20:24:45 -0600

Seen: 424 times

Last updated: Oct 16 '15