Hi Bushra,
To verify the accuracy of the RMSE value and the correctness of the disparity map, you can keep below mentioned points under consideration:
- The points cloud data should be aligned.
- Try to remove any noise or outliers from the point cloud data.
- Confirm that both the point cloud data and ground truth cover the same area to ensure accuracy.
In addition to these, for disparity maps correctness, you can check the reprojection error by reprojecting the left and right images and checking the alignment.
For more information on disparity maps, you can refer to the MATLAB Documentation of 'disparity' and 'disparityBM' functions:
I hope this helps in resolving the issue.