fabiotosi92 / CCNN-Tensorflow

Learning from scratch a confidence measure
22 stars 9 forks source link

The relationship between disparity map and confidence map. #2

Closed TrackingBird closed 6 years ago

TrackingBird commented 6 years ago

Dear sir, thanks for your wonderful work. I test your algorithm with middlebury 2014dataset. Whether lighter color indicate higher confidence in confidence map? Whether warmer color and closer point in disparity map means lower confidence and dark color in confidence map? Thanks for your help.

fabiotosi92 commented 6 years ago

Hi,

Disparity map: warm colors encode closer points, cold for farther ones (using JET colormap for example). Instead, if you use a grayscale representation for disparity, higher values stand for closer points. Confidence map: brighter values for high confidence, darker for low confidence.

"Warmer color and closer point in disparity map means lower confidence and dark color in confidence map": No, confidence estimation depends only on recurrent patterns that characterize wrong and correct disparity assignments. If you have high disparity values the confidence estimation could be high as well.