I'd like someone to kindly explain to me how square windows and rectangular windows may affect the computation of the disparity map, and here I'm talking about a fixed size.
I have two images of this object taken from SIR (Random dot pattern on it) enter image description here
I've computed the disparity using 4 x 16 window (MSE = 0.1167), 16 x 4 window (MSE = 0.1333) and 8 x 8 window (MSE = 0.1216). (I could not put the images).
I need to know how can I judge whether the vertical or the horizontal rectangular window is better than its compatible square windows. Is MSE enough for that? Should I also consider the features of the images?
Also, I'd really appreciate it if someone guided me to reconstructing the 3D model.
Thanks in advance.