correlation based disparity map on opencv result is not satisfying enough -


i have used normalized cross correlation equation find disparity between 2 rectified images of tsukaba.

1

i searched in horizontal direction in range x=-15:1:15 , in vertical direction in range y=-1:1:1 using rectangular windows sized 9x9.

then (x,y) maximized correlation, disparity (i,j) calculated : disparity(i,j)=sqrt( x^2 +y^2 ).

this disparity image get:

my result

which not satisfying ground truth disparity map:

ground truth

is there post processing have perform enhance result?

thanks in advance.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -