You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The effect worsens when the following parameter settings are used:
disp_img = disparity(img1_gray, img2_gray, 'Method', 'BlockMatching',...
'BlockSize', 255, 'DisparityRange', [0,80], 'ContrastThreshold', 1,...
'UniquenessThreshold', 55, 'DistanceThreshold',400);
I would be grateful if you could kindly elucidate the solution to this problem.
The text was updated successfully, but these errors were encountered:
The effect worsens when the following parameter settings are used:
disp_img = disparity(img1_gray, img2_gray, 'Method', 'BlockMatching',...
'BlockSize', 255, 'DisparityRange', [0,80], 'ContrastThreshold', 1,...
'UniquenessThreshold', 55, 'DistanceThreshold',400);
I would be grateful if you could kindly elucidate the solution to this problem.
The text was updated successfully, but these errors were encountered: